1. 6b0a850 BUG/MEDIUM: checks: mark the check as stopped after a connect error by Willy Tarreau · 12 years ago
  2. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  3. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  4. 5f2877a BUG/MEDIUM: tcp: transparent bind to the source only when address is set by Willy Tarreau · 12 years ago
  5. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · 12 years ago
  6. 697d850 CLEANUP: tcp: use 'chn' instead of 'buf' or 'b' for channel pointer names by Willy Tarreau · 12 years ago
  7. 1c862c5 MEDIUM: tcp: enable TCP Fast Open on systems which support it by Willy Tarreau · 12 years ago
  8. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  9. 3aaba44 BUILD: fix compilation error with DEBUG_FULL by Cyril Bonté · 12 years ago
  10. eb6cead MINOR: standard: make memprintf() support a NULL destination by Willy Tarreau · 12 years ago
  11. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  12. 28a47d6 MINOR: config: pass the file and line to config keyword parsers by Willy Tarreau · 12 years ago
  13. 51fb765 MINOR: listener: add a scope field in the bind keyword lists by Willy Tarreau · 12 years ago
  14. 4479124 MEDIUM: config: move the "bind" TCP parameters to proto_tcp by Willy Tarreau · 12 years ago
  15. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  16. 184636e BUG: tcp: close socket fd upon connect error by Willy Tarreau · 12 years ago
  17. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  18. 40ff59d CLEANUP: fd: remove fdtab->flags by Willy Tarreau · 12 years ago
  19. 15678ef MEDIUM: connection: add an ->init function to data layer by Willy Tarreau · 12 years ago
  20. 64ee491 MINOR: tcp: replace tcp_src_to_stktable_key with addr_to_stktable_key by Willy Tarreau · 12 years ago
  21. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · 12 years ago
  22. 93b0f4f MEDIUM: stream_interface: remove CAP_SPLTCP/CAP_SPLICE flags by Willy Tarreau · 12 years ago
  23. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  24. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · 12 years ago
  25. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · 12 years ago
  26. 03cdb7c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ by Willy Tarreau · 12 years ago
  27. 3bf1b2b MAJOR: channel: stop relying on BF_FULL to take action by Willy Tarreau · 12 years ago
  28. 8e21bb9 MAJOR: channel: remove the BF_OUT_EMPTY flag by Willy Tarreau · 12 years ago
  29. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  30. 96199b1 MAJOR: stream-interface: restore splicing mechanism by Willy Tarreau · 12 years ago
  31. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago
  32. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · 12 years ago
  33. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  34. afad0e0 MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers by Willy Tarreau · 12 years ago
  35. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · 12 years ago
  36. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · 12 years ago
  37. 0b0c097 MINOR: rearrange tcp_connect_probe() and fix wrong return codes by Willy Tarreau · 12 years ago
  38. 8f8c92f MAJOR: connection: add a new CO_FL_CONNECTED flag by Willy Tarreau · 12 years ago
  39. 3c55ec2 MEDIUM: stream_interface: centralize the SI_FL_ERR management by Willy Tarreau · 12 years ago
  40. 239d718 MEDIUM: stream_interface: pass connection instead of fd in sock_ops by Willy Tarreau · 12 years ago
  41. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · 12 years ago
  42. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · 12 years ago
  43. 2da156f MAJOR: tcp: remove the specific I/O callbacks for TCP connection probes by Willy Tarreau · 12 years ago
  44. 2c6be84 MEDIUM: connection: extract the send_proxy callback from proto_tcp by Willy Tarreau · 12 years ago
  45. 8018471 MINOR: fd: make fdtab->owner a connection and not a stream_interface anymore by Willy Tarreau · 12 years ago
  46. d2274c6 MAJOR: connection: replace direct I/O callbacks with the connection callback by Willy Tarreau · 12 years ago
  47. aece46a MEDIUM: protocols: use the generic I/O callback for accept callbacks by Willy Tarreau · 12 years ago
  48. 4e6049e MINOR: fd: add a new I/O handler to fdtab by Willy Tarreau · 12 years ago
  49. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · 12 years ago
  50. ed8f614 REORG/MEDIUM: fd: get rid of FD_STLISTEN by Willy Tarreau · 12 years ago
  51. 65c1796 MINOR: IPv6 support for transparent proxy by David du Colombier · 12 years ago
  52. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · 12 years ago
  53. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · 12 years ago
  54. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · 12 years ago
  55. a190d59 REORG: move the send-proxy code to tcp_connect_write() by Willy Tarreau · 12 years ago
  56. 8ae52cb BUG/MINOR: stop connect timeout when connect succeeds by Willy Tarreau · 12 years ago
  57. be0688c MEDIUM: stream_interface: remove the si->init by Willy Tarreau · 12 years ago
  58. b147a83 CLEANUP: fd: remove unused cb->b pointers in the struct fdtab by Willy Tarreau · 12 years ago
  59. eeda90e MAJOR: fd: remove the need for the socket layer to recheck the connection by Willy Tarreau · 12 years ago
  60. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · 12 years ago
  61. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · 12 years ago
  62. 0a3dd74 MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords by Willy Tarreau · 12 years ago
  63. 22bca61 MEDIUM: proto_tcp: remove src6 and dst6 pattern fetch methods by Willy Tarreau · 12 years ago
  64. bbebbbf REORG/MEDIUM: move the default accept function from sockstream to protocols.c by Willy Tarreau · 12 years ago
  65. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  66. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · 12 years ago
  67. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago
  68. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  69. b7451bb MEDIUM: acl: report parsing errors to the caller by Willy Tarreau · 12 years ago
  70. 0d5fe14 MINOR: proto_tcp: validate arguments of payload and payload_lv ACLs by Willy Tarreau · 12 years ago
  71. d6281ae MEDIUM: pattern: use smp_fetch_rdp_cookie instead of the pattern specific version by Willy Tarreau · 12 years ago
  72. 82ea800 CLEANUP: pattern: ensure that payload and payload_lv always stay in the buffer by Willy Tarreau · 12 years ago
  73. 0ce3aa0 MEDIUM: acl: implement payload and payload_lv by Willy Tarreau · 12 years ago
  74. 4a12981 MEDIUM: acl/pattern: factor out the src/dst address fetches by Willy Tarreau · 12 years ago
  75. 25c1ebc MEDIUM: acl/pattern: start merging common sample fetch functions by Willy Tarreau · 12 years ago
  76. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  77. 9fb4bc7 MINOR: tcp: replace acl_fetch_rdp_cookie with smp_fetch_rdp_cookie by Willy Tarreau · 12 years ago
  78. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · 12 years ago
  79. 32389b7 MEDIUM: acl/pattern: switch rdp_cookie functions stack up-down by Willy Tarreau · 12 years ago
  80. b8c8f1f MEDIUM: pattern: retrieve the sample type in the sample, not in the keyword description by Willy Tarreau · 12 years ago
  81. 342acb4 MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere by Willy Tarreau · 12 years ago
  82. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · 12 years ago
  83. 3740635 MAJOR: acl: make use of the new sample struct and get rid of acl_test by Willy Tarreau · 12 years ago
  84. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · 12 years ago
  85. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · 12 years ago
  86. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · 12 years ago
  87. f995410 MEDIUM: pattern: get rid of arg_i in all functions making use of arguments by Willy Tarreau · 12 years ago
  88. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · 12 years ago
  89. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · 12 years ago
  90. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · 12 years ago
  91. 89fa706 MAJOR: buffers: replace buf->w with buf->p - buf->o by Willy Tarreau · 12 years ago
  92. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · 12 years ago
  93. 2e046c6 MAJOR: buffer rework: replace ->send_max with ->o by Willy Tarreau · 12 years ago
  94. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · 12 years ago
  95. d94991d CLEANUP: Fix some minor whitespace issues by Aman Gupta · 12 years ago
  96. 0bc0c24 MINOR: Add TO/FROM_SET flags to struct stream_interface by Aman Gupta · 12 years ago
  97. ceafb4a CLEANUP: Fix some minor typos by Aman Gupta · 12 years ago
  98. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · 12 years ago
  99. 664092c MEDIUM: acl: use temp_pattern to store any string-type information by Willy Tarreau · 13 years ago
  100. f4362b3 MEDIUM: acl: use temp_pattern to store any address-type information by Willy Tarreau · 13 years ago