1. 9df86f9 BUG/MAJOR: lb/threads: fix insufficient locking on round-robin LB by Willy Tarreau · 5 years ago
  2. 95679dc MINOR: peers: Add a new command to the CLI for peers. by Frédéric Lécaille · 5 years ago
  3. 8de1df9 BUILD: do not specify "const" on functions returning structs or scalars by Willy Tarreau · 5 years ago
  4. 0e492e2 BUILD: address a few cases of "static <type> inline foo()" by Willy Tarreau · 5 years ago
  5. 3212a2c BUG/MEDIUM: Threads: Only use the gcc >= 4.7 builtins when using gcc >= 4.7. by Olivier Houchard · 5 years ago
  6. e5eef1f MINOR: connections: Remove the SUB_CALL_UNSUBSCRIBE flag. by Olivier Houchard · 5 years ago
  7. 8ef7065 BUG/MINOR: ssl: Fix 48 byte TLS ticket key rotation by Nenad Merdanovic · 5 years ago
  8. 24f382f CLEANUP: task: do not export rq_next anymore by Willy Tarreau · 5 years ago
  9. 0ef372a MAJOR: muxes/htx: Handle inplicit upgrades from h1 to h2 by Christopher Faulet · 5 years ago
  10. c0016d8 MEDIUM: connection: Add conn_upgrade_mux_fe() to handle mux upgrades by Christopher Faulet · 5 years ago
  11. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · 5 years ago
  12. 51f73eb MEDIUM: muxes: Add an optional input buffer during mux initialization by Christopher Faulet · 5 years ago
  13. 209829f MINOR: http: update the macro IS_HTX_STRM() to check the stream flag SF_HTX by Christopher Faulet · 5 years ago
  14. 0e160ff MINOR: stream: Set a flag when the stream uses the HTX by Christopher Faulet · 5 years ago
  15. 9f38f5a MINOR: muxes: Add a flag to specify a multiplexer uses the HTX by Christopher Faulet · 5 years ago
  16. a51ebb7 MEDIUM: h1: Add an option to sanitize connection headers during parsing by Christopher Faulet · 5 years ago
  17. 03b9d8b MINOR: proto_htx: Don't adjust transaction mode anymore in HTX analyzers by Christopher Faulet · 5 years ago
  18. 64a9c05 MINOR: cli/listener: report the number of accepts on "show activity" by Willy Tarreau · 5 years ago
  19. 526dc95 MINOR: initcall: Don't forget to define the __start/stop_init_##stg symbols. by Olivier Houchard · 5 years ago
  20. f192d68 BUG/MINOR: htx: Preserve empty HTX messages with an unprocessed parsing error by Christopher Faulet · 5 years ago
  21. 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · 5 years ago
  22. 7175e68 MINOR: cli: export cli_parse_default() definition in cli.h by William Lallemand · 5 years ago
  23. 3f12887 MINOR: mworker: don't use children variable anymore by William Lallemand · 5 years ago
  24. 9001ce8 REORG: mworker: move mworker_cleanlisteners to mworker.c by William Lallemand · 5 years ago
  25. e25473c REORG: mworker: move signal handlers and related functions by William Lallemand · 5 years ago
  26. 3fa724d REORG: mworker: move IPC functions to mworker.c by William Lallemand · 5 years ago
  27. 3cd95d2 REORG: mworker: move signals functions to mworker.c by William Lallemand · 5 years ago
  28. 48dfbbd REORG: mworker: move serializing functions to mworker.c by William Lallemand · 5 years ago
  29. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · 5 years ago
  30. 7b5654f BUILD: re-implement an initcall variant without using executable sections by Willy Tarreau · 5 years ago
  31. 9d22e56 MINOR: tools: add an unsetenv() implementation by Willy Tarreau · 5 years ago
  32. 72d9f33 BUILD: chunk: properly declare pool_head_trash as extern by Willy Tarreau · 5 years ago
  33. e01d11a BUILD: http: properly mark some struct as extern by Willy Tarreau · 5 years ago
  34. a33d39a CLEANUP: task: only perform a LIST_DEL() when the list is not empty by Willy Tarreau · 5 years ago
  35. e73256f BUG/MEDIUM: task/h2: add an idempotent task removal fucntion by Willy Tarreau · 5 years ago
  36. 87a8f35 CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL by Christopher Faulet · 5 years ago
  37. 297d3e2 MINOR: channel: Report EOI on the input channel if it was reached in the mux by Christopher Faulet · 5 years ago
  38. 5311a92 MINOR: connection: and new flag to mark end of input (EOI) by Christopher Faulet · 5 years ago
  39. 0f22299 CLEANUP: cache: don't export http_cache_applet anymore by Willy Tarreau · 5 years ago
  40. 3a78aa6 BUG/MINOR: stats: Fully consume large requests in the stats applet by Christopher Faulet · 5 years ago
  41. 679bba1 MINOR: init: report the list of optionally available services by Willy Tarreau · 5 years ago
  42. 203b2b0 MINOR: muxes: Report the Last read with a dedicated flag by Christopher Faulet · 5 years ago
  43. 2b9b678 MINOR: stats: Move stuff about the stats status codes in stats files by Christopher Faulet · 5 years ago
  44. 3c2ecf7 MINOR: stats: Add the status code STAT_STATUS_IVAL to handle invalid requests by Christopher Faulet · 5 years ago
  45. 1d7f37a BUG/MAJOR: tasks: Use the TASK_GLOBAL flag to know if we're in the global rq. by Olivier Houchard · 5 years ago
  46. 237985b MEDIUM: connections: Use _HA_ATOMIC_* by Olivier Houchard · 5 years ago
  47. 9f8d821 MEDIUM: list: Use _HA_ATOMIC_* by Olivier Houchard · 5 years ago
  48. 17fbb4e MEDIUM: list: Remove useless barriers. by Olivier Houchard · 5 years ago
  49. b0cef35 BUG/MEDIUM: list: fix incorrect pointer unlocking in LIST_DEL_LOCKED() by Willy Tarreau · 5 years ago
  50. df23c0c MINOR: config: continue to rely on DEFAULT_MAXCONN to set the minimum maxconn by Willy Tarreau · 5 years ago
  51. ca783d4 MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places by Willy Tarreau · 5 years ago
  52. 2087276 MEDIUM: memory: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  53. 4c283285 MEDIUM: task: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  54. aa4d71a MEDIUM: server: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  55. 11ecfd1 MEDIUM: proxy: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  56. d5f9b19 MEDIUM: freq_ctr: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  57. d360879 MEDIUM: fd: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  58. 8beb27e MEDIUM: xref: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  59. a273534 MEDIUM: applets: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  60. d2b5d16 MEDIUM: various: Use __ha_barrier_atomic* when relevant. by Olivier Houchard · 5 years ago
  61. d0c3b88 MINOR: threads: Add macros to do atomic operation with no memory barrier. by Olivier Houchard · 5 years ago
  62. 1135379 MEDIUM: threads: Use __ATOMIC_SEQ_CST when using the newer atomic API. by Olivier Houchard · 5 years ago
  63. 9abcf6e MINOR: threads: Implement __ha_barrier_atomic*. by Olivier Houchard · 5 years ago
  64. 92fce85 MINOR: fd: Remove debugging code. by Olivier Houchard · 5 years ago
  65. 1e56c70 OPTIM: task: limit the impact of memory barriers in taks_remove_from_task_list() by Willy Tarreau · 5 years ago
  66. 0cf3317 MINOR: listener: move thr_idx from the bind_conf to the listener by Willy Tarreau · 5 years ago
  67. 9f1d4e7 CLEANUP: listener: remove old thread bit mapping by Willy Tarreau · 5 years ago
  68. d87a67f MINOR: tools: implement my_flsl() by Willy Tarreau · 5 years ago
  69. fc630bd MINOR: listener: improve incoming traffic distribution by Willy Tarreau · 5 years ago
  70. b238b12 MINOR: task: use LIST_DEL_INIT() to remove a task from the queue by Willy Tarreau · 5 years ago
  71. c5bd311 MINOR: lists: add a LIST_DEL_INIT() macro by Willy Tarreau · 5 years ago
  72. 5f33f85 MINOR: sample: Extract some protocol buffers specific code. by Frédéric Lécaille · 5 years ago
  73. 756d97f MINOR: sample: Rework gRPC converter code. by Frédéric Lécaille · 5 years ago
  74. 7c93e88 MINOR: sample: Code factorization "ungrpc" converter. by Frédéric Lécaille · 5 years ago
  75. 967de20 BUG/MEDIUM: list: fix again LIST_ADDQ_LOCKED by Willy Tarreau · 5 years ago
  76. bf69640 MINOR: global: keep a copy of the initial rlim_fd_cur and rlim_fd_max values by Willy Tarreau · 5 years ago
  77. 645635d MINOR: peers: Add a message for heartbeat. by Frédéric Lécaille · 5 years ago
  78. c8d5b95 MEDIUM: config: don't enforce a low frontend maxconn value anymore by Willy Tarreau · 5 years ago
  79. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · 5 years ago
  80. 4ef6801 BUG/MEDIUM: list: correct fix for LIST_POP_LOCKED's removal of last element by Willy Tarreau · 5 years ago
  81. 01abd02 BUG/MEDIUM: listener: use a self-locked list for the dequeue lists by Willy Tarreau · 5 years ago
  82. c912f94 MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED by Willy Tarreau · 5 years ago
  83. 4c747e8 MINOR: list: make the delete and pop operations idempotent by Willy Tarreau · 5 years ago
  84. 690d2ad BUG/MEDIUM: list: add missing store barriers when updating elements and head by Willy Tarreau · 5 years ago
  85. 2851925 BUG/MEDIUM: list: fix LIST_POP_LOCKED's removal of the last pointer by Willy Tarreau · 5 years ago
  86. bd20ad5 BUG/MEDIUM: list: fix the rollback on addq in the locked liss by Willy Tarreau · 5 years ago
  87. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · 5 years ago
  88. 7ac908b MINOR: config: add global tune.listener.multi-queue setting by Willy Tarreau · 5 years ago
  89. 8a03408 MINOR: activity: add accept queue counters for pushed and overflows by Willy Tarreau · 5 years ago
  90. 1efafce MINOR: listener: implement multi-queue accept for threads by Willy Tarreau · 5 years ago
  91. b2b50a7 MINOR: listener: pre-compute some thread counts per bind_conf by Willy Tarreau · 5 years ago
  92. f324111 MINOR: tools: implement functions to look up the nth bit set in a mask by Willy Tarreau · 5 years ago
  93. 9e85318 MINOR: listener: maintain a per-thread count of the number of connections on a listener by Willy Tarreau · 5 years ago
  94. a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · 5 years ago
  95. db64489 BUG/MEDIUM: lists: Properly handle the case we're removing the first elt. by Olivier Houchard · 5 years ago
  96. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · 5 years ago
  97. 7f1bc31 MEDIUM: servers: Used a locked list for idle_orphan_conns. by Olivier Houchard · 5 years ago
  98. a8434ec MINOR: lists: Implement locked variations. by Olivier Houchard · 5 years ago
  99. 1fceee8 MINOR: http_fetch: add "req.ungrpc" sample fetch for gRPC. by Frédéric Lécaille · 5 years ago
  100. 3a463c9 MINOR: arg: Add support for ARGT_PBUF_FNUM arg type. by Frédéric Lécaille · 5 years ago