1. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  2. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · 6 years ago
  3. f4571a0 MINOR: global/threads: move cpu_map at the end of the global struct by Willy Tarreau · 6 years ago
  4. ece0c33 BUG/MEDIUM: ssl engines: Fix async engines fds were not considered to fix fd limit automatically. by Emeric Brun · 7 years ago
  5. 4cfede8 MAJOR: mworker: exits the master on failure by William Lallemand · 7 years ago
  6. cb6a945 MINOR: config: Add the threads support in cpu-map directive by Christopher Faulet · 7 years ago
  7. d6942c8 MEDIUM: mworker: Add systemd `Type=notify` support by Tim Duesterhus · 7 years ago
  8. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  9. 387bd4f CLEANUP: global: introduce variable pid_bit to avoid shifts with relative_pid by Willy Tarreau · 7 years ago
  10. 6251902 MINOR: threads: Add thread-map config parameter in the global section by Christopher Faulet · 7 years ago
  11. 6adad11 MEDIUM: threads/chunks: Transform trash chunks in thread-local variables by Christopher Faulet · 7 years ago
  12. be0faa2 MINOR: threads: Add nbthread parameter by Christopher Faulet · 7 years ago
  13. 415f611 MINOR: threads: Add mechanism to register per-thread init/deinit functions by Christopher Faulet · 7 years ago
  14. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · 7 years ago
  15. 2cc5bae MINOR: listeners: make listeners count consistent with reality by Willy Tarreau · 7 years ago
  16. ad405f1 MINOR: buffers: Move swap_buffer into buffer.c and add deinit_buffer function by Christopher Faulet · 7 years ago
  17. 23e9e93 MINOR: log: Add logurilen tunable. by Stéphane Cottin · 7 years ago
  18. 69f9b3b MEDIUM: mworker: exit-on-failure option by William Lallemand · 7 years ago
  19. 095ba4c MEDIUM: mworker: replace systemd mode by master worker mode by William Lallemand · 7 years ago
  20. f6975e9 MINOR: cli: add 'expose-fd listeners' to pass listeners FDs by William Lallemand · 7 years ago
  21. 07a62f7 MINOR: cli: add ACCESS_LVL_MASK to store the access level by William Lallemand · 7 years ago
  22. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · 7 years ago
  23. 203ec5a MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time by Cyril Bonté · 7 years ago
  24. ef93460 CLEANUP: ssl: move most ssl-specific global settings to ssl_sock.c by Willy Tarreau · 8 years ago
  25. 3687803 MEDIUM: compression: move the zlib-specific stuff from global.h to compression.c by Willy Tarreau · 8 years ago
  26. bee9dde CLEANUP: da: move global settings out of the global section by Willy Tarreau · 8 years ago
  27. b7a6714 CLEANUP: 51d: move global settings out of the global section by Willy Tarreau · 8 years ago
  28. 350c1c6 CLEANUP: wurfl: move global settings out of the global section by Willy Tarreau · 8 years ago
  29. 05554e6 MINOR: haproxy: add a registration for post-deinit functions by Willy Tarreau · 8 years ago
  30. e694573 MINOR: haproxy: add a registration for post-check functions by Willy Tarreau · 8 years ago
  31. cdb737e MINOR: haproxy: add a registration for build options by Willy Tarreau · 8 years ago
  32. ff2613e MEDIUM: vars: Add a per-process scope for variables by Christopher Faulet · 8 years ago
  33. 3eed10e MINOR: init: add -dr to ignore server address resolution failures by Willy Tarreau · 8 years ago
  34. e5d3169 CLEANUP: wurfl: reduce exposure in the rest of the code by Willy Tarreau · 8 years ago
  35. d0027ed MEDIUM: wurfl: add Scientiamobile WURFL device detection module by scientiamobile · 8 years ago
  36. a0bcbdc MEDIUM: make SO_REUSEPORT configurable by Lukas Tribus · 8 years ago
  37. 1f077eb BUILD/MAJOR:updated 51d Trie implementation to incorperate latest update to 51Degrees.c by ben51degrees · 8 years ago
  38. 7006045 BUG/MEDIUM: config: properly adjust maxconn with nbproc when memmax is forced by Willy Tarreau · 9 years ago
  39. 43885c7 BUG/MEDIUM: logs: segfault writing to log from Lua by Dragan Dosen · 9 years ago
  40. 5801a82 MINOR: global: Few new struct fields for da module by David Carlier · 9 years ago
  41. 1079096 MINOR: global: Added new fields for 51Degrees device detection by James Rosewell · 9 years ago
  42. e088226 MINOR: config: new global section directive: server-state-file by Baptiste Assmann · 9 years ago
  43. 6bc8936 MINOR: config: new global directive server-state-base by Baptiste Assmann · 9 years ago
  44. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  45. 105c8e6 MEDIUM: 51d: add LRU-based cache on User-Agent string detection by Dragan Dosen · 9 years ago
  46. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · 9 years ago
  47. 325137d MEDIUM: dns: implement a DNS resolver by Baptiste Assmann · 9 years ago
  48. 31af49d MEDIUM: ssl: Add options to forge SSL certificates by Christopher Faulet · 9 years ago
  49. 4d441a7 MEDIUM: sample: add trie support to 51Degrees by Thomas Holmes · 9 years ago
  50. eef3f9f MINOR: global: add several 51Degrees members to global by Thomas Holmes · 9 years ago
  51. ba3dd2b CLEANUP: global: remove one ifdef USE_DEVICEATLAS by Willy Tarreau · 9 years ago
  52. 88d13cb MEDIUM: global: add the DeviceAtlas required elements to struct global by David Carlier · 9 years ago
  53. 98d0485 MAJOR: config: remove the deprecated reqsetbe / reqisetbe actions by Willy Tarreau · 9 years ago
  54. f3045d2 MAJOR: pattern: add LRU-based cache on pattern matching by Willy Tarreau · 9 years ago
  55. d92aa5c MINOR: global: report information about the cost of SSL connections by Willy Tarreau · 9 years ago
  56. fce0311 MINOR: global: always export some SSL-specific metrics by Willy Tarreau · 9 years ago
  57. 33cb065 MINOR: config: implement global setting tune.buffers.limit by Willy Tarreau · 10 years ago
  58. a24adf0 MAJOR: session: only wake up as many sessions as available buffers permit by Willy Tarreau · 10 years ago
  59. 2c86cbf MINOR: ssl: add statement to force some ssl options in global. by Emeric Brun · 10 years ago
  60. 65d805f BUILD: fix dependencies between config and compat.h by Willy Tarreau · 10 years ago
  61. 18324f5 MEDIUM: log: support a user-configurable max log line length by Willy Tarreau · 10 years ago
  62. 98637e5 MEDIUM: Add external check by Simon Horman · 10 years ago
  63. f46cd6e MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bits by Remi Gacogne · 10 years ago
  64. ce3f913 MINOR: stats: add counters for SSL cache lookups and misses by Willy Tarreau · 10 years ago
  65. 0c9c272 MINOR: stats: report SSL key computations per second by Willy Tarreau · 10 years ago
  66. a9db57e MEDIUM: config: limit nbproc to the machine's word size by Willy Tarreau · 11 years ago
  67. 8dc6039 MINOR: ssl: add global statement tune.ssl.force-private-cache. by Emeric Brun · 10 years ago
  68. ed44649 MEDIUM: config: warn that '{cli,con,srv}timeout' are deprecated by Willy Tarreau · 10 years ago
  69. a3c504c MEDIUM: config: inform the user only once that "redispatch" is deprecated by Willy Tarreau · 10 years ago
  70. 40bac83 MEDIUM: config: inform the user that "reqsetbe" is deprecated by Willy Tarreau · 10 years ago
  71. de9d2d7 MEDIUM: config: inform the user about the deprecatedness of "block" rules by Willy Tarreau · 10 years ago
  72. ff05550 MINOR: config: add minimum support for emitting warnings only once by Willy Tarreau · 10 years ago
  73. 1746eec MINOR: checks: add a new global max-spread-checks directive by Willy Tarreau · 10 years ago
  74. 88afe03 BUG/MINOR: Fix name lookup ordering when compiled with USE_GETADDRINFO by Nenad Merdanovic · 10 years ago
  75. 7e31273 MINOR: config: make the stream interface idle timer user-configurable by Willy Tarreau · 10 years ago
  76. 850efd5 MEDIUM: ssl: Set verify 'required' as global default for servers side. by Emeric Brun · 10 years ago
  77. e43d532 MEDIUM: listener: apply a limit on the session rate submitted to SSL by Willy Tarreau · 11 years ago
  78. 93e7c00 MEDIUM: listener: add support for limiting the session rate in addition to the connection rate by Willy Tarreau · 11 years ago
  79. 1f0da24 BUG/MEDIUM: unique_id: HTTP request counter is not stable by Willy Tarreau · 10 years ago
  80. 9f09521 BUG/MEDIUM: unique_id: HTTP request counter must be unique! by Willy Tarreau · 11 years ago
  81. bfd5946 MINOR: ssl: add a global tunable for the max SSL/TLS record size by Willy Tarreau · 11 years ago
  82. 992709b MEDIUM: New cli option -Ds for systemd compatibility by Marc-Antoine Perennou · 11 years ago
  83. 8dc21fa BUG/MINOR: unix: remove the 'level' field from the ux struct by Willy Tarreau · 11 years ago
  84. 193b8c6 MINOR: http: allow the cookie capture size to be changed by Willy Tarreau · 12 years ago
  85. e3a7d99 MINOR: compression: report zlib memory usage by William Lallemand · 12 years ago
  86. 4f65bff MINOR: ssl: Add tune.ssl.lifetime statement in global. by Emeric Brun · 12 years ago
  87. fc6c032 MEDIUM: global: add support for CPU binding on Linux ("cpu-map") by Willy Tarreau · 12 years ago
  88. e9f49e7 MAJOR: polling: replace epoll with sepoll and remove sepoll by Willy Tarreau · 12 years ago
  89. d85f917 MINOR: compression: maximum compression rate limit by William Lallemand · 12 years ago
  90. f374783 MINOR: compression: tune.comp.maxlevel by William Lallemand · 12 years ago
  91. 9d5f548 MEDIUM: compression: limit RAM usage by William Lallemand · 12 years ago
  92. a509e4c MINOR: compression: memlevel and windowsize by William Lallemand · 12 years ago
  93. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · 12 years ago
  94. c919dc6 CLEANUP: remove trashlen by Willy Tarreau · 12 years ago
  95. 76d8895 MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS. by Emeric Brun · 12 years ago
  96. c8e8d12 MINOR: ssl: add 'crt-base' and 'ca-base' global statements. by Emeric Brun · 12 years ago
  97. c53d422 MEDIUM: stats: remove the stats_sock struct from the global struct by Willy Tarreau · 12 years ago
  98. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  99. 403edff MEDIUM: config: implement maxsslconn in the global section by Willy Tarreau · 12 years ago
  100. fc32aca MINOR: ssl add global setting tune.sslcachesize to set SSL session cache size. by Emeric Brun · 12 years ago