1. e1f50c4 MEDIUM: connection: remove conn_{data,sock}_poll_{recv,send} by Willy Tarreau · 10 years ago
  2. f817e9f MAJOR: polling: rework the whole polling system by Willy Tarreau · 10 years ago
  3. 9ce7013 MEDIUM: tcp: report connection error at the connection level by Willy Tarreau · 10 years ago
  4. 3bd3e57 MEDIUM: tcp: report in tcp_drain() that lingering is already disabled on close by Willy Tarreau · 10 years ago
  5. 7f4bcc3 MINOR: protocol: improve the proto->drain() API by Willy Tarreau · 10 years ago
  6. ad38ace MEDIUM: connection: centralize handling of nolinger in fd management by Willy Tarreau · 11 years ago
  7. 975c178 MINOR: sample: make sample_parse_expr() use memprintf() to report parse errors by Willy Tarreau · 11 years ago
  8. 57cd3e4 MEDIUM: connection: merge the send_proxy and local_send_proxy calls by Willy Tarreau · 11 years ago
  9. 1ec74bf MINOR: connection: check for send_proxy during the connect(), not the SI by Willy Tarreau · 11 years ago
  10. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · 11 years ago
  11. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · 11 years ago
  12. 26f4a04 MEDIUM: connection: set the socket shutdown flags on socket errors by Willy Tarreau · 11 years ago
  13. f12a20e BUG/MINOR: tcp: check that no error is pending during a connect probe by Willy Tarreau · 11 years ago
  14. 0cba607 MINOR: acl/pattern: use types different from int to clarify who does what. by Willy Tarreau · 11 years ago
  15. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · 11 years ago
  16. 0bb166b MINOR: tcp: don't use tick_add_ifset() when timeout is known to be set by Willy Tarreau · 11 years ago
  17. 44778ad BUG/MEDIUM: tcp: do not skip tracking rules on second pass by Willy Tarreau · 11 years ago
  18. cc1e04b MINOR: tcp: add new "close" action for tcp-response by Willy Tarreau · 11 years ago
  19. b4c8493 MINOR: session: make the number of stick counter entries more configurable by Willy Tarreau · 11 years ago
  20. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · 11 years ago
  21. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  22. be4a3ef MEDIUM: counters: use sc0/sc1/sc2 instead of sc1/sc2/sc3 by Willy Tarreau · 11 years ago
  23. 6d4e4e8 MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  24. 4f0d919 MEDIUM: tcp: add "tcp-request connection expect-proxy layer4" by Willy Tarreau · 11 years ago
  25. 2b57cb8 MEDIUM: protocol: implement a "drain" function in protocol layers by Willy Tarreau · 11 years ago
  26. e25c917 MEDIUM: counters: add support for tracking a third counter by Willy Tarreau · 11 years ago
  27. d5ca9ab MINOR: counters: make it easier to extend the amount of tracked counters by Willy Tarreau · 11 years ago
  28. 1eb7592 MINOR: tproxy: add support for OpenBSD by Pieter Baauw · 11 years ago
  29. ff30b66 MINOR: tproxy: add support for FreeBSD by Pieter Baauw · 11 years ago
  30. d551fb5 REORG: tproxy: prepare the transparent proxy defines for accepting other OSes by Pieter Baauw · 11 years ago
  31. 33c60de MINOR: tcp: report the erroneous word in tcp-request track* by Willy Tarreau · 11 years ago
  32. deaec2f BUG/MINOR: tcp: fix error reporting for TCP rules by Willy Tarreau · 11 years ago
  33. a4312fa MAJOR: sample: maintain a per-proxy list of the fetch args to resolve by Willy Tarreau · 11 years ago
  34. 93fddf1 MEDIUM: acl: have a pointer to the keyword name in acl_expr by Willy Tarreau · 11 years ago
  35. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · 11 years ago
  36. a91d0a5 MAJOR: acl: convert all ACL requires to SMP use+val instead of ->requires by Willy Tarreau · 11 years ago
  37. 25320b2 MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed" by Willy Tarreau · 11 years ago
  38. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · 11 years ago
  39. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 11 years ago
  40. d4c33c8 MEDIUM: samples: move payload-based fetches and ACLs to their own file by Willy Tarreau · 11 years ago
  41. 80aca90 MEDIUM: samples: use new flags to describe compatibility between fetches and their usages by Willy Tarreau · 11 years ago
  42. e0db1e8 MEDIUM: acl: remove flag ACL_MAY_LOOKUP which is improperly used by Willy Tarreau · 11 years ago
  43. 40aa070 MAJOR: listener: support inheriting a listening fd from the parent by Willy Tarreau · 11 years ago
  44. 0defb90 DOC: tfo: bump required kernel to linux-3.7 by Lukas Tribus · 11 years ago
  45. 8ab505b CLEANUP: tcp/unix: remove useless NULL check in {tcp,unix}_bind_listener() by Willy Tarreau · 11 years ago
  46. d486ef5 BUG/MINOR: connection: remove a few synchronous calls to polling updates by Willy Tarreau · 12 years ago
  47. b54b6ca BUG/MINOR: proto_tcp: bidirectional fetches not supported anymore in track-sc1/2 by Willy Tarreau · 12 years ago
  48. 598718a BUG/MINOR: proto_tcp: fix parsing of "table" in track-sc1/2 by Willy Tarreau · 12 years ago
  49. 20d46a5 CLEANUP: session: use an array for the stick counters by Willy Tarreau · 12 years ago
  50. 5d5b5d8 MEDIUM: proto_tcp: add support for tracking L7 information by Willy Tarreau · 12 years ago
  51. a4380b4 CLEANUP: proto_tcp: use the same code to bind servers and backends by Willy Tarreau · 12 years ago
  52. ef9a360 MEDIUM: connection: introduce "struct conn_src" for servers and proxies by Willy Tarreau · 12 years ago
  53. b171951 BUG/MEDIUM: tcp: process could theorically crash on lack of source ports by Willy Tarreau · 12 years ago
  54. fc8f1f0 BUG/MINOR: tcp: set the ADDR_TO_SET flag on outgoing connections by Willy Tarreau · 12 years ago
  55. 77e3af9 MINOR: tcp: add support for the "v4v6" bind option by Willy Tarreau · 12 years ago
  56. 9b6700f MINOR: tcp: add support for the "v6only" bind option by Willy Tarreau · 12 years ago
  57. f0837b2 MEDIUM: tcp: add explicit support for delayed ACK in connect() by Willy Tarreau · 12 years ago
  58. 24db47e MEDIUM: checks: avoid waking the application up for pure TCP checks by Willy Tarreau · 12 years ago
  59. 6b0a850 BUG/MEDIUM: checks: mark the check as stopped after a connect error by Willy Tarreau · 12 years ago
  60. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  61. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  62. 5f2877a BUG/MEDIUM: tcp: transparent bind to the source only when address is set by Willy Tarreau · 12 years ago
  63. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · 12 years ago
  64. 697d850 CLEANUP: tcp: use 'chn' instead of 'buf' or 'b' for channel pointer names by Willy Tarreau · 12 years ago
  65. 1c862c5 MEDIUM: tcp: enable TCP Fast Open on systems which support it by Willy Tarreau · 12 years ago
  66. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  67. 3aaba44 BUILD: fix compilation error with DEBUG_FULL by Cyril Bonté · 12 years ago
  68. eb6cead MINOR: standard: make memprintf() support a NULL destination by Willy Tarreau · 12 years ago
  69. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  70. 28a47d6 MINOR: config: pass the file and line to config keyword parsers by Willy Tarreau · 12 years ago
  71. 51fb765 MINOR: listener: add a scope field in the bind keyword lists by Willy Tarreau · 12 years ago
  72. 4479124 MEDIUM: config: move the "bind" TCP parameters to proto_tcp by Willy Tarreau · 12 years ago
  73. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  74. 184636e BUG: tcp: close socket fd upon connect error by Willy Tarreau · 12 years ago
  75. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  76. 40ff59d CLEANUP: fd: remove fdtab->flags by Willy Tarreau · 12 years ago
  77. 15678ef MEDIUM: connection: add an ->init function to data layer by Willy Tarreau · 12 years ago
  78. 64ee491 MINOR: tcp: replace tcp_src_to_stktable_key with addr_to_stktable_key by Willy Tarreau · 12 years ago
  79. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · 12 years ago
  80. 93b0f4f MEDIUM: stream_interface: remove CAP_SPLTCP/CAP_SPLICE flags by Willy Tarreau · 12 years ago
  81. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  82. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · 12 years ago
  83. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · 12 years ago
  84. 03cdb7c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ by Willy Tarreau · 12 years ago
  85. 3bf1b2b MAJOR: channel: stop relying on BF_FULL to take action by Willy Tarreau · 12 years ago
  86. 8e21bb9 MAJOR: channel: remove the BF_OUT_EMPTY flag by Willy Tarreau · 12 years ago
  87. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  88. 96199b1 MAJOR: stream-interface: restore splicing mechanism by Willy Tarreau · 12 years ago
  89. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago
  90. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · 12 years ago
  91. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  92. afad0e0 MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers by Willy Tarreau · 12 years ago
  93. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · 12 years ago
  94. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · 12 years ago
  95. 0b0c097 MINOR: rearrange tcp_connect_probe() and fix wrong return codes by Willy Tarreau · 12 years ago
  96. 8f8c92f MAJOR: connection: add a new CO_FL_CONNECTED flag by Willy Tarreau · 12 years ago
  97. 3c55ec2 MEDIUM: stream_interface: centralize the SI_FL_ERR management by Willy Tarreau · 12 years ago
  98. 239d718 MEDIUM: stream_interface: pass connection instead of fd in sock_ops by Willy Tarreau · 12 years ago
  99. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · 12 years ago
  100. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · 12 years ago