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