1. 5472aa5 BUG/MEDIUM: queue: fix unsafe proxy pointer when counting nbpend by Willy Tarreau · 3 years, 8 months ago
  2. 96bca33 OPTIM: queue: decrement the nbpend and totpend counters outside of the lock by Willy Tarreau · 3 years, 8 months ago
  3. 56c1cfb OPTIM: queue: make the nbpend counters atomic by Willy Tarreau · 3 years, 8 months ago
  4. c7eedf7 MINOR: queue: reduce the locked area in pendconn_add() by Willy Tarreau · 3 years, 8 months ago
  5. 3e3ae25 MINOR: queue: split __pendconn_unlink() in per-srv and per-prx by Willy Tarreau · 3 years, 8 months ago
  6. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · 3 years, 9 months ago
  7. ef71f01 BUG/MINOR: queue: properly report redistributed connections by Willy Tarreau · 3 years, 8 months ago
  8. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  9. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 1 month ago
  16. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  19. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  20. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  21. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  22. 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
  23. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  24. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  25. 9ada030 BUG/MINOR: queue/threads: make the queue unlinking atomic by Willy Tarreau · 4 years, 8 months ago
  26. 5e83d99 BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue() by Willy Tarreau · 5 years ago
  27. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  28. bff005a BUG/MEDIUM: queue: fix the tree walk in pendconn_redistribute. by Willy Tarreau · 5 years ago
  29. b4df492 MEDIUM: queues: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  30. d8499ec CLEANUP: Fix a typo in the queue subsystem by Joseph Herlant · 6 years ago
  31. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  32. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  33. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  34. deca26c BUG/MAJOR: queue/threads: make pendconn_redistribute not lock the server by Willy Tarreau · 6 years ago
  35. 248cb4c MEDIUM: queue: adjust position based on priority-class and priority-offset by Patrick Hemmer · 6 years ago
  36. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · 6 years ago
  37. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · 6 years ago
  38. da282f4 MINOR: queue: store the queue index in the stream when enqueuing by Patrick Hemmer · 6 years ago
  39. ffe5e8c MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos by Patrick Hemmer · 6 years ago
  40. a869465 BUG/MEDIUM: queue: prevent a backup server from draining the proxy's connections by Willy Tarreau · 6 years ago
  41. ecfe673 MINOR: threads/queue: Get rid of THREAD_WANT_SYNC in the queue code. by Olivier Houchard · 6 years ago
  42. 3201e4e MEDIUM: queue: get rid of the pendconn lock by Willy Tarreau · 6 years ago
  43. 7c6f8a2 MINOR: queue: implement pendconn queue locking functions by Willy Tarreau · 6 years ago
  44. 88930dd MINOR: queue: use a distinct variable for the assigned server and the queue by Willy Tarreau · 6 years ago
  45. c1a60d6 MINOR: queue: make sure pendconn->strm->pend_pos is always valid by Willy Tarreau · 6 years ago
  46. 6bdd05c DOC: queue: document the expected locking model for the server's queue by Willy Tarreau · 6 years ago
  47. d0ad4a8 MEDIUM: queue: make pendconn_free() work on the stream instead by Willy Tarreau · 6 years ago
  48. 9624fae MINOR: queue: centralize dequeuing code a bit better by Willy Tarreau · 6 years ago
  49. 7741c85 BUILD/MINOR: fix build when USE_THREAD is not defined by Ilya Shipitsin · 6 years ago
  50. fd83f0b BUG/MEDIUM: threads/queue: wake up other threads upon dequeue by Christopher Faulet · 6 years ago
  51. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · 6 years ago
  52. 103e566 BUG/MAJOR: threads/queue: avoid recursive locking in pendconn_get_next_strm() by Willy Tarreau · 7 years ago
  53. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  54. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  55. 8ba5914 MEDIUM: threads/queue: Make queues thread-safe by Christopher Faulet · 7 years ago
  56. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · 7 years ago
  57. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · 7 years ago
  58. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  59. f3a55db MINOR: queue: Change pendconn_from_srv/pendconn_from_px into private functions by Christopher Faulet · 7 years ago
  60. 87566c9 MINOR: queue: Change pendconn_get_next_strm into private function by Christopher Faulet · 7 years ago
  61. e168feb MINOR: proxy: add 'served' field to proxy, equal to total of all servers' by Andrew Rodland · 8 years ago
  62. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  63. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  64. 9943d31 MINOR: server: make use of srv_is_usable() instead of checking eweight by Willy Tarreau · 10 years ago
  65. 4aac7db REORG: checks: put the functions in the appropriate files ! by Willy Tarreau · 10 years ago
  66. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · 10 years ago
  67. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · 10 years ago
  68. 87eb1d6 MINOR: server: create srv_was_usable() from srv_is_usable() and use a pointer by Willy Tarreau · 10 years ago
  69. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  70. f8e8b76 BUG/MEDIUM: zero-weight servers must not dequeue requests from the backend by Willy Tarreau · 12 years ago
  71. 4426770 CLEANUP: rename possibly confusing struct field "tracked" by Willy Tarreau · 13 years ago
  72. af51495 [MINOR] Add active connection list to server by Simon Horman · 13 years ago
  73. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  74. 827aee9 [MAJOR] session: remove the ->srv pointer from struct session by Willy Tarreau · 13 years ago
  75. 9e000c6 [CLEANUP] stream_interface: use inline functions to manipulate targets by Willy Tarreau · 13 years ago
  76. 664beb8 [MINOR] session: add a pointer to the new target into the session by Willy Tarreau · 13 years ago
  77. d132f74 [BUG] queue: don't dequeue proxy-global requests on disabled servers by Willy Tarreau · 14 years ago
  78. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · 15 years ago
  79. 922a806 [BUG] do not dequeue the backend's pending connections on a dead server by Willy Tarreau · 16 years ago
  80. 28a9e52 [BUG] dynamic connection throttling could return a max of zero conns by Willy Tarreau · 16 years ago
  81. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · 16 years ago
  82. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  83. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  84. 7a63abd [BUG] log: reported queue position was offed-by-one by Willy Tarreau · 16 years ago
  85. 7008987 [BUG] queue management: wake oldest request in queues by Willy Tarreau · 16 years ago
  86. 9909fc1 [MEDIUM] implement the slowstart parameter for servers by Willy Tarreau · 17 years ago
  87. e4d7e55 [MAJOR] ported pendconn to mempools v2 by Willy Tarreau · 17 years ago
  88. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  89. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · 17 years ago
  90. a8cff1d [BUILD] fixed a warning on OpenBSD : MIN/MAX redefined by Willy Tarreau · 17 years ago
  91. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · 17 years ago
  92. 8603431 [MEDIUM] split fe->maxconn into fe->maxconn and be->fullconn by Willy Tarreau · 18 years ago
  93. f1221aa [MEDIUM] separated nbconn into feconn and beconn by Willy Tarreau · 18 years ago
  94. 830ff45 [MAJOR] reworked ->be, ->fe and ->fi in sessions by Willy Tarreau · 18 years ago
  95. 73de989 [MAJOR] separate sess->proxy into sess->{fe,fi,be} by Willy Tarreau · 18 years ago
  96. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · 18 years ago
  97. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  98. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  99. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago