1. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · 12 years ago
  2. 16c31b0 MINOR: pattern: add a new 'sample' type to store fetched data by Willy Tarreau · 12 years ago
  3. 8f7406e MEDIUM: acl: remove the ACL_TEST_F_NULL_MATCH flag by Willy Tarreau · 12 years ago
  4. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · 12 years ago
  5. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · 12 years ago
  6. f995410 MEDIUM: pattern: get rid of arg_i in all functions making use of arguments by Willy Tarreau · 12 years ago
  7. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · 12 years ago
  8. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · 12 years ago
  9. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · 12 years ago
  10. 2ac5718 MEDIUM: add a new typed argument list parsing framework by Willy Tarreau · 12 years ago
  11. 3a215be MAJOR: http: make http_msg->sol relative to buffer's origin by Willy Tarreau · 12 years ago
  12. 62f791e MEDIUM: http: add a pointer to the buffer in http_msg by Willy Tarreau · 12 years ago
  13. 12e48b3 MAJOR: http: turn http_msg->eol to a buffer-relative offset by Willy Tarreau · 12 years ago
  14. fa4a03c CLEANUP: http: remove unused http_msg->col by Willy Tarreau · 12 years ago
  15. ea1175a MAJOR: http: change msg->{som,col,sov,eoh} to be relative to buffer origin by Willy Tarreau · 12 years ago
  16. a458b67 MAJOR: http: move buffer->lr to http_msg->next by Willy Tarreau · 12 years ago
  17. 363a5bb MAJOR: buffers: replace buf->r with buf->p + buf->i by Willy Tarreau · 12 years ago
  18. 89fa706 MAJOR: buffers: replace buf->w with buf->p - buf->o by Willy Tarreau · 12 years ago
  19. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · 12 years ago
  20. 2e046c6 MAJOR: buffer rework: replace ->send_max with ->o by Willy Tarreau · 12 years ago
  21. a36fc4d MEDIUM: move message-related flags from transaction to message by Willy Tarreau · 12 years ago
  22. 3fb818c BUILD: http: make extract_cookie_value() return an int not size_t by Willy Tarreau · 12 years ago
  23. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · 12 years ago
  24. 5e19a28 MINOR: log: log-format: usable without httplog and tcplog by William Lallemand · 12 years ago
  25. a73203e MEDIUM: log: Unique ID by William Lallemand · 12 years ago
  26. 5f23240 MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp %Ts %rt %H %pid by William Lallemand · 12 years ago
  27. 1d70556 MEDIUM: log: split of log_format generation by William Lallemand · 12 years ago
  28. 0bc0c24 MINOR: Add TO/FROM_SET flags to struct stream_interface by Aman Gupta · 12 years ago
  29. c89ccb6 MEDIUM: log: add a new cookie flag 'U' to report situations where cookie is not used by Willy Tarreau · 12 years ago
  30. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · 12 years ago
  31. 9a13e84 MINOR: Add release callback to si_applet by Aman Gupta · 12 years ago
  32. 19979e1 MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes by Cyril Bonté · 12 years ago
  33. cf8d9ae MINOR: stats admin: allow unordered parameters in POST requests by Cyril Bonté · 12 years ago
  34. b7cd8f9 CLEANUP: Fix HCHK spelling errors by Simon Horman · 12 years ago
  35. 6580c06 MINOR: log: use "%ts" to log term status only and "%tsc" to log with cookie by Willy Tarreau · 12 years ago
  36. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · 12 years ago
  37. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · 12 years ago
  38. 3ebb116 MINOR: backend: rework the LC definition to support other connection-based algos by Willy Tarreau · 12 years ago
  39. 723b73a MINOR: config: Parse the string of the log-format config keyword by William Lallemand · 12 years ago
  40. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · 13 years ago
  41. aff79da CLEANUP: acl: remove last data fields from the acl_test struct by Willy Tarreau · 13 years ago
  42. 31d1b01 CLEANUP: acl: integer part of acl_test is not used anymore by Willy Tarreau · 13 years ago
  43. b666bc7 MEDIUM: pattern: change the pattern data integer from unsigned to signed by Willy Tarreau · 13 years ago
  44. 4b517ca MEDIUM: buffers: add some new primitives and rework existing ones by Willy Tarreau · 13 years ago
  45. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · 13 years ago
  46. 2e99390 BUG/MEDIUM: checks: fix slowstart behaviour when server tracking is in use by Willy Tarreau · 13 years ago
  47. 4426770 CLEANUP: rename possibly confusing struct field "tracked" by Willy Tarreau · 13 years ago
  48. ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · 13 years ago
  49. 34eb671 OPTIM/MINOR: move the hdr_idx pools out of the proxy struct by Willy Tarreau · 13 years ago
  50. bd9a0a7 OPTIM/MINOR: make it possible to change pipe size (tune.pipesize) by Willy Tarreau · 13 years ago
  51. 7b81563 OPTIM/MINOR: move struct sockaddr_storage to the tail of structs by Willy Tarreau · 13 years ago
  52. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  53. eabea07 [MINOR] stats: report the number of requests intercepted by the frontend by Willy Tarreau · 13 years ago
  54. a2a64e9 [MEDIUM] session: make session_shutdown() an independant function by Willy Tarreau · 13 years ago
  55. 3c63fd8 [MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate by Willy Tarreau · 13 years ago
  56. 81c25d0 [MEDIUM] add support for global.maxconnrate to limit the per-process conn rate. by Willy Tarreau · 13 years ago
  57. 91886b6 [MEDIUM] stats: add the "set maxconn" setting to the command line interface by Willy Tarreau · 13 years ago
  58. 588bd4f [BUG] http: trailing white spaces must also be trimmed after headers by Willy Tarreau · 13 years ago
  59. 87cf514 [MEDIUM] http: make x-forwarded-for addition conditional by Willy Tarreau · 13 years ago
  60. 1ee51a6 [BUG] check: http-check expect + regex would crash in defaults section by Willy Tarreau · 13 years ago
  61. 1620ec3 [MEDIUM] checks: group health checks methods by values and save option bits by Willy Tarreau · 13 years ago
  62. ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · 13 years ago
  63. daa824e [MINOR] acl: add srv_conn acl to count connections on a specific backend server by Hervé COMMOWICK · 13 years ago
  64. e9b2602 [MEDIUM] listeners: add a global listener management task by Willy Tarreau · 13 years ago
  65. 918ff60 [MAJOR] proxy: finally get rid of maintain_proxies() by Willy Tarreau · 13 years ago
  66. 562515c [CLEANUP] proxy: rename a few proxy states (PR_STIDLE and PR_STRUN) by Willy Tarreau · 13 years ago
  67. 07687c1 [MEDIUM] listeners: queue proxy-bound listeners at the proxy's by Willy Tarreau · 13 years ago
  68. 08ceb10 [MEDIUM] listeners: put listeners in queue upon resource shortage by Willy Tarreau · 13 years ago
  69. e6ca1fc [MINOR] listeners: add support for queueing resource limited listeners by Willy Tarreau · 13 years ago
  70. be58c38 [MEDIUM] proxy: add a PAUSED state to listeners and move socket tricks out of proxy.c by Willy Tarreau · 13 years ago
  71. fa46168 [MINOR] Add non-stick server option by Simon Horman · 13 years ago
  72. 752dc4a [MINOR] Add down termination condition by Simon Horman · 13 years ago
  73. e0d1bfb [MINOR] Allow shutdown of sessions when a server becomes unavailable by Simon Horman · 13 years ago
  74. af51495 [MINOR] Add active connection list to server by Simon Horman · 13 years ago
  75. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · 13 years ago
  76. ae94d4d [MINOR] http: make the "HTTP 200" status code configurable. by Willy Tarreau · 13 years ago
  77. 436d9ed [REORG] http: move HTTP error codes back to proto_http.h by Willy Tarreau · 13 years ago
  78. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  79. 11bcb6c [MEDIUM] IPv6 support for syslog by David du Colombier · 13 years ago
  80. d8ee85a [BUG] http: fix content-length handling on 32-bit platforms by Willy Tarreau · 13 years ago
  81. 5ab04ec [MEDIUM] server: add support for the "send-proxy" option by Willy Tarreau · 13 years ago
  82. b22e55b [MEDIUM] stream_sock: add support for sending the proxy protocol header line by Willy Tarreau · 13 years ago
  83. ff011f2 [REORG] http: move the http-request rules to proto_http by Willy Tarreau · 14 years ago
  84. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  85. 6f5ccb1 [MEDIUM] add internal support for IPv6 server addresses by David du Colombier · 13 years ago
  86. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · 13 years ago
  87. 3d80d91 [MEDIUM] session: remove s->prev_srv which is not needed anymore by Willy Tarreau · 13 years ago
  88. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · 13 years ago
  89. f5ab69a [MINOR] proxy: add PR_O2_DISPATCH to detect dispatch mode by Willy Tarreau · 13 years ago
  90. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · 13 years ago
  91. 75581ae [CLEANUP] session: remove data_source from struct session by Willy Tarreau · 13 years ago
  92. 7c0a151 [CLEANUP] stream_interface: remove the applet.handler pointer by Willy Tarreau · 13 years ago
  93. ac82540 [MEDIUM] stream_interface: store the target pointer and type by Willy Tarreau · 13 years ago
  94. f153686 [REORG] tcp: make tcpv4_connect_server() take the target address from the SI by Willy Tarreau · 13 years ago
  95. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  96. be5ea19 [REORG] stream_interface: split the struct members in 3 parts by Willy Tarreau · 13 years ago
  97. bc4af05 [REORG] stream_interface: move the st0, st1 and private members to the applet by Willy Tarreau · 13 years ago
  98. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · 13 years ago
  99. 124d991 [BUG] http: fix computation of message body length after forwarding has started by Willy Tarreau · 13 years ago
  100. 930bd6b [MINOR] acl: add ability to check for internal response-only parameters by Willy Tarreau · 13 years ago