1. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  2. 9faf071 MINOR: ssl: add build param USE_PRIVATE_CACHE to build cache without shared memory by Emeric Brun · 12 years ago
  3. 4b3091e MINOR: ssl: disable shared memory and locks on session cache if nbproc == 1 by Emeric Brun · 12 years ago
  4. cd37995 MINOR: connection: add a pointer to the connection owner by Willy Tarreau · 12 years ago
  5. dda5e7c CLEANUP: connection: offer conn_prepare() to set up a connection by Willy Tarreau · 12 years ago
  6. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · 12 years ago
  7. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  8. 8638f48 MEDIUM: config: enumerate full list of registered "bind" keywords upon error by Willy Tarreau · 12 years ago
  9. 79eeafa MEDIUM: move bind SSL parsing to ssl_sock by Willy Tarreau · 12 years ago
  10. 2698266 MEDIUM: listener: add a minimal framework to register "bind" keyword options by Willy Tarreau · 12 years ago
  11. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · 12 years ago
  12. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  13. fc0421f MEDIUM: ssl: add support for SNI and wildcard certificates by Emeric Brun · 12 years ago
  14. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · 12 years ago
  15. 783f258 BUILD: http: rename error_message http_error_message to fix conflicts on RHEL by Willy Tarreau · 12 years ago
  16. 3e541d1 MEDIUM: ssl: add shared memory session cache implementation. by Emeric Brun · 12 years ago
  17. e1f38db MEDIUM: ssl: protect against client-initiated renegociation by Emeric Brun · 12 years ago
  18. 4659195 MEDIUM: ssl: add new files ssl_sock.[ch] to provide the SSL data layer by Emeric Brun · 12 years ago
  19. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  20. e9dfa79 MAJOR: connection: rearrange the polling flags. by Willy Tarreau · 12 years ago
  21. 74172ff CLEANUP: frontend: remove the old proxy protocol decoder by Willy Tarreau · 12 years ago
  22. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · 12 years ago
  23. 2542b53 MAJOR: session: introduce embryonic sessions by Willy Tarreau · 12 years ago
  24. 15678ef MEDIUM: connection: add an ->init function to data layer by Willy Tarreau · 12 years ago
  25. 64ee491 MINOR: tcp: replace tcp_src_to_stktable_key with addr_to_stktable_key by Willy Tarreau · 12 years ago
  26. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · 12 years ago
  27. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  28. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · 12 years ago
  29. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · 12 years ago
  30. 03cdb7c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ by Willy Tarreau · 12 years ago
  31. af81935 REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h} by Willy Tarreau · 12 years ago
  32. f941cf2 MAJOR: channel: remove the BF_FULL flag by Willy Tarreau · 12 years ago
  33. ad1cc3d MINOR: channel: rename bi_full to channel_full as it checks the whole channel by Willy Tarreau · 12 years ago
  34. a75bcef REORG: buffer: move buffer_flush, b_adv and b_rew to buffer.h by Willy Tarreau · 12 years ago
  35. 8e21bb9 MAJOR: channel: remove the BF_OUT_EMPTY flag by Willy Tarreau · 12 years ago
  36. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  37. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · 12 years ago
  38. 5368d80 MAJOR: connection: split the send call into connection and stream interface by Willy Tarreau · 12 years ago
  39. ce323de REORG: stream-interface: move sock_raw_read() to si_conn_recv_cb() by Willy Tarreau · 12 years ago
  40. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago
  41. 3af56a9 MINOR: connection: provide conn_{data|sock}_{read0|shutw} functions by Willy Tarreau · 12 years ago
  42. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · 12 years ago
  43. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  44. 9bf9c14 MEDIUM: stream-interface: provide a generic stream_sock_read0() function by Willy Tarreau · 12 years ago
  45. eecf6ca MEDIUM: stream-interface: provide a generic si_conn_send_cb callback by Willy Tarreau · 12 years ago
  46. de5722c MEDIUM: stream-interface: provide a generic stream_int_chk_snd_conn() function by Willy Tarreau · 12 years ago
  47. fae4499 MEDIUM: stream-interface: add a snd_buf() callback to sock_ops by Willy Tarreau · 12 years ago
  48. 46a8d92 MEDIUM: stream-interface: offer a generic chk_rcv function for connections by Willy Tarreau · 12 years ago
  49. 100c467 MEDIUM: stream_interface: offer a generic function for connection updates by Willy Tarreau · 12 years ago
  50. afad0e0 MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers by Willy Tarreau · 12 years ago
  51. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · 12 years ago
  52. b5e2cbd MEDIUM: connection: add definitions for dual polling mechanisms by Willy Tarreau · 12 years ago
  53. babd05a MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required by Willy Tarreau · 12 years ago
  54. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · 12 years ago
  55. 4a36b56 MAJOR: stream_int: use a common stream_int_shut*() functions regardless of the data layer by Willy Tarreau · 12 years ago
  56. 8b11708 REORG: connection: replace si_data_close() with conn_data_close() by Willy Tarreau · 12 years ago
  57. 3788e4c MEDIUM: fd: remove the EV_FD_COND_* primitives by Willy Tarreau · 12 years ago
  58. 239d718 MEDIUM: stream_interface: pass connection instead of fd in sock_ops by Willy Tarreau · 12 years ago
  59. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · 12 years ago
  60. 2da156f MAJOR: tcp: remove the specific I/O callbacks for TCP connection probes by Willy Tarreau · 12 years ago
  61. 2c6be84 MEDIUM: connection: extract the send_proxy callback from proto_tcp by Willy Tarreau · 12 years ago
  62. 59f9839 MINOR: connection: add a handler for fd-based connections by Willy Tarreau · 12 years ago
  63. 654694e MEDIUM: stats/cli: add support for "set table key" to enter values by Willy Tarreau · 12 years ago
  64. c3a08a1 BUG: stktable: tcp_src_to_stktable_key() must return NULL on invalid families by Willy Tarreau · 12 years ago
  65. ab152a7 BUG/MAJOR: b_rew() must pass a signed offset to b_ptr() by Willy Tarreau · 12 years ago
  66. 21adb02 MINOR: stream_interface: add a pointer to the listener for TARG_TYPE_CLIENT by Emeric Brun · 12 years ago
  67. 2420827 MINOR: stream_interface: add a data channel close function by Willy Tarreau · 12 years ago
  68. 9498113 REORG/MEDIUM: stream_interface: move applet->state and private to connection by Willy Tarreau · 12 years ago
  69. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · 12 years ago
  70. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · 12 years ago
  71. 13e66da MINOR: buffers: add a rewind function by Willy Tarreau · 12 years ago
  72. ce887fd MEDIUM: session: add support for tunnel timeouts by Willy Tarreau · 12 years ago
  73. f873d75 CLEANUP: stream_interface: stop exporting socket layer functions by Willy Tarreau · 12 years ago
  74. b277d6e CLEANUP: sock_raw: remove last references to stream_sock by Willy Tarreau · 12 years ago
  75. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · 12 years ago
  76. 1539a01 MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT by Willy Tarreau · 12 years ago
  77. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · 12 years ago
  78. a7fe8e5 MINOR: http: replace http_message_realign() with buffer_slow_realign() by Willy Tarreau · 12 years ago
  79. 0a3dd74 MEDIUM: cfgparse: use the new error reporting framework for remaining cfg_keywords by Willy Tarreau · 12 years ago
  80. a93c74b MEDIUM: cfgparse: make backend_parse_balance() use memprintf to report errors by Willy Tarreau · 12 years ago
  81. bbebbbf REORG/MEDIUM: move the default accept function from sockstream to protocols.c by Willy Tarreau · 12 years ago
  82. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  83. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · 12 years ago
  84. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago
  85. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  86. 7dcb648 MEDIUM: acl: extend the pattern parsers to report meaningful errors by Willy Tarreau · 12 years ago
  87. b7451bb MEDIUM: acl: report parsing errors to the caller by Willy Tarreau · 12 years ago
  88. 185b5c4 MEDIUM: http: merge acl and pattern header fetch functions by Willy Tarreau · 12 years ago
  89. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  90. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · 12 years ago
  91. 32389b7 MEDIUM: acl/pattern: switch rdp_cookie functions stack up-down by Willy Tarreau · 12 years ago
  92. b4a88f0 MINOR: pattern: replace struct pattern with struct sample by Willy Tarreau · 12 years ago
  93. 21e5b0e MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE by Willy Tarreau · 12 years ago
  94. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · 12 years ago
  95. 3740635 MAJOR: acl: make use of the new sample struct and get rid of acl_test by Willy Tarreau · 12 years ago
  96. 8f7406e MEDIUM: acl: remove the ACL_TEST_F_NULL_MATCH flag by Willy Tarreau · 12 years ago
  97. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · 12 years ago
  98. f995410 MEDIUM: pattern: get rid of arg_i in all functions making use of arguments by Willy Tarreau · 12 years ago
  99. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · 12 years ago
  100. 2ac5718 MEDIUM: add a new typed argument list parsing framework by Willy Tarreau · 12 years ago