1. 39b8988 BUG/MINOR: init: Add missing brackets in the code parsing -sf/-st by Aurélien Nephtali · 6 years ago
  2. 236062f MINOR: init: emit warning when -sf/-sd cannot parse argument by Chris Lane · 6 years ago
  3. 5fa300d MINOR: init: make stdout unbuffered by Olivier Houchard · 6 years ago
  4. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · 6 years ago
  5. 173d995 MEDIUM: polling: start to move maxfd computation to the pollers by Willy Tarreau · 6 years ago
  6. da18b9d MINOR: threads: Use __decl_hathreads instead of #ifdef/#endif by Christopher Faulet · 6 years ago
  7. 0048dd0 MINOR: threads: Fix build when we're not compiling with threads. by Olivier Houchard · 6 years ago
  8. 46ec48b BUG/MINOR: mworker: only write to pidfile if it exists by Willy Tarreau · 6 years ago
  9. 1605c7a BUG/MEDIUM: threads/mworker: fix a race on startup by Willy Tarreau · 6 years ago
  10. 32467fe BUG/MEDIUM: threads/polling: Use fd_cache_mask instead of fd_cache_num by Christopher Faulet · 6 years ago
  11. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  12. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · 6 years ago
  13. 29f690c BUG/MEDIUM: mworker: execvp failure depending on argv[0] by William Lallemand · 6 years ago
  14. e134041 MINOR: don't close stdio anymore by William Lallemand · 7 years ago
  15. 149a81a BUG/MEDIUM: mworker: don't close stdio several time by PiBa-NL · 7 years ago
  16. d16f450 MINOR: mworker: Improve wording in `void mworker_wait()` by Tim Duesterhus · 7 years ago
  17. ece0c33 BUG/MEDIUM: ssl engines: Fix async engines fds were not considered to fix fd limit automatically. by Emeric Brun · 7 years ago
  18. 473cf5d BUG/MEDIUM: mworker: also close peers sockets in the master by Willy Tarreau · 7 years ago
  19. 829aa24 MINOR: threads: Fix pthread_setaffinity_np on FreeBSD. by Olivier Houchard · 7 years ago
  20. baf6ea4 BUG/MINOR: mworker: detach from tty when in daemon mode by PiBa-NL · 7 years ago
  21. 4763ffd BUG/MINOR: mworker: fix validity check for the pipe FDs by PiBa-NL · 7 years ago
  22. 6d5c841 BUILD/MINOR: haproxy : FreeBSD/cpu affinity needs pthread_np header by David Carlier · 7 years ago
  23. 4cfede8 MAJOR: mworker: exits the master on failure by William Lallemand · 7 years ago
  24. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  25. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  26. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  27. cb6a945 MINOR: config: Add the threads support in cpu-map directive by Christopher Faulet · 7 years ago
  28. 1f89b18 BUG/MEDIUM: deinit: correctly deinitialize the proxy and global listener tasks by Willy Tarreau · 7 years ago
  29. f46bf95 BUG/MINOR: systemd: ignore daemon mode by Lukas Tribus · 7 years ago
  30. d6942c8 MEDIUM: mworker: Add systemd `Type=notify` support by Tim Duesterhus · 7 years ago
  31. 7163056 MAJOR: polling: Use active_appels_mask instead of applets_active_queue by Christopher Faulet · 7 years ago
  32. 8a48f67 MAJOR: polling: Use active_tasks_mask instead of tasks_run_queue by Christopher Faulet · 7 years ago
  33. 96d4483 BUG/MINOR: Allocate the log buffers before the proxies startup by Christopher Faulet · 7 years ago
  34. 75ea0a0 BUG/MEDIUM: mworker: does not close inherited FD by William Lallemand · 7 years ago
  35. fade49d BUG/MEDIUM: mworker: does not deinit anymore by William Lallemand · 7 years ago
  36. 2f8b31c BUG/MEDIUM: mworker: wait again for signals when execvp fail by William Lallemand · 7 years ago
  37. 722d4ca MINOR: mworker: display an accurate error when the reexec fail by William Lallemand · 7 years ago
  38. 0436ab7 BUG/MEDIUM: mworker: Fix re-exec when haproxy is started from PATH by Tim Duesterhus · 7 years ago
  39. 387bd4f CLEANUP: global: introduce variable pid_bit to avoid shifts with relative_pid by Willy Tarreau · 7 years ago
  40. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  41. 92159b2 MINOR: mworker: do not store child pid anymore in the pidfile by William Lallemand · 7 years ago
  42. deed780 MINOR: mworker: write parent pid in the pidfile by William Lallemand · 7 years ago
  43. 8029300 MINOR: mworker: allow pidfile in mworker + foreground by William Lallemand · 7 years ago
  44. cc11382 MINOR: add master-worker in the warning about nbproc by William Lallemand · 7 years ago
  45. f143b80 BUILD: use MAXPATHLEN instead of NAME_MAX. by Olivier Houchard · 7 years ago
  46. e2b40b9 MINOR: connection: introduce conn_stream by Olivier Houchard · 7 years ago
  47. d7bddda BUG/MEDIUM: threads: Initialize the sync-point by Christopher Faulet · 7 years ago
  48. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · 7 years ago
  49. 6251902 MINOR: threads: Add thread-map config parameter in the global section by Christopher Faulet · 7 years ago
  50. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · 7 years ago
  51. 5d42e09 MINOR: threads/server: Add a lock to deal with insert in updates_servers list by Christopher Faulet · 7 years ago
  52. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · 7 years ago
  53. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · 7 years ago
  54. b79a94c MEDIUM: threads/signal: Add a lock to make signals thread-safe by Christopher Faulet · 7 years ago
  55. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · 7 years ago
  56. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · 7 years ago
  57. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · 7 years ago
  58. b349e48 MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool by Christopher Faulet · 7 years ago
  59. dc628a3 MINOR: threads: Define the sync-point inside run_poll_loop by Christopher Faulet · 7 years ago
  60. 1d17c10 MAJOR: threads: Start threads to experiment multithreading by Christopher Faulet · 7 years ago
  61. be0faa2 MINOR: threads: Add nbthread parameter by Christopher Faulet · 7 years ago
  62. 415f611 MINOR: threads: Add mechanism to register per-thread init/deinit functions by Christopher Faulet · 7 years ago
  63. e3a5e35 MINOR: startup: Extend the scope the MODE_STARTING flag by Christopher Faulet · 7 years ago
  64. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · 7 years ago
  65. 64cc49c MAJOR: servers: propagate server status changes asynchronously. by Emeric Brun · 7 years ago
  66. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  67. 63fe652 MINOR: fd: Move (de)allocation of fdtab and fdinfo in (de)init_pollers by Christopher Faulet · 7 years ago
  68. 6988f67 MINOR: http: Use a trash chunk to store decoded string of the HTTP auth header by Christopher Faulet · 7 years ago
  69. ca20d02 MINOR: stick-tables: Make static_table_key a struct variable instead of a pointer by Christopher Faulet · 7 years ago
  70. ad405f1 MINOR: buffers: Move swap_buffer into buffer.c and add deinit_buffer function by Christopher Faulet · 7 years ago
  71. 084aa96 MINOR: logs: Realloc log buffers only after the config is parsed and checked by Christopher Faulet · 7 years ago
  72. 0132d06 MINOR: logs: Use dedicated function to init/deinit log buffers by Christopher Faulet · 7 years ago
  73. 3ef2639 MEDIUM: chunks: Realloc trash buffers only after the config is parsed and checked by Christopher Faulet · 7 years ago
  74. 748919a MINOR: chunks: Use dedicated function to init/deinit trash buffers by Christopher Faulet · 7 years ago
  75. 97148f6 MINOR: init: Fix CPU affinity setting on FreeBSD. by Olivier Houchard · 7 years ago
  76. 50bc31d BUILD/MINOR: build without openssl still broken by Willy Tarreau · 7 years ago
  77. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · 7 years ago
  78. be7b1ce BUG/MINOR: Prevent a use-after-free on error scenario on option "-x". by Olivier Houchard · 7 years ago
  79. ed2b4a6 BUG/MINOR: peers: peer synchronization issue (with several peers sections). by Frédéric Lécaille · 7 years ago
  80. 8a361b5 BUG/MEDIUM: mworker: don't reuse PIDs passed to the master by William Lallemand · 7 years ago
  81. 2bf6d62 MINOR: mworker: don't copy -x argument anymore in copy_argv() by William Lallemand · 7 years ago
  82. 4fc0969 MINOR: warning on multiple -x by William Lallemand · 7 years ago
  83. 45eff44 BUG/MEDIUM: fix segfault when no argument to -x option by William Lallemand · 7 years ago
  84. 1499b9b BUG/MEDIUM: misplaced exit and wrong exit code by William Lallemand · 7 years ago
  85. cf4e496 BUG/MEDIUM: build without openssl broken by William Lallemand · 7 years ago
  86. e20b6a6 MEDIUM: mworker: workers exit when the master leaves by William Lallemand · 7 years ago
  87. 69f9b3b MEDIUM: mworker: exit-on-failure option by William Lallemand · 7 years ago
  88. 85b0bd9 MEDIUM: mworker: try to guess the next stats socket to use with -x by William Lallemand · 7 years ago
  89. cb11fd2 MEDIUM: mworker: wait mode on reload failure by William Lallemand · 7 years ago
  90. 73b85e7 MEDIUM: mworker: handle reload and signals by William Lallemand · 7 years ago
  91. 095ba4c MEDIUM: mworker: replace systemd mode by master worker mode by William Lallemand · 7 years ago
  92. 872f9c2 MEDIUM: ssl: add basic support for OpenSSL crypto engine by Grant Zhang · 7 years ago
  93. 7f80eb2 MEDIUM: proxy: zombify proxies only when the expose-fd socket is bound by William Lallemand · 7 years ago
  94. 2395368 DOC: update RFC references by Lukas Tribus · 7 years ago
  95. b83dc3d MEDIUM: config: don't check config validity when there are fatal errors by Willy Tarreau · 7 years ago
  96. 5474087 MINOR: socket transfer: Set a timeout on the socket. by Olivier Houchard · 7 years ago
  97. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · 7 years ago
  98. f73629d MINOR: global: Add an option to get the old listening sockets. by Olivier Houchard · 7 years ago
  99. 7b67726 [RELEASE] Released version 1.8-dev1 by Willy Tarreau · 7 years ago
  100. 203ec5a MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time by Cyril Bonté · 7 years ago