1. 186e96e MEDIUM: buffers: relax the buffer lock a little bit by Willy Tarreau · 5 years ago
  2. a8b2ce0 MINOR: activity: report the number of failed pool/buffer allocations by Willy Tarreau · 5 years ago
  3. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · 5 years ago
  4. d4908fa MINOR: htx: rename htx_append_blk_value() to htx_add_data_atonce() by Willy Tarreau · 5 years ago
  5. 39744f7 MINOR: htx: Remove support of pseudo headers because it is unused by Christopher Faulet · 5 years ago
  6. 613346b MINOR: htx: remove the unused function htx_find_blk() by Christopher Faulet · 5 years ago
  7. 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · 5 years ago
  8. 05c083c MINOR: htx: Add a field to set the memory used by headers in the HTX start-line by Christopher Faulet · 5 years ago
  9. 2ae3504 MINOR: htx: Add function htx_get_max_blksz() by Christopher Faulet · 5 years ago
  10. dd2ad85 CLEANUP: htx: Remove unused function htx_get_stline() by Christopher Faulet · 5 years ago
  11. a3ad6b1 MINOR: htx: Add functions to get the first block of an HTX message by Christopher Faulet · 5 years ago
  12. 9c66b98 MINOR: htx: Store start-line block's position instead of address of its payload by Christopher Faulet · 5 years ago
  13. 28f29c7 MINOR: htx: Store the head position instead of the wrap one by Christopher Faulet · 5 years ago
  14. c3b5958 BUG/MEDIUM: threads: fix double-word CAS on non-optimized 32-bit platforms by Willy Tarreau · 5 years ago
  15. c4943d5 MINOR: buffer: add a new buffer ring API to manipulate rings of buffers by Willy Tarreau · 5 years ago
  16. e39b58f MINOR: buffer: introduce b_make() to make a buffer from its parameters by Willy Tarreau · 5 years ago
  17. 7562a72 CLEANUP: debug: remove the TRACE() macro by Willy Tarreau · 5 years ago
  18. f4c1e56 BUILD: signals: FreeBSD has SI_LWP instead of SI_TKILL by Willy Tarreau · 5 years ago
  19. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  20. 823bda0 BUILD: time: remove the test on _POSIX_C_SOURCE by Willy Tarreau · 5 years ago
  21. 430f590 MINOR: threads: add a timer_t per thread in thread_info by Willy Tarreau · 5 years ago
  22. e6a02fa MINOR: threads: add a "stuck" flag to the thread_info struct by Willy Tarreau · 5 years ago
  23. 2beaaf7 MINOR: threads: implement ha_tkill() and ha_tkillall() by Willy Tarreau · 5 years ago
  24. 441259c MINOR: threads: make threads_{harmless|want_rdv}_mask constant 0 without threads by Willy Tarreau · 5 years ago
  25. 80daaa1 CLEANUP: time: switch clockid_t to empty_t when not available by Willy Tarreau · 5 years ago
  26. 9a85a17 MINOR: compat: define a new empty type empty_t for non-implemented fields by Willy Tarreau · 5 years ago
  27. f617824 CLEANUP: time: refine the test on _POSIX_TIMERS by Willy Tarreau · 5 years ago
  28. 219b829 MINOR: time: add a function to retrieve another thread's cputime by Willy Tarreau · 5 years ago
  29. 81036f2 MINOR: time: move the cpu, mono, and idle time to thread_info by Willy Tarreau · 5 years ago
  30. 8323a37 MINOR: threads: add a thread-local thread_info pointer "ti" by Willy Tarreau · 5 years ago
  31. 624dcbf MINOR: threads: always place the clockid in the struct thread_info by Willy Tarreau · 5 years ago
  32. b81939c MINOR: compat: make sure to always define clockid_t by Willy Tarreau · 5 years ago
  33. 5a6e224 REORG: threads: move the struct thread_info from global.h to hathreads.h by Willy Tarreau · 5 years ago
  34. e3e2b72 REORG: compat: move some integer limit definitions from standard.h to compat.h by Willy Tarreau · 5 years ago
  35. 3710105 MINOR: tools: provide a may_access() function and make dump_hex() use it by Willy Tarreau · 5 years ago
  36. 56131ca MINOR: debug: implement ha_panic() by Willy Tarreau · 5 years ago
  37. 9fc5dcb MINOR: tools: add dump_hex() by Willy Tarreau · 5 years ago
  38. b49a58d CLEANUP: threads: remove the now unused START_LOCK label by Willy Tarreau · 5 years ago
  39. c7091d8 MEDIUM: debug/threads: implement an advanced thread dump system by Willy Tarreau · 5 years ago
  40. 38171da MINOR: thread: implement ha_thread_relax() by Willy Tarreau · 5 years ago
  41. 5cf64dd MINOR: debug: make ha_thread_dump() and ha_task_dump() take a buffer by Willy Tarreau · 5 years ago
  42. 4e2b646 MINOR: cli/debug: add a thread dump function by Willy Tarreau · 5 years ago
  43. 0f35c59 BUILD: ist: turn the lower/upper case tables to literal on obsolete linkers by Willy Tarreau · 5 years ago
  44. 469fa2c MINOR: debug: add a new BUG_ON macro by Willy Tarreau · 5 years ago
  45. a5e33a9 BUILD: debug: make gcc not complain on the ABORT_NOW() macro by Willy Tarreau · 5 years ago
  46. 42ccb5a MINOR: lists: add LIST_ADDED() to check if an element belongs to a list by Willy Tarreau · 5 years ago
  47. 6a38b32 BUILD: threads: fix again the __ha_cas_dw() definition by Willy Tarreau · 5 years ago
  48. 295d614 CLEANUP: ssl: move all BIO_* definitions to openssl-compat by Willy Tarreau · 5 years ago
  49. 11b1671 CLEANUP: ssl: remove ifdef around SSL_CTX_get_extra_chain_certs() by Willy Tarreau · 5 years ago
  50. 366a698 CLEANUP: ssl: move the SSL_OP_* and SSL_MODE_* definitions to openssl-compat by Willy Tarreau · 5 years ago
  51. f4436e1 BUILD: threads: Add __ha_cas_dw fallback for single threaded builds by Chris Packham · 5 years ago
  52. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  53. 8d164dc CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore by Willy Tarreau · 5 years ago
  54. 9356dac REORG: ssl: move some OpenSSL defines from ssl_sock to openssl-compat by Willy Tarreau · 5 years ago
  55. 5599456 REORG: ssl: move openssl-compat from proto to common by Willy Tarreau · 5 years ago
  56. 6f3cb18 MINOR: htx: Remove support for unused OOB HTX blocks by Christopher Faulet · 5 years ago
  57. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  58. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · 7 years ago
  59. 9ce62b5 MINOR: threads: Implement HA_ATOMIC_LOAD(). by Olivier Houchard · 5 years ago
  60. d803e47 MINOR: log: Enable the log sampling and load-balancing feature. by Frédéric Lécaille · 5 years ago
  61. d5ec4bf CLEANUP: standard: use proper const to addr_to_str() and port_to_str() by Willy Tarreau · 5 years ago
  62. 22c57be BUG/MEDIUM: h1: Don't parse chunks CRLF if not enough data are available by Christopher Faulet · 5 years ago
  63. 3a4d1be BUG/MEDIUM: htx: Don't return the start-line if the HTX message is empty by Christopher Faulet · 5 years ago
  64. 8de1df9 BUILD: do not specify "const" on functions returning structs or scalars by Willy Tarreau · 5 years ago
  65. 3212a2c BUG/MEDIUM: Threads: Only use the gcc >= 4.7 builtins when using gcc >= 4.7. by Olivier Houchard · 5 years ago
  66. 0ef372a MAJOR: muxes/htx: Handle inplicit upgrades from h1 to h2 by Christopher Faulet · 5 years ago
  67. a51ebb7 MEDIUM: h1: Add an option to sanitize connection headers during parsing by Christopher Faulet · 5 years ago
  68. 526dc95 MINOR: initcall: Don't forget to define the __start/stop_init_##stg symbols. by Olivier Houchard · 5 years ago
  69. f192d68 BUG/MINOR: htx: Preserve empty HTX messages with an unprocessed parsing error by Christopher Faulet · 5 years ago
  70. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · 5 years ago
  71. 7b5654f BUILD: re-implement an initcall variant without using executable sections by Willy Tarreau · 5 years ago
  72. 9d22e56 MINOR: tools: add an unsetenv() implementation by Willy Tarreau · 5 years ago
  73. 72d9f33 BUILD: chunk: properly declare pool_head_trash as extern by Willy Tarreau · 5 years ago
  74. e01d11a BUILD: http: properly mark some struct as extern by Willy Tarreau · 5 years ago
  75. 9f8d821 MEDIUM: list: Use _HA_ATOMIC_* by Olivier Houchard · 5 years ago
  76. 17fbb4e MEDIUM: list: Remove useless barriers. by Olivier Houchard · 5 years ago
  77. b0cef35 BUG/MEDIUM: list: fix incorrect pointer unlocking in LIST_DEL_LOCKED() by Willy Tarreau · 5 years ago
  78. df23c0c MINOR: config: continue to rely on DEFAULT_MAXCONN to set the minimum maxconn by Willy Tarreau · 5 years ago
  79. ca783d4 MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places by Willy Tarreau · 5 years ago
  80. 2087276 MEDIUM: memory: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  81. 8beb27e MEDIUM: xref: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  82. d2b5d16 MEDIUM: various: Use __ha_barrier_atomic* when relevant. by Olivier Houchard · 5 years ago
  83. d0c3b88 MINOR: threads: Add macros to do atomic operation with no memory barrier. by Olivier Houchard · 5 years ago
  84. 1135379 MEDIUM: threads: Use __ATOMIC_SEQ_CST when using the newer atomic API. by Olivier Houchard · 5 years ago
  85. 9abcf6e MINOR: threads: Implement __ha_barrier_atomic*. by Olivier Houchard · 5 years ago
  86. d87a67f MINOR: tools: implement my_flsl() by Willy Tarreau · 5 years ago
  87. c5bd311 MINOR: lists: add a LIST_DEL_INIT() macro by Willy Tarreau · 5 years ago
  88. 967de20 BUG/MEDIUM: list: fix again LIST_ADDQ_LOCKED by Willy Tarreau · 5 years ago
  89. 4ef6801 BUG/MEDIUM: list: correct fix for LIST_POP_LOCKED's removal of last element by Willy Tarreau · 5 years ago
  90. 01abd02 BUG/MEDIUM: listener: use a self-locked list for the dequeue lists by Willy Tarreau · 5 years ago
  91. 4c747e8 MINOR: list: make the delete and pop operations idempotent by Willy Tarreau · 5 years ago
  92. 690d2ad BUG/MEDIUM: list: add missing store barriers when updating elements and head by Willy Tarreau · 5 years ago
  93. 2851925 BUG/MEDIUM: list: fix LIST_POP_LOCKED's removal of the last pointer by Willy Tarreau · 5 years ago
  94. bd20ad5 BUG/MEDIUM: list: fix the rollback on addq in the locked liss by Willy Tarreau · 5 years ago
  95. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · 5 years ago
  96. f324111 MINOR: tools: implement functions to look up the nth bit set in a mask by Willy Tarreau · 5 years ago
  97. db64489 BUG/MEDIUM: lists: Properly handle the case we're removing the first elt. by Olivier Houchard · 5 years ago
  98. a8434ec MINOR: lists: Implement locked variations. by Olivier Houchard · 5 years ago
  99. 3b71716 MINOR: standard: Add a function to parse uints (dotted notation). by Frédéric Lécaille · 5 years ago
  100. 549822f MINOR: htx: Add function to drain data from an HTX message by Christopher Faulet · 5 years ago