1. 4f71d30 BUG/MINOR: init: -x can have a parameter starting with a dash by William Lallemand · 4 years, 1 month ago
  2. df6c5a8 BUG/MEDIUM: mworker: fix the copy of options in copy_argv() by William Lallemand · 4 years, 1 month ago
  3. d645574 MINOR: soft-stop: let the first stopper only signal other threads by Willy Tarreau · 4 years, 2 months ago
  4. d7a6b2f BUG/MINOR: soft-stop: always wake up waiting threads on stopping by Willy Tarreau · 4 years, 2 months ago
  5. e5870d8 MAJOR: checks: Implement HTTP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  6. 8892e5d BUG/MEDIUM: server/checks: Init server check during config validity check by Christopher Faulet · 4 years, 3 months ago
  7. f61f33a BUG/MINOR: checks: Respect the no-check-ssl option by Christopher Faulet · 4 years, 3 months ago
  8. 8acb128 MINOR: checks: Add a way to send custom headers and payload during http chekcs by Christopher Faulet · 4 years, 3 months ago
  9. dfad6a4 MINOR: version: Show uname output in display_version() by Tim Duesterhus · 4 years, 3 months ago
  10. bb1b63c MINOR: init: report the compiler version in haproxy -vv by Willy Tarreau · 4 years, 3 months ago
  11. 3eb10b8 MINOR: init: add -dW and "zero-warning" to reject configs with warnings by Willy Tarreau · 4 years, 3 months ago
  12. bebd212 MINOR: init: report in "haproxy -c" whether there were warnings or not by Willy Tarreau · 4 years, 3 months ago
  13. 95abd5b CLEANUP: haproxy/threads: don't check global_tasks_mask twice by Willy Tarreau · 4 years, 4 months ago
  14. 4f46a35 BUG/MINOR: haproxy/threads: close a possible race in soft-stop detection by Willy Tarreau · 4 years, 4 months ago
  15. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  16. 2e8ab6b MINOR: use DISGUISE() everywhere we deliberately want to ignore a result by Willy Tarreau · 4 years, 4 months ago
  17. 4b3f27b BUG/MINOR: haproxy/threads: try to make all threads leave together by Willy Tarreau · 4 years, 4 months ago
  18. f8ea00e BUG/MINOR: haproxy: always initialize sleeping_thread_mask by Willy Tarreau · 4 years, 4 months ago
  19. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · 4 years, 6 months ago
  20. 304e17e MEDIUM: init: always try to push the FD limit when maxconn is set from -m by Willy Tarreau · 4 years, 4 months ago
  21. a409f30 MINOR: init: move the maxsock calculation code to compute_ideal_maxsock() by Willy Tarreau · 4 years, 4 months ago
  22. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 4 months ago
  23. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 4 months ago
  24. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 4 months ago
  25. 6c3a681 BUG/MEDIUM: random: initialize the random pool a bit better by Willy Tarreau · 4 years, 4 months ago
  26. b1beaa3 BUG/MINOR: init: make the automatic maxconn consider the max of soft/hard limits by Willy Tarreau · 4 years, 4 months ago
  27. f91ac19 OPTIM: startup: fast unique_id allocation for acl. by Carl Henrik Lunde · 4 years, 4 months ago
  28. 3ebd55e MINOR: haproxy: export run_poll_loop by Willy Tarreau · 4 years, 4 months ago
  29. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  30. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 6 months ago
  31. 546c469 MINOR: global: Set default tune.maxrewrite value during global structure init by Christopher Faulet · 4 years, 6 months ago
  32. 71f95fa [RELEASE] Released version 2.2-dev1 by Willy Tarreau · 4 years, 6 months ago
  33. 2f53390 MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · 4 years, 6 months ago
  34. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · 4 years, 6 months ago
  35. 58b3564 MINOR: actions: Add a function pointer to release args used by actions by Christopher Faulet · 4 years, 7 months ago
  36. cb55013 BUG/MINOR: http-rules: Remove buggy deinit functions for HTTP rules by Christopher Faulet · 4 years, 7 months ago
  37. 24c928c BUG/MEDIUM: mworker: remain in mworker mode during reload by William Lallemand · 4 years, 6 months ago
  38. 719e07c BUILD/MINOR: unix sockets: silence an absurd gcc warning about strncpy() by Willy Tarreau · 4 years, 7 months ago
  39. d26c9f9 BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers by Willy Tarreau · 4 years, 7 months ago
  40. c49ba52 MINOR: tasks: split wake_expired_tasks() in two parts to avoid useless wakeups by Willy Tarreau · 4 years, 7 months ago
  41. a1d97f8 REORG: listener: move the global listener queue code to listener.c by Willy Tarreau · 4 years, 7 months ago
  42. 241797a MINOR: listener: split dequeue_all_listener() in two by Willy Tarreau · 4 years, 7 months ago
  43. a45a8b5 MEDIUM: init: set NO_NEW_PRIVS by default when supported by Willy Tarreau · 4 years, 7 months ago upstream/master
  44. d96f112 MEDIUM: init: prevent process and thread creation at runtime by Willy Tarreau · 4 years, 7 months ago
  45. 47479eb MINOR: version: emit the link to the known bugs in output of "haproxy -v" by Willy Tarreau · 4 years, 8 months ago
  46. 08dd202 MINOR: version: report the version status in "haproxy -v" by Willy Tarreau · 4 years, 8 months ago
  47. 677e2f2 BUG/MEDIUM: mworker: don't fill the -sf argument with -1 during the reexec by William Lallemand · 4 years, 8 months ago
  48. f9af9d7 MINOR: init: avoid code duplication while setting identify by William Dauchy · 4 years, 8 months ago
  49. e039f26 BUG/MINOR: init: fix set-dumpable when using uid/gid by William Dauchy · 4 years, 8 months ago
  50. 0fec3ab MINOR: init: always fail when setrlimit fails by William Dauchy · 4 years, 8 months ago
  51. 5fdb5b3 BUG/MINOR: mworker/ssl: close openssl FDs unconditionally by William Lallemand · 4 years, 9 months ago
  52. 5e4c8e2 BUILD/MEDIUM: threads: enable cpu_affinity on osx by David Carlier · 4 years, 10 months ago
  53. a92c5ce BUILD/MEDIUM: threads: rename thread_info struct to ha_thread_info by David Carlier · 4 years, 10 months ago
  54. bba1a26 BUG/MEDIUM: tasklets: Make sure we're waking the target thread if it sleeps. by Olivier Houchard · 4 years, 10 months ago
  55. d022e9c MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff by Willy Tarreau · 4 years, 10 months ago
  56. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  57. c169296 MINOR: config: Support per-proxy and per-server post-check functions callbacks by Christopher Faulet · 5 years ago
  58. 3ea5cbe MINOR: config: Support per-proxy and per-server deinit functions callbacks by Christopher Faulet · 5 years ago
  59. e0d86e2 BUG/MINOR: mworker: disable SIGPROF on re-exec by Willy Tarreau · 4 years, 11 months ago
  60. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · 5 years ago
  61. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · 5 years ago
  62. 41ba36f MINOR: global: Preset tune.max_http_hdr to its default value by Christopher Faulet · 5 years ago
  63. 1b6adb4 MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp and req_add/rsp_add lists by Christopher Faulet · 5 years ago
  64. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  65. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  66. 7764a57 BUG/MEDIUM: threads: cpu-map designating a single thread/process are ignored by Willy Tarreau · 5 years ago
  67. 1686667 BUG/MEDIUM: mworker: don't call the thread and fdtab deinit by William Lallemand · 5 years ago
  68. 76a80c7 BUILD: mworker: silence two printf format warnings around getpid() by Willy Tarreau · 5 years ago
  69. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · 5 years ago
  70. 63329e3 MINOR: doc: update the manpage and usage message about -S by William Lallemand · 5 years ago
  71. 1dc6963 MINOR: mworker: add the HAProxy version in "show proc" by William Lallemand · 5 years ago
  72. 34a150c MEDIUM: init/threads: don't use spinlocks during the init phase by Willy Tarreau · 5 years ago
  73. e4d7c9d OPTIM/MINOR: init/threads: only call protocol_enable_all() on first thread by Willy Tarreau · 5 years ago
  74. 7109282 BUG/MEDIUM: init/threads: prevent initialized threads from starting before others by Willy Tarreau · 5 years ago
  75. 6ec902a MINOR: threads: serialize threads initialization by Willy Tarreau · 5 years ago
  76. 7067b3a BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit by Willy Tarreau · 5 years ago
  77. cfbb3e6 MEDIUM: tasks: Get rid of active_tasks_mask. by Olivier Houchard · 5 years ago
  78. 2ae84e4 MEDIUM: poller: separate the wait time from the wake events by Willy Tarreau · 5 years ago
  79. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  80. 082b628 BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks by Willy Tarreau · 5 years ago
  81. 05ed14c CLEANUP: threads: really move thread_info to hathreads.c by Willy Tarreau · 5 years ago
  82. 9b7a976 BUG/MINOR: mworker: Fix memory leak of mworker_proc members by Tim Duesterhus · 5 years ago
  83. f617824 CLEANUP: time: refine the test on _POSIX_TIMERS by Willy Tarreau · 5 years ago
  84. 0ba4f48 MAJOR: polling: add event ports support (Solaris) by Emmanuel Hocdet · 5 years ago
  85. 663fda4 BUILD: threads: only assign the clock_id when supported by Willy Tarreau · 5 years ago
  86. 8323a37 MINOR: threads: add a thread-local thread_info pointer "ti" by Willy Tarreau · 5 years ago
  87. 624dcbf MINOR: threads: always place the clockid in the struct thread_info by Willy Tarreau · 5 years ago
  88. 91e6df0 MINOR: threads: add each thread's clockid into the global thread_info by Willy Tarreau · 5 years ago
  89. 522cfbc MINOR: init/threads: make the global threads an array of structs by Willy Tarreau · 5 years ago
  90. 619a95f MEDIUM: init/mworker: make the pipe register function a regular initcall by Willy Tarreau · 5 years ago
  91. 3078e9f MINOR: threads/init: synchronize the threads startup by Willy Tarreau · 5 years ago
  92. 7b302d8 MINOR: init: setenv HAPROXY_CFGFILES by William Lallemand · 5 years ago
  93. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  94. 8d164dc CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore by Willy Tarreau · 5 years ago
  95. 5599456 REORG: ssl: move openssl-compat from proto to common by Willy Tarreau · 5 years ago
  96. 5db847a CLEANUP: ssl: remove 57 occurrences of useless tests on LIBRESSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  97. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  98. affd1b9 BUILD: ssl: fix again a libressl build failure after the openssl FD leak fix by Willy Tarreau · 5 years ago
  99. 27edc4b MINOR: mworker: support a configurable maximum number of reloads by William Lallemand · 5 years ago
  100. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · 5 years ago