1. 6162c43 BUILD: report zlib support in haproxy -vv by Cyril Bonté · Sat Nov 10 19:27:47 2012 +0100
  2. d85f917 MINOR: compression: maximum compression rate limit by William Lallemand · Fri Nov 09 17:05:39 2012 +0100
  3. f374783 MINOR: compression: tune.comp.maxlevel by William Lallemand · Fri Nov 09 12:33:10 2012 +0100
  4. 9d5f548 MEDIUM: compression: limit RAM usage by William Lallemand · Wed Nov 07 16:12:57 2012 +0100
  5. a509e4c MINOR: compression: memlevel and windowsize by William Lallemand · Wed Nov 07 16:54:34 2012 +0100
  6. 0711541 MEDIUM: stick-table: allocate the table key of size buffer size by Willy Tarreau · Mon Oct 29 21:56:59 2012 +0100
  7. 7e2c647 MEDIUM: remove remains of BUFSIZE in HTTP auth and sample conversions by Willy Tarreau · Mon Oct 29 20:44:36 2012 +0100
  8. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · Mon Oct 29 16:51:55 2012 +0100
  9. acbbe90 CLEANUP: completely remove trashlen by Willy Tarreau · Mon Oct 29 13:27:23 2012 +0100
  10. 4e25b01 MINOR: log: add '%Tl' to log-format by Yuxans Yao · Fri Oct 19 10:36:09 2012 +0800
  11. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · Fri Oct 26 20:10:28 2012 +0200
  12. c919dc6 CLEANUP: remove trashlen by Willy Tarreau · Fri Oct 26 17:35:22 2012 +0200
  13. 772f0dd BUG/MEDIUM: command-line option -D must have precedence over "debug" by Willy Tarreau · Fri Oct 26 16:04:28 2012 +0200
  14. 2e845be MEDIUM: sample: pass an empty list instead of a null for fetch args by Willy Tarreau · Fri Oct 19 19:49:09 2012 +0200
  15. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · Fri Oct 12 23:49:43 2012 +0200
  16. 76d8895 MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS. by Emeric Brun · Fri Oct 05 15:47:31 2012 +0200
  17. fb510ea MEDIUM: conf: rename 'cafile' and 'crlfile' statements 'ca-file' and 'crl-file' by Emeric Brun · Fri Oct 05 12:00:26 2012 +0200
  18. 1ae1b7b MEDIUM: checks: use real buffers to store requests and responses by Willy Tarreau · Fri Sep 28 15:28:30 2012 +0200
  19. 5b3a202 REORG: server: move the check-specific parts into a check subsection by Willy Tarreau · Fri Sep 28 15:01:02 2012 +0200
  20. 8113a5d BUG/MINOR: config: use a copy of the file name in proxy configurations by Willy Tarreau · Thu Oct 04 08:01:43 2012 +0200
  21. d94b3fe MEDIUM: ssl: add client certificate authentication support by Emeric Brun · Thu Sep 20 18:23:56 2012 +0200
  22. 2b58d04 MINOR: ssl: add elliptic curve Diffie-Hellman support for ssl key generation by Emeric Brun · Thu Sep 20 17:10:03 2012 +0200
  23. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · Thu Sep 20 18:07:14 2012 +0200
  24. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · Thu Sep 20 16:48:07 2012 +0200
  25. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · Thu Sep 13 17:54:29 2012 +0200
  26. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  27. 1ee0e30 BUILD: report openssl build settings in haproxy -vv by Willy Tarreau · Mon Sep 10 07:16:05 2012 +0200
  28. fc0421f MEDIUM: ssl: add support for SNI and wildcard certificates by Emeric Brun · Fri Sep 07 17:30:07 2012 +0200
  29. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · Fri Sep 07 16:58:00 2012 +0200
  30. aa52bef BUILD: shut a gcc warning introduced by commit 269ab31 by Willy Tarreau · Fri Sep 07 22:18:59 2012 +0200
  31. 403edff MEDIUM: config: implement maxsslconn in the global section by Willy Tarreau · Thu Sep 06 11:58:37 2012 +0200
  32. 269ab31 BUG/MEDIUM: workaround an eglibc bug which truncates the pidfiles when nbproc > 1 by Willy Tarreau · Wed Sep 05 08:02:48 2012 +0200
  33. ff9f769 BUILD: fix build error without SSL (ssl_cert) by Willy Tarreau · Tue Sep 04 15:13:20 2012 +0200
  34. fc32aca MINOR: ssl add global setting tune.sslcachesize to set SSL session cache size. by Emeric Brun · Mon Sep 03 12:10:29 2012 +0200
  35. 6e15929 MEDIUM: config: add the 'ssl' keyword on 'bind' lines by Emeric Brun · Fri May 18 16:32:13 2012 +0200
  36. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · Tue Aug 28 00:06:31 2012 +0200
  37. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200
  38. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · Mon Aug 20 17:01:35 2012 +0200
  39. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · Thu Jul 05 23:19:22 2012 +0200
  40. 39b0665 BUG/MINOR: commit 196729ef used wrong condition resulting in freeing constants by Willy Tarreau · Fri Jun 01 10:58:06 2012 +0200
  41. 496aa01 BUG/MEDIUM: ensure that unresolved arguments are freed exactly once by Willy Tarreau · Fri Jun 01 10:38:29 2012 +0200
  42. 196729e BUG/MINOR: fix option httplog validation with TCP frontends by Willy Tarreau · Thu May 31 19:30:26 2012 +0200
  43. 7af4605 BUG/MAJOR: trash must always be the size of a buffer by David du Colombier · Wed May 16 14:16:48 2012 +0200
  44. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · Fri May 11 14:23:52 2012 +0200
  45. 6e06443 MEDIUM: memory: add the ability to poison memory at run time by Willy Tarreau · Tue May 08 15:40:42 2012 +0200
  46. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · Fri Apr 27 21:37:17 2012 +0200
  47. f995410 MEDIUM: pattern: get rid of arg_i in all functions making use of arguments by Willy Tarreau · Fri Apr 20 14:03:29 2012 +0200
  48. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · Fri Apr 20 12:29:52 2012 +0200
  49. 2133782 CLEANUP: remove a few warning about unchecked return values in debug code by Willy Tarreau · Sun Apr 29 14:11:38 2012 +0200
  50. 5f23240 MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp %Ts %rt %H %pid by William Lallemand · Thu Apr 05 18:02:55 2012 +0200
  51. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · Thu Apr 05 21:09:48 2012 +0200
  52. 9eeb57b [RELEASE] Released version 1.5-dev8 by Willy Tarreau · Mon Mar 26 06:15:29 2012 +0200
  53. 723b73a MINOR: config: Parse the string of the log-format config keyword by William Lallemand · Wed Feb 08 16:37:49 2012 +0100
  54. 8b15ba1 MEDIUM: improve config check return codes by Willy Tarreau · Thu Feb 02 17:48:18 2012 +0100
  55. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · Wed Oct 12 17:50:54 2011 +0200
  56. 2e99390 BUG/MEDIUM: checks: fix slowstart behaviour when server tracking is in use by Willy Tarreau · Mon Oct 31 11:53:20 2011 +0100
  57. 34eb671 OPTIM/MINOR: move the hdr_idx pools out of the proxy struct by Willy Tarreau · Mon Oct 24 18:15:04 2011 +0200
  58. 576132e [MINOR] startup: add an option to change to a new directory by Willy Tarreau · Sat Sep 10 19:26:56 2011 +0200
  59. 3bafcdc [CLEANUP] startup: report only the basename in the usage message by Willy Tarreau · Sat Sep 10 19:20:23 2011 +0200
  60. 3c63fd8 [MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate by Willy Tarreau · Wed Sep 07 18:00:47 2011 +0200
  61. abacc2c [CLEANUP] remove a useless test in manage_global_listener_queue() by Willy Tarreau · Wed Sep 07 14:26:33 2011 +0200
  62. c2adf8b [MEDIUM] stats: disable complex socket reservation for stats socket by Willy Tarreau · Wed Sep 07 12:13:34 2011 +0200
  63. 46fa835 [CLEANUP] remove dirty left-over of a debugging message by Willy Tarreau · Wed Sep 07 11:55:40 2011 +0200
  64. c9ebc44 [CLEANUP] update the year in the copyright banner by Willy Tarreau · Tue Aug 23 00:23:54 2011 +0200
  65. e9b2602 [MEDIUM] listeners: add a global listener management task by Willy Tarreau · Mon Aug 01 20:57:55 2011 +0200
  66. 918ff60 [MAJOR] proxy: finally get rid of maintain_proxies() by Willy Tarreau · Mon Jul 25 16:33:49 2011 +0200
  67. 08ceb10 [MEDIUM] listeners: put listeners in queue upon resource shortage by Willy Tarreau · Sun Jul 24 22:58:00 2011 +0200
  68. be58c38 [MEDIUM] proxy: add a PAUSED state to listeners and move socket tricks out of proxy.c by Willy Tarreau · Sun Jul 24 18:28:10 2011 +0200
  69. 4827fd2 [OPTIM] stream_sock: reduce the default number of accepted connections at once by Willy Tarreau · Fri Jul 22 21:59:59 2011 +0200
  70. 6fb8259 [MINOR] Free stick rules on denint() by Simon Horman · Fri Jul 15 13:14:11 2011 +0900
  71. b08584a [MINOR] Free stick table pool on denint() by Simon Horman · Fri Jul 15 13:14:10 2011 +0900
  72. ac82142 [MINOR] Free tcp rules on denint() by Simon Horman · Fri Jul 15 13:14:09 2011 +0900
  73. a31c7f7 [MINOR] Free rdp_cookie_name on denint() by Simon Horman · Fri Jul 15 13:14:08 2011 +0900
  74. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · Thu Jan 06 17:51:27 2011 +0100
  75. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · Thu Mar 10 23:25:56 2011 +0100
  76. dc23a92 [BUG] startup: set the rlimits before binding ports, not after. by Willy Tarreau · Wed Feb 16 11:10:36 2011 +0100
  77. 48936af [MINOR] log: ability to override the syslog tag by Kevinm · Wed Dec 22 16:08:21 2010 +0000
  78. df5b38f [MINOR] log: add support for passing the forwarded hostname by Joe Williams · Wed Dec 29 17:05:48 2010 +0100
  79. 2b920a1 [MAJOR] Add new files src/peer.c, include/proto/peers.h and include/types/peers.h for sync stick table management by Emeric Brun · Thu Sep 23 18:30:22 2010 +0200
  80. ed76092 [MEDIUM] Add supports of bind on unix sockets. by Emeric Brun · Fri Oct 22 17:59:25 2010 +0200
  81. cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · Fri Oct 22 16:06:11 2010 +0200
  82. 43961d5 [MINOR] global: add "tune.chksize" to change the default check buffer size by Willy Tarreau · Mon Oct 04 20:39:20 2010 +0200
  83. f6e2cc7 [BUG] deinit: unbind listeners before freeing them by Willy Tarreau · Fri Sep 03 10:38:17 2010 +0200
  84. af7ad00 [MINOR] support a global jobs counter by Willy Tarreau · Tue Aug 31 15:39:26 2010 +0200
  85. d0807c3 [MEDIUM] signals: support redistribution of signal zero when stopping by Willy Tarreau · Fri Aug 27 18:26:11 2010 +0200
  86. 24f4efa [MEDIUM] signals: add support for registering functions and tasks by Willy Tarreau · Fri Aug 27 17:56:48 2010 +0200
  87. bb545b4 [MINOR] startup: don't wait for nothing when no old pid remains by Willy Tarreau · Wed Aug 25 12:58:59 2010 +0200
  88. d137dd3 [MINOR] startup: release unused structs after forking by Willy Tarreau · Wed Aug 25 12:49:05 2010 +0200
  89. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · Mon May 24 21:02:37 2010 +0200
  90. e437c44 [BUG] init: unconditionally catch SIGPIPE by Willy Tarreau · Wed Mar 17 18:02:46 2010 +0100
  91. 57b1bf7 [MEDIUM] checks: support multi-packet health check responses by Nick Chalk · Tue Mar 16 15:50:46 2010 +0000
  92. 1d21e0a [MINOR] force null-termination of hostname by Willy Tarreau · Fri Mar 12 21:58:54 2010 +0100
  93. 8096de9 [MEDIUM] http: revert to use a swap buffer for realignment by Willy Tarreau · Fri Feb 26 11:12:27 2010 +0100
  94. aff01ea [BUG] cfgparse memory leak and missing free calls in deinit() by Krzysztof Piotr Oledzki · Fri Feb 05 20:31:44 2010 +0100
  95. b05613d [RELEASE] Released version 1.4-rc1 by Willy Tarreau · Tue Feb 02 10:18:28 2010 +0100
  96. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · Fri Jan 29 19:29:32 2010 +0100
  97. 59bb218 [MINOR] http-request: allow/deny/auth support for frontend/backend/listen by Krzysztof Piotr Oledzki · Fri Jan 29 17:58:21 2010 +0100
  98. 9610504 [MINOR] generic auth support with groups and encrypted passwords by Krzysztof Piotr Oledzki · Fri Jan 29 17:50:44 2010 +0100
  99. f4f0412 [MINOR] prepare req_*/rsp_* to receive a condition by Willy Tarreau · Thu Jan 28 18:10:50 2010 +0100
  100. 477ecd8 [MEDIUM] config: remove the limitation of 10 config files by Willy Tarreau · Sun Jan 03 21:12:30 2010 +0100