1. 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · 3 years, 3 months ago
  2. b7bfcb3 MINOR: vars: rename vars_init() to vars_init_head() by Willy Tarreau · 3 years, 3 months ago
  3. 2118597 MINOR: proc: setting the process to produce a core dump on FreeBSD. by devnexen@gmail.com · 3 years, 3 months ago
  4. bc5c821 BUG/MEDIUM: cfgcheck: verify existing log-forward listeners during config check by Emeric Brun · 3 years, 4 months ago
  5. 7afa5c1 MINOR: global: define MODE_STOPPING by Amaury Denoyelle · 3 years, 4 months ago
  6. b3c4a8f BUILD: threads: fix pthread_mutex_unlock when !USE_THREAD by Willy Tarreau · 3 years, 4 months ago
  7. 3c032f2 BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs by Willy Tarreau · 3 years, 4 months ago
  8. 2614619 BUG/MEDIUM: mworker: do not register an exit handler if exit is expected by Willy Tarreau · 3 years, 4 months ago
  9. 048368e MINOR: deinit: always deinit the init_mutex on failed initialization by jenny-cheung · 3 years, 5 months ago
  10. 79c9bdf BUG/MEDIUM: init: restore behavior of command-line "-m" for memory limitation by Willy Tarreau · 3 years, 5 months ago
  11. c8194c3 MINOR: cfgcond: remerge all arguments into a single line by Willy Tarreau · 3 years, 5 months ago
  12. 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · 3 years, 5 months ago
  13. a87e782 MINOR: init: make -cc support environment variables expansion by Willy Tarreau · 3 years, 5 months ago
  14. 7edc0fd MINOR: init: verify that there is a single word on "-cc" by Willy Tarreau · 3 years, 5 months ago
  15. 1335da3 BUILD: add detection of missing important CFLAGS by Willy Tarreau · 3 years, 5 months ago
  16. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 6 months ago
  17. 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 6 months ago
  18. c593bcd MINOR: ssl: always initialize random generator by Amaury Denoyelle · 3 years, 7 months ago
  19. 6fd0450 CLEANUP: shctx: remove the different inter-process locking techniques by Willy Tarreau · 3 years, 6 months ago
  20. e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · 3 years, 6 months ago
  21. 06987f4 CLEANUP: global: remove unused definition of MAX_PROCS by Willy Tarreau · 3 years, 6 months ago
  22. 44ea631 MEDIUM: cpu-set: make the proc a single bit field and not an array by Willy Tarreau · 3 years, 6 months ago
  23. 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 6 months ago
  24. 5301f5d CLEANUP: global: remove pid_bit and all_proc_mask by Willy Tarreau · 3 years, 6 months ago
  25. 9135859 CLEANUP: global: remove the nbproc field from the global structure by Willy Tarreau · 3 years, 6 months ago
  26. 6185a03 MINOR: mworker: remove the initialization loop over processes by Willy Tarreau · 3 years, 6 months ago
  27. d67ff34 MEDIUM: init: remove the loop over processes during init by Willy Tarreau · 3 years, 6 months ago
  28. e34cf28 BUG/MINOR: mworker: fix typo in chroot error message by Willy Tarreau · 3 years, 6 months ago
  29. 3ae1d1e BUILD: init: remove initialization of multi-process thread mappings by Willy Tarreau · 3 years, 6 months ago
  30. b63dbb7 MAJOR: config: remove parsing of the global "nbproc" directive by Willy Tarreau · 3 years, 6 months ago
  31. fc0cceb MINOR: haproxy: Add `-cc` argument by Maximilian Mader · 3 years, 6 months ago
  32. 1112430 MINOR: errors: specify prefix "config" for parsing output by Amaury Denoyelle · 3 years, 6 months ago
  33. 6af81f8 MEDIUM: errors: implement parsing context type by Amaury Denoyelle · 3 years, 6 months ago
  34. 1f4fa90 BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list by Remi Tricot-Le Breton · 3 years, 7 months ago
  35. 26f42a0 BUG/MAJOR: config: properly initialize cpu_map.thread[] up to MAX_THREADS by Willy Tarreau · 3 years, 7 months ago
  36. 3df5989 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 7 months ago
  37. a5357cd MINOR: version: report "HAProxy" not "HA-Proxy" in the version output by Willy Tarreau · 3 years, 7 months ago
  38. 15f9ac3 REORG: mworker: move proc_self from global to mworker by Willy Tarreau · 3 years, 7 months ago
  39. cfc4f24 REORG: vars: move the "proc" scope variables out of the global struct by Willy Tarreau · 3 years, 7 months ago
  40. 86c1d0f BUILD: fix usage of ha_alert without format string by Amaury Denoyelle · 3 years, 7 months ago
  41. d2e53cd MINOR: cfgparse: implement experimental config keywords by Amaury Denoyelle · 3 years, 7 months ago
  42. 484454d MINOR: global: define tainted flag by Amaury Denoyelle · 3 years, 7 months ago
  43. a43dfda MINOR: global: add version comparison functions by Willy Tarreau · 3 years, 7 months ago
  44. f0d3b73 MINOR: global: export the build features string list by Willy Tarreau · 3 years, 7 months ago
  45. d3a88c1 MEDIUM: connection: close front idling connection on soft-stop by Amaury Denoyelle · 3 years, 7 months ago
  46. 8f685c1 BUG/MEDIUM: cpuset: fix build on MacOS by Amaury Denoyelle · 3 years, 7 months ago
  47. fc6ac53 BUG/MAJOR: fix build on musl with cpu_set_t support by Amaury Denoyelle · 3 years, 7 months ago
  48. a6f9c5d BUG/MINOR: cpuset: fix compilation on platform without cpu affinity by Amaury Denoyelle · 3 years, 7 months ago
  49. c5ed1f9 BUG/MINOR: haproxy: fix compilation on macOS by Amaury Denoyelle · 3 years, 7 months ago
  50. 0f50cb9 MINOR: global: add option to disable numa detection by Amaury Denoyelle · 3 years, 8 months ago
  51. 982fb53 MEDIUM: config: use platform independent type hap_cpuset for cpu-map by Amaury Denoyelle · 3 years, 7 months ago
  52. aba7f8b BUG/MINOR: mworker: don't use oldpids[] anymore for reload by William Lallemand · 3 years, 7 months ago
  53. ea6bf83 BUG/MINOR: mworker/init: don't reset nb_oldpids in non-mworker cases by William Lallemand · 3 years, 7 months ago
  54. af02c57 BUG/MEDIUM: config: fix cpu-map notation with both process and threads by Amaury Denoyelle · 3 years, 8 months ago
  55. d688e01 BUG/MINOR: logs: free logsrv.conf.file on exit by Amaury Denoyelle · 3 years, 7 months ago
  56. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  57. c4c80fb MINOR: time: move the time initialization out of tv_update_date() by Willy Tarreau · 3 years, 8 months ago
  58. f459640 MINOR: global: declare a read_mostly section by Willy Tarreau · 3 years, 8 months ago
  59. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · 3 years, 8 months ago
  60. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · 3 years, 8 months ago
  61. 5a6926d MINOR: diag: create cfgdiag module by Amaury Denoyelle · 3 years, 8 months ago
  62. 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · 3 years, 8 months ago
  63. 27fefa1 MINOR: proxy: implement a free_proxy function by Amaury Denoyelle · 3 years, 8 months ago
  64. 68fd7e4 REORG: global: move free acl/action in their related source files by Amaury Denoyelle · 3 years, 8 months ago
  65. ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · 3 years, 8 months ago
  66. 828adf0 REORG: server: add a free server function by Amaury Denoyelle · 3 years, 9 months ago
  67. 5ba8335 MINOR: mworker/cli: alert the user if we enabled a master CLI but not the master-worker mode by Eric Salama · 3 years, 9 months ago
  68. 4975d14 CLEANUP: cli: rename the last few "stats_" to "cli_" by Willy Tarreau · 3 years, 9 months ago
  69. 060a761 OPTIM: task: automatically adjust the default runqueue-depth to the threads by Willy Tarreau · 3 years, 9 months ago
  70. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 9 months ago
  71. 198e92a MINOR: server: add a global list of all known servers by Willy Tarreau · 3 years, 9 months ago
  72. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
  73. 98a9e1b BUILD: SSL: introduce fine guard for RAND_keep_random_devices_open by Ilya Shipitsin · 3 years, 9 months ago
  74. e90904d MEDIUM: proxy: store the default proxies in a tree by name by Willy Tarreau · 3 years, 10 months ago
  75. 7d0c143 MINOR: cfgparse: move defproxy to cfgparse-listen as a static by Willy Tarreau · 3 years, 10 months ago
  76. 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · 3 years, 10 months ago
  77. f5ea269 CLEANUP: deinit: release global and per-proxy server-state variables on deinit by Christopher Faulet · 3 years, 10 months ago
  78. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · 3 years, 11 months ago
  79. 69c5c3a BUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name by Amaury Denoyelle · 3 years, 10 months ago
  80. 4e36682 BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CFGFILES env variable by Christopher Faulet · 3 years, 11 months ago
  81. 50f757c BUG/MINOR: init: enforce strict-limits when using master-worker by Jerome Magnin · 3 years, 11 months ago
  82. 4fb255d BUG/MINOR: server: Memory leak of proxy.used_server_addr during deinit by Thayne McCombs · 3 years, 11 months ago
  83. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 11 months ago
  84. 421ed39 [RELEASE] Released version 2.4-dev5 by Willy Tarreau · 3 years, 11 months ago
  85. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 4 years ago
  86. 2d0493a BUILD/MINOR: haproxy DragonFlyBSD affinity build update. by David Carlier · 4 years ago
  87. bb9fb8b MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · 4 years ago
  88. d9a16dc BUILD: SSL: add BoringSSL guarding to "RAND_keep_random_devices_open" by Ilya Shipitsin · 4 years ago
  89. c8d1970 BUILD: Show the value of DEBUG= in haproxy -vv by Tim Duesterhus · 4 years ago
  90. 83fefbc MINOR: init: Fix the prototype for per-thread free callbacks by Christopher Faulet · 4 years, 1 month ago
  91. d5bd824 BUG/MINOR: proxy/server: Skip per-proxy/server post-check for disabled proxies by Christopher Faulet · 4 years, 1 month ago
  92. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · 4 years, 1 month ago
  93. f42d794 MEDIUM: config: report that "nbproc" is deprecated by Willy Tarreau · 4 years, 1 month ago
  94. cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · 4 years, 1 month ago
  95. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 4 years, 2 months ago
  96. 1a3770c BUG/MEDIUM: deinit: check fdtab before fdtab[fd].owner by Willy Tarreau · 4 years, 2 months ago
  97. 2bd0f81 BUG/MINOR: init: only keep rlim_fd_cur if max is unlimited by Willy Tarreau · 4 years, 2 months ago
  98. 0a002df BUG/MINOR: proxy: respect the proper format string in sig_pause/sig_listen by Willy Tarreau · 4 years, 2 months ago
  99. 775e001 MAJOR: signals: use protocol_pause_all() and protocol_resume_all() by Willy Tarreau · 4 years, 2 months ago
  100. 337c835 MEDIUM: proxy: merge zombify_proxy() with stop_proxy() by Willy Tarreau · 4 years, 2 months ago