1. 7460212 BUG/MEDIUM: channel: fix inconsistent handling of 4GB-1 transfers by Willy Tarreau · Wed May 04 14:05:58 2016 +0200
  2. 2f3eda7 BUG/MAJOR: channel: fix miscalculation of available buffer space (4th try) by Willy Tarreau · Tue May 03 17:46:24 2016 +0200
  3. 9f905d9 MINOR: channel: add new function channel_congested() by Willy Tarreau · Mon May 02 16:05:10 2016 +0200
  4. 467c147 BUG/MEDIUM: channel: fix miscalculation of available buffer space (3rd try) by Willy Tarreau · Wed Apr 20 18:05:17 2016 +0200
  5. fdc90ca BUG/MEDIUM: channel: incorrect polling condition may delay event delivery by Willy Tarreau · Thu Apr 21 12:12:45 2016 +0200
  6. c3981fc BUG/MEDIUM: channel: don't allow to overwrite the reserve until connected by Willy Tarreau · Wed Apr 20 20:09:22 2016 +0200
  7. 0aa1e33 CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() by Willy Tarreau · Thu Apr 14 11:13:20 2016 +0200
  8. dea6146 BUG/MAJOR: channel: fix miscalculation of available buffer space (2nd try) by Willy Tarreau · Mon Apr 11 17:04:02 2016 +0200
  9. 517cdce BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted by Benoit GARNIER · Sun Mar 27 03:04:16 2016 +0200
  10. 5237ace BUG/MINOR: log: GMT offset not updated when entering/leaving DST by Benoit GARNIER · Sun Mar 27 11:08:03 2016 +0200
  11. ce0162e BUG/MEDIUM: chunks: always reject negative-length chunks by Willy Tarreau · Thu Feb 25 16:15:19 2016 +0100
  12. 7b2787f BUG: stream_interface: Reuse connection even if the output channel is empty by Christopher Faulet · Wed Dec 23 09:33:35 2015 +0100
  13. 7610073 BUG/MEDIUM: channel: fix miscalculation of available buffer space. by Willy Tarreau · Mon Jan 25 01:09:11 2016 +0100
  14. de50f7f MINOR: chunk: make chunk_initstr() take a const string by Willy Tarreau · Wed Jan 06 20:45:03 2016 +0100
  15. c85bedc MINOR: chunks: add chunk_strcat() and chunk_newstr() by Willy Tarreau · Mon Jan 04 20:13:55 2016 +0100
  16. 8dfc057 MINOR: chunks: ensure that chunk_strcpy() adds a trailing zero by Willy Tarreau · Mon Jan 04 20:21:33 2016 +0100
  17. 966bb79 BUG/MINOR: chunk: make chunk_dup() always check and set dst->size by Willy Tarreau · Mon Jan 04 20:36:59 2016 +0100
  18. 97ef6f9 BUILD: freebsd: double declaration by Thierry FOURNIER · Tue Nov 03 19:17:37 2015 +0100
  19. e77015c MINOR: config: extend the default max hostname length to 64 and beyond by Willy Tarreau · Wed Jan 14 11:48:58 2015 +0100
  20. 66b3c15 BUILD: enable build on Linux/s390x by Neale Ferguson · Mon Oct 12 20:58:51 2015 +0200
  21. bcd0336 BUG/MINOR: http: remove stupid HTTP_METH_NONE entry by Willy Tarreau · Thu Sep 03 17:15:21 2015 +0200
  22. 6de4c2f BUILD/MINOR: tools: rename popcount to my_popcountl by David Carlier · Thu Jul 02 07:00:17 2015 +0000
  23. e0603ae MINOR: peers: store the pointer to the signal handler by Willy Tarreau · Fri May 01 18:29:09 2015 +0200
  24. ae128b8 DOC: fix the comments about the meaning of msg->sol in HTTP by Willy Tarreau · Fri May 01 23:14:54 2015 +0200
  25. 1c3a612 MEDIUM: http: add option-ignore-probes to get rid of the floods of 408 by Willy Tarreau · Fri May 01 15:37:53 2015 +0200
  26. c4ebae0 BUG/MEDIUM: stream-int: always reset si->ops when si->end is nullified by Willy Tarreau · Mon Apr 20 01:03:17 2015 +0200
  27. ca12910 BUG/MEDIUM: channel: don't schedule data in transit for leaving until connected by Willy Tarreau · Wed Jan 14 16:08:45 2015 +0100
  28. 18b09d0 MEDIUM: channel: make bi_avail() use channel_in_transit() by Willy Tarreau · Wed Jan 14 15:56:50 2015 +0100
  29. 90d5c18 MEDIUM: channel: make buffer_reserved() use channel_in_transit() by Willy Tarreau · Wed Jan 14 14:07:13 2015 +0100
  30. 630cf01 MINOR: channel: add channel_in_transit() by Willy Tarreau · Tue Jan 13 20:09:54 2015 +0100
  31. 5aea838 BUG/MINOR: channel: compare to_forward with buf->i, not buf->size by Willy Tarreau · Tue Jan 13 19:07:23 2015 +0100
  32. 4f43511 BUG/MEDIUM: channel: fix possible integer overflow on reserved size computation by Willy Tarreau · Thu Jan 08 11:34:55 2015 +0100
  33. cfbb93f DOC: fix a few typos by Godbach · Wed Dec 10 10:21:30 2014 +0800
  34. bae03ea BUG/MEDIUM: pattern: don't load more than once a pattern list. by Thierry FOURNIER · Mon Nov 24 11:14:42 2014 +0100
  35. 1f96a87 BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks by Cyril Bonté · Sat Nov 15 22:41:27 2014 +0100
  36. 42a3e20 MINOR: ssl: add statement to force some ssl options in global. by Emeric Brun · Thu Oct 30 15:56:50 2014 +0100
  37. 2e47a3a BUG/MEDIUM: http: adjust close mode when switching to backend by Willy Tarreau · Tue Sep 30 18:44:22 2014 +0200
  38. 8b3c808 MEDIUM: config: report it when tcp-request rules are misplaced by Willy Tarreau · Tue Sep 16 15:39:51 2014 +0200
  39. b4d0509 BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer by Willy Tarreau · Mon Sep 01 20:35:55 2014 +0200
  40. d6ec605 MEDIUM: connection: add new bit in Proxy Protocol V2 by Dave McCowan · Wed Jul 30 10:39:13 2014 -0400
  41. ad65af7 BUG/MINOR: server: move the directive #endif to the end of file by Godbach · Mon Jul 28 17:31:57 2014 +0800
  42. 5bebcd0 BUG/MAJOR: http: correctly rewind the request body after start of forwarding by Willy Tarreau · Thu Jul 10 19:06:10 2014 +0200
  43. 8245675 BUG/MEDIUM: backend: Update hash to use unsigned int throughout by Dan Dubovik · Tue Jul 08 08:51:03 2014 -0700
  44. 631a70f BUG/MEDIUM: unix: completely unbind abstract sockets during a pause() by Willy Tarreau · Mon Jul 07 21:07:51 2014 +0200
  45. d903bb3 MEDIUM: listener: implement a per-protocol pause() function by Willy Tarreau · Mon Jul 07 20:22:12 2014 +0200
  46. dc2695c MEDIUM: log: support a user-configurable max log line length by Willy Tarreau · Fri Jun 27 18:10:07 2014 +0200
  47. b4cbc1e MINOR: log: make MAX_SYSLOG_LEN overridable at build time by Willy Tarreau · Fri Jun 27 18:08:49 2014 +0200
  48. d008394 MINOR: stick-table: make stktable_fetch_key() indicate why it failed by Willy Tarreau · Wed Jun 25 16:20:53 2014 +0200
  49. 4910098 BUG/MINOR: ssl: Fix external function in order not to return a pointer on an internal trash buffer. by Emeric Brun · Tue Jun 24 18:26:41 2014 +0200
  50. c8b27b6 MEDIUM: ssl: add 300s supported time skew on OCSP response update. by Emeric Brun · Thu Jun 19 14:16:17 2014 +0200
  51. f4e6129 MINOR: missing regex.h include by Thierry FOURNIER · Thu Jun 19 13:37:01 2014 +0200
  52. 4147b2e MEDIUM: ssl: basic OCSP stapling support. by Emeric Brun · Mon Jun 16 18:36:30 2014 +0200
  53. 2620276 MINOR: regex: Use native PCRE API. by Thierry FOURNIER · Wed Jun 18 11:50:51 2014 +0200
  54. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · Wed Jun 18 11:35:54 2014 +0200
  55. b8f980c MINOR: regex: Create JIT compatible function that return match strings by Thierry FOURNIER · Wed Jun 11 13:59:05 2014 +0200
  56. 218f064 MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/resp by Sasha Pachev · Mon Jun 16 12:05:59 2014 -0600
  57. 4bfc580 MEDIUM: session: maintain per-backend and per-server time statistics by Willy Tarreau · Tue Jun 17 12:19:18 2014 +0200
  58. 2438f2b MINOR: freq_ctr: introduce a new averaging method by Willy Tarreau · Mon Jun 16 20:24:22 2014 +0200
  59. 588297f MINOR: tools: add new functions to quote-encode strings by Willy Tarreau · Mon Jun 16 15:16:40 2014 +0200
  60. 75ab8bd MEDIUM: Add port_to_str helper by Simon Horman · Mon Jun 16 09:39:41 2014 +0900
  61. 8fccfa2 CLEANUP: connection: merge proxy proto v2 header and address block by Willy Tarreau · Sat Jun 14 08:28:06 2014 +0200
  62. 3a4ac42 MINOR: tcp: prepare support for the "capture" action by Willy Tarreau · Fri Jun 13 16:17:14 2014 +0200
  63. 54da8db MINOR: capture: extend the captures to support non-header keys by Willy Tarreau · Fri Jun 13 16:11:48 2014 +0200
  64. f46cd6e MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bits by Remi Gacogne · Thu Jun 12 14:58:40 2014 +0200
  65. c874653 BUILD: don't use type "uint" which is not portable by Willy Tarreau · Wed May 28 23:05:07 2014 +0200
  66. ce3f913 MINOR: stats: add counters for SSL cache lookups and misses by Willy Tarreau · Wed May 28 16:47:01 2014 +0200
  67. 0c9c272 MINOR: stats: report SSL key computations per second by Willy Tarreau · Wed May 28 12:28:58 2014 +0200
  68. c600204 BUG/MEDIUM: regex: fix risk of buffer overrun in exp_replace() by Sasha Pachev · Mon May 26 12:33:48 2014 -0600
  69. 2396418 MINOR: checks: support a neutral check result by Willy Tarreau · Tue May 20 20:56:30 2014 +0200
  70. ed7df90 MEDIUM: stats: introduce new actions to simplify admin status management by Willy Tarreau · Thu May 22 18:04:49 2014 +0200
  71. bfc7b7a MAJOR: checks: add support for a new "drain" administrative mode by Willy Tarreau · Thu May 22 16:14:34 2014 +0200
  72. 8eb7784 MINOR: server: implement srv_set_stopping() by Willy Tarreau · Wed May 21 13:54:57 2014 +0200
  73. dbd5e78 MINOR: server: implement srv_set_running() by Willy Tarreau · Tue May 20 22:46:35 2014 +0200
  74. e7d1ef1 MINOR: server: implement srv_set_stopped() by Willy Tarreau · Tue May 20 22:25:12 2014 +0200
  75. bda9227 MINOR: server: make the status reporting function support a reason by Willy Tarreau · Tue May 20 21:55:30 2014 +0200
  76. af54958 MEDIUM: checks: simplify server up/down/nolb transitions by Willy Tarreau · Fri May 16 17:37:50 2014 +0200
  77. a0066dd MEDIUM: server: properly support and propagate the maintenance status by Willy Tarreau · Fri May 16 11:25:16 2014 +0200
  78. 4aac7db REORG: checks: put the functions in the appropriate files ! by Willy Tarreau · Fri May 16 11:48:10 2014 +0200
  79. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · Tue May 13 23:41:20 2014 +0200
  80. 2012521 REORG/MEDIUM: server: move the maintenance bits out of the server state by Willy Tarreau · Tue May 13 19:44:56 2014 +0200
  81. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · Tue May 13 15:54:22 2014 +0200
  82. 041751c BUG/MEDIUM: polling: fix possible CPU hogging of worker processes after receiving SIGUSR1. by Conrad Hoffmann · Tue May 20 14:28:24 2014 +0200
  83. 87eb1d6 MINOR: server: create srv_was_usable() from srv_is_usable() and use a pointer by Willy Tarreau · Tue May 13 18:51:40 2014 +0200
  84. c5150da MINOR: server: use functions to detect state changes and to update them by Willy Tarreau · Tue May 13 19:27:31 2014 +0200
  85. 02615f9 MINOR: server: remove the SRV_DRAIN flag which can always be deduced by Willy Tarreau · Tue May 13 22:08:20 2014 +0200
  86. 05cdd96 MEDIUM: session: implement half-closed timeouts (client-fin and server-fin) by Willy Tarreau · Sat May 10 14:30:07 2014 +0200
  87. 6346f0a DOC: stop referencing the slow git repository in the README by Willy Tarreau · Sat May 10 11:04:39 2014 +0200
  88. b1dd9bf MEDIUM: pattern: use ebtree's longest match to index/lookup string beginning by Willy Tarreau · Sat May 10 08:53:48 2014 +0200
  89. 18ca2d4 MINOR: tools: split is_addr() and is_inet_addr() by Willy Tarreau · Fri May 09 22:40:55 2014 +0200
  90. 6ae1ba6 MEDIUM: listener: parse the new "process" bind keyword by Willy Tarreau · Wed May 07 19:01:58 2014 +0200
  91. a9db57e MEDIUM: config: limit nbproc to the machine's word size by Willy Tarreau · Fri Jan 18 11:29:29 2013 +0100
  92. 8dc6039 MINOR: ssl: add global statement tune.ssl.force-private-cache. by Emeric Brun · Fri May 09 13:52:00 2014 +0200
  93. afb7683 MEDIUM: connection: Implement and extented PROXY Protocol V2 by David S · Thu May 08 23:42:08 2014 -0400
  94. caa19cc BUG/MAJOR: ssl: Fallback to private session cache if current lock mode is not supported. by Emeric Brun · Wed May 07 16:10:18 2014 +0200
  95. cefad67 BUILD: syscalls: remove improper inline statement in front of syscalls by Willy Tarreau · Thu May 08 22:36:29 2014 +0200
  96. 2a83111 MINOR: http: generic pointer to rule argument by William Lallemand · Tue May 06 18:43:27 2014 +0200
  97. 07c8b24 MINOR: http: export the smp_fetch_cookie function by William Lallemand · Fri May 02 17:11:07 2014 +0200
  98. 644c101 BUG/MAJOR: http: connection setup may stall on balance url_param by Willy Tarreau · Wed Apr 30 18:11:11 2014 +0200
  99. ed44649 MEDIUM: config: warn that '{cli,con,srv}timeout' are deprecated by Willy Tarreau · Mon Apr 28 22:56:38 2014 +0200
  100. a3c504c MEDIUM: config: inform the user only once that "redispatch" is deprecated by Willy Tarreau · Mon Apr 28 22:37:32 2014 +0200