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