1. a73fcaf [MINOR] frontend: add a make_proxy_line function by Willy Tarreau · Sun Mar 20 10:15:22 2011 +0100
  2. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · Thu Jan 06 17:51:27 2011 +0100
  3. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · Thu Mar 10 23:25:56 2011 +0100
  4. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · Thu Mar 10 22:26:24 2011 +0100
  5. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  6. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  7. 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
  8. 5ec29ff [CLEANUP] stats: make all dump functions only rely on the stream interface by Willy Tarreau · Sun Feb 13 15:27:22 2011 +0100
  9. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · Fri Mar 04 22:04:29 2011 +0100
  10. 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
  11. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · Thu Mar 03 17:42:23 2011 +0100
  12. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · Sun Feb 13 13:16:36 2011 +0100
  13. 078272e [MINOR] stats: report HTTP message state and buffer flags in error dumps by Willy Tarreau · Sun Dec 12 12:46:33 2010 +0100
  14. 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
  15. 85e77c7 [MEDIUM] Create updates tree on stick table to manage sync. by Emeric Brun · Thu Sep 23 18:16:52 2010 +0200
  16. 485479d [MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated. by Emeric Brun · Thu Sep 23 18:02:19 2010 +0200
  17. 97679e7 [MEDIUM] Implement tcp inspect response rules by Emeric Brun · Thu Sep 23 17:56:44 2010 +0200
  18. c89a572 [BUG] stick table entries expire on counters updates/read or show table, even if there is no "expire" parameter by Emeric Brun · Thu Sep 23 18:11:05 2010 +0200
  19. cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · Fri Oct 22 16:06:11 2010 +0200
  20. 8b0cbf9 [MINOR] frontend: add a new analyser to parse a proxied connection by Willy Tarreau · Fri Oct 15 23:23:19 2010 +0200
  21. 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · Tue Oct 12 00:14:36 2010 +0200
  22. 70be45d [MEDIUM] enable/disable servers from the stats web interface by Cyril Bonté · Tue Oct 12 00:14:35 2010 +0200
  23. 74b08c9 [MEDIUM] buffers: rework the functions to exchange between SI and buffers by Willy Tarreau · Wed Sep 08 17:04:31 2010 +0200
  24. d0807c3 [MEDIUM] signals: support redistribution of signal zero when stopping by Willy Tarreau · Fri Aug 27 18:26:11 2010 +0200
  25. 24f4efa [MEDIUM] signals: add support for registering functions and tasks by Willy Tarreau · Fri Aug 27 17:56:48 2010 +0200
  26. 0a4838c [MEDIUM] session-counters: correctly unbind the counters tracked by the backend by Willy Tarreau · Fri Aug 06 20:11:05 2010 +0200
  27. 5612328 [MINOR] session-counters: use "track-sc{1,2}" instead of "track-{fe,be}-counters" by Willy Tarreau · Fri Aug 06 19:06:56 2010 +0200
  28. f6efda1 [MEDIUM] session counters: automatically remove expired entries. by Willy Tarreau · Tue Aug 03 20:34:06 2010 +0200
  29. f059a0f [MAJOR] session-counters: split FE and BE track counters by Willy Tarreau · Tue Aug 03 16:29:52 2010 +0200
  30. 3b9c6e0 [MEDIUM] stick-table: make use of generic types for stored data by Willy Tarreau · Sun Jul 18 08:04:30 2010 +0200
  31. 69f58c8 [MEDIUM] stats: add "show table [<name>]" to dump a stick-table by Willy Tarreau · Mon Jul 12 17:55:33 2010 +0200
  32. da7ff64 [MEDIUM] session-counters: add HTTP req/err tracking by Willy Tarreau · Wed Jun 23 11:44:09 2010 +0200
  33. 1f7e925 [MINOR] stktable: add a stktable_update_key() function by Willy Tarreau · Sun Jun 20 12:27:21 2010 +0200
  34. 91c43d7 [MEDIUM] session counters: add conn_rate and sess_rate counters by Willy Tarreau · Sun Jun 20 11:19:22 2010 +0200
  35. ac78288 [MEDIUM] stick-tables: add stored data argument type checking by Willy Tarreau · Sun Jun 20 10:41:54 2010 +0200
  36. 888617d [MEDIUM] stick-tables: add support for arguments to data_types by Willy Tarreau · Sun Jun 20 09:11:39 2010 +0200
  37. e348793 [MEDIUM] session-counters: automatically update tracked connection count by Willy Tarreau · Fri Jun 18 21:03:20 2010 +0200
  38. 38285c1 [MEDIUM] session: add concurrent connections counter by Willy Tarreau · Fri Jun 18 16:35:43 2010 +0200
  39. 4a0347a [MINOR] stick-table: provide a table lookup function by Willy Tarreau · Fri Jun 18 17:26:50 2010 +0200
  40. 9ba2dcc [MAJOR] session: add track-counters to track counters related to the session by Willy Tarreau · Mon Jun 14 21:04:55 2010 +0200
  41. 591fedc [MEDIUM] buffer: make buffer_feed* support writing non-contiguous chunks by Willy Tarreau · Tue Aug 10 15:28:21 2010 +0200
  42. 2970b0b [MINOR] freq_ctr: add new types and functions for periods different from 1s by Willy Tarreau · Sun Jun 20 07:15:43 2010 +0200
  43. cb18364 [MEDIUM] stick_table: separate storage and update of session entries by Willy Tarreau · Sun Jun 06 17:58:34 2010 +0200
  44. 41883e2 [MINOR] stick_table: export the stick_table_key by Willy Tarreau · Sun Jun 06 17:39:30 2010 +0200
  45. 68129b9 [MINOR] stick_table: provide functions to return stksess data from a type by Willy Tarreau · Sun Jun 06 16:06:52 2010 +0200
  46. f16d2b8 [MEDIUM] stick_table: don't overwrite data when storing an entry by Willy Tarreau · Sun Jun 06 15:38:59 2010 +0200
  47. 08d5f98 [MEDIUM] stick_table: add room for extra data types by Willy Tarreau · Sun Jun 06 13:34:54 2010 +0200
  48. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · Sun Jun 06 13:22:23 2010 +0200
  49. 393379c [MINOR] stick_table: add support for variable-sized data by Willy Tarreau · Sun Jun 06 12:11:37 2010 +0200
  50. b36b424 [MINOR] session: differenciate between accepted connections and received connections by Willy Tarreau · Fri Jun 04 20:59:39 2010 +0200
  51. decd14d [MEDIUM] stats: rely on the standard session_accept() function by Willy Tarreau · Tue Jun 01 18:03:19 2010 +0200
  52. 81f9aa3 [MAJOR] frontend: split accept() into frontend_accept() and session_accept() by Willy Tarreau · Tue Jun 01 17:45:26 2010 +0200
  53. a8f55d5 [MEDIUM] backend: initialize the server stream_interface upon connect() by Willy Tarreau · Mon May 31 17:44:19 2010 +0200
  54. a5c0ab2 [MEDIUM] frontend: check for LI_O_TCP_RULES in the listener by Willy Tarreau · Mon May 31 10:30:33 2010 +0200
  55. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · Fri May 28 18:46:57 2010 +0200
  56. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · Mon May 24 21:02:37 2010 +0200
  57. 44b90cc [CLEANUP] tcp: move some non tcp-specific layer6 processing out of proto_tcp by Willy Tarreau · Mon May 24 20:27:29 2010 +0200
  58. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · Mon Sep 07 11:51:47 2009 +0200
  59. b1d6774 [MEDIUM] backend: move the transparent proxy address selection to backend by Willy Tarreau · Mon Mar 29 19:36:59 2010 +0200
  60. e459976 [MEDIUM] session: better fix for connection to servers with closed input by Willy Tarreau · Sun Mar 21 23:25:09 2010 +0100
  61. d9b587f [STATS] report HTTP requests (total and rate) in frontends by Willy Tarreau · Fri Feb 26 10:05:55 2010 +0100
  62. b97f199 [MEDIUM] http: don't use trash to realign large buffers by Willy Tarreau · Thu Feb 25 23:54:31 2010 +0100
  63. 9cc670f [CLEANUP] config: use build_acl_cond() to simplify http-request ACL parsing by Willy Tarreau · Mon Feb 01 10:43:44 2010 +0100
  64. cd19e51 [MEDIUM] add a maintenance mode to servers by Cyril Bonté · Sun Jan 31 22:34:03 2010 +0100
  65. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · Fri Jan 29 19:29:32 2010 +0100
  66. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · Fri Jan 29 19:26:18 2010 +0100
  67. 9610504 [MINOR] generic auth support with groups and encrypted passwords by Krzysztof Piotr Oledzki · Fri Jan 29 17:50:44 2010 +0100
  68. fdb563c [MEDIUM] http: add support for conditional response header rewriting by Willy Tarreau · Sun Jan 31 15:43:27 2010 +0100
  69. 6c123b1 [MEDIUM] http: make the request filter loop check for optional conditions by Willy Tarreau · Thu Jan 28 20:22:06 2010 +0100
  70. f1e98b8 [CLEANUP] config: use warnif_cond_requires_resp() to check for bad ACLs by Willy Tarreau · Thu Jan 28 17:59:39 2010 +0100
  71. 2bbba41 [MINOR] acl: add build_acl_cond() to make it easier to add ACLs in config by Willy Tarreau · Thu Jan 28 16:48:33 2010 +0100
  72. 68085d8 [MINOR] http: add http_remove_header2() to remove a header value. by Willy Tarreau · Mon Jan 18 14:54:04 2010 +0100
  73. 107ca30 [MEDIUM] Add pattern fetch management types and functions by Emeric Brun · Mon Jan 04 16:16:05 2010 +0100
  74. 3bd697e [MEDIUM] Add stick table (persistence) management functions and types by Emeric Brun · Mon Jan 04 15:23:48 2010 +0100
  75. 148d099 [BUG] stream_interface: fix retnclose and remove cond_close by Willy Tarreau · Sun Jan 10 10:21:21 2010 +0100
  76. 90deb18 [MEDIUM] http: make safer use of the DONT_READ and AUTO_CLOSE flags by Willy Tarreau · Thu Jan 07 00:20:41 2010 +0100
  77. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · Mon Jan 04 16:03:09 2010 +0100
  78. d98cf93 [MAJOR] http: implement body parser by Willy Tarreau · Sun Dec 27 22:54:55 2009 +0100
  79. 5d881d0 [MINOR] new function stream_int_cond_close() by Willy Tarreau · Sun Dec 27 22:51:06 2009 +0100
  80. d21e01c [MINOR] buffers: add buffer_ignore() to skip some bytes by Willy Tarreau · Sun Dec 27 15:45:38 2009 +0100
  81. 0937bc4 [MINOR] http: move the http transaction init/cleanup code to proto_http by Willy Tarreau · Tue Dec 22 15:03:09 2009 +0100
  82. 7c3c541 [MAJOR] buffers: automatically compute the maximum buffer length by Willy Tarreau · Sun Dec 13 15:53:05 2009 +0100
  83. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · Tue Dec 15 22:31:24 2009 +0100
  84. b21570a [MEDIUM] appsession: add "len", "prefix" and "mode" options by Cyril Bonté · Sun Nov 29 20:04:48 2009 +0100
  85. fa355d4 [MINOR] http: keep pointer to beginning of data by Willy Tarreau · Sun Nov 29 18:12:29 2009 +0100
  86. 96532db [MINOR] server tracking: don't care about the tracked server's mode by Alex Williams · Sun Nov 01 21:27:13 2009 -0500
  87. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · Mon Oct 26 21:10:04 2009 +0100
  88. 8e89b84 [MINOR] http: remove the last call to stream_int_return by Willy Tarreau · Sun Oct 18 23:56:35 2009 +0200
  89. b37c27e [MAJOR] http: create the analyser which waits for a response by Willy Tarreau · Sun Oct 18 22:53:08 2009 +0200
  90. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · Thu Oct 15 00:15:40 2009 +0200
  91. 4e33d86 [OPTIM] stats: check free space before trying to print by Willy Tarreau · Sun Oct 11 23:35:10 2009 +0200
  92. ea1f5fe [MINOR] stats: use a dedicated state to output static data by Willy Tarreau · Sun Oct 11 23:12:51 2009 +0200
  93. ba8d7d3 [MINOR] Add chunk_htmlencode and chunk_asciiencode by Krzysztof Piotr Oledzki · Sat Oct 10 21:06:03 2009 +0200
  94. f395017 [MINOR] proxy: provide function to retrieve backend/server pointers by Willy Tarreau · Sat Oct 10 18:35:51 2009 +0200
  95. 9bcc91e [MINOR] buffers: add buffer_feed2() and make buffer_feed() measure string length by Willy Tarreau · Sat Oct 10 18:01:44 2009 +0200
  96. 6b2e11b [MEDIUM] backend: implement consistent hashing variation by Willy Tarreau · Thu Oct 01 07:52:15 2009 +0200
  97. 6f61b21 [BUG] Fix NULL pointer dereference in stats_check_uri_auth(), v2 by Krzysztof Piotr Oledzki · Sun Oct 04 23:34:15 2009 +0200
  98. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · Sun Oct 04 23:12:44 2009 +0200
  99. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · Sun Oct 04 15:43:17 2009 +0200
  100. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · Sun Oct 04 14:52:57 2009 +0200