1. 8a02257 MEDIUM: mworker: proxy for the master CLI by William Lallemand · 6 years ago
  2. 1b66361 MEDIUM: mworker: move proc_list gen before proxies startup by William Lallemand · 6 years ago
  3. 7e1299b REORG: mworker: move struct mworker_proc to global.h by William Lallemand · 6 years ago
  4. ce83b4a MEDIUM: mworker: each worker socketpair is a CLI listener by William Lallemand · 6 years ago
  5. f1a6286 MINOR: mworker: number of reload in the life of a worker by William Lallemand · 6 years ago
  6. dd319a5 BUG/MEDIUM: mworker: don't poll on LI_O_INHERITED listeners by William Lallemand · 6 years ago
  7. c8c0ed9 BUG/MEDIUM: mworker: segfault receiving SIGUSR1 followed by SIGTERM. by Emeric Brun · 6 years ago
  8. 1d323de CLEANUP: haproxy: Remove unused variable by Dirkjan Bussink · 6 years ago
  9. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  10. cd5c944 BUILD: fix build without thread by William Lallemand · 6 years ago
  11. 04f1e2d REORG: http: move error codes production and processing to http.c by Willy Tarreau · 6 years ago
  12. 123f1f6 MEDIUM: mworker: call per_thread deinit in mworker_reload() by William Lallemand · 6 years ago
  13. e22f11f MINOR: mworker: keep and clean the listeners by William Lallemand · 6 years ago
  14. bc19305 MEDIUM: mworker: replace the master pipe by socketpairs by William Lallemand · 6 years ago
  15. f9cc07c MEDIUM: mworker: master wait mode use its own initialization by William Lallemand · 6 years ago
  16. de0ff5a MINOR: mworker: don't deinit the poller fd when in wait mode by William Lallemand · 6 years ago
  17. d3801c1 MEDIUM: startup: unify signal init between daemon and mworker mode by William Lallemand · 6 years ago
  18. 242aae9 MEDIUM: mworker: never block SIG{TERM,INT} during reload by William Lallemand · 6 years ago
  19. ebf304f MEDIUM: mworker: block SIGCHLD until the master is ready by William Lallemand · 6 years ago
  20. 91c13b6 MINOR: mworker: mworker_cleanlisteners() delete the listeners by William Lallemand · 6 years ago
  21. 3da9769 BUG/MINOR: mworker: no need to stop peers for each proxy by William Lallemand · 6 years ago
  22. b3f2be3 MEDIUM: mworker: use the haproxy poll loop by William Lallemand · 6 years ago
  23. 73e1dfc MEDIUM: mworker: remove register/unregister signal functions by William Lallemand · 6 years ago
  24. 3ff577e MAJOR: server: make server state changes synchronous again by Willy Tarreau · 6 years ago
  25. 647c70b MINOR: threads: remove the previous synchronization point by Willy Tarreau · 6 years ago
  26. 85c459d MEDIUM: haproxy: don't use sync_poll_loop() anymore in the main loop by Willy Tarreau · 6 years ago
  27. 3d3700f MEDIUM: checks: use the new rendez-vous point to spread check result by Willy Tarreau · 6 years ago
  28. 98d9fe2 MINOR: mux: Print the list of existing mux protocols during HA startup by Christopher Faulet · 6 years ago
  29. 65e94d1 [RELEASE] Released version 1.9-dev1 by Willy Tarreau · 6 years ago
  30. 0c026f4 MINOR: threads: add more consistency between certain variables in no-thread case by Willy Tarreau · 6 years ago
  31. 0ccd322 MINOR: threads: move "nbthread" parsing to hathreads.c by Willy Tarreau · 6 years ago
  32. 5e954e1 BUG/MEDIUM: threads: properly fix nbthreads == MAX_THREADS by Willy Tarreau · 6 years ago
  33. 79321b9 MINOR: pollers: Add a way to wake a thread sleeping in the poller. by Olivier Houchard · 6 years ago
  34. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  35. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  36. bfd8eb5 MINOR: startup: change session/process group settings by William Lallemand · 6 years ago
  37. 091d827 BUG/BUILD: threads: unbreak build without threads by William Lallemand · 6 years ago
  38. ba86c6c MINOR: threads: Be sure to remove threads from all_threads_mask on exit by Christopher Faulet · 6 years ago
  39. d8fd2af BUG/MEDIUM: threads: Use the sync point to check active jobs and exit by Christopher Faulet · 6 years ago
  40. 6e1796e BUG/MINOR: signals: ha_sigmask macro for multithreading by William Lallemand · 6 years ago
  41. 1aab50b BUG/MEDIUM: threads: handle signal queue only in thread 0 by William Lallemand · 6 years ago
  42. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · 6 years ago
  43. 1599b80 MINOR: tasks: Make the number of tasks to run at once configurable. by Olivier Houchard · 6 years ago
  44. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  45. daf4cd2 MINOR: export localpeer as an environment variable by William Lallemand · 6 years ago
  46. 33e083c BUG/MINOR: seemless reload: Fix crash when an interface is specified. by Olivier Houchard · 6 years ago
  47. d400ab3 BUG/MEDIUM: fix a 100% cpu usage with cpu-map and nbthread/nbproc by Cyril Bonté · 6 years ago
  48. 39b8988 BUG/MINOR: init: Add missing brackets in the code parsing -sf/-st by Aurélien Nephtali · 6 years ago
  49. 236062f MINOR: init: emit warning when -sf/-sd cannot parse argument by Chris Lane · 6 years ago
  50. 5fa300d MINOR: init: make stdout unbuffered by Olivier Houchard · 6 years ago
  51. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · 6 years ago
  52. 173d995 MEDIUM: polling: start to move maxfd computation to the pollers by Willy Tarreau · 6 years ago
  53. da18b9d MINOR: threads: Use __decl_hathreads instead of #ifdef/#endif by Christopher Faulet · 6 years ago
  54. 0048dd0 MINOR: threads: Fix build when we're not compiling with threads. by Olivier Houchard · 6 years ago
  55. 46ec48b BUG/MINOR: mworker: only write to pidfile if it exists by Willy Tarreau · 6 years ago
  56. 1605c7a BUG/MEDIUM: threads/mworker: fix a race on startup by Willy Tarreau · 6 years ago
  57. 32467fe BUG/MEDIUM: threads/polling: Use fd_cache_mask instead of fd_cache_num by Christopher Faulet · 6 years ago
  58. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  59. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · 6 years ago
  60. 29f690c BUG/MEDIUM: mworker: execvp failure depending on argv[0] by William Lallemand · 6 years ago
  61. e134041 MINOR: don't close stdio anymore by William Lallemand · 7 years ago
  62. 149a81a BUG/MEDIUM: mworker: don't close stdio several time by PiBa-NL · 7 years ago
  63. d16f450 MINOR: mworker: Improve wording in `void mworker_wait()` by Tim Duesterhus · 7 years ago
  64. ece0c33 BUG/MEDIUM: ssl engines: Fix async engines fds were not considered to fix fd limit automatically. by Emeric Brun · 7 years ago
  65. 473cf5d BUG/MEDIUM: mworker: also close peers sockets in the master by Willy Tarreau · 7 years ago
  66. 829aa24 MINOR: threads: Fix pthread_setaffinity_np on FreeBSD. by Olivier Houchard · 7 years ago
  67. baf6ea4 BUG/MINOR: mworker: detach from tty when in daemon mode by PiBa-NL · 7 years ago
  68. 4763ffd BUG/MINOR: mworker: fix validity check for the pipe FDs by PiBa-NL · 7 years ago
  69. 6d5c841 BUILD/MINOR: haproxy : FreeBSD/cpu affinity needs pthread_np header by David Carlier · 7 years ago
  70. 4cfede8 MAJOR: mworker: exits the master on failure by William Lallemand · 7 years ago
  71. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  72. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  73. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  74. cb6a945 MINOR: config: Add the threads support in cpu-map directive by Christopher Faulet · 7 years ago
  75. 1f89b18 BUG/MEDIUM: deinit: correctly deinitialize the proxy and global listener tasks by Willy Tarreau · 7 years ago
  76. f46bf95 BUG/MINOR: systemd: ignore daemon mode by Lukas Tribus · 7 years ago
  77. d6942c8 MEDIUM: mworker: Add systemd `Type=notify` support by Tim Duesterhus · 7 years ago
  78. 7163056 MAJOR: polling: Use active_appels_mask instead of applets_active_queue by Christopher Faulet · 7 years ago
  79. 8a48f67 MAJOR: polling: Use active_tasks_mask instead of tasks_run_queue by Christopher Faulet · 7 years ago
  80. 96d4483 BUG/MINOR: Allocate the log buffers before the proxies startup by Christopher Faulet · 7 years ago
  81. 75ea0a0 BUG/MEDIUM: mworker: does not close inherited FD by William Lallemand · 7 years ago
  82. fade49d BUG/MEDIUM: mworker: does not deinit anymore by William Lallemand · 7 years ago
  83. 2f8b31c BUG/MEDIUM: mworker: wait again for signals when execvp fail by William Lallemand · 7 years ago
  84. 722d4ca MINOR: mworker: display an accurate error when the reexec fail by William Lallemand · 7 years ago
  85. 0436ab7 BUG/MEDIUM: mworker: Fix re-exec when haproxy is started from PATH by Tim Duesterhus · 7 years ago
  86. 387bd4f CLEANUP: global: introduce variable pid_bit to avoid shifts with relative_pid by Willy Tarreau · 7 years ago
  87. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  88. 92159b2 MINOR: mworker: do not store child pid anymore in the pidfile by William Lallemand · 7 years ago
  89. deed780 MINOR: mworker: write parent pid in the pidfile by William Lallemand · 7 years ago
  90. 8029300 MINOR: mworker: allow pidfile in mworker + foreground by William Lallemand · 7 years ago
  91. cc11382 MINOR: add master-worker in the warning about nbproc by William Lallemand · 7 years ago
  92. f143b80 BUILD: use MAXPATHLEN instead of NAME_MAX. by Olivier Houchard · 7 years ago
  93. e2b40b9 MINOR: connection: introduce conn_stream by Olivier Houchard · 7 years ago
  94. d7bddda BUG/MEDIUM: threads: Initialize the sync-point by Christopher Faulet · 7 years ago
  95. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · 7 years ago
  96. 6251902 MINOR: threads: Add thread-map config parameter in the global section by Christopher Faulet · 7 years ago
  97. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · 7 years ago
  98. 5d42e09 MINOR: threads/server: Add a lock to deal with insert in updates_servers list by Christopher Faulet · 7 years ago
  99. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · 7 years ago
  100. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · 7 years ago