1. 2e4843d MINOR: action: Add the return code ACT_RET_DONE for actions by Christopher Faulet · Thu Jul 04 11:08:38 2019 +0200
  2. ad03288 BUG/MINOR: mworker/cli: don't output a \n before the response by William Lallemand · Mon Jul 01 10:56:15 2019 +0200
  3. da29fe2 MEDIUM: server: server-state global file stored in a tree by Baptiste Assmann · Thu Jun 13 13:24:29 2019 +0200
  4. 86e6b6e MEDIUM: Make '(cli|con|srv)timeout' directive fatal by Tim Duesterhus · Tue May 14 20:57:59 2019 +0200
  5. dac168b MEDIUM: Make 'redispatch' directive fatal by Tim Duesterhus · Tue May 14 20:57:58 2019 +0200
  6. 7b7c47f MEDIUM: Make 'block' directive fatal by Tim Duesterhus · Tue May 14 20:57:57 2019 +0200
  7. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · Fri Jun 14 14:42:29 2019 +0200
  8. 1dc6963 MINOR: mworker: add the HAProxy version in "show proc" by William Lallemand · Wed Jun 12 19:11:33 2019 +0200
  9. b65717f MINOR: peers: Optimization for dictionary cache lookup. by Frédéric Lécaille · Fri Jun 07 14:25:25 2019 +0200
  10. 99de1d0 MINOR: dict: Store the length of the dictionary entries. by Frédéric Lécaille · Fri Jun 07 10:58:20 2019 +0200
  11. 6c39198 MINOR peers: data structure simplifications for server names dictionary cache. by Frédéric Lécaille · Thu Jun 06 11:34:03 2019 +0200
  12. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · Wed Jun 05 14:34:03 2019 +0200
  13. bedcd69 MINOR: stream-int: use bit fields to match multiple stream-int states at once by Willy Tarreau · Wed Jun 05 14:45:06 2019 +0200
  14. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · Tue May 28 10:12:02 2019 +0200
  15. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · Mon May 27 12:09:19 2019 +0200
  16. 2e05548 MINOR: connections: Add a new xprt method, add_xprt(). by Olivier Houchard · Mon May 27 19:50:12 2019 +0200
  17. 5149b59 MINOR: connections: Add a new xprt method, remove_xprt. by Olivier Houchard · Thu May 23 17:47:36 2019 +0200
  18. ea8dd94 MEDIUM: ssl: Handle subscribe by itself. by Olivier Houchard · Mon May 20 14:02:16 2019 +0200
  19. 8f3c256 MEDIUM: cache/htx: Always store info about HTX blocks in the cache by Christopher Faulet · Mon Jun 03 22:19:18 2019 +0200
  20. 8d78fa7 MINOR: peers: Make peers protocol support new "server_name" data type. by Frédéric Lécaille · Mon May 20 18:22:52 2019 +0200
  21. 7da7129 MINOR: server: Add a dictionary for server names. by Frédéric Lécaille · Mon May 20 09:47:07 2019 +0200
  22. 84d6046 MINOR: proxy: Add a "server by name" tree to proxy. by Frédéric Lécaille · Fri May 17 14:29:15 2019 +0200
  23. 5ad57ea MINOR: stick-table: Add "server_name" new data type. by Frédéric Lécaille · Fri May 17 10:08:29 2019 +0200
  24. 74167b2 MINOR: peers: Add a LRU cache implementation for dictionaries. by Frédéric Lécaille · Tue May 28 19:02:42 2019 +0200
  25. 4a3fef8 MINOR: dict: Add dictionary new data structure. by Frédéric Lécaille · Tue May 28 14:47:17 2019 +0200
  26. 1673bbd CLEANUP: peers: Remove tabs characters. by Frédéric Lécaille · Wed May 15 10:49:13 2019 +0200
  27. 7bb39d7 CLEANUP: connection: remove the now unused CS_FL_REOS flag by Willy Tarreau · Mon Jun 03 14:23:33 2019 +0200
  28. 7067b3a BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit by Willy Tarreau · Sun Jun 02 11:11:29 2019 +0200
  29. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · Wed May 22 19:44:48 2019 +0800
  30. 250031e MEDIUM: sessions: Introduce session flags. by Olivier Houchard · Wed May 29 15:01:50 2019 +0200
  31. a8b2ce0 MINOR: activity: report the number of failed pool/buffer allocations by Willy Tarreau · Tue May 28 17:04:16 2019 +0200
  32. 2ae84e4 MEDIUM: poller: separate the wait time from the wake events by Willy Tarreau · Tue May 28 16:44:05 2019 +0200
  33. 9b04d22 MINOR: connection: Remove the unused flag CO_RFL_KEEP_RSV by Christopher Faulet · Tue May 14 22:47:37 2019 +0200
  34. d6a7850 MINOR: cli/activity: add 3 general purpose counters in development mode by Willy Tarreau · Mon May 27 07:03:38 2019 +0200
  35. 394c9b4 MINOR: cli/activity: remove "fd_del" and "fd_skip" from show activity by Willy Tarreau · Mon May 27 06:59:14 2019 +0200
  36. 7cf0e45 MINOR: raw_sock: report global traffic statistics by Willy Tarreau · Thu May 23 11:39:14 2019 +0200
  37. 96d5195 MEDIUM: config: deprecate the antique req* and rsp* commands by Willy Tarreau · Wed May 22 20:34:35 2019 +0200
  38. d1f56c9 BUG/MEDIUM: dns: make the port numbers unsigned by Willy Tarreau · Wed May 22 20:07:45 2019 +0200
  39. 082b628 BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks by Willy Tarreau · Wed May 22 14:42:12 2019 +0200
  40. 0ba4f48 MAJOR: polling: add event ports support (Solaris) by Emmanuel Hocdet · Mon Apr 08 16:53:32 2019 +0000
  41. 5a6e224 REORG: threads: move the struct thread_info from global.h to hathreads.h by Willy Tarreau · Mon May 20 18:56:48 2019 +0200
  42. 91e6df0 MINOR: threads: add each thread's clockid into the global thread_info by Willy Tarreau · Fri May 03 17:21:18 2019 +0200
  43. 522cfbc MINOR: init/threads: make the global threads an array of structs by Willy Tarreau · Fri May 03 10:16:39 2019 +0200
  44. 10c6c16 MEDIUM: Make 'option forceclose' actually warn by Tim Duesterhus · Tue May 14 20:58:00 2019 +0200
  45. 8bdb5c9 CLEANUP: connection: remove the handle field from the wait_event struct by Willy Tarreau · Mon May 13 18:27:59 2019 +0200
  46. 602bf7d MEDIUM: streams: Add a new http action, disable-l7-retry. by Olivier Houchard · Fri May 10 13:59:15 2019 +0200
  47. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · Fri May 10 09:58:43 2019 +0200
  48. 8d164dc CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore by Willy Tarreau · Fri May 10 09:35:00 2019 +0200
  49. 5599456 REORG: ssl: move openssl-compat from proto to common by Willy Tarreau · Thu May 09 14:52:44 2019 +0200
  50. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · Thu May 09 13:26:41 2019 +0200
  51. 92e38e2 BUG/MEDIUM: servers: Don't use the same srv flag for cookie-set and TFO. by Olivier Houchard · Wed May 08 19:48:32 2019 +0200
  52. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · Tue Apr 30 15:54:36 2019 +0200
  53. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · Wed Mar 20 15:06:55 2019 +0100
  54. 015e4d7 MINOR: stick-tables: Add peers process binding computing. by Frédéric Lécaille · Tue Mar 19 14:55:01 2019 +0100
  55. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · Thu Mar 14 07:07:41 2019 +0100
  56. f92da38 BUILD/MINOR: stick-table: Compilation fix. by Frédéric Lécaille · Fri Mar 15 11:24:53 2019 +0100
  57. d456aa4 MINOR: config: Extract the code of "stick-table" line parsing. by Frédéric Lécaille · Fri Mar 08 14:47:00 2019 +0100
  58. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · Mon Jan 23 23:36:45 2017 +0100
  59. fdcb007 MEDIUM: proto: Change the prototype of the connect() method. by Olivier Houchard · Mon May 06 18:32:29 2019 +0200
  60. e3249a9 MEDIUM: streams: Add a new keyword for retry-on, "junk-response" by Olivier Houchard · Fri May 03 23:01:47 2019 +0200
  61. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · Fri May 03 22:46:27 2019 +0200
  62. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · Fri Apr 05 15:30:12 2019 +0200
  63. c40efc1 MINOR: init/threads: make the threads array global by Willy Tarreau · Fri May 03 09:22:44 2019 +0200
  64. 81492c9 MINOR: threads: flatten the per-thread cpu-map by Willy Tarreau · Fri May 03 09:41:23 2019 +0200
  65. 102854c BUG/MEDIUM: listener: Fix how unlimited number of consecutive accepts is handled by Christopher Faulet · Tue Apr 30 12:17:13 2019 +0200
  66. 07425de BUG/MEDIUM: port_range: Make the ring buffer lock-free. by Olivier Houchard · Mon Apr 29 18:52:06 2019 +0200
  67. bc13bec MINOR: activity: report context switch counts instead of rates by Willy Tarreau · Tue Apr 30 14:55:18 2019 +0200
  68. 9634e86 CLEANUP: task: move the task_per_thread definition to task.h by Willy Tarreau · Tue Apr 30 14:36:47 2019 +0200
  69. d803e47 MINOR: log: Enable the log sampling and load-balancing feature. by Frédéric Lécaille · Thu Apr 25 07:42:09 2019 +0200
  70. d95ea28 MINOR: log: Add "sample" new keyword to "log" lines. by Frédéric Lécaille · Wed Apr 24 16:14:33 2019 +0200
  71. f7f5428 BUG/MEDIUM: spoe: arg len encoded in previous frag frame but len changed by Kevin Zhu · Fri Apr 26 14:00:01 2019 +0800
  72. 22d63a2 MINOR: applet: measure and report an appctx's call rate in "show sess" by Willy Tarreau · Wed Apr 24 08:41:29 2019 +0200
  73. 2e9c1d2 MINOR: stream: measure and report a stream's call rate in "show sess" by Willy Tarreau · Wed Apr 24 08:28:31 2019 +0200
  74. 0212fad MINOR: tasks/activity: report the context switch and task wakeup rates by Willy Tarreau · Wed Apr 24 08:10:57 2019 +0200
  75. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · Mon Jan 21 08:34:50 2019 +0100
  76. 0b9ce82 MINOR: obj_type: new object type for struct stream by Baptiste Assmann · Tue Jan 30 08:10:20 2018 +0100
  77. dfd35fd MINOR: dns: dns_requester structures are now in a memory pool by Baptiste Assmann · Mon Jan 21 08:18:09 2019 +0100
  78. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · Tue Apr 16 19:07:22 2019 +0200
  79. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · Thu Mar 21 18:27:17 2019 +0100
  80. 7b5fd1e MEDIUM: connections: Move some fields from struct connection to ssl_sock_ctx. by Olivier Houchard · Thu Feb 28 18:10:45 2019 +0100
  81. 636848a MINOR: init: add a "set-dumpable" global directive to enable core dumps by Willy Tarreau · Mon Apr 15 19:38:50 2019 +0200
  82. 8f7069a CLEANUP: mworker: remove the type field in mworker_proc by William Lallemand · Fri Apr 12 16:09:23 2019 +0200
  83. bd3de3e MEDIUM: mworker-prog: implements 'option start-on-reload' by William Lallemand · Fri Apr 12 16:09:22 2019 +0200
  84. 4528611 MEDIUM: mworker: store the leaving state of a process by William Lallemand · Fri Apr 12 16:09:21 2019 +0200
  85. 95679dc MINOR: peers: Add a new command to the CLI for peers. by Frédéric Lécaille · Mon Apr 15 10:25:27 2019 +0200
  86. e5eef1f MINOR: connections: Remove the SUB_CALL_UNSUBSCRIBE flag. by Olivier Houchard · Mon Apr 15 19:24:04 2019 +0200
  87. 8ef7065 BUG/MINOR: ssl: Fix 48 byte TLS ticket key rotation by Nenad Merdanovic · Sun Apr 14 16:06:46 2019 +0200
  88. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · Mon Apr 08 11:23:22 2019 +0200
  89. 51f73eb MEDIUM: muxes: Add an optional input buffer during mux initialization by Christopher Faulet · Mon Apr 08 11:22:47 2019 +0200
  90. 0e160ff MINOR: stream: Set a flag when the stream uses the HTX by Christopher Faulet · Wed Apr 03 10:01:07 2019 +0200
  91. 9f38f5a MINOR: muxes: Add a flag to specify a multiplexer uses the HTX by Christopher Faulet · Wed Apr 03 09:53:32 2019 +0200
  92. 64a9c05 MINOR: cli/listener: report the number of accepts on "show activity" by Willy Tarreau · Fri Apr 12 15:27:17 2019 +0200
  93. 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · Mon Apr 01 11:30:02 2019 +0200
  94. e25473c REORG: mworker: move signal handlers and related functions by William Lallemand · Mon Apr 01 11:29:56 2019 +0200
  95. 87a8f35 CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL by Christopher Faulet · Fri Mar 22 14:51:36 2019 +0100
  96. 297d3e2 MINOR: channel: Report EOI on the input channel if it was reached in the mux by Christopher Faulet · Fri Mar 22 14:16:14 2019 +0100
  97. 5311a92 MINOR: connection: and new flag to mark end of input (EOI) by Christopher Faulet · Fri Mar 22 14:05:52 2019 +0100
  98. 0f22299 CLEANUP: cache: don't export http_cache_applet anymore by Willy Tarreau · Tue Mar 19 09:57:55 2019 +0100
  99. 3a78aa6 BUG/MINOR: stats: Fully consume large requests in the stats applet by Christopher Faulet · Wed Feb 27 16:19:48 2019 +0100
  100. 203b2b0 MINOR: muxes: Report the Last read with a dedicated flag by Christopher Faulet · Fri Mar 08 09:23:46 2019 +0100