1. 7d09b9a MEDIUM: server: Break out set weight processing code by Simon Horman · 11 years ago
  2. 6cbbdbf BUG/MEDIUM: log: emit '-' for empty fields again by Willy Tarreau · 11 years ago
  3. 22890a1 MINOR: ssl: Setting global tune.ssl.cachesize value to 0 disables SSL session cache. by Emeric Brun · 12 years ago
  4. 4baae24 REORG: config: move the http redirect rule parser to proto_http.c by Willy Tarreau · 12 years ago
  5. 71241ab MINOR: http: move redirect rule processing to its own function by Willy Tarreau · 12 years ago
  6. b83bc1e MINOR: log: make parse_logformat_string() take a const char * by Willy Tarreau · 12 years ago
  7. 354898b MINOR: stats: replace STAT_FMT_CSV with STAT_FMT_HTML by Willy Tarreau · 12 years ago
  8. 47ca545 MINOR: chunks: centralize the trash chunk allocation by Willy Tarreau · 12 years ago
  9. d9bdcd5 REORG: stats: massive code reorg and cleanup by Willy Tarreau · 12 years ago
  10. 2b0108a MINOR: log: add lf_text_len by Willy Tarreau · 12 years ago
  11. e7ad4bb MINOR: samples: add a function to fetch and convert any sample to a string by Willy Tarreau · 12 years ago
  12. 8a3f52f MEDIUM: log-format: make the format parser more robust and more extensible by Willy Tarreau · 12 years ago
  13. 5fb3803 CLEANUP: buffer: use buffer_empty() instead of buffer_len()==0 by Willy Tarreau · 12 years ago
  14. 7d28149 BUG/MEDIUM: connection: always update connection flags prior to computing polling by Willy Tarreau · 12 years ago
  15. 4a29144 OPTIM: poll: optimize fd management functions for low register count CPUs by Willy Tarreau · 12 years ago
  16. 20d46a5 CLEANUP: session: use an array for the stick counters by Willy Tarreau · 12 years ago
  17. 5d5b5d8 MEDIUM: proto_tcp: add support for tracking L7 information by Willy Tarreau · 12 years ago
  18. 55e4ecd MINOR: stats: add a few more information on session dump by Willy Tarreau · 12 years ago
  19. af9619d MEDIUM: ssl: manage shared cache by blocks for huge sessions. by Emeric Brun · 12 years ago
  20. 20879a0 MEDIUM: connection: add error reporting for the SSL by Willy Tarreau · 12 years ago
  21. 8e3bf69 MEDIUM: connection: add error reporting for the PROXY protocol header by Willy Tarreau · 12 years ago
  22. 0af2912 MEDIUM: connection: add minimal error reporting in logs for incomplete connections by Willy Tarreau · 12 years ago
  23. 786991e BUG/MEDIUM: ssl: Fix handshake failure on session resumption with client cert. by Emeric Brun · 12 years ago
  24. 36fb02c BUG/MEDIUM: connection: always disable polling upon error by Willy Tarreau · 12 years ago
  25. f0837b2 MEDIUM: tcp: add explicit support for delayed ACK in connect() by Willy Tarreau · 12 years ago
  26. 2b199c9 MEDIUM: connection: provide a common conn_full_close() function by Willy Tarreau · 12 years ago
  27. 88c6d81 MINOR: http: add some debugging functions to pretty-print msg state names by Willy Tarreau · 12 years ago
  28. 072a2bf MINOR: compression: CPU usage limit by William Lallemand · 12 years ago
  29. e3a7d99 MINOR: compression: report zlib memory usage by William Lallemand · 12 years ago
  30. 8b52bb3 MEDIUM: compression: use pool for comp_ctx by William Lallemand · 12 years ago
  31. bc174aa MINOR: cli: report connection status in "show sess xxx" by Willy Tarreau · 12 years ago
  32. bf3ae61 MEDIUM: compression: don't compress when no data by William Lallemand · 12 years ago
  33. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  34. 128b03c CLEANUP: stream_interface: remove the external task type target by Willy Tarreau · 12 years ago
  35. b31c971 CLEANUP: channel: remove any reference of the hijackers by Willy Tarreau · 12 years ago
  36. 70c6fd8 MAJOR: polling: remove unused callbacks from the poller struct by Willy Tarreau · 12 years ago
  37. 7f7ad91 BUILD: stream_interface: remove si_fd() and its references by Willy Tarreau · 12 years ago
  38. 09f2456 REORG: fd: centralize the processing of speculative events by Willy Tarreau · 12 years ago
  39. 6ea20b1 REORG: fd: move the fd state management from ev_sepoll by Willy Tarreau · 12 years ago
  40. 7be79a4 REORG: fd: move the speculative I/O management from ev_sepoll by Willy Tarreau · 12 years ago
  41. 037d2c1 MAJOR: sepoll: make the poller totally event-driven by Willy Tarreau · 12 years ago
  42. c8dd77f MAJOR: connection: remove the CO_FL_CURR_*_POL flag by Willy Tarreau · 12 years ago
  43. 1c2d622 CLEANUP: use struct comp_ctx instead of union by William Lallemand · 12 years ago
  44. 0711541 MEDIUM: stick-table: allocate the table key of size buffer size by Willy Tarreau · 12 years ago
  45. 7e2c647 MEDIUM: remove remains of BUFSIZE in HTTP auth and sample conversions by Willy Tarreau · 12 years ago
  46. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  47. 82fe75c MEDIUM: HTTP compression (zlib library support) by William Lallemand · 12 years ago
  48. 55a6906 OPTIM: channel: inline channel_forward's fast path by Willy Tarreau · 12 years ago
  49. a068a29 MINOR: sample: export 'sample_get_trash_chunk(void)' by Emeric Brun · 12 years ago
  50. 07ca496 MINOR: acl: add parse and match primitives to use binary type on ACLs by Emeric Brun · 12 years ago
  51. 2e845be MEDIUM: sample: pass an empty list instead of a null for fetch args by Willy Tarreau · 12 years ago
  52. c93f795 CLEANUP: session: remove term_trace which is not used anymore by Willy Tarreau · 12 years ago
  53. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · 12 years ago
  54. 974ced6 CLEANUP: channel: use 'chn' instead of 'buf' as local variable names by Willy Tarreau · 12 years ago
  55. ffc3fcd MEDIUM: log: report SSL ciphers and version in logs using logformat %sslc/%sslv by Willy Tarreau · 12 years ago
  56. 4f65356 MINOR: log: make lf_text use a const char * by Willy Tarreau · 12 years ago
  57. 1e95491 MEDIUM: connection: add a flag to hold the transport layer by Willy Tarreau · 12 years ago
  58. 6c03a64 MEDIUM: connection: always unset the transport layer upon close by Willy Tarreau · 12 years ago
  59. 94324a4 MINOR: ssl: move ssl context init for servers from cfgparse.c to ssl_sock.c by Emeric Brun · 12 years ago
  60. 21faa91 MINOR: server: add minimal infrastructure to parse keywords by Willy Tarreau · 12 years ago
  61. 5f1504f MEDIUM: connection: add a new local send-proxy transport callback by Willy Tarreau · 12 years ago
  62. e1e4a61 REORG: connection: move the PROXY protocol management to connection.c by Willy Tarreau · 12 years ago
  63. 0ffde2c MEDIUM: connection: automatically disable polling on error by Willy Tarreau · 12 years ago
  64. f3a6d7e MEDIUM: connection: reorganize connection flags by Willy Tarreau · 12 years ago
  65. 071e137 MEDIUM: connection: use a generic data-layer init() callback by Willy Tarreau · 12 years ago
  66. bd99aab MINOR: connection: split conn_prepare() in two functions by Willy Tarreau · 12 years ago
  67. 4aa3683 MINOR: connection: provide a generic data layer wakeup callback by Willy Tarreau · 12 years ago
  68. 74beec3 REORG: connection: rename app_cb "data" by Willy Tarreau · 12 years ago
  69. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  70. 9faf071 MINOR: ssl: add build param USE_PRIVATE_CACHE to build cache without shared memory by Emeric Brun · 12 years ago
  71. 4b3091e MINOR: ssl: disable shared memory and locks on session cache if nbproc == 1 by Emeric Brun · 12 years ago
  72. cd37995 MINOR: connection: add a pointer to the connection owner by Willy Tarreau · 12 years ago
  73. dda5e7c CLEANUP: connection: offer conn_prepare() to set up a connection by Willy Tarreau · 12 years ago
  74. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · 12 years ago
  75. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  76. 8638f48 MEDIUM: config: enumerate full list of registered "bind" keywords upon error by Willy Tarreau · 12 years ago
  77. 79eeafa MEDIUM: move bind SSL parsing to ssl_sock by Willy Tarreau · 12 years ago
  78. 2698266 MEDIUM: listener: add a minimal framework to register "bind" keyword options by Willy Tarreau · 12 years ago
  79. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · 12 years ago
  80. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  81. fc0421f MEDIUM: ssl: add support for SNI and wildcard certificates by Emeric Brun · 12 years ago
  82. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · 12 years ago
  83. 783f258 BUILD: http: rename error_message http_error_message to fix conflicts on RHEL by Willy Tarreau · 12 years ago
  84. 3e541d1 MEDIUM: ssl: add shared memory session cache implementation. by Emeric Brun · 12 years ago
  85. e1f38db MEDIUM: ssl: protect against client-initiated renegociation by Emeric Brun · 12 years ago
  86. 4659195 MEDIUM: ssl: add new files ssl_sock.[ch] to provide the SSL data layer by Emeric Brun · 12 years ago
  87. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  88. e9dfa79 MAJOR: connection: rearrange the polling flags. by Willy Tarreau · 12 years ago
  89. 74172ff CLEANUP: frontend: remove the old proxy protocol decoder by Willy Tarreau · 12 years ago
  90. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · 12 years ago
  91. 2542b53 MAJOR: session: introduce embryonic sessions by Willy Tarreau · 12 years ago
  92. 15678ef MEDIUM: connection: add an ->init function to data layer by Willy Tarreau · 12 years ago
  93. 64ee491 MINOR: tcp: replace tcp_src_to_stktable_key with addr_to_stktable_key by Willy Tarreau · 12 years ago
  94. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · 12 years ago
  95. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  96. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · 12 years ago
  97. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · 12 years ago
  98. 03cdb7c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ by Willy Tarreau · 12 years ago
  99. af81935 REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h} by Willy Tarreau · 12 years ago
  100. f941cf2 MAJOR: channel: remove the BF_FULL flag by Willy Tarreau · 12 years ago