1. 15678ef MEDIUM: connection: add an ->init function to data layer by Willy Tarreau · 12 years ago
  2. 64ee491 MINOR: tcp: replace tcp_src_to_stktable_key with addr_to_stktable_key by Willy Tarreau · 12 years ago
  3. 93b0f4f MEDIUM: stream_interface: remove CAP_SPLTCP/CAP_SPLICE flags by Willy Tarreau · 12 years ago
  4. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  5. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · 12 years ago
  6. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · 12 years ago
  7. 03cdb7c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ by Willy Tarreau · 12 years ago
  8. 3bf1b2b MAJOR: channel: stop relying on BF_FULL to take action by Willy Tarreau · 12 years ago
  9. a75bcef REORG: buffer: move buffer_flush, b_adv and b_rew to buffer.h by Willy Tarreau · 12 years ago
  10. 8e21bb9 MAJOR: channel: remove the BF_OUT_EMPTY flag by Willy Tarreau · 12 years ago
  11. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  12. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · 12 years ago
  13. 96199b1 MAJOR: stream-interface: restore splicing mechanism by Willy Tarreau · 12 years ago
  14. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago
  15. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · 12 years ago
  16. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  17. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · 12 years ago
  18. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · 12 years ago
  19. 8b11708 REORG: connection: replace si_data_close() with conn_data_close() by Willy Tarreau · 12 years ago
  20. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · 12 years ago
  21. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · 12 years ago
  22. 8018471 MINOR: fd: make fdtab->owner a connection and not a stream_interface anymore by Willy Tarreau · 12 years ago
  23. d2274c6 MAJOR: connection: replace direct I/O callbacks with the connection callback by Willy Tarreau · 12 years ago
  24. 4e6049e MINOR: fd: add a new I/O handler to fdtab by Willy Tarreau · 12 years ago
  25. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · 12 years ago
  26. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · 12 years ago
  27. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · 12 years ago
  28. d88fd82 MEDIUM: protocol: add a pointer to struct sock_ops to the listener struct by Emeric Brun · 12 years ago
  29. 21adb02 MINOR: stream_interface: add a pointer to the listener for TARG_TYPE_CLIENT by Emeric Brun · 12 years ago
  30. 4da69a9 MEDIUM: stream_interface: call si_data_close() before releasing the si by Willy Tarreau · 12 years ago
  31. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · 12 years ago
  32. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · 12 years ago
  33. fe7f1ea REORG/MINOR: session: detect the TCP monitor checks at the protocol accept by Willy Tarreau · 12 years ago
  34. be0688c MEDIUM: stream_interface: remove the si->init by Willy Tarreau · 12 years ago
  35. 7bb68ab OPTIM/MEDIUM: stream_interface: add a new SI_FL_NOHALF flag by Willy Tarreau · 12 years ago
  36. b147a83 CLEANUP: fd: remove unused cb->b pointers in the struct fdtab by Willy Tarreau · 12 years ago
  37. ce887fd MEDIUM: session: add support for tunnel timeouts by Willy Tarreau · 12 years ago
  38. 2f5b6fc MINOR: session: call the socket layer init function when a session establishes by Willy Tarreau · 12 years ago
  39. f873d75 CLEANUP: stream_interface: stop exporting socket layer functions by Willy Tarreau · 12 years ago
  40. b277d6e CLEANUP: sock_raw: remove last references to stream_sock by Willy Tarreau · 12 years ago
  41. 1539a01 MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT by Willy Tarreau · 12 years ago
  42. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · 12 years ago
  43. 0a3dd74 MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords by Willy Tarreau · 12 years ago
  44. bd83314 BUG/MEDIUM: log: ensure that unique_id is properly initialized by Willy Tarreau · 12 years ago
  45. 63e7fe3 BUG/MEDIUM: send_proxy: fix initialisation of send_proxy_ofs by Willy Tarreau · 12 years ago
  46. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  47. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · 12 years ago
  48. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · 12 years ago
  49. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · 12 years ago
  50. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago
  51. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  52. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  53. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · 12 years ago
  54. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · 12 years ago
  55. 3740635 MAJOR: acl: make use of the new sample struct and get rid of acl_test by Willy Tarreau · 12 years ago
  56. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · 12 years ago
  57. 0146c2e MEDIUM: acl: remove unused tests for missing args when args are mandatory by Willy Tarreau · 12 years ago
  58. fc2c1fd MAJOR: acl: ensure that implicit table and proxies are valid by Willy Tarreau · 12 years ago
  59. d28c353 MAJOR: acl: make acl_find_targets also resolve proxy names at config time by Willy Tarreau · 12 years ago
  60. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · 12 years ago
  61. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · 12 years ago
  62. 45c0d98 MEDIUM: http: http_send_name_header: remove references to msg and buffer by Willy Tarreau · 12 years ago
  63. 62f791e MEDIUM: http: add a pointer to the buffer in http_msg by Willy Tarreau · 12 years ago
  64. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · 12 years ago
  65. a36fc4d MEDIUM: move message-related flags from transaction to message by Willy Tarreau · 12 years ago
  66. 2133782 CLEANUP: remove a few warning about unchecked return values in debug code by Willy Tarreau · 12 years ago
  67. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · 12 years ago
  68. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · 12 years ago
  69. 09a030a BUG/MINOR: fix typo in processing of http-send-name-header by Stathis Voukelatos · 12 years ago
  70. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · 12 years ago
  71. a5e3756 MEDIUM: acl: use temp_pattern to store any integer-type information by Willy Tarreau · 13 years ago
  72. 34eb671 OPTIM/MINOR: move the hdr_idx pools out of the proxy struct by Willy Tarreau · 13 years ago
  73. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  74. a2a64e9 [MEDIUM] session: make session_shutdown() an independant function by Willy Tarreau · 13 years ago
  75. 3c63fd8 [MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate by Willy Tarreau · 13 years ago
  76. f73cd11 [MINOR] session-counters: add the ability to clear the counters by Willy Tarreau · 13 years ago
  77. b32907b [MINOR] sessions: only wake waiting listeners up if rate limit is OK by Willy Tarreau · 13 years ago
  78. 07687c1 [MEDIUM] listeners: queue proxy-bound listeners at the proxy's by Willy Tarreau · 13 years ago
  79. 08ceb10 [MEDIUM] listeners: put listeners in queue upon resource shortage by Willy Tarreau · 13 years ago
  80. 6279371 [MINOR] listeners: add listen_full() to mark a listener full by Willy Tarreau · 13 years ago
  81. 2b15492 [MINOR] session: try to emit a 500 response on memory allocation errors by Willy Tarreau · 13 years ago
  82. 9bd0d74 [BUG] session: risk of crash on out of memory (1.5-dev regression) by Willy Tarreau · 13 years ago
  83. fa46168 [MINOR] Add non-stick server option by Simon Horman · 13 years ago
  84. af51495 [MINOR] Add active connection list to server by Simon Horman · 13 years ago
  85. dec5be4 [CLEANUP] session.c: Make functions static where possible by Simon Horman · 13 years ago
  86. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · 13 years ago
  87. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  88. c735a07 [MINOR] acl: add support for table_cnt and table_avl matches by Willy Tarreau · 13 years ago
  89. 0b3a411 [BUG] session: conn_retries was not always initialized by Willy Tarreau · 13 years ago
  90. 1b6e608 [BUG] session: src_conn_cur was returning src_conn_cnt instead by Willy Tarreau · 13 years ago
  91. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  92. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · 13 years ago
  93. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · 13 years ago
  94. 3d80d91 [MEDIUM] session: remove s->prev_srv which is not needed anymore by Willy Tarreau · 13 years ago
  95. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · 13 years ago
  96. 7c0a151 [CLEANUP] stream_interface: remove the applet.handler pointer by Willy Tarreau · 13 years ago
  97. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · 13 years ago
  98. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  99. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · 13 years ago
  100. b89cfca [BUG] session: release slot before processing pending connections by Willy Tarreau · 14 years ago