1. 36fb02c BUG/MEDIUM: connection: always disable polling upon error by Willy Tarreau · 12 years ago
  2. f0837b2 MEDIUM: tcp: add explicit support for delayed ACK in connect() by Willy Tarreau · 12 years ago
  3. 2b199c9 MEDIUM: connection: provide a common conn_full_close() function by Willy Tarreau · 12 years ago
  4. 88c6d81 MINOR: http: add some debugging functions to pretty-print msg state names by Willy Tarreau · 12 years ago
  5. 072a2bf MINOR: compression: CPU usage limit by William Lallemand · 12 years ago
  6. e3a7d99 MINOR: compression: report zlib memory usage by William Lallemand · 12 years ago
  7. 8b52bb3 MEDIUM: compression: use pool for comp_ctx by William Lallemand · 12 years ago
  8. bc174aa MINOR: cli: report connection status in "show sess xxx" by Willy Tarreau · 12 years ago
  9. bf3ae61 MEDIUM: compression: don't compress when no data by William Lallemand · 12 years ago
  10. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  11. 128b03c CLEANUP: stream_interface: remove the external task type target by Willy Tarreau · 12 years ago
  12. b31c971 CLEANUP: channel: remove any reference of the hijackers by Willy Tarreau · 12 years ago
  13. 70c6fd8 MAJOR: polling: remove unused callbacks from the poller struct by Willy Tarreau · 12 years ago
  14. 7f7ad91 BUILD: stream_interface: remove si_fd() and its references by Willy Tarreau · 12 years ago
  15. 09f2456 REORG: fd: centralize the processing of speculative events by Willy Tarreau · 12 years ago
  16. 6ea20b1 REORG: fd: move the fd state management from ev_sepoll by Willy Tarreau · 12 years ago
  17. 7be79a4 REORG: fd: move the speculative I/O management from ev_sepoll by Willy Tarreau · 12 years ago
  18. 037d2c1 MAJOR: sepoll: make the poller totally event-driven by Willy Tarreau · 12 years ago
  19. c8dd77f MAJOR: connection: remove the CO_FL_CURR_*_POL flag by Willy Tarreau · 12 years ago
  20. 1c2d622 CLEANUP: use struct comp_ctx instead of union by William Lallemand · 12 years ago
  21. 0711541 MEDIUM: stick-table: allocate the table key of size buffer size by Willy Tarreau · 12 years ago
  22. 7e2c647 MEDIUM: remove remains of BUFSIZE in HTTP auth and sample conversions by Willy Tarreau · 12 years ago
  23. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  24. 82fe75c MEDIUM: HTTP compression (zlib library support) by William Lallemand · 12 years ago
  25. 55a6906 OPTIM: channel: inline channel_forward's fast path by Willy Tarreau · 12 years ago
  26. a068a29 MINOR: sample: export 'sample_get_trash_chunk(void)' by Emeric Brun · 12 years ago
  27. 07ca496 MINOR: acl: add parse and match primitives to use binary type on ACLs by Emeric Brun · 12 years ago
  28. 2e845be MEDIUM: sample: pass an empty list instead of a null for fetch args by Willy Tarreau · 12 years ago
  29. c93f795 CLEANUP: session: remove term_trace which is not used anymore by Willy Tarreau · 12 years ago
  30. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · 12 years ago
  31. 974ced6 CLEANUP: channel: use 'chn' instead of 'buf' as local variable names by Willy Tarreau · 12 years ago
  32. ffc3fcd MEDIUM: log: report SSL ciphers and version in logs using logformat %sslc/%sslv by Willy Tarreau · 12 years ago
  33. 4f65356 MINOR: log: make lf_text use a const char * by Willy Tarreau · 12 years ago
  34. 1e95491 MEDIUM: connection: add a flag to hold the transport layer by Willy Tarreau · 12 years ago
  35. 6c03a64 MEDIUM: connection: always unset the transport layer upon close by Willy Tarreau · 12 years ago
  36. 94324a4 MINOR: ssl: move ssl context init for servers from cfgparse.c to ssl_sock.c by Emeric Brun · 12 years ago
  37. 21faa91 MINOR: server: add minimal infrastructure to parse keywords by Willy Tarreau · 12 years ago
  38. 5f1504f MEDIUM: connection: add a new local send-proxy transport callback by Willy Tarreau · 12 years ago
  39. e1e4a61 REORG: connection: move the PROXY protocol management to connection.c by Willy Tarreau · 12 years ago
  40. 0ffde2c MEDIUM: connection: automatically disable polling on error by Willy Tarreau · 12 years ago
  41. f3a6d7e MEDIUM: connection: reorganize connection flags by Willy Tarreau · 12 years ago
  42. 071e137 MEDIUM: connection: use a generic data-layer init() callback by Willy Tarreau · 12 years ago
  43. bd99aab MINOR: connection: split conn_prepare() in two functions by Willy Tarreau · 12 years ago
  44. 4aa3683 MINOR: connection: provide a generic data layer wakeup callback by Willy Tarreau · 12 years ago
  45. 74beec3 REORG: connection: rename app_cb "data" by Willy Tarreau · 12 years ago
  46. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  47. 9faf071 MINOR: ssl: add build param USE_PRIVATE_CACHE to build cache without shared memory by Emeric Brun · 12 years ago
  48. 4b3091e MINOR: ssl: disable shared memory and locks on session cache if nbproc == 1 by Emeric Brun · 12 years ago
  49. cd37995 MINOR: connection: add a pointer to the connection owner by Willy Tarreau · 12 years ago
  50. dda5e7c CLEANUP: connection: offer conn_prepare() to set up a connection by Willy Tarreau · 12 years ago
  51. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · 12 years ago
  52. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  53. 8638f48 MEDIUM: config: enumerate full list of registered "bind" keywords upon error by Willy Tarreau · 12 years ago
  54. 79eeafa MEDIUM: move bind SSL parsing to ssl_sock by Willy Tarreau · 12 years ago
  55. 2698266 MEDIUM: listener: add a minimal framework to register "bind" keyword options by Willy Tarreau · 12 years ago
  56. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · 12 years ago
  57. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  58. fc0421f MEDIUM: ssl: add support for SNI and wildcard certificates by Emeric Brun · 12 years ago
  59. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · 12 years ago
  60. 783f258 BUILD: http: rename error_message http_error_message to fix conflicts on RHEL by Willy Tarreau · 12 years ago
  61. 3e541d1 MEDIUM: ssl: add shared memory session cache implementation. by Emeric Brun · 12 years ago
  62. e1f38db MEDIUM: ssl: protect against client-initiated renegociation by Emeric Brun · 12 years ago
  63. 4659195 MEDIUM: ssl: add new files ssl_sock.[ch] to provide the SSL data layer by Emeric Brun · 12 years ago
  64. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  65. e9dfa79 MAJOR: connection: rearrange the polling flags. by Willy Tarreau · 12 years ago
  66. 74172ff CLEANUP: frontend: remove the old proxy protocol decoder by Willy Tarreau · 12 years ago
  67. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · 12 years ago
  68. 2542b53 MAJOR: session: introduce embryonic sessions by Willy Tarreau · 12 years ago
  69. 15678ef MEDIUM: connection: add an ->init function to data layer by Willy Tarreau · 12 years ago
  70. 64ee491 MINOR: tcp: replace tcp_src_to_stktable_key with addr_to_stktable_key by Willy Tarreau · 12 years ago
  71. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · 12 years ago
  72. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  73. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · 12 years ago
  74. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · 12 years ago
  75. 03cdb7c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ by Willy Tarreau · 12 years ago
  76. af81935 REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h} by Willy Tarreau · 12 years ago
  77. f941cf2 MAJOR: channel: remove the BF_FULL flag by Willy Tarreau · 12 years ago
  78. ad1cc3d MINOR: channel: rename bi_full to channel_full as it checks the whole channel by Willy Tarreau · 12 years ago
  79. a75bcef REORG: buffer: move buffer_flush, b_adv and b_rew to buffer.h by Willy Tarreau · 12 years ago
  80. 8e21bb9 MAJOR: channel: remove the BF_OUT_EMPTY flag by Willy Tarreau · 12 years ago
  81. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  82. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · 12 years ago
  83. 5368d80 MAJOR: connection: split the send call into connection and stream interface by Willy Tarreau · 12 years ago
  84. ce323de REORG: stream-interface: move sock_raw_read() to si_conn_recv_cb() by Willy Tarreau · 12 years ago
  85. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago
  86. 3af56a9 MINOR: connection: provide conn_{data|sock}_{read0|shutw} functions by Willy Tarreau · 12 years ago
  87. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · 12 years ago
  88. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  89. 9bf9c14 MEDIUM: stream-interface: provide a generic stream_sock_read0() function by Willy Tarreau · 12 years ago
  90. eecf6ca MEDIUM: stream-interface: provide a generic si_conn_send_cb callback by Willy Tarreau · 12 years ago
  91. de5722c MEDIUM: stream-interface: provide a generic stream_int_chk_snd_conn() function by Willy Tarreau · 12 years ago
  92. fae4499 MEDIUM: stream-interface: add a snd_buf() callback to sock_ops by Willy Tarreau · 12 years ago
  93. 46a8d92 MEDIUM: stream-interface: offer a generic chk_rcv function for connections by Willy Tarreau · 12 years ago
  94. 100c467 MEDIUM: stream_interface: offer a generic function for connection updates by Willy Tarreau · 12 years ago
  95. afad0e0 MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers by Willy Tarreau · 12 years ago
  96. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · 12 years ago
  97. b5e2cbd MEDIUM: connection: add definitions for dual polling mechanisms by Willy Tarreau · 12 years ago
  98. babd05a MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required by Willy Tarreau · 12 years ago
  99. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · 12 years ago
  100. 4a36b56 MAJOR: stream_int: use a common stream_int_shut*() functions regardless of the data layer by Willy Tarreau · 12 years ago