1. b3eb221 [MEDIUM] http: add support for 'cookie' and 'set-cookie' patterns by Willy Tarreau · Fri Jul 01 16:16:17 2011 +0200
  2. fa46168 [MINOR] Add non-stick server option by Simon Horman · Sat Jun 25 09:39:49 2011 +0900
  3. de072bd [CLEANUP] Remove unnecessary casts by Simon Horman · Fri Jun 24 15:11:37 2011 +0900
  4. ab814e0 [MINOR] Add rdp_cookie pattern fetch function by Simon Horman · Fri Jun 24 14:50:20 2011 +0900
  5. e869176 [MINOR] Make appsess{,ion}_refresh static by Simon Horman · Fri Jun 24 14:49:57 2011 +0900
  6. 752dc4a [MINOR] Add down termination condition by Simon Horman · Tue Jun 21 14:34:59 2011 +0900
  7. e0d1bfb [MINOR] Allow shutdown of sessions when a server becomes unavailable by Simon Horman · Tue Jun 21 14:34:58 2011 +0900
  8. af51495 [MINOR] Add active connection list to server by Simon Horman · Tue Jun 21 14:34:57 2011 +0900
  9. dec5be4 [CLEANUP] session.c: Make functions static where possible by Simon Horman · Wed Jun 08 09:19:07 2011 +0900
  10. 9655377 [CLEANUP] peers.h: fix declarations by Simon Horman · Wed Jun 08 09:18:51 2011 +0900
  11. 70735c9 [CLEANUP] Remove assigned but unused variables by Simon Horman · Tue Jun 07 11:07:50 2011 +0900
  12. 619e3cc [MINOR] Allow showing and clearing by key of string stick tables by Simon Horman · Wed Jun 15 15:18:52 2011 +0900
  13. cec9a22 [MINOR] Allow showing and clearing by key of integer stick tables by Simon Horman · Wed Jun 15 15:18:51 2011 +0900
  14. c5b89f6 [MINOR] Allow showing and clearing by key of ipv6 stick tables by Simon Horman · Wed Jun 15 15:18:50 2011 +0900
  15. c88b887 [MINOR] More flexible clearing of stick table by Simon Horman · Wed Jun 15 15:18:49 2011 +0900
  16. d5b9fd9 [MINOR] Break out all stick table socat command parsing by Simon Horman · Wed Jun 15 15:18:48 2011 +0900
  17. 17bce34 [MINOR] Allow listing of stick table by key by Simon Horman · Wed Jun 15 15:18:47 2011 +0900
  18. 121f305 [MINOR] Break out processing of clear table by Simon Horman · Wed Jun 15 15:18:46 2011 +0900
  19. d936658 [MINOR] Break out dumping table by Simon Horman · Wed Jun 15 15:18:45 2011 +0900
  20. 9bd2c73 [CLEANUP] dumpstats: make symbols static where possible by Simon Horman · Wed Jun 15 15:18:44 2011 +0900
  21. 212f778 [BUG] checks: fix support of Mysqld >= 5.5 for mysql-check by Hervé COMMOWICK · Fri Jun 10 14:05:59 2011 +0200
  22. ab1a3e9 [CLEANUP] config: remove some left-over printf debugging code from previous patch by Willy Tarreau · Tue Jun 14 07:49:12 2011 +0200
  23. fbb7842 [MINOR] config: automatically compute a default fullconn value by Willy Tarreau · Sun Jun 05 15:38:35 2011 +0200
  24. bf9c2fc [BUG] stats: support url-encoded forms by Willy Tarreau · Tue May 31 18:06:18 2011 +0200
  25. 44702af [MINOR] config: make it possible to specify a cookie even without a server by Willy Tarreau · Mon May 30 18:47:41 2011 +0200
  26. 14acc70 [OPTIM] stream_sock: don't use splice on too small payloads by Willy Tarreau · Wed May 11 20:47:24 2011 +0200
  27. 22be90b [OPTIM] stream_sock: avoid fast-forwarding of partial data by Willy Tarreau · Wed May 11 20:32:36 2011 +0200
  28. 0729303 [OPTIM] http: optimize chunking again in non-interactive mode by Willy Tarreau · Mon May 30 18:29:28 2011 +0200
  29. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · Mon May 30 18:10:30 2011 +0200
  30. f8ca19b [CLEANUP] stream_sock: remove unneeded FL_TCP and factor out test by Willy Tarreau · Mon May 30 17:32:53 2011 +0200
  31. 8f8b492 [MINOR] stream_sock: always clear BF_EXPECT_MORE upon complete transfer by Willy Tarreau · Wed May 11 20:14:03 2011 +0200
  32. 5c62092 [MINOR] http: partially revert the chunking optimization for now by Willy Tarreau · Wed May 11 19:56:11 2011 +0200
  33. ae94d4d [MINOR] http: make the "HTTP 200" status code configurable. by Willy Tarreau · Wed May 11 16:28:49 2011 +0200
  34. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · Wed May 11 16:10:11 2011 +0200
  35. 027a85b [MINOR] http: don't report the "haproxy" word on the monitoring response by Willy Tarreau · Wed May 11 16:00:54 2011 +0200
  36. 7c51a73 [BUG] fix binary stick-tables by Cyril Bonté · Mon May 09 20:44:54 2011 +0200
  37. 96dd079 [BUG] proto_tcp: fix address binding on remote source by Willy Tarreau · Tue Apr 19 07:20:57 2011 +0200
  38. a164fb5 [BUG] checks: http-check expect could fail a check on multi-packet responses by Willy Tarreau · Wed Apr 13 09:32:41 2011 +0200
  39. 1fc1f45 [CRITICAL] fix risk of crash when dealing with space in response cookies by Willy Tarreau · Thu Apr 07 22:35:37 2011 +0200
  40. 4424520 [BUG] stick-tables did not work when converting IPv6 to IPv4 by Willy Tarreau · Thu Apr 07 10:50:19 2011 +0200
  41. 1b4b7ce [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage by Willy Tarreau · Tue Apr 05 16:56:50 2011 +0200
  42. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · Thu Mar 24 11:09:31 2011 +0100
  43. c735a07 [MINOR] acl: add support for table_cnt and table_avl matches by Willy Tarreau · Tue Mar 29 00:57:02 2011 +0200
  44. 68f49da [BUG] stream_sock: fix handling for server side PROXY protocol by Willy Tarreau · Mon Mar 28 23:17:54 2011 +0200
  45. 11bcb6c [MEDIUM] IPv6 support for syslog by David du Colombier · Thu Mar 24 12:23:00 2011 +0100
  46. 0bc3493 [OPTIM] buffers: uninline buffer_forward() by Willy Tarreau · Mon Mar 28 16:25:58 2011 +0200
  47. d8ee85a [BUG] http: fix content-length handling on 32-bit platforms by Willy Tarreau · Mon Mar 28 16:06:28 2011 +0200
  48. 26f0f17 [BUG] http: fix possible incorrect forwarded wrapping chunk size (take 2) by Willy Tarreau · Tue Mar 01 20:04:36 2011 +0100
  49. 7b7a8e9 [BUG] log: retrieve the target from the session, not the SI by Willy Tarreau · Sun Mar 27 19:53:06 2011 +0200
  50. 0b3a411 [BUG] session: conn_retries was not always initialized by Willy Tarreau · Sun Mar 27 19:16:56 2011 +0200
  51. d5f4328 [MEDIUM] use getaddrinfo to resolve names if gethostbyname fail by David du Colombier · Thu Mar 17 10:40:16 2011 +0100
  52. 2dff0c2 [MINOR] cfgparse: better report wrong listening addresses and make use of str2sa_range by Willy Tarreau · Fri Mar 04 15:43:13 2011 +0100
  53. 9842ff1 [MINOR] update comment about IPv6 support for server by David du Colombier · Thu Mar 17 10:40:28 2011 +0100
  54. fab5a43 [MEDIUM] config: rework the IPv4/IPv6 address parser to support host-only addresses by Willy Tarreau · Fri Mar 04 15:31:53 2011 +0100
  55. 6f831b4 [BUILD] proto_tcp: fix build issue with CTTPROXY by Willy Tarreau · Sun Mar 20 14:03:54 2011 +0100
  56. 5ab04ec [MEDIUM] server: add support for the "send-proxy" option by Willy Tarreau · Sun Mar 20 10:32:26 2011 +0100
  57. b22e55b [MEDIUM] stream_sock: add support for sending the proxy protocol header line by Willy Tarreau · Sun Mar 20 10:16:46 2011 +0100
  58. a73fcaf [MINOR] frontend: add a make_proxy_line function by Willy Tarreau · Sun Mar 20 10:15:22 2011 +0100
  59. 1b6e608 [BUG] session: src_conn_cur was returning src_conn_cnt instead by Willy Tarreau · Wed Mar 16 06:55:50 2011 +0100
  60. d11ad78 [MINOR] checks: report it if checks fail due to socket creation error by Willy Tarreau · Wed Mar 09 20:38:33 2011 +0100
  61. 6da0f6d [BUG] http: stats were not incremented on http-request deny by Willy Tarreau · Thu Jan 06 18:19:50 2011 +0100
  62. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · Thu Jan 06 17:51:27 2011 +0100
  63. f68a15a [MEDIUM] http: always evaluate http-request rules before stats http-request by Willy Tarreau · Thu Jan 06 16:53:21 2011 +0100
  64. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · Thu Mar 10 23:25:56 2011 +0100
  65. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · Thu Mar 10 22:26:24 2011 +0100
  66. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  67. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  68. 3d80d91 [MEDIUM] session: remove s->prev_srv which is not needed anymore by Willy Tarreau · Thu Mar 10 11:42:13 2011 +0100
  69. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · Thu Mar 10 11:38:29 2011 +0100
  70. d6cc532 [MINOR] cfgparse: only keep one of dispatch, transparent, http_proxy by Willy Tarreau · Fri Mar 04 17:30:54 2011 +0100
  71. f5ab69a [MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode by Willy Tarreau · Fri Mar 04 22:44:16 2011 +0100
  72. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · Thu Mar 10 11:25:07 2011 +0100
  73. 5ec29ff [CLEANUP] stats: make all dump functions only rely on the stream interface by Willy Tarreau · Sun Feb 13 15:27:22 2011 +0100
  74. 75581ae [CLEANUP] session: remove data_source from struct session by Willy Tarreau · Sun Feb 13 14:36:41 2011 +0100
  75. 71904a4 [MEDIUM] log: take the logged server name from the stream interface by Willy Tarreau · Sun Feb 13 14:30:26 2011 +0100
  76. 7c0a151 [CLEANUP] stream_interface: remove the applet.handler pointer by Willy Tarreau · Thu Mar 10 11:17:02 2011 +0100
  77. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · Fri Mar 04 22:04:29 2011 +0100
  78. f153686 [REORG] tcp: make tcpv4_connect_server() take the target address from the SI by Willy Tarreau · Thu Mar 03 18:27:32 2011 +0100
  79. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · Thu Mar 03 17:42:23 2011 +0100
  80. bc4af05 [REORG] stream_interface: move the st0, st1 and private members to the applet by Willy Tarreau · Sun Feb 13 13:25:14 2011 +0100
  81. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · Sun Feb 13 13:16:36 2011 +0100
  82. dfd7fca [BUG] config: don't crash on empty pattern files. by Willy Tarreau · Wed Mar 09 07:27:02 2011 +0100
  83. 1e2a170 [BUG] stats: admin web interface must check the proxy state by Cyril Bonté · Thu Mar 03 21:05:17 2011 +0100
  84. 613f0df [BUG] stats: admin commands must check the proxy state by Cyril Bonté · Thu Mar 03 20:49:04 2011 +0100
  85. 61a21a3 [BUG] http: balance url_param did not work with first parameters on POST by Willy Tarreau · Tue Mar 01 20:35:49 2011 +0100
  86. 124d991 [BUG] http: fix computation of message body length after forwarding has started by Willy Tarreau · Tue Mar 01 20:30:48 2011 +0100
  87. acd20f8 [BUG] http: fix possible incorrect forwarded wrapping chunk size by Willy Tarreau · Tue Mar 01 20:04:36 2011 +0100
  88. 6a8097f [BUG] acl: fd leak when reading patterns from file by Willy Tarreau · Sat Feb 26 15:14:15 2011 +0100
  89. 9d9ed01 [MINOR] config: warn if response-only conditions are used in "redirect" rules by Willy Tarreau · Wed Feb 23 15:24:42 2011 +0100
  90. 4a0d828 [MINOR] acl: srv_id is only valid in responses by Willy Tarreau · Wed Feb 23 15:24:16 2011 +0100
  91. 17af419 [BUG] acl: srv_id must return no match when the server is NULL by Willy Tarreau · Wed Feb 23 14:27:06 2011 +0100
  92. dc23a92 [BUG] startup: set the rlimits before binding ports, not after. by Willy Tarreau · Wed Feb 16 11:10:36 2011 +0100
  93. c8b1109 [BUG] cfgparse: correctly count one socket per port in ranges by Willy Tarreau · Wed Feb 16 11:08:57 2011 +0100
  94. 910ef30 [BUG] http: use correct ACL pointer when evaluating authentication by Willy Tarreau · Thu Jan 06 16:44:39 2011 +0100
  95. 23b39d9 [MINOR] stats: add support for several packets in stats admin by Cyril Bonté · Thu Feb 10 22:54:44 2011 +0100
  96. 5c4784f [BUG] http: update the header list's tail when removing the last header by Willy Tarreau · Sat Feb 12 13:07:35 2011 +0100
  97. 16171e2 [MINOR] cfgparse: Check whether the path given for the stats socket actually fits into the sockaddr_un structure to avoid truncation. by Andreas Kohn · Wed Jan 19 20:29:32 2011 +0100
  98. 7d286a0 [BUILD] frontend: shut a warning with TCP_MAXSEG by Willy Tarreau · Wed Jan 05 15:42:54 2011 +0100
  99. 38b4156 [MINOR] checks: add PostgreSQL health check by Rauf Kuliyev · Tue Jan 04 15:14:13 2011 +0100
  100. 0013433 [MINOR] http: improve url_param pattern extraction to ignore empty values by Willy Tarreau · Tue Jan 04 14:57:34 2011 +0100