1. 068c344 [RELEASE] Released version 1.5.17 by Willy Tarreau · 8 years ago
  2. a561404 [RELEASE] Released version 1.5.16 by Willy Tarreau · 8 years ago
  3. 5237ace BUG/MINOR: log: GMT offset not updated when entering/leaving DST by Benoit GARNIER · 8 years ago
  4. 21fab69 CLEANUP: haproxy: using _GNU_SOURCE instead of __USE_GNU macro. by David Carlier · 9 years ago
  5. e17eb81 BUG/MEDIUM: config: count memory limits on 64 bits, not 32 by Willy Tarreau · 9 years ago
  6. 8c69171 [RELEASE] Released version 1.5.13 by Willy Tarreau · 9 years ago v1.5.13
  7. 07d4e6d MEDIUM: init: stop any peers section not bound to the correct process by Willy Tarreau · 9 years ago
  8. 4ed1ae7 MEDIUM: init: don't stop proxies in parent process when exiting by Willy Tarreau · 9 years ago
  9. 793a740 CLEANUP: deinit: remove codes for cleaning p->block_rules by Godbach · 9 years ago
  10. b34c00c BUG/MEDIUM: init: don't limit cpu-map to the first 32 processes only by Willy Tarreau · 9 years ago
  11. cd06992 [RELEASE] Released version 1.5.11 by Willy Tarreau · 9 years ago
  12. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · 10 years ago
  13. 218f064 MEDIUM: http: add actions "replace-header" and "replace-values" in http-req/resp by Sasha Pachev · 10 years ago
  14. f46cd6e MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bits by Remi Gacogne · 10 years ago
  15. b7f1cfc BUG/MEDIUM: Fix unhandled connections problem with systemd daemon mode and SO_REUSEPORT. by Simone Gotti · 10 years ago
  16. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · 10 years ago
  17. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · 10 years ago
  18. 07fcaaa MINOR: fix a few memory usage errors by Dirkjan Bussink · 10 years ago
  19. a9db57e MEDIUM: config: limit nbproc to the machine's word size by Willy Tarreau · 11 years ago
  20. ff05550 MINOR: config: add minimum support for emitting warnings only once by Willy Tarreau · 10 years ago
  21. 353bc9f CLEANUP: proxy: rename "block_cond" to "block_rules" by Willy Tarreau · 10 years ago
  22. f51658d MEDIUM: config: relax use_backend check to make the condition optional by Willy Tarreau · 10 years ago
  23. 88afe03 BUG/MINOR: Fix name lookup ordering when compiled with USE_GETADDRINFO by Nenad Merdanovic · 10 years ago
  24. af5a29d MINOR: pattern: Each pattern is identified by unique id. by Thierry FOURNIER · 10 years ago
  25. 84310e2 MINOR: sample: add a rand() sample fetch to return a sample. by Willy Tarreau · 10 years ago
  26. 610f04b MINOR: config: add global directives to set default SSL ciphers by Willy Tarreau · 10 years ago
  27. 7e31273 MINOR: config: make the stream interface idle timer user-configurable by Willy Tarreau · 10 years ago
  28. 03effc1 MINOR: ssl: add DEFAULT_SSL_MAX_RECORD to set the record size at build time by Willy Tarreau · 10 years ago
  29. 1a34d57 [RELEASE] Released version 1.5-dev22 by Willy Tarreau · 10 years ago
  30. 850efd5 MEDIUM: ssl: Set verify 'required' as global default for servers side. by Emeric Brun · 10 years ago
  31. 033cd9d REORG: polling: rename "fd_process_spec_events()" to "fd_process_cached_events()" by Willy Tarreau · 10 years ago
  32. 89efaed BUILD: definitely silence some stupid GCC warnings by Willy Tarreau · 11 years ago
  33. 2819e99 MINOR: chunks: allocate the trash chunks before parsing the config by Willy Tarreau · 11 years ago
  34. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · 11 years ago
  35. d60d691 MEDIUM: checks: Add supplementary agent checks by Simon Horman · 11 years ago
  36. af1a75d BUG/MINOR: deinit: free server map which is allocated in init_server_map() by Godbach · 11 years ago
  37. 4cc1b0d BUG/MINOR: deinit: free fdinfo while doing cleanup by Godbach · 11 years ago
  38. b837e68 CLEANUP: fix minor typo in error message. by Prach Pongpanich · 11 years ago
  39. 1eb7592 MINOR: tproxy: add support for OpenBSD by Pieter Baauw · 11 years ago
  40. ff30b66 MINOR: tproxy: add support for FreeBSD by Pieter Baauw · 11 years ago
  41. d551fb5 REORG: tproxy: prepare the transparent proxy defines for accepting other OSes by Pieter Baauw · 11 years ago
  42. 0cff0db MINOR: init: indicate the SSL runtime version on -vv. by Willy Tarreau · 11 years ago
  43. d9bdccd BUG/MINOR: jit: don't rely on USE flag to detect support by Lukas Tribus · 11 years ago
  44. 62a6123 BUG/MEDIUM: log: fix regression on log-format handling by Willy Tarreau · 11 years ago
  45. ea68d36 MINOR: show PCRE version and JIT status in -vv by Lukas Tribus · 11 years ago
  46. 289dd92 [RELEASE] Released version 1.5-dev18 by Willy Tarreau · 11 years ago
  47. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 11 years ago
  48. 3fa87b1 BUG/MAJOR: ev_select: disable the select() poller if maxsock > FD_SETSIZE by Willy Tarreau · 11 years ago
  49. 992709b MEDIUM: New cli option -Ds for systemd compatibility by Marc-Antoine Perennou · 11 years ago
  50. ab012dd BUG/MEDIUM: remove supplementary groups when changing gid by Michael Scherer · 11 years ago
  51. 47ca545 MINOR: chunks: centralize the trash chunk allocation by Willy Tarreau · 12 years ago
  52. 5a94037 BUG/MEDIUM: comp: DEFAULT_MAXZLIBMEM was expressed in bytes and not megabytes by Willy Tarreau · 12 years ago
  53. 16a2147 MEDIUM: adjust the maxaccept per listener depending on the number of processes by Willy Tarreau · 12 years ago
  54. fc6c032 MEDIUM: global: add support for CPU binding on Linux ("cpu-map") by Willy Tarreau · 12 years ago
  55. 247a13a MINOR: global: don't prevent nbproc from being redefined by Willy Tarreau · 12 years ago
  56. 4663577 MINOR: build: allow packagers to specify the ssl cache size by Emeric Brun · 12 years ago
  57. 96aa6b3 MINOR: build: allow packagers to specify the default maxzlibmem by Willy Tarreau · 12 years ago
  58. e9f49e7 MAJOR: polling: replace epoll with sepoll and remove sepoll by Willy Tarreau · 12 years ago
  59. 09f2456 REORG: fd: centralize the processing of speculative events by Willy Tarreau · 12 years ago
  60. 6162c43 BUILD: report zlib support in haproxy -vv by Cyril Bonté · 12 years ago
  61. d85f917 MINOR: compression: maximum compression rate limit by William Lallemand · 12 years ago
  62. f374783 MINOR: compression: tune.comp.maxlevel by William Lallemand · 12 years ago
  63. 9d5f548 MEDIUM: compression: limit RAM usage by William Lallemand · 12 years ago
  64. a509e4c MINOR: compression: memlevel and windowsize by William Lallemand · 12 years ago
  65. 0711541 MEDIUM: stick-table: allocate the table key of size buffer size by Willy Tarreau · 12 years ago
  66. 7e2c647 MEDIUM: remove remains of BUFSIZE in HTTP auth and sample conversions by Willy Tarreau · 12 years ago
  67. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · 12 years ago
  68. acbbe90 CLEANUP: completely remove trashlen by Willy Tarreau · 12 years ago
  69. 4e25b01 MINOR: log: add '%Tl' to log-format by Yuxans Yao · 12 years ago
  70. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  71. c919dc6 CLEANUP: remove trashlen by Willy Tarreau · 12 years ago
  72. 772f0dd BUG/MEDIUM: command-line option -D must have precedence over "debug" by Willy Tarreau · 12 years ago
  73. 2e845be MEDIUM: sample: pass an empty list instead of a null for fetch args by Willy Tarreau · 12 years ago
  74. 9b28e03 MAJOR: channel: replace the struct buffer with a pointer to a buffer by Willy Tarreau · 12 years ago
  75. 76d8895 MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS. by Emeric Brun · 12 years ago
  76. fb510ea MEDIUM: conf: rename 'cafile' and 'crlfile' statements 'ca-file' and 'crl-file' by Emeric Brun · 12 years ago
  77. 1ae1b7b MEDIUM: checks: use real buffers to store requests and responses by Willy Tarreau · 12 years ago
  78. 5b3a202 REORG: server: move the check-specific parts into a check subsection by Willy Tarreau · 12 years ago
  79. 8113a5d BUG/MINOR: config: use a copy of the file name in proxy configurations by Willy Tarreau · 12 years ago
  80. d94b3fe MEDIUM: ssl: add client certificate authentication support by Emeric Brun · 12 years ago
  81. 2b58d04 MINOR: ssl: add elliptic curve Diffie-Hellman support for ssl key generation by Emeric Brun · 12 years ago
  82. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · 12 years ago
  83. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  84. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · 12 years ago
  85. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  86. 1ee0e30 BUILD: report openssl build settings in haproxy -vv by Willy Tarreau · 12 years ago
  87. fc0421f MEDIUM: ssl: add support for SNI and wildcard certificates by Emeric Brun · 12 years ago
  88. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · 12 years ago
  89. aa52bef BUILD: shut a gcc warning introduced by commit 269ab31 by Willy Tarreau · 12 years ago
  90. 403edff MEDIUM: config: implement maxsslconn in the global section by Willy Tarreau · 12 years ago
  91. 269ab31 BUG/MEDIUM: workaround an eglibc bug which truncates the pidfiles when nbproc > 1 by Willy Tarreau · 12 years ago
  92. ff9f769 BUILD: fix build error without SSL (ssl_cert) by Willy Tarreau · 12 years ago
  93. fc32aca MINOR: ssl add global setting tune.sslcachesize to set SSL session cache size. by Emeric Brun · 12 years ago
  94. 6e15929 MEDIUM: config: add the 'ssl' keyword on 'bind' lines by Emeric Brun · 12 years ago
  95. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · 12 years ago
  96. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  97. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago
  98. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · 12 years ago
  99. 39b0665 BUG/MINOR: commit 196729ef used wrong condition resulting in freeing constants by Willy Tarreau · 12 years ago
  100. 496aa01 BUG/MEDIUM: ensure that unresolved arguments are freed exactly once by Willy Tarreau · 12 years ago