1. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · Fri Jun 08 22:57:36 2012 +0200
  2. d88fd82 MEDIUM: protocol: add a pointer to struct sock_ops to the listener struct by Emeric Brun · Fri May 18 18:30:29 2012 +0200
  3. 21adb02 MINOR: stream_interface: add a pointer to the listener for TARG_TYPE_CLIENT by Emeric Brun · Fri May 18 16:32:13 2012 +0200
  4. 4da69a9 MEDIUM: stream_interface: call si_data_close() before releasing the si by Willy Tarreau · Mon May 21 18:05:40 2012 +0200
  5. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · Mon May 21 16:47:54 2012 +0200
  6. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · Mon May 21 16:31:45 2012 +0200
  7. fe7f1ea REORG/MINOR: session: detect the TCP monitor checks at the protocol accept by Willy Tarreau · Sun May 20 19:22:25 2012 +0200
  8. be0688c MEDIUM: stream_interface: remove the si->init by Willy Tarreau · Fri May 18 15:15:26 2012 +0200
  9. 7bb68ab OPTIM/MEDIUM: stream_interface: add a new SI_FL_NOHALF flag by Willy Tarreau · Sun May 13 14:48:59 2012 +0200
  10. b147a83 CLEANUP: fd: remove unused cb->b pointers in the struct fdtab by Willy Tarreau · Sun May 13 00:35:44 2012 +0200
  11. ce887fd MEDIUM: session: add support for tunnel timeouts by Willy Tarreau · Sat May 12 12:50:00 2012 +0200
  12. 2f5b6fc MINOR: session: call the socket layer init function when a session establishes by Willy Tarreau · Sat May 12 08:08:09 2012 +0200
  13. f873d75 CLEANUP: stream_interface: stop exporting socket layer functions by Willy Tarreau · Fri May 11 17:47:17 2012 +0200
  14. b277d6e CLEANUP: sock_raw: remove last references to stream_sock by Willy Tarreau · Fri May 11 16:59:14 2012 +0200
  15. 1539a01 MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT by Willy Tarreau · Fri May 11 14:47:34 2012 +0200
  16. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · Fri May 11 14:23:52 2012 +0200
  17. 0a3dd74 MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords by Willy Tarreau · Tue May 08 19:47:01 2012 +0200
  18. bd83314 BUG/MEDIUM: log: ensure that unique_id is properly initialized by Willy Tarreau · Tue May 08 15:51:44 2012 +0200
  19. 63e7fe3 BUG/MEDIUM: send_proxy: fix initialisation of send_proxy_ofs by Willy Tarreau · Tue May 08 15:20:43 2012 +0200
  20. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · Mon May 07 18:12:14 2012 +0200
  21. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · Mon May 07 17:15:39 2012 +0200
  22. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · Mon May 07 17:01:39 2012 +0200
  23. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · Mon May 07 16:50:03 2012 +0200
  24. cd3b094 REORG: rename "pattern" files by Willy Tarreau · Fri Apr 27 21:52:18 2012 +0200
  25. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · Fri Apr 27 21:37:17 2012 +0200
  26. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · Wed Apr 25 10:13:36 2012 +0200
  27. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · Mon Apr 23 23:55:44 2012 +0200
  28. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · Mon Apr 23 18:53:56 2012 +0200
  29. 3740635 MAJOR: acl: make use of the new sample struct and get rid of acl_test by Willy Tarreau · Mon Apr 23 16:16:37 2012 +0200
  30. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · Fri Apr 20 20:49:27 2012 +0200
  31. 0146c2e MEDIUM: acl: remove unused tests for missing args when args are mandatory by Willy Tarreau · Fri Apr 20 11:37:56 2012 +0200
  32. fc2c1fd MAJOR: acl: ensure that implicit table and proxies are valid by Willy Tarreau · Thu Apr 19 23:35:54 2012 +0200
  33. d28c353 MAJOR: acl: make acl_find_targets also resolve proxy names at config time by Willy Tarreau · Thu Apr 19 19:28:33 2012 +0200
  34. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · Thu Apr 19 18:42:05 2012 +0200
  35. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · Thu Apr 19 17:16:54 2012 +0200
  36. 45c0d98 MEDIUM: http: http_send_name_header: remove references to msg and buffer by Willy Tarreau · Fri Mar 09 12:11:57 2012 +0100
  37. 62f791e MEDIUM: http: add a pointer to the buffer in http_msg by Willy Tarreau · Fri Mar 09 11:32:30 2012 +0100
  38. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · Thu Mar 01 18:19:58 2012 +0100
  39. a36fc4d MEDIUM: move message-related flags from transaction to message by Willy Tarreau · Fri Feb 17 17:39:37 2012 +0100
  40. 2133782 CLEANUP: remove a few warning about unchecked return values in debug code by Willy Tarreau · Sun Apr 29 14:11:38 2012 +0200
  41. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · Sat Apr 07 18:03:52 2012 +0200
  42. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · Thu Apr 05 21:09:48 2012 +0200
  43. 09a030a BUG/MINOR: fix typo in processing of http-send-name-header by Stathis Voukelatos · Mon Jan 09 14:27:13 2012 +0100
  44. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · Wed Jan 04 13:02:01 2012 -0500
  45. a5e3756 MEDIUM: acl: use temp_pattern to store any integer-type information by Willy Tarreau · Fri Dec 16 17:06:15 2011 +0100
  46. 34eb671 OPTIM/MINOR: move the hdr_idx pools out of the proxy struct by Willy Tarreau · Mon Oct 24 18:15:04 2011 +0200
  47. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · Fri Sep 23 10:54:59 2011 +0200
  48. a2a64e9 [MEDIUM] session: make session_shutdown() an independant function by Willy Tarreau · Wed Sep 07 23:01:56 2011 +0200
  49. 3c63fd8 [MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate by Willy Tarreau · Wed Sep 07 18:00:47 2011 +0200
  50. f73cd11 [MINOR] session-counters: add the ability to clear the counters by Willy Tarreau · Sat Aug 13 01:45:16 2011 +0200
  51. b32907b [MINOR] sessions: only wake waiting listeners up if rate limit is OK by Willy Tarreau · Mon Jul 25 08:37:44 2011 +0200
  52. 07687c1 [MEDIUM] listeners: queue proxy-bound listeners at the proxy's by Willy Tarreau · Sun Jul 24 23:55:06 2011 +0200
  53. 08ceb10 [MEDIUM] listeners: put listeners in queue upon resource shortage by Willy Tarreau · Sun Jul 24 22:58:00 2011 +0200
  54. 6279371 [MINOR] listeners: add listen_full() to mark a listener full by Willy Tarreau · Sun Jul 24 19:23:38 2011 +0200
  55. 2b15492 [MINOR] session: try to emit a 500 response on memory allocation errors by Willy Tarreau · Fri Jul 22 17:36:27 2011 +0200
  56. 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
  57. fa46168 [MINOR] Add non-stick server option by Simon Horman · Sat Jun 25 09:39:49 2011 +0900
  58. af51495 [MINOR] Add active connection list to server by Simon Horman · Tue Jun 21 14:34:57 2011 +0900
  59. dec5be4 [CLEANUP] session.c: Make functions static where possible by Simon Horman · Wed Jun 08 09:19:07 2011 +0900
  60. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · Mon May 30 18:10:30 2011 +0200
  61. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · Thu Mar 24 11:09:31 2011 +0100
  62. c735a07 [MINOR] acl: add support for table_cnt and table_avl matches by Willy Tarreau · Tue Mar 29 00:57:02 2011 +0200
  63. 0b3a411 [BUG] session: conn_retries was not always initialized by Willy Tarreau · Sun Mar 27 19:16:56 2011 +0200
  64. 1b6e608 [BUG] session: src_conn_cur was returning src_conn_cnt instead by Willy Tarreau · Wed Mar 16 06:55:50 2011 +0100
  65. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · Thu Mar 10 23:25:56 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. 7c0a151 [CLEANUP] stream_interface: remove the applet.handler pointer by Willy Tarreau · Thu Mar 10 11:17:02 2011 +0100
  71. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · Fri Mar 04 22:04:29 2011 +0100
  72. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · Thu Mar 03 17:42:23 2011 +0100
  73. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · Sun Feb 13 13:16:36 2011 +0100
  74. b89cfca [BUG] session: release slot before processing pending connections by Willy Tarreau · Wed Dec 29 14:32:28 2010 +0100
  75. 0499e35 [BUG] http: analyser optimizations broke pipelining by Willy Tarreau · Fri Dec 17 07:13:42 2010 +0100
  76. 2f976e1 [OPTIM] session: don't recheck analysers when buffer flags have not changed by Willy Tarreau · Thu Nov 11 14:28:47 2010 +0100
  77. abe8ea5 [BUG] accept: don't close twice upon error by Willy Tarreau · Thu Nov 11 10:56:04 2010 +0100
  78. fffe132 [CLEANUP] accept: replace some inappropriate Alert() calls with send_log() by Willy Tarreau · Thu Nov 11 09:48:16 2010 +0100
  79. 85e77c7 [MEDIUM] Create updates tree on stick table to manage sync. by Emeric Brun · Thu Sep 23 18:16:52 2010 +0200
  80. 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
  81. 97679e7 [MEDIUM] Implement tcp inspect response rules by Emeric Brun · Thu Sep 23 17:56:44 2010 +0200
  82. da4d9fe [BUG] session: don't stop forwarding of data upon last packet by Willy Tarreau · Sun Nov 07 20:26:56 2010 +0100
  83. 3041b9f [MEDIUM] session: call the frontend_decode_proxy analyser on proxied connections by Willy Tarreau · Fri Oct 15 23:25:20 2010 +0200
  84. af7ad00 [MINOR] support a global jobs counter by Willy Tarreau · Tue Aug 31 15:39:26 2010 +0200
  85. 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
  86. 9e9879a [MEDIUM] session-counters: make it possible to count connections from frontend by Willy Tarreau · Fri Aug 06 15:25:22 2010 +0200
  87. f059a0f [MAJOR] session-counters: split FE and BE track counters by Willy Tarreau · Tue Aug 03 16:29:52 2010 +0200
  88. da7ff64 [MEDIUM] session-counters: add HTTP req/err tracking by Willy Tarreau · Wed Jun 23 11:44:09 2010 +0200
  89. c3bd972 [MINOR] session-counters: add a general purpose counter (gpc0) by Willy Tarreau · Sun Jun 20 12:47:25 2010 +0200
  90. 1f7e925 [MINOR] stktable: add a stktable_update_key() function by Willy Tarreau · Sun Jun 20 12:27:21 2010 +0200
  91. 6c59e0a [MEDIUM] session counters: add bytes_in_rate and bytes_out_rate counters by Willy Tarreau · Sun Jun 20 11:56:30 2010 +0200
  92. 91c43d7 [MEDIUM] session counters: add conn_rate and sess_rate counters by Willy Tarreau · Sun Jun 20 11:19:22 2010 +0200
  93. f4d17d9 [MEDIUM] session: add a counter on the cumulated number of sessions by Willy Tarreau · Fri Jun 18 22:10:12 2010 +0200
  94. 1aa006f [MINOR] session: add trk_kbytes_* ACL keywords to track data size by Willy Tarreau · Fri Jun 18 21:52:52 2010 +0200
  95. 9b0ddcf [MINOR] session: add the trk_conn_cur ACL keyword to track concurrent connection by Willy Tarreau · Fri Jun 18 21:14:36 2010 +0200
  96. 9a3f849 [MINOR] session: add the trk_conn_cnt ACL keyword to track connection counts by Willy Tarreau · Fri Jun 18 19:53:25 2010 +0200
  97. 855e4bb [MEDIUM] session: add data in and out volume counters by Willy Tarreau · Fri Jun 18 18:33:32 2010 +0200
  98. 38285c1 [MEDIUM] session: add concurrent connections counter by Willy Tarreau · Fri Jun 18 16:35:43 2010 +0200
  99. 8b22a71 [MEDIUM] session: move counter ACL fetches from proto_tcp by Willy Tarreau · Fri Jun 18 17:46:06 2010 +0200
  100. 9ba2dcc [MAJOR] session: add track-counters to track counters related to the session by Willy Tarreau · Mon Jun 14 21:04:55 2010 +0200