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