1. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. b5abe5b REORG: include: move mworker.h to haproxy/mworker{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  17. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  19. ac13aea REORG: include: move auth.h to haproxy/auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  20. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  21. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  22. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  25. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  26. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  27. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · 4 years, 1 month ago
  28. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  29. a04ded5 REORG: include: move activity to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  30. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  31. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  32. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  33. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  34. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  35. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  36. 6019fab REORG: include: move openssl-compat.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  37. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  38. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  39. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  40. 9fc6c97 BUG/MINOR: mworker: fix a memleak when execvp() failed by William Lallemand · 4 years, 1 month ago
  41. 0041741 BUG/MEDIUM: mworker: fix the reload with an -- option by William Lallemand · 4 years, 1 month ago
  42. a6b3249 BUG/MINOR: init: -S can have a parameter starting with a dash by William Lallemand · 4 years, 1 month ago
  43. 4f71d30 BUG/MINOR: init: -x can have a parameter starting with a dash by William Lallemand · 4 years, 1 month ago
  44. df6c5a8 BUG/MEDIUM: mworker: fix the copy of options in copy_argv() by William Lallemand · 4 years, 1 month ago
  45. d645574 MINOR: soft-stop: let the first stopper only signal other threads by Willy Tarreau · 4 years, 2 months ago
  46. d7a6b2f BUG/MINOR: soft-stop: always wake up waiting threads on stopping by Willy Tarreau · 4 years, 2 months ago
  47. e5870d8 MAJOR: checks: Implement HTTP check using tcp-check rules by Christopher Faulet · 4 years, 3 months ago
  48. 8892e5d BUG/MEDIUM: server/checks: Init server check during config validity check by Christopher Faulet · 4 years, 3 months ago
  49. f61f33a BUG/MINOR: checks: Respect the no-check-ssl option by Christopher Faulet · 4 years, 3 months ago
  50. 8acb128 MINOR: checks: Add a way to send custom headers and payload during http chekcs by Christopher Faulet · 4 years, 3 months ago
  51. dfad6a4 MINOR: version: Show uname output in display_version() by Tim Duesterhus · 4 years, 3 months ago
  52. bb1b63c MINOR: init: report the compiler version in haproxy -vv by Willy Tarreau · 4 years, 3 months ago
  53. 3eb10b8 MINOR: init: add -dW and "zero-warning" to reject configs with warnings by Willy Tarreau · 4 years, 3 months ago
  54. bebd212 MINOR: init: report in "haproxy -c" whether there were warnings or not by Willy Tarreau · 4 years, 3 months ago
  55. 95abd5b CLEANUP: haproxy/threads: don't check global_tasks_mask twice by Willy Tarreau · 4 years, 3 months ago
  56. 4f46a35 BUG/MINOR: haproxy/threads: close a possible race in soft-stop detection by Willy Tarreau · 4 years, 3 months ago
  57. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  58. 2e8ab6b MINOR: use DISGUISE() everywhere we deliberately want to ignore a result by Willy Tarreau · 4 years, 4 months ago
  59. 4b3f27b BUG/MINOR: haproxy/threads: try to make all threads leave together by Willy Tarreau · 4 years, 4 months ago
  60. f8ea00e BUG/MINOR: haproxy: always initialize sleeping_thread_mask by Willy Tarreau · 4 years, 4 months ago
  61. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · 4 years, 6 months ago
  62. 304e17e MEDIUM: init: always try to push the FD limit when maxconn is set from -m by Willy Tarreau · 4 years, 4 months ago
  63. a409f30 MINOR: init: move the maxsock calculation code to compute_ideal_maxsock() by Willy Tarreau · 4 years, 4 months ago
  64. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 4 months ago
  65. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 4 months ago
  66. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 4 months ago
  67. 6c3a681 BUG/MEDIUM: random: initialize the random pool a bit better by Willy Tarreau · 4 years, 4 months ago
  68. b1beaa3 BUG/MINOR: init: make the automatic maxconn consider the max of soft/hard limits by Willy Tarreau · 4 years, 4 months ago
  69. f91ac19 OPTIM: startup: fast unique_id allocation for acl. by Carl Henrik Lunde · 4 years, 4 months ago
  70. 3ebd55e MINOR: haproxy: export run_poll_loop by Willy Tarreau · 4 years, 4 months ago
  71. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  72. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 5 months ago
  73. 546c469 MINOR: global: Set default tune.maxrewrite value during global structure init by Christopher Faulet · 4 years, 5 months ago
  74. 71f95fa [RELEASE] Released version 2.2-dev1 by Willy Tarreau · 4 years, 5 months ago
  75. 2f53390 MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · 4 years, 5 months ago
  76. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · 4 years, 6 months ago
  77. 58b3564 MINOR: actions: Add a function pointer to release args used by actions by Christopher Faulet · 4 years, 7 months ago
  78. cb55013 BUG/MINOR: http-rules: Remove buggy deinit functions for HTTP rules by Christopher Faulet · 4 years, 7 months ago
  79. 24c928c BUG/MEDIUM: mworker: remain in mworker mode during reload by William Lallemand · 4 years, 6 months ago
  80. 719e07c BUILD/MINOR: unix sockets: silence an absurd gcc warning about strncpy() by Willy Tarreau · 4 years, 7 months ago
  81. d26c9f9 BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers by Willy Tarreau · 4 years, 7 months ago
  82. c49ba52 MINOR: tasks: split wake_expired_tasks() in two parts to avoid useless wakeups by Willy Tarreau · 4 years, 7 months ago
  83. a1d97f8 REORG: listener: move the global listener queue code to listener.c by Willy Tarreau · 4 years, 7 months ago
  84. 241797a MINOR: listener: split dequeue_all_listener() in two by Willy Tarreau · 4 years, 7 months ago
  85. a45a8b5 MEDIUM: init: set NO_NEW_PRIVS by default when supported by Willy Tarreau · 4 years, 7 months ago upstream/master
  86. d96f112 MEDIUM: init: prevent process and thread creation at runtime by Willy Tarreau · 4 years, 7 months ago
  87. 47479eb MINOR: version: emit the link to the known bugs in output of "haproxy -v" by Willy Tarreau · 4 years, 7 months ago
  88. 08dd202 MINOR: version: report the version status in "haproxy -v" by Willy Tarreau · 4 years, 7 months ago
  89. 677e2f2 BUG/MEDIUM: mworker: don't fill the -sf argument with -1 during the reexec by William Lallemand · 4 years, 8 months ago
  90. f9af9d7 MINOR: init: avoid code duplication while setting identify by William Dauchy · 4 years, 8 months ago
  91. e039f26 BUG/MINOR: init: fix set-dumpable when using uid/gid by William Dauchy · 4 years, 8 months ago
  92. 0fec3ab MINOR: init: always fail when setrlimit fails by William Dauchy · 4 years, 8 months ago
  93. 5fdb5b3 BUG/MINOR: mworker/ssl: close openssl FDs unconditionally by William Lallemand · 4 years, 9 months ago
  94. 5e4c8e2 BUILD/MEDIUM: threads: enable cpu_affinity on osx by David Carlier · 4 years, 10 months ago
  95. a92c5ce BUILD/MEDIUM: threads: rename thread_info struct to ha_thread_info by David Carlier · 4 years, 10 months ago
  96. bba1a26 BUG/MEDIUM: tasklets: Make sure we're waking the target thread if it sleeps. by Olivier Houchard · 4 years, 9 months ago
  97. d022e9c MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff by Willy Tarreau · 4 years, 9 months ago
  98. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  99. c169296 MINOR: config: Support per-proxy and per-server post-check functions callbacks by Christopher Faulet · 5 years ago
  100. 3ea5cbe MINOR: config: Support per-proxy and per-server deinit functions callbacks by Christopher Faulet · 5 years ago