1. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  4. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  5. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  6. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  7. ddc005a BUG/MINOR: rules: Increment be_counters if backend is assigned for a silent-drop by Christopher Faulet · 4 years, 4 months ago
  8. f573ba2 BUG/MINOR: rules: Return ACT_RET_ABRT when a silent-drop action is executed by Christopher Faulet · 4 years, 4 months ago
  9. 177f480 BUG/MINOR: rules: Preserve FLT_END analyzers on silent-drop action by Christopher Faulet · 4 years, 4 months ago
  10. 4c69cff MINOR: tcp/uxst/sockpair: only ask for I/O when really waiting for a connect() by Willy Tarreau · 4 years, 4 months ago
  11. 562e0d8 MINOR: tcp/uxst/sockpair: use fd_want_send() instead of conn_xprt_want_send() by Willy Tarreau · 4 years, 4 months ago
  12. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  13. 97a7bda BUG/MINOR: tcp: don't try to set defaultmss when value is negative by William Dauchy · 4 years, 5 months ago
  14. c0e23ae BUG/MINOR: tcp: avoid closing fd when socket failed in tcp_bind_listener by William Dauchy · 4 years, 5 months ago
  15. 0948a78 BUG/MINOR: listener: enforce all_threads_mask on bind_thread on init by Willy Tarreau · 4 years, 5 months ago
  16. 4970e5a REORG: connection: move tcp_connect_probe() to conn_fd_check() by Willy Tarreau · 4 years, 6 months ago
  17. 7deff24 MEDIUM: tcp: make tcp_connect_probe() consider ERR/HUP by Willy Tarreau · 4 years, 6 months ago
  18. b705b4d MINOR: tcp: avoid confusion in time parsing init by William Dauchy · 4 years, 8 months ago
  19. ba0c53e BUG/MINOR: tcp: Don't alter counters returned by tcp info fetchers by Christopher Faulet · 4 years, 9 months ago
  20. ccf3f6d MEDIUM: connection: enable reading only once the connection is confirmed by Willy Tarreau · 4 years, 10 months ago
  21. daacf36 BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · 5 years ago
  22. 7bbc4a5 MINOR: tcp: replace conn->addr.{from,to} with conn->{src,dst} by Willy Tarreau · 5 years ago
  23. dddd2b4 MINOR: tcp: replace various calls to conn_get_{from,to}_addr with conn_get_{src,dst} by Willy Tarreau · 5 years ago
  24. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  25. 51596c1 CLEANUP: proto_tcp: Remove useless header inclusions. by Frédéric Lécaille · 5 years ago
  26. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  27. 7b3a79f BUG/MEDIUM: tcp: Make sure we keep the polling consistent in tcp_probe_connect. by Olivier Houchard · 5 years ago
  28. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · 5 years ago
  29. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · 5 years ago
  30. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  31. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · 7 years ago
  32. fdcb007 MEDIUM: proto: Change the prototype of the connect() method. by Olivier Houchard · 5 years ago
  33. e1afd4f MINOR: proto_tcp: tcp-request content: enable set-dst and set-dst-var by Baptiste Assmann · 5 years ago
  34. 4051410 MEDIUM: proto_tcp: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  35. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · 5 years ago
  36. a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · 5 years ago
  37. 3d95717 MINOR: threads: make use of thread_mask() to simplify some thread calculations by Willy Tarreau · 5 years ago
  38. a633147 CLEANUP: Fix typos in the proto_tcp subsystem by Joseph Herlant · 6 years ago
  39. c03eb01 BUG/MEDIUM: mworker: avoid leak of client socket by William Lallemand · 6 years ago
  40. 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · 6 years ago
  41. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  42. 637b695 BUG/MEDIUM: connections: Don't reset the conn flags in *connect_server(). by Olivier Houchard · 6 years ago
  43. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  44. e215bba MINOR: connection: make conn_sock_drain() work for all socket families by Willy Tarreau · 6 years ago
  45. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  46. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · 6 years ago
  47. c5532ac MINOR: fd: don't report maxfd in alert messages by Willy Tarreau · 6 years ago
  48. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  49. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  50. 165f07e MEDIUM: listener: Bind listeners on a thread subset if specified by Christopher Faulet · 7 years ago
  51. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  52. 1bc04c7 BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there by Christopher Faulet · 7 years ago
  53. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · 7 years ago
  54. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · 7 years ago
  55. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · 7 years ago
  56. c2aae74 MEDIUM: ssl: Handle early data with OpenSSL 1.1.1 by Olivier Houchard · 7 years ago
  57. 3f2770b MINOR: tcp: use conn_full_close() instead of conn_force_close() by Willy Tarreau · 7 years ago
  58. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · 7 years ago
  59. 46392fd BUG/MEDIUM: tcp/http: set-dst-port action broken by Baptiste Assmann · 7 years ago
  60. 9d5be5c MINOR: protocols: register the ->add function and stop calling them directly by Willy Tarreau · 7 years ago
  61. 3228238 MINOR: protocols: always pass a "port" argument to the listener creation by Willy Tarreau · 7 years ago
  62. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · 7 years ago
  63. 153659f MINOR: tcp: When binding socket, attempt to reuse one from the old proc. by Olivier Houchard · 7 years ago
  64. 19060a3 BUG/MEDIUM: tcp: don't require privileges to bind to device by Willy Tarreau · 7 years ago
  65. 5c3cd97 MINOR: server: Make 'default-server' support 'tcp-ut' keyword. by Frédéric Lécaille · 7 years ago
  66. 819efbf BUG/MEDIUM: tcp: don't poll for write when connect() succeeds by Willy Tarreau · 7 years ago
  67. ba96291 CLEANUP: tcp: use the build options list to report transparent modes by Willy Tarreau · 8 years ago
  68. 4896c44 DOC: Spelling fixes by Tim Düsterhus · 8 years ago
  69. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · 8 years ago
  70. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · 8 years ago
  71. 7d9736f CLEANUP: tcp rules: mention everywhere that tcp-conn rules are L4 by Willy Tarreau · 8 years ago
  72. 00005ce MINOR: tcp: make set-src/set-src-port and set-dst/set-dst-port commutative by Willy Tarreau · 8 years ago
  73. 7d56c6d MINOR: enable IP_BIND_ADDRESS_NO_PORT on backend connections by Lukas Tribus · 8 years ago
  74. a0bcbdc MEDIUM: make SO_REUSEPORT configurable by Lukas Tribus · 8 years ago
  75. 7276f3a BUG/MINOR: Fix OSX compilation errors by Dinko Korunic · 8 years ago
  76. 30fcd39 MINOR: tcp: add further tcp info fetchers by Joe Williams · 8 years ago
  77. 7f3e3c0 BUILD: tcp: do not include netinet/ip.h for IP_TTL by Willy Tarreau · 8 years ago
  78. 16e0156 MINOR: tcp: add dst_is_local and src_is_local by Willy Tarreau · 8 years ago
  79. 39a5f22 BUILD: make proto_tcp.c compatible with musl library by Baptiste Assmann · 8 years ago
  80. 6310bef MINOR: tcp: Return TCP statistics like RTT and RTT variance by Thierry Fournier / OZON.IO · 8 years ago
  81. 9075968 MINOR: tcp: add "tcp-request connection expect-netscaler-cip layer4" by Bertrand Jacquin · 8 years ago
  82. 13e9b0c MEDIUM: tcp/http: new set-dst/set-dst-port actions by William Lallemand · 8 years ago
  83. 44be640 MEDIUM: tcp/http: add 'set-src-port' action by William Lallemand · 8 years ago
  84. 01252ed MINOR: set the CO_FL_ADDR_FROM_SET flags with 'set-src' by William Lallemand · 8 years ago
  85. 2e785f2 MEDIUM: tcp: add 'set-src' to 'tcp-request connection' by William Lallemand · 8 years ago
  86. 6e61589 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · 8 years ago
  87. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  88. 163d462 MEDIUM: server: implement TCP_USER_TIMEOUT on the server by Willy Tarreau · 9 years ago
  89. ab95e65 MINOR: http/tcp: fill the avalaible actions by Thierry FOURNIER · 9 years ago
  90. fc2a2d9 CLEANUP: tcp: silent-drop: only drain the connection when quick-ack is disabled by Willy Tarreau · 9 years ago
  91. f50ec0f BUG/MINOR: tcp: make silent-drop always force a TCP reset by Willy Tarreau · 9 years ago
  92. 2d392c2 MEDIUM: tcp: add new tcp action "silent-drop" by Willy Tarreau · 9 years ago
  93. 45059e9 BUG/MEDIUM: tcp: fix inverted condition to call custom actions by Willy Tarreau · 9 years ago
  94. acc9800 MEDIUM: action: add a new flag ACT_FLAG_FIRST by Willy Tarreau · 9 years ago
  95. c1b10d3 MEDIUM: actions: add new flag ACT_FLAG_FINAL to notify about last call by Willy Tarreau · 9 years ago
  96. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · 9 years ago
  97. 85c6c97 MINOR: action: add reference to the original keywork matched for the called parser. by Thierry FOURNIER · 9 years ago
  98. 4214873 MEDIUM: actions: remove ACTION_STOP by Thierry FOURNIER · 9 years ago
  99. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  100. afa8049 MEDIUM: actions: Normalize the return code of the configuration parsers by Thierry FOURNIER · 9 years ago