1. 58639a0 MINOR: global: export function and permits to not resolve DNS names by Thierry FOURNIER · 10 years ago
  2. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  3. 68a556e MINOR: converters: give the session pointer as converter argument by Thierry FOURNIER · 9 years ago
  4. 1edc971 MINOR: converters: add a "void *private" argument to converters by Thierry FOURNIER · 10 years ago
  5. b83862d MEDIUM: channel: wake up any request analyzer on response activity by Thierry FOURNIER · 9 years ago
  6. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · 9 years ago
  7. b550d00 MEDIUM: protocol: use a family array to index the protocol handlers by Willy Tarreau · 9 years ago
  8. 2e05a8c MEDIUM: task: call session analyzers if the task is woken by a message. by Thierry FOURNIER · 10 years ago
  9. 9cf7c4b MAJOR: poll: only rely on wake_expired_tasks() to compute the wait delay by Thierry FOURNIER · 10 years ago
  10. e7acee7 BUILD/CLEANUP: config: silent 3 warnings about mixed declarations with code by Willy Tarreau · 9 years ago
  11. 622317d BUILD/CLEANUP: ssl: avoid a warning due to mixed code and declaration by Willy Tarreau · 9 years ago
  12. 713a756 BUILD: Makefile: add -Wdeclaration-after-statement by Willy Tarreau · 9 years ago
  13. 188ad3e DOC: Document the new tls-ticket-keys bind keyword by Nenad Merdanovic · 9 years ago
  14. 05552d4 MEDIUM: Add support for configurable TLS ticket keys by Nenad Merdanovic · 9 years ago
  15. eaabd52 BUG/MEDIUM: Do not consider an agent check as failed on L7 error by Simon Horman · 9 years ago
  16. 107ddc1 BUG/MINOR: don't start haproxy on reload by Adam Spiers · 9 years ago
  17. ecb74a3 CLEANUP: extract quiet_check() to avoid duplication by Adam Spiers · 9 years ago
  18. c5123f3 CLEANUP: extract temporary $LOCKFILE to eliminate duplication by Adam Spiers · 9 years ago
  19. 922a37b CLEANUP: extract temporary $PIDFILE to eliminate duplication by Adam Spiers · 9 years ago
  20. 85bb5ca CLEANUP: extract temporary $BIN to eliminate duplication by Adam Spiers · 9 years ago
  21. 5e71b6f CLEANUP: extract temporary $CFG to eliminate duplication by Adam Spiers · 9 years ago
  22. 501260b MEDIUM: task: always ensure that the run queue is consistent by Willy Tarreau · 9 years ago
  23. 70fd748 BUG/MINOR: ARG6 and ARG7 don't fit in a 32 bits word by Thierry FOURNIER · 9 years ago
  24. eb27ec7 MINOR: http: add the new sample fetches req.hdr_names and res.hdr_names by Willy Tarreau · 9 years ago
  25. c90dc23 MINOR: http: add a new function to iterate over each header line by Willy Tarreau · 9 years ago
  26. 2d7ec46 BUG/MAJOR: peers: initialize s->buffer_wait when creating the session by Willy Tarreau · 9 years ago
  27. 73bc285 BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match by Thierry FOURNIER · 9 years ago
  28. 8aa8384 BUG/MINOR: pattern: error message missing by Thierry FOURNIER · 9 years ago
  29. 2a3fb1c MINOR: ssl/server: add the "no-ssl-reuse" server option by Willy Tarreau · 9 years ago
  30. 64e3416 MEDIUM: Allow suppression of email alerts by log level by Simon Horman · 9 years ago
  31. 00b69e0 MINOR: Remove trailing '.' from email alert messages by Simon Horman · 9 years ago
  32. dfb124f BUILD: add new target 'make uninstall' to support uninstalling haproxy from OS by Ilyas Bakirov · 9 years ago
  33. 2af207a MEDIUM: tcp: implement tcp-ut bind option to set TCP_USER_TIMEOUT by Willy Tarreau · 9 years ago
  34. 51a1cf6 DOC: Document email alerts by Simon Horman · 9 years ago
  35. 0ba0e4a MEDIUM: Support sending email alerts by Simon Horman · 9 years ago
  36. 9dc4996 MEDIUM: Allow configuration of email alerts by Simon Horman · 9 years ago
  37. 0d16a40 MEDIUM: Add parsing of mailers section by Simon Horman · 9 years ago
  38. e16c1b3 MEDIUM: Attach tcpcheck_rules to check by Simon Horman · 9 years ago
  39. 41f5876 MEDIUM: Move proto and addr fields struct check by Simon Horman · 9 years ago
  40. bfb5d33 MEDIUM: Add free_check() helper by Simon Horman · 9 years ago
  41. b1900d5 MEDIUM: Refactor init_check and move to checks.c by Simon Horman · 9 years ago
  42. dbf7019 MEDIUM: Remove connect_chk by Simon Horman · 9 years ago
  43. b197d7f BUG/MINOR: stats:Fix incorrect printf type. by Warren Turkal · 9 years ago
  44. 34d4c3c BUG/MINOR: http: abort request processing on filter failure by Willy Tarreau · 9 years ago
  45. 32602d2 BUG/MINOR: checks: prevent http keep-alive with http-check expect by Cyril Bonté · 9 years ago
  46. aa435e7 BUG/MINOR: http: fix incorrect header value offset in replace-hdr/replace-value by Willy Tarreau · 9 years ago
  47. 474b96a MEDIUM: init: continue to enforce SYSTEM_MAXCONN with auto settings if set by Willy Tarreau · 9 years ago
  48. 58048a2 BUG/MINOR: parse: check the validity of size string in a more strict way by Godbach · 9 years ago
  49. 9770787 MEDIUM: samples: provide basic arithmetic and bitwise operators by Willy Tarreau · 9 years ago
  50. 3180f7b MINOR: ssl: load certificates in alphabetical order by Cyril Bonté · 9 years ago
  51. c4dc350 DOC: fix missing closing brackend on regsub by Willy Tarreau · 9 years ago
  52. a0dc23f MEDIUM: http: implement http-request set-{method,path,query,uri} by Willy Tarreau · 9 years ago
  53. d817e46 BUG/MINOR: sample: fix case sensitivity for the regsub converter by Willy Tarreau · 9 years ago
  54. 0766e44 MEDIUM/BUG: Only explicitly report "DOWN (agent)" if the agent health is zero by Simon Horman · 10 years ago
  55. 1a23cf0 BUG/MEDIUM: Do not set agent health to zero if server is disabled in config by Simon Horman · 10 years ago
  56. 7eda849 MEDIUM: samples: add a regsub converter to perform regex-based transformations by Willy Tarreau · 9 years ago
  57. 15a53a4 MEDIUM: regex: add support for passing regex flags to regex_exec_match() by Willy Tarreau · 9 years ago
  58. 4694778 MINOR: args: implement a new arg type for regex : ARGT_REG by Willy Tarreau · 9 years ago
  59. 085dafa MINOR: args: add type-specific flags for each arg in a list by Willy Tarreau · 9 years ago
  60. dbc79d0 MEDIUM: args: increase arg type to 5 bits and limit arg count to 5 by Willy Tarreau · 9 years ago
  61. 3d241e7 MEDIUM: args: use #define to specify the number of bits used by arg types and counts by Willy Tarreau · 9 years ago
  62. 8560328 BUG/MEDIUM: http: make http-request set-header compute the string before removal by Willy Tarreau · 9 years ago
  63. 53c250e BUG/MINOR: args: add missing entry for ARGT_MAP in arg_type_names by Willy Tarreau · 9 years ago
  64. 324f07f MEDIUM: backend: add the crc32 hash algorithm for load balancing by Willy Tarreau · 9 years ago
  65. 8059977 MINOR: samples: provide a "crc32" converter by Willy Tarreau · 9 years ago
  66. c829ee4 MINOR: hash: add new function hash_crc32 by Willy Tarreau · 9 years ago
  67. 49ad95c MINOR: http: add a new fetch "query" to extract the request's query string by Willy Tarreau · 9 years ago
  68. d025648 MAJOR: init: automatically set maxconn and/or maxsslconn when possible by Willy Tarreau · 9 years ago
  69. d92aa5c MINOR: global: report information about the cost of SSL connections by Willy Tarreau · 9 years ago
  70. fce0311 MINOR: global: always export some SSL-specific metrics by Willy Tarreau · 9 years ago
  71. 3ca1a88 MINOR: tools: add new round_2dig() function to round integers by Willy Tarreau · 9 years ago
  72. 8c97ab5 BUG/MAJOR: log: don't try to emit a log if no logger is set by Willy Tarreau · 9 years ago
  73. 319f745 MINOR: channel: rename bi_erase() to channel_truncate() by Willy Tarreau · 9 years ago
  74. b5051f8 MINOR: channel: rename bi_avail() to channel_recv_max() by Willy Tarreau · 9 years ago
  75. 3f5096d MINOR: channel: rename buffer_max_len() to channel_recv_limit() by Willy Tarreau · 9 years ago
  76. a417819 MINOR: channel: rename buffer_reserved() to channel_reserved() by Willy Tarreau · 9 years ago
  77. 3889fff MINOR: channel: rename channel_full() to !channel_may_recv() by Willy Tarreau · 9 years ago
  78. ba0902e CLEANUP: channel: rename channel_reserved -> channel_is_rewritable by Willy Tarreau · 9 years ago
  79. 9c06ee4 BUG/MEDIUM: channel: don't schedule data in transit for leaving until connected by Willy Tarreau · 9 years ago
  80. 27bb0e1 MEDIUM: channel: make bi_avail() use channel_in_transit() by Willy Tarreau · 9 years ago
  81. fe57834 MEDIUM: channel: make buffer_reserved() use channel_in_transit() by Willy Tarreau · 9 years ago
  82. 1a4484d MINOR: channel: add channel_in_transit() by Willy Tarreau · 9 years ago
  83. bb3f994 BUG/MINOR: channel: compare to_forward with buf->i, not buf->size by Willy Tarreau · 9 years ago
  84. 0428a14 BUG/MEDIUM: channel: fix possible integer overflow on reserved size computation by Willy Tarreau · 9 years ago
  85. 75abcb3 MINOR: config: extend the default max hostname length to 64 and beyond by Willy Tarreau · 9 years ago
  86. 7c1c217 BUG/MEDIUM: http: fix header removal when previous header ends with pure LF by Willy Tarreau · 9 years ago
  87. 094af4e MINOR: logs: add a new per-proxy "log-tag" directive by Willy Tarreau · 9 years ago
  88. fb4e7ea DOC: add missing entry for log-format and clarify the text by Willy Tarreau · 9 years ago
  89. f607d81 BUG/MEDIUM: backend: correctly detect the domain when use_domain_only is used by Cyril Bonté · 9 years ago
  90. 3c23a85 CLEANUP: session: remove session_from_task() by Willy Tarreau · 10 years ago
  91. 72cda2a DOC: checks: environment variables used by "external-check command" by Cyril Bonté · 10 years ago
  92. ac92a06 MINOR: checks: update dynamic environment variables in external checks by Cyril Bonté · 10 years ago
  93. 56efc48 OPTIM: stream-int: try to send pending spliced data by Willy Tarreau · 10 years ago
  94. 9b20c55 MEDIUM: stream-int: support splicing from applets by Willy Tarreau · 10 years ago
  95. b034b25 MEDIUM: channel: implement a zero-copy buffer transfer by Willy Tarreau · 10 years ago
  96. 33cb065 MINOR: config: implement global setting tune.buffers.limit by Willy Tarreau · 10 years ago
  97. 1058ae7 MINOR: config: implement global setting tune.buffers.reserve by Willy Tarreau · 10 years ago
  98. a24adf0 MAJOR: session: only wake up as many sessions as available buffers permit by Willy Tarreau · 10 years ago
  99. 9841019 MINOR: stats: report a "waiting" flags for sessions by Willy Tarreau · 10 years ago
  100. 10fc09e MAJOR: session: only allocate buffers when needed by Willy Tarreau · 10 years ago