1. 19ae56b CLEANUP: kill buffer_replace() and use an inline instead by Willy Tarreau · Mon Nov 28 10:36:13 2011 +0100
  2. 7173025 MINOR: buffers: make buffer_pointer() support negative pointers too by Willy Tarreau · Mon Nov 28 16:04:29 2011 +0100
  3. fe4b1f9 BUG: buffers: don't return a negative value on buffer_total_space_res() by Willy Tarreau · Mon Nov 28 13:40:49 2011 +0100
  4. 4b517ca MEDIUM: buffers: add some new primitives and rework existing ones by Willy Tarreau · Fri Nov 25 20:33:58 2011 +0100
  5. 34eb671 OPTIM/MINOR: move the hdr_idx pools out of the proxy struct by Willy Tarreau · Mon Oct 24 18:15:04 2011 +0200
  6. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · Fri Sep 23 10:54:59 2011 +0200
  7. 0e69854 MINOR: acl: add new matches for header/path/url length by Willy Tarreau · Fri Sep 16 08:32:32 2011 +0200
  8. a2a64e9 [MEDIUM] session: make session_shutdown() an independant function by Willy Tarreau · Wed Sep 07 23:01:56 2011 +0200
  9. 532a450 [MEDIUM] stats: add the ability to enable/disable/shutdown a frontend at runtime by Willy Tarreau · Wed Sep 07 22:37:44 2011 +0200
  10. ce8fe25 [CLEANUP] proxy: make pause_proxy() perform the required controls and emit the logs by Willy Tarreau · Wed Sep 07 19:14:57 2011 +0200
  11. 81c25d0 [MEDIUM] add support for global.maxconnrate to limit the per-process conn rate. by Willy Tarreau · Wed Sep 07 15:17:21 2011 +0200
  12. 237250c [BUG] proxy: stats frontend and peers were missing many initializers by Willy Tarreau · Fri Jul 29 01:49:03 2011 +0200
  13. 918ff60 [MAJOR] proxy: finally get rid of maintain_proxies() by Willy Tarreau · Mon Jul 25 16:33:49 2011 +0200
  14. 26e4881 [MINOR] task: new function task_schedule() to schedule a wake up by Willy Tarreau · Mon Jul 25 14:30:42 2011 +0200
  15. e6ca1fc [MINOR] listeners: add support for queueing resource limited listeners by Willy Tarreau · Sun Jul 24 22:03:52 2011 +0200
  16. 6279371 [MINOR] listeners: add listen_full() to mark a listener full by Willy Tarreau · Sun Jul 24 19:23:38 2011 +0200
  17. 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
  18. 9bd0d74 [BUG] session: risk of crash on out of memory (1.5-dev regression) by Willy Tarreau · Wed Jul 20 00:17:39 2011 +0200
  19. af51495 [MINOR] Add active connection list to server by Simon Horman · Tue Jun 21 14:34:57 2011 +0900
  20. dec5be4 [CLEANUP] session.c: Make functions static where possible by Simon Horman · Wed Jun 08 09:19:07 2011 +0900
  21. 9655377 [CLEANUP] peers.h: fix declarations by Simon Horman · Wed Jun 08 09:18:51 2011 +0900
  22. c88b887 [MINOR] More flexible clearing of stick table by Simon Horman · Wed Jun 15 15:18:49 2011 +0900
  23. 9bd2c73 [CLEANUP] dumpstats: make symbols static where possible by Simon Horman · Wed Jun 15 15:18:44 2011 +0900
  24. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · Wed May 11 16:10:11 2011 +0200
  25. c9f6011 [BUG] TCP source tracking was broken with IPv6 changes by Willy Tarreau · Thu Apr 07 10:44:39 2011 +0200
  26. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · Thu Mar 24 11:09:31 2011 +0100
  27. 0bc3493 [OPTIM] buffers: uninline buffer_forward() by Willy Tarreau · Mon Mar 28 16:25:58 2011 +0200
  28. d8ee85a [BUG] http: fix content-length handling on 32-bit platforms by Willy Tarreau · Mon Mar 28 16:06:28 2011 +0200
  29. a73fcaf [MINOR] frontend: add a make_proxy_line function by Willy Tarreau · Sun Mar 20 10:15:22 2011 +0100
  30. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · Thu Jan 06 17:51:27 2011 +0100
  31. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · Thu Mar 10 23:25:56 2011 +0100
  32. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · Thu Mar 10 22:26:24 2011 +0100
  33. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · Thu Mar 10 16:55:02 2011 +0100
  34. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · Thu Mar 10 14:03:36 2011 +0100
  35. 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
  36. 5ec29ff [CLEANUP] stats: make all dump functions only rely on the stream interface by Willy Tarreau · Sun Feb 13 15:27:22 2011 +0100
  37. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · Fri Mar 04 22:04:29 2011 +0100
  38. 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
  39. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · Thu Mar 03 17:42:23 2011 +0100
  40. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · Sun Feb 13 13:16:36 2011 +0100
  41. 078272e [MINOR] stats: report HTTP message state and buffer flags in error dumps by Willy Tarreau · Sun Dec 12 12:46:33 2010 +0100
  42. 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
  43. 85e77c7 [MEDIUM] Create updates tree on stick table to manage sync. by Emeric Brun · Thu Sep 23 18:16:52 2010 +0200
  44. 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
  45. 97679e7 [MEDIUM] Implement tcp inspect response rules by Emeric Brun · Thu Sep 23 17:56:44 2010 +0200
  46. 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
  47. cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · Fri Oct 22 16:06:11 2010 +0200
  48. 8b0cbf9 [MINOR] frontend: add a new analyser to parse a proxied connection by Willy Tarreau · Fri Oct 15 23:23:19 2010 +0200
  49. 474be41 [MEDIUM] stats: add an admin level by Cyril Bonté · Tue Oct 12 00:14:36 2010 +0200
  50. 70be45d [MEDIUM] enable/disable servers from the stats web interface by Cyril Bonté · Tue Oct 12 00:14:35 2010 +0200
  51. 74b08c9 [MEDIUM] buffers: rework the functions to exchange between SI and buffers by Willy Tarreau · Wed Sep 08 17:04:31 2010 +0200
  52. d0807c3 [MEDIUM] signals: support redistribution of signal zero when stopping by Willy Tarreau · Fri Aug 27 18:26:11 2010 +0200
  53. 24f4efa [MEDIUM] signals: add support for registering functions and tasks by Willy Tarreau · Fri Aug 27 17:56:48 2010 +0200
  54. 0a4838c [MEDIUM] session-counters: correctly unbind the counters tracked by the backend by Willy Tarreau · Fri Aug 06 20:11:05 2010 +0200
  55. 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
  56. f6efda1 [MEDIUM] session counters: automatically remove expired entries. by Willy Tarreau · Tue Aug 03 20:34:06 2010 +0200
  57. f059a0f [MAJOR] session-counters: split FE and BE track counters by Willy Tarreau · Tue Aug 03 16:29:52 2010 +0200
  58. 3b9c6e0 [MEDIUM] stick-table: make use of generic types for stored data by Willy Tarreau · Sun Jul 18 08:04:30 2010 +0200
  59. 69f58c8 [MEDIUM] stats: add "show table [<name>]" to dump a stick-table by Willy Tarreau · Mon Jul 12 17:55:33 2010 +0200
  60. da7ff64 [MEDIUM] session-counters: add HTTP req/err tracking by Willy Tarreau · Wed Jun 23 11:44:09 2010 +0200
  61. 1f7e925 [MINOR] stktable: add a stktable_update_key() function by Willy Tarreau · Sun Jun 20 12:27:21 2010 +0200
  62. 91c43d7 [MEDIUM] session counters: add conn_rate and sess_rate counters by Willy Tarreau · Sun Jun 20 11:19:22 2010 +0200
  63. ac78288 [MEDIUM] stick-tables: add stored data argument type checking by Willy Tarreau · Sun Jun 20 10:41:54 2010 +0200
  64. 888617d [MEDIUM] stick-tables: add support for arguments to data_types by Willy Tarreau · Sun Jun 20 09:11:39 2010 +0200
  65. e348793 [MEDIUM] session-counters: automatically update tracked connection count by Willy Tarreau · Fri Jun 18 21:03:20 2010 +0200
  66. 38285c1 [MEDIUM] session: add concurrent connections counter by Willy Tarreau · Fri Jun 18 16:35:43 2010 +0200
  67. 4a0347a [MINOR] stick-table: provide a table lookup function by Willy Tarreau · Fri Jun 18 17:26:50 2010 +0200
  68. 9ba2dcc [MAJOR] session: add track-counters to track counters related to the session by Willy Tarreau · Mon Jun 14 21:04:55 2010 +0200
  69. 591fedc [MEDIUM] buffer: make buffer_feed* support writing non-contiguous chunks by Willy Tarreau · Tue Aug 10 15:28:21 2010 +0200
  70. 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
  71. cb18364 [MEDIUM] stick_table: separate storage and update of session entries by Willy Tarreau · Sun Jun 06 17:58:34 2010 +0200
  72. 41883e2 [MINOR] stick_table: export the stick_table_key by Willy Tarreau · Sun Jun 06 17:39:30 2010 +0200
  73. 68129b9 [MINOR] stick_table: provide functions to return stksess data from a type by Willy Tarreau · Sun Jun 06 16:06:52 2010 +0200
  74. f16d2b8 [MEDIUM] stick_table: don't overwrite data when storing an entry by Willy Tarreau · Sun Jun 06 15:38:59 2010 +0200
  75. 08d5f98 [MEDIUM] stick_table: add room for extra data types by Willy Tarreau · Sun Jun 06 13:34:54 2010 +0200
  76. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · Sun Jun 06 13:22:23 2010 +0200
  77. 393379c [MINOR] stick_table: add support for variable-sized data by Willy Tarreau · Sun Jun 06 12:11:37 2010 +0200
  78. b36b424 [MINOR] session: differenciate between accepted connections and received connections by Willy Tarreau · Fri Jun 04 20:59:39 2010 +0200
  79. decd14d [MEDIUM] stats: rely on the standard session_accept() function by Willy Tarreau · Tue Jun 01 18:03:19 2010 +0200
  80. 81f9aa3 [MAJOR] frontend: split accept() into frontend_accept() and session_accept() by Willy Tarreau · Tue Jun 01 17:45:26 2010 +0200
  81. a8f55d5 [MEDIUM] backend: initialize the server stream_interface upon connect() by Willy Tarreau · Mon May 31 17:44:19 2010 +0200
  82. a5c0ab2 [MEDIUM] frontend: check for LI_O_TCP_RULES in the listener by Willy Tarreau · Mon May 31 10:30:33 2010 +0200
  83. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · Fri May 28 18:46:57 2010 +0200
  84. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · Mon May 24 21:02:37 2010 +0200
  85. 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
  86. 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
  87. b1d6774 [MEDIUM] backend: move the transparent proxy address selection to backend by Willy Tarreau · Mon Mar 29 19:36:59 2010 +0200
  88. e459976 [MEDIUM] session: better fix for connection to servers with closed input by Willy Tarreau · Sun Mar 21 23:25:09 2010 +0100
  89. d9b587f [STATS] report HTTP requests (total and rate) in frontends by Willy Tarreau · Fri Feb 26 10:05:55 2010 +0100
  90. b97f199 [MEDIUM] http: don't use trash to realign large buffers by Willy Tarreau · Thu Feb 25 23:54:31 2010 +0100
  91. 9cc670f [CLEANUP] config: use build_acl_cond() to simplify http-request ACL parsing by Willy Tarreau · Mon Feb 01 10:43:44 2010 +0100
  92. cd19e51 [MEDIUM] add a maintenance mode to servers by Cyril Bonté · Sun Jan 31 22:34:03 2010 +0100
  93. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · Fri Jan 29 19:29:32 2010 +0100
  94. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · Fri Jan 29 19:26:18 2010 +0100
  95. 9610504 [MINOR] generic auth support with groups and encrypted passwords by Krzysztof Piotr Oledzki · Fri Jan 29 17:50:44 2010 +0100
  96. fdb563c [MEDIUM] http: add support for conditional response header rewriting by Willy Tarreau · Sun Jan 31 15:43:27 2010 +0100
  97. 6c123b1 [MEDIUM] http: make the request filter loop check for optional conditions by Willy Tarreau · Thu Jan 28 20:22:06 2010 +0100
  98. f1e98b8 [CLEANUP] config: use warnif_cond_requires_resp() to check for bad ACLs by Willy Tarreau · Thu Jan 28 17:59:39 2010 +0100
  99. 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
  100. 68085d8 [MINOR] http: add http_remove_header2() to remove a header value. by Willy Tarreau · Mon Jan 18 14:54:04 2010 +0100