1. d29e830 MINOR: haproxy: export main to ease access from debugger by Willy Tarreau · Tue Mar 03 15:25:10 2020 +0100
  2. 4ce4195 BUG/MEDIUM: random: initialize the random pool a bit better by Willy Tarreau · Fri Mar 06 18:57:15 2020 +0100
  3. db2cdbb MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · Tue Jan 21 11:06:48 2020 +0100
  4. 7e9dd73 BUG/MEDIUM: connection: add a mux flag to indicate splice usability by Willy Tarreau · Fri Jan 17 16:19:34 2020 +0100
  5. e69893b BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing by Willy Tarreau · Thu Dec 19 07:39:06 2019 +0100
  6. a99ff4d MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps by Christopher Faulet · Mon Jul 22 16:18:24 2019 +0200
  7. b3fdd52 MINOR: stats: Report max times in addition of the averages for sessions by Christopher Faulet · Fri Nov 08 14:59:51 2019 +0100
  8. df73efe MINOR: counters: Add fields to store the max observed for {q,c,d,t}_time by Christopher Faulet · Fri Nov 08 14:53:15 2019 +0100
  9. 9a88a83 MINOR: peers: Add debugging information to "show peers". by Frédéric Lécaille · Thu Nov 07 15:22:33 2019 +0100
  10. 5d07270 MINOR: peers: Add TX/RX heartbeat counters. by Frédéric Lécaille · Wed Nov 06 11:51:26 2019 +0100
  11. 198d129 MINOR: mux: Add a new method to get informations about a mux. by Olivier Houchard · Fri Oct 25 16:19:26 2019 +0200
  12. 87d74c1 MINOR: stats: Add the support of float fields in stats by Christopher Faulet · Tue Sep 24 16:35:10 2019 +0200
  13. 46c7682 MINOR: spoe: Support the async mode with several threads by Christopher Faulet · Tue Sep 17 11:55:52 2019 +0200
  14. 0ff699e MINOR: stats: report the number of idle connections for each server by Willy Tarreau · Sun Sep 08 09:24:56 2019 +0200
  15. 1a8febc BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2 by Olivier Houchard · Wed Jul 31 18:05:26 2019 +0200
  16. 0ff395c BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue() by Willy Tarreau · Tue Jul 30 11:59:34 2019 +0200
  17. ff96b8b MINOR: hlua: Add a flag on the lua txn to know in which context it can be used by Christopher Faulet · Fri Jul 26 15:09:53 2019 +0200
  18. 937604b BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · Wed Jul 24 16:45:02 2019 +0200
  19. 47b00ae BUG/MEDIUM: threads: cpu-map designating a single thread/process are ignored by Willy Tarreau · Tue Jul 16 15:10:34 2019 +0200
  20. 42facc5 MINOR: task: introduce work lists by Willy Tarreau · Fri Jul 12 08:31:17 2019 +0200
  21. 6915948 BUG/MEDIUM: fd/threads: fix excessive CPU usage on multi-thread accept by Willy Tarreau · Mon Jul 08 23:09:03 2019 +0200
  22. e445afd MINOR: action: Add the return code ACT_RET_DONE for actions by Christopher Faulet · Thu Jul 04 11:08:38 2019 +0200
  23. 1bd140e BUG/MINOR: mworker/cli: don't output a \n before the response by William Lallemand · Mon Jul 01 10:56:15 2019 +0200
  24. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · Fri Jun 14 14:42:29 2019 +0200
  25. 1dc6963 MINOR: mworker: add the HAProxy version in "show proc" by William Lallemand · Wed Jun 12 19:11:33 2019 +0200
  26. b65717f MINOR: peers: Optimization for dictionary cache lookup. by Frédéric Lécaille · Fri Jun 07 14:25:25 2019 +0200
  27. 99de1d0 MINOR: dict: Store the length of the dictionary entries. by Frédéric Lécaille · Fri Jun 07 10:58:20 2019 +0200
  28. 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
  29. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · Wed Jun 05 14:34:03 2019 +0200
  30. 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
  31. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · Tue May 28 10:12:02 2019 +0200
  32. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · Mon May 27 12:09:19 2019 +0200
  33. 2e05548 MINOR: connections: Add a new xprt method, add_xprt(). by Olivier Houchard · Mon May 27 19:50:12 2019 +0200
  34. 5149b59 MINOR: connections: Add a new xprt method, remove_xprt. by Olivier Houchard · Thu May 23 17:47:36 2019 +0200
  35. ea8dd94 MEDIUM: ssl: Handle subscribe by itself. by Olivier Houchard · Mon May 20 14:02:16 2019 +0200
  36. 8f3c256 MEDIUM: cache/htx: Always store info about HTX blocks in the cache by Christopher Faulet · Mon Jun 03 22:19:18 2019 +0200
  37. 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
  38. 7da7129 MINOR: server: Add a dictionary for server names. by Frédéric Lécaille · Mon May 20 09:47:07 2019 +0200
  39. 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
  40. 5ad57ea MINOR: stick-table: Add "server_name" new data type. by Frédéric Lécaille · Fri May 17 10:08:29 2019 +0200
  41. 74167b2 MINOR: peers: Add a LRU cache implementation for dictionaries. by Frédéric Lécaille · Tue May 28 19:02:42 2019 +0200
  42. 4a3fef8 MINOR: dict: Add dictionary new data structure. by Frédéric Lécaille · Tue May 28 14:47:17 2019 +0200
  43. 1673bbd CLEANUP: peers: Remove tabs characters. by Frédéric Lécaille · Wed May 15 10:49:13 2019 +0200
  44. 7bb39d7 CLEANUP: connection: remove the now unused CS_FL_REOS flag by Willy Tarreau · Mon Jun 03 14:23:33 2019 +0200
  45. 7067b3a BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit by Willy Tarreau · Sun Jun 02 11:11:29 2019 +0200
  46. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · Wed May 22 19:44:48 2019 +0800
  47. 250031e MEDIUM: sessions: Introduce session flags. by Olivier Houchard · Wed May 29 15:01:50 2019 +0200
  48. a8b2ce0 MINOR: activity: report the number of failed pool/buffer allocations by Willy Tarreau · Tue May 28 17:04:16 2019 +0200
  49. 2ae84e4 MEDIUM: poller: separate the wait time from the wake events by Willy Tarreau · Tue May 28 16:44:05 2019 +0200
  50. 9b04d22 MINOR: connection: Remove the unused flag CO_RFL_KEEP_RSV by Christopher Faulet · Tue May 14 22:47:37 2019 +0200
  51. d6a7850 MINOR: cli/activity: add 3 general purpose counters in development mode by Willy Tarreau · Mon May 27 07:03:38 2019 +0200
  52. 394c9b4 MINOR: cli/activity: remove "fd_del" and "fd_skip" from show activity by Willy Tarreau · Mon May 27 06:59:14 2019 +0200
  53. 7cf0e45 MINOR: raw_sock: report global traffic statistics by Willy Tarreau · Thu May 23 11:39:14 2019 +0200
  54. 96d5195 MEDIUM: config: deprecate the antique req* and rsp* commands by Willy Tarreau · Wed May 22 20:34:35 2019 +0200
  55. d1f56c9 BUG/MEDIUM: dns: make the port numbers unsigned by Willy Tarreau · Wed May 22 20:07:45 2019 +0200
  56. 082b628 BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks by Willy Tarreau · Wed May 22 14:42:12 2019 +0200
  57. 0ba4f48 MAJOR: polling: add event ports support (Solaris) by Emmanuel Hocdet · Mon Apr 08 16:53:32 2019 +0000
  58. 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
  59. 91e6df0 MINOR: threads: add each thread's clockid into the global thread_info by Willy Tarreau · Fri May 03 17:21:18 2019 +0200
  60. 522cfbc MINOR: init/threads: make the global threads an array of structs by Willy Tarreau · Fri May 03 10:16:39 2019 +0200
  61. 10c6c16 MEDIUM: Make 'option forceclose' actually warn by Tim Duesterhus · Tue May 14 20:58:00 2019 +0200
  62. 8bdb5c9 CLEANUP: connection: remove the handle field from the wait_event struct by Willy Tarreau · Mon May 13 18:27:59 2019 +0200
  63. 602bf7d MEDIUM: streams: Add a new http action, disable-l7-retry. by Olivier Houchard · Fri May 10 13:59:15 2019 +0200
  64. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · Fri May 10 09:58:43 2019 +0200
  65. 8d164dc CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore by Willy Tarreau · Fri May 10 09:35:00 2019 +0200
  66. 5599456 REORG: ssl: move openssl-compat from proto to common by Willy Tarreau · Thu May 09 14:52:44 2019 +0200
  67. 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
  68. 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
  69. 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
  70. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · Wed Mar 20 15:06:55 2019 +0100
  71. 015e4d7 MINOR: stick-tables: Add peers process binding computing. by Frédéric Lécaille · Tue Mar 19 14:55:01 2019 +0100
  72. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · Thu Mar 14 07:07:41 2019 +0100
  73. f92da38 BUILD/MINOR: stick-table: Compilation fix. by Frédéric Lécaille · Fri Mar 15 11:24:53 2019 +0100
  74. 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
  75. 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
  76. fdcb007 MEDIUM: proto: Change the prototype of the connect() method. by Olivier Houchard · Mon May 06 18:32:29 2019 +0200
  77. e3249a9 MEDIUM: streams: Add a new keyword for retry-on, "junk-response" by Olivier Houchard · Fri May 03 23:01:47 2019 +0200
  78. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · Fri May 03 22:46:27 2019 +0200
  79. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · Fri Apr 05 15:30:12 2019 +0200
  80. c40efc1 MINOR: init/threads: make the threads array global by Willy Tarreau · Fri May 03 09:22:44 2019 +0200
  81. 81492c9 MINOR: threads: flatten the per-thread cpu-map by Willy Tarreau · Fri May 03 09:41:23 2019 +0200
  82. 102854c BUG/MEDIUM: listener: Fix how unlimited number of consecutive accepts is handled by Christopher Faulet · Tue Apr 30 12:17:13 2019 +0200
  83. 07425de BUG/MEDIUM: port_range: Make the ring buffer lock-free. by Olivier Houchard · Mon Apr 29 18:52:06 2019 +0200
  84. bc13bec MINOR: activity: report context switch counts instead of rates by Willy Tarreau · Tue Apr 30 14:55:18 2019 +0200
  85. 9634e86 CLEANUP: task: move the task_per_thread definition to task.h by Willy Tarreau · Tue Apr 30 14:36:47 2019 +0200
  86. 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
  87. d95ea28 MINOR: log: Add "sample" new keyword to "log" lines. by Frédéric Lécaille · Wed Apr 24 16:14:33 2019 +0200
  88. 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
  89. 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
  90. 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
  91. 0212fad MINOR: tasks/activity: report the context switch and task wakeup rates by Willy Tarreau · Wed Apr 24 08:10:57 2019 +0200
  92. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · Mon Jan 21 08:34:50 2019 +0100
  93. 0b9ce82 MINOR: obj_type: new object type for struct stream by Baptiste Assmann · Tue Jan 30 08:10:20 2018 +0100
  94. dfd35fd MINOR: dns: dns_requester structures are now in a memory pool by Baptiste Assmann · Mon Jan 21 08:18:09 2019 +0100
  95. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · Tue Apr 16 19:07:22 2019 +0200
  96. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · Thu Mar 21 18:27:17 2019 +0100
  97. 7b5fd1e MEDIUM: connections: Move some fields from struct connection to ssl_sock_ctx. by Olivier Houchard · Thu Feb 28 18:10:45 2019 +0100
  98. 636848a MINOR: init: add a "set-dumpable" global directive to enable core dumps by Willy Tarreau · Mon Apr 15 19:38:50 2019 +0200
  99. 8f7069a CLEANUP: mworker: remove the type field in mworker_proc by William Lallemand · Fri Apr 12 16:09:23 2019 +0200
  100. bd3de3e MEDIUM: mworker-prog: implements 'option start-on-reload' by William Lallemand · Fri Apr 12 16:09:22 2019 +0200