1. db2cdbb MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · 4 years, 5 months ago
  2. 482c8ec BUG/MINOR: http-rules: Remove buggy deinit functions for HTTP rules by Christopher Faulet · 4 years, 7 months ago
  3. 8e16e7a BUG/MEDIUM: mworker: remain in mworker mode during reload by William Lallemand · 4 years, 6 months ago
  4. d668dcf BUILD/MINOR: unix sockets: silence an absurd gcc warning about strncpy() by Willy Tarreau · 4 years, 7 months ago
  5. 708c244 BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers by Willy Tarreau · 4 years, 7 months ago
  6. 175125e BUG/MEDIUM: mworker: don't fill the -sf argument with -1 during the reexec by William Lallemand · 4 years, 8 months ago
  7. caf0211 BUG/MINOR: init: fix set-dumpable when using uid/gid by William Dauchy · 4 years, 8 months ago
  8. 1b7c4dc BUG/MINOR: mworker/ssl: close openssl FDs unconditionally by William Lallemand · 4 years, 9 months ago
  9. f259fcc BUG/MINOR: mworker: disable SIGPROF on re-exec by Willy Tarreau · 4 years, 10 months ago
  10. 47b00ae BUG/MEDIUM: threads: cpu-map designating a single thread/process are ignored by Willy Tarreau · 5 years ago
  11. eb7f072 BUILD: mworker: silence two printf format warnings around getpid() by Willy Tarreau · 5 years ago
  12. 13b1170 BUG/MEDIUM: mworker: don't call the thread and fdtab deinit by William Lallemand · 5 years ago
  13. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · 5 years ago
  14. 63329e3 MINOR: doc: update the manpage and usage message about -S by William Lallemand · 5 years ago
  15. 1dc6963 MINOR: mworker: add the HAProxy version in "show proc" by William Lallemand · 5 years ago
  16. 34a150c MEDIUM: init/threads: don't use spinlocks during the init phase by Willy Tarreau · 5 years ago
  17. e4d7c9d OPTIM/MINOR: init/threads: only call protocol_enable_all() on first thread by Willy Tarreau · 5 years ago
  18. 7109282 BUG/MEDIUM: init/threads: prevent initialized threads from starting before others by Willy Tarreau · 5 years ago
  19. 6ec902a MINOR: threads: serialize threads initialization by Willy Tarreau · 5 years ago
  20. 7067b3a BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit by Willy Tarreau · 5 years ago
  21. cfbb3e6 MEDIUM: tasks: Get rid of active_tasks_mask. by Olivier Houchard · 5 years ago
  22. 2ae84e4 MEDIUM: poller: separate the wait time from the wake events by Willy Tarreau · 5 years ago
  23. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  24. 082b628 BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks by Willy Tarreau · 5 years ago
  25. 05ed14c CLEANUP: threads: really move thread_info to hathreads.c by Willy Tarreau · 5 years ago
  26. 9b7a976 BUG/MINOR: mworker: Fix memory leak of mworker_proc members by Tim Duesterhus · 5 years ago
  27. f617824 CLEANUP: time: refine the test on _POSIX_TIMERS by Willy Tarreau · 5 years ago
  28. 0ba4f48 MAJOR: polling: add event ports support (Solaris) by Emmanuel Hocdet · 5 years ago
  29. 663fda4 BUILD: threads: only assign the clock_id when supported by Willy Tarreau · 5 years ago
  30. 8323a37 MINOR: threads: add a thread-local thread_info pointer "ti" by Willy Tarreau · 5 years ago
  31. 624dcbf MINOR: threads: always place the clockid in the struct thread_info by Willy Tarreau · 5 years ago
  32. 91e6df0 MINOR: threads: add each thread's clockid into the global thread_info by Willy Tarreau · 5 years ago
  33. 522cfbc MINOR: init/threads: make the global threads an array of structs by Willy Tarreau · 5 years ago
  34. 619a95f MEDIUM: init/mworker: make the pipe register function a regular initcall by Willy Tarreau · 5 years ago
  35. 3078e9f MINOR: threads/init: synchronize the threads startup by Willy Tarreau · 5 years ago
  36. 7b302d8 MINOR: init: setenv HAPROXY_CFGFILES by William Lallemand · 5 years ago
  37. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  38. 8d164dc CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore by Willy Tarreau · 5 years ago
  39. 5599456 REORG: ssl: move openssl-compat from proto to common by Willy Tarreau · 5 years ago
  40. 5db847a CLEANUP: ssl: remove 57 occurrences of useless tests on LIBRESSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  41. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  42. affd1b9 BUILD: ssl: fix again a libressl build failure after the openssl FD leak fix by Willy Tarreau · 5 years ago
  43. 27edc4b MINOR: mworker: support a configurable maximum number of reloads by William Lallemand · 5 years ago
  44. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · 5 years ago
  45. 7d61a33 BUG/MEDIUM: stick-table: fix regression caused by a change in proxy struct by Dragan Dosen · 5 years ago
  46. 56996da BUG/MINOR: mworker/ssl: close OpenSSL FDs on reload by Rob Allen · 5 years ago
  47. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  48. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · 5 years ago
  49. c40efc1 MINOR: init/threads: make the threads array global by Willy Tarreau · 5 years ago
  50. b4f7cc3 MINOR: init/threads: remove the useless tids[] array by Willy Tarreau · 5 years ago
  51. 81492c9 MINOR: threads: flatten the per-thread cpu-map by Willy Tarreau · 5 years ago
  52. 026ef57 BUG/MINOR: checks: free memory allocated for tasklets by Dragan Dosen · 5 years ago
  53. 61302da BUG/MINOR: log: properly free memory on logformat parse error and deinit() by Dragan Dosen · 5 years ago
  54. 2a7c20f BUG/MINOR: haproxy: fix rule->file memory leak by Dragan Dosen · 5 years ago
  55. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · 5 years ago
  56. d83b6c1 BUG/MINOR: mworker: disable busy polling in the master process by Willy Tarreau · 5 years ago
  57. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  58. 636848a MINOR: init: add a "set-dumpable" global directive to enable core dumps by Willy Tarreau · 5 years ago
  59. 482f9a9 MINOR: mworker: export HAPROXY_MWORKER=1 when running in mworker mode by William Lallemand · 5 years ago
  60. 8f7069a CLEANUP: mworker: remove the type field in mworker_proc by William Lallemand · 5 years ago
  61. 0f93672 BUG/MEDIUM: pattern: assign pattern IDs after checking the config validity by Willy Tarreau · 5 years ago
  62. 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · 5 years ago
  63. 3f12887 MINOR: mworker: don't use children variable anymore by William Lallemand · 5 years ago
  64. f3a8683 MINOR: mworker: calloc mworker_proc structures by William Lallemand · 5 years ago
  65. 9001ce8 REORG: mworker: move mworker_cleanlisteners to mworker.c by William Lallemand · 5 years ago
  66. e25473c REORG: mworker: move signal handlers and related functions by William Lallemand · 5 years ago
  67. 3fa724d REORG: mworker: move IPC functions to mworker.c by William Lallemand · 5 years ago
  68. 3cd95d2 REORG: mworker: move signals functions to mworker.c by William Lallemand · 5 years ago
  69. 48dfbbd REORG: mworker: move serializing functions to mworker.c by William Lallemand · 5 years ago
  70. 7b5654f BUILD: re-implement an initcall variant without using executable sections by Willy Tarreau · 5 years ago
  71. f94afeb BUG/MEDIUM: mworker: don't free the wrong child when not found by William Lallemand · 5 years ago
  72. 7728ed3 BUILD: report the whole feature set with their status in haproxy -vv by Willy Tarreau · 5 years ago
  73. 679bba1 MINOR: init: report the list of optionally available services by Willy Tarreau · 5 years ago
  74. 3f20085 BUG/MEDIUM: init/threads: consider epoll_fd/pipes for automatic maxconn calculation by Willy Tarreau · 5 years ago
  75. 2c58b41 BUG/MEDIUM: threads/fd: do not forget to take into account epoll_fd/pipes by Willy Tarreau · 5 years ago
  76. df23c0c MINOR: config: continue to rely on DEFAULT_MAXCONN to set the minimum maxconn by Willy Tarreau · 5 years ago
  77. ca783d4 MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places by Willy Tarreau · 5 years ago
  78. b23a61f MEDIUM: threads: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  79. ac35093 MEDIUM: init: make the global maxconn default to what rlim_fd_cur permits by Willy Tarreau · 5 years ago
  80. 8d687d8 MINOR: init: move some maxsock updates earlier by Willy Tarreau · 5 years ago
  81. 5a023f0 MINOR: init: make the maxpipe computation more accurate by Willy Tarreau · 5 years ago
  82. 8dca195 BUG/MINOR: mworker: be careful to restore the original rlim_fd_cur/max on reload by Willy Tarreau · 5 years ago
  83. e5cfdac BUG/MINOR: init: never lower rlim_fd_max by Willy Tarreau · 5 years ago
  84. bf69640 MINOR: global: keep a copy of the initial rlim_fd_cur and rlim_fd_max values by Willy Tarreau · 5 years ago
  85. c8d5b95 MEDIUM: config: don't enforce a low frontend maxconn value anymore by Willy Tarreau · 5 years ago
  86. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · 5 years ago
  87. 7ac908b MINOR: config: add global tune.listener.multi-queue setting by Willy Tarreau · 5 years ago
  88. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · 5 years ago
  89. 6c1b667 [RELEASE] Released version 2.0-dev1 by Willy Tarreau · 5 years ago
  90. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · 5 years ago
  91. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · 5 years ago
  92. a38a717 MINOR: config: keep an all_proc_mask like we have all_threads_mask by Willy Tarreau · 5 years ago
  93. 13ebef7 BUG/MINOR: deinit: tcp_rep.inspect_rules not deinit, add to deinit by Kevin Zhu · 5 years ago
  94. 0cac26c MEDIUM: backend: move all LB algo parameters into an union by Willy Tarreau · 5 years ago
  95. 4c03d1c MINOR: backend: move url_param_name/len to lbprm.arg_str/len by Willy Tarreau · 5 years ago
  96. 909b9d8 BUILD: add a new file "version.c" to carry version updates by Willy Tarreau · 5 years ago
  97. d22d69b CLEANUP: remove my name and address from the copyright banner by Willy Tarreau · 6 years ago
  98. a57b7e3 MINOR: cli: implements 'reload' on master CLI by William Lallemand · 6 years ago
  99. 6e0d8ae BUG/MINOR: mworker: don't use unitialized mworker_proc struct by William Lallemand · 6 years ago
  100. 2672eb9 MINOR: mworker: set all_threads_mask and pid_bit to 1 by William Lallemand · 6 years ago