1. adf2edf MINOR: time: also provide a global, monotonic global_now_ms timer by Willy Tarreau · 3 years, 6 months ago
  2. e70208e MINOR: time: export the global_now variable by Willy Tarreau · 3 years, 6 months ago
  3. 2ec4066 MINOR: atomic: don't use ; to separate instruction on aarch64. by Olivier Houchard · 3 years, 9 months ago
  4. a310785 BUILD: hpack: hpack-tbl-t.h uses VAR_ARRAY but does not include compiler.h by Christian Ruppert · 3 years, 11 months ago
  5. e6ee465 BUG/MINOR: http-ana: Don't send payload for internal responses to HEAD requests by Christopher Faulet · 4 years ago
  6. 09960b0 BUG/MEDIUM: h2: report frame bits only for handled types by Willy Tarreau · 4 years ago
  7. 7ef9a3a BUILD: thread: add parenthesis around values of locking macros by Willy Tarreau · 4 years, 3 months ago
  8. d3a8211 MINOR: pools: increase MAX_BASE_POOLS to 64 by Willy Tarreau · 4 years, 3 months ago
  9. b1e9407 MINOR: http: Add support for http 413 status by Anthonin Bonnefoy · 4 years, 3 months ago
  10. 9f3bda0 MINOR: http: Add 404 to http-request deny by Florian Tham · 4 years, 9 months ago
  11. c09f797 MINOR: http: Add 410 to http-request deny by Florian Tham · 4 years, 9 months ago
  12. 94a2ab7 BUG/MINOR: threads: fix multiple use of argument inside HA_ATOMIC_UPDATE_{MIN,MAX}() by Willy Tarreau · 4 years, 5 months ago
  13. 7b5810d BUG/MINOR: threads: fix multiple use of argument inside HA_ATOMIC_CAS() by Willy Tarreau · 4 years, 5 months ago
  14. 4a3768b BUG/MINOR: debug: properly use long long instead of long for the thread ID by Willy Tarreau · 4 years, 5 months ago
  15. ab12d19 MINOR: threads: export the POSIX thread ID in panic dumps by Willy Tarreau · 4 years, 5 months ago
  16. 7e913cb BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · 4 years, 5 months ago
  17. 3e1a11e BUG/MINOR: tools: fix the i386 version of the div64_32 function by Willy Tarreau · 4 years, 5 months ago
  18. 5dfbf2e MINOR: memory: Change the flush_lock to a spinlock, and don't get it in alloc. by Olivier Houchard · 4 years, 6 months ago
  19. ff035cc MINOR: htx: Add a function to return a block at a specific offset by Christopher Faulet · 4 years, 7 months ago
  20. 8cdcc93 BUG/MAJOR: list: fix invalid element address calculation by Willy Tarreau · 4 years, 6 months ago
  21. 861c4ef BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 7 months ago
  22. ed7ee6f MINOR: tools: add 64-bit rotate operators by Willy Tarreau · 4 years, 7 months ago
  23. ed0832b MINOR: compiler: add new alignment macros by Willy Tarreau · 4 years, 7 months ago
  24. 1c9cace MINOR: compiler: move CPU capabilities definition from config.h and complete them by Willy Tarreau · 4 years, 7 months ago
  25. a4e360b MINOR: ist: add an iststop() function by Jerome Magnin · 4 years, 7 months ago
  26. 0e29e51 BUG/MAJOR: memory: Don't forget to unlock the rwlock if the pool is empty. by Olivier Houchard · 4 years, 8 months ago
  27. 4536b30 BUG/MEDIUM: memory: Add a rwlock before freeing memory. by Olivier Houchard · 4 years, 8 months ago
  28. f1722d5 BUG/MAJOR: hashes: fix the signedness of the hash inputs by Willy Tarreau · 4 years, 8 months ago
  29. 5b1342b BUILD: ssl: improve SSL_CTX_set_ecdh_auto compatibility by Lukas Tribus · 4 years, 9 months ago
  30. 6445d98 BUG/MINOR: ssl: openssl-compat: Fix getm_ defines by Rosen Penev · 4 years, 9 months ago
  31. 658e0dd MINOR: ist: add ist_find_ctl() by Willy Tarreau · 4 years, 10 months ago
  32. bbcce3d MINOR: memory: also poison the area on freeing by Willy Tarreau · 4 years, 10 months ago
  33. 7fdd81c BUG/MEDIUM: pattern: make the pattern LRU cache thread-local and lockless by Willy Tarreau · 5 years ago
  34. 4cb1637 MINOR: version: make the version strings variables, not constants by Willy Tarreau · 5 years ago
  35. da0889d BUG/MINOR: chunk: Fix tests on the chunk size in functions copying data by Christopher Faulet · 5 years ago
  36. fe575b5 MINOR: tools: add append_prefixed_str() by Willy Tarreau · 5 years ago
  37. cfe6af6 BUG/MINOR: buffers/threads: always clear a buffer's head before releasing it by Willy Tarreau · 5 years ago
  38. 445b2b7 MINOR: wdt: also consider that waiting in the thread dumper is normal by Willy Tarreau · 5 years ago
  39. a4ca266 BUILD: threads: add the definition of PROTO_LOCK by Willy Tarreau · 5 years ago
  40. 4eb8c3d DOC: htx: Update comments in HTX files by Christopher Faulet · 5 years ago
  41. a135a4f BUG/MEDIUM: channel/htx: Use the total HTX size in channel_htx_recv_limit() by Christopher Faulet · 5 years ago
  42. 8d09dc2 MINOR: htx: Add the function htx_change_blk_value_len() by Christopher Faulet · 5 years ago
  43. e21c016 MINOR: htx: Add 3 flags on the start-line to deal with the request schemes by Christopher Faulet · 5 years ago
  44. 86fcf6d MINOR: htx: Add the function htx_move_blk_before() by Christopher Faulet · 5 years ago
  45. d7884d3 MAJOR: htx: Rework how free rooms are tracked in an HTX message by Christopher Faulet · 5 years ago
  46. 86bc8df BUG/MEDIUM: compression/htx: Fix the adding of the last data block by Christopher Faulet · 5 years ago
  47. 9a1f573 MEDIUM: threads: add thread_sync_release() to synchronize steps by Willy Tarreau · 5 years ago
  48. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  49. 1bfd602 MINOR: logs: use the new bitmap functions instead of fd_sets for encoding maps by Willy Tarreau · 5 years ago
  50. 7355b04 MINOR: tools: add new bitmap manipulation functions by Willy Tarreau · 5 years ago
  51. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  52. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · 5 years ago
  53. 4a3fef8 MINOR: dict: Add dictionary new data structure. by Frédéric Lécaille · 5 years ago
  54. 186e96e MEDIUM: buffers: relax the buffer lock a little bit by Willy Tarreau · 5 years ago
  55. a8b2ce0 MINOR: activity: report the number of failed pool/buffer allocations by Willy Tarreau · 5 years ago
  56. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · 5 years ago
  57. d4908fa MINOR: htx: rename htx_append_blk_value() to htx_add_data_atonce() by Willy Tarreau · 5 years ago
  58. 39744f7 MINOR: htx: Remove support of pseudo headers because it is unused by Christopher Faulet · 5 years ago
  59. 613346b MINOR: htx: remove the unused function htx_find_blk() by Christopher Faulet · 5 years ago
  60. 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · 5 years ago
  61. 05c083c MINOR: htx: Add a field to set the memory used by headers in the HTX start-line by Christopher Faulet · 5 years ago
  62. 2ae3504 MINOR: htx: Add function htx_get_max_blksz() by Christopher Faulet · 5 years ago
  63. dd2ad85 CLEANUP: htx: Remove unused function htx_get_stline() by Christopher Faulet · 5 years ago
  64. a3ad6b1 MINOR: htx: Add functions to get the first block of an HTX message by Christopher Faulet · 5 years ago
  65. 9c66b98 MINOR: htx: Store start-line block's position instead of address of its payload by Christopher Faulet · 5 years ago
  66. 28f29c7 MINOR: htx: Store the head position instead of the wrap one by Christopher Faulet · 5 years ago
  67. c3b5958 BUG/MEDIUM: threads: fix double-word CAS on non-optimized 32-bit platforms by Willy Tarreau · 5 years ago
  68. c4943d5 MINOR: buffer: add a new buffer ring API to manipulate rings of buffers by Willy Tarreau · 5 years ago
  69. e39b58f MINOR: buffer: introduce b_make() to make a buffer from its parameters by Willy Tarreau · 5 years ago
  70. 7562a72 CLEANUP: debug: remove the TRACE() macro by Willy Tarreau · 5 years ago
  71. f4c1e56 BUILD: signals: FreeBSD has SI_LWP instead of SI_TKILL by Willy Tarreau · 5 years ago
  72. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  73. 823bda0 BUILD: time: remove the test on _POSIX_C_SOURCE by Willy Tarreau · 5 years ago
  74. 430f590 MINOR: threads: add a timer_t per thread in thread_info by Willy Tarreau · 5 years ago
  75. e6a02fa MINOR: threads: add a "stuck" flag to the thread_info struct by Willy Tarreau · 5 years ago
  76. 2beaaf7 MINOR: threads: implement ha_tkill() and ha_tkillall() by Willy Tarreau · 5 years ago
  77. 441259c MINOR: threads: make threads_{harmless|want_rdv}_mask constant 0 without threads by Willy Tarreau · 5 years ago
  78. 80daaa1 CLEANUP: time: switch clockid_t to empty_t when not available by Willy Tarreau · 5 years ago
  79. 9a85a17 MINOR: compat: define a new empty type empty_t for non-implemented fields by Willy Tarreau · 5 years ago
  80. f617824 CLEANUP: time: refine the test on _POSIX_TIMERS by Willy Tarreau · 5 years ago
  81. 219b829 MINOR: time: add a function to retrieve another thread's cputime by Willy Tarreau · 5 years ago
  82. 81036f2 MINOR: time: move the cpu, mono, and idle time to thread_info by Willy Tarreau · 5 years ago
  83. 8323a37 MINOR: threads: add a thread-local thread_info pointer "ti" by Willy Tarreau · 5 years ago
  84. 624dcbf MINOR: threads: always place the clockid in the struct thread_info by Willy Tarreau · 5 years ago
  85. b81939c MINOR: compat: make sure to always define clockid_t by Willy Tarreau · 5 years ago
  86. 5a6e224 REORG: threads: move the struct thread_info from global.h to hathreads.h by Willy Tarreau · 5 years ago
  87. e3e2b72 REORG: compat: move some integer limit definitions from standard.h to compat.h by Willy Tarreau · 5 years ago
  88. 3710105 MINOR: tools: provide a may_access() function and make dump_hex() use it by Willy Tarreau · 5 years ago
  89. 56131ca MINOR: debug: implement ha_panic() by Willy Tarreau · 5 years ago
  90. 9fc5dcb MINOR: tools: add dump_hex() by Willy Tarreau · 5 years ago
  91. b49a58d CLEANUP: threads: remove the now unused START_LOCK label by Willy Tarreau · 5 years ago
  92. c7091d8 MEDIUM: debug/threads: implement an advanced thread dump system by Willy Tarreau · 5 years ago
  93. 38171da MINOR: thread: implement ha_thread_relax() by Willy Tarreau · 5 years ago
  94. 5cf64dd MINOR: debug: make ha_thread_dump() and ha_task_dump() take a buffer by Willy Tarreau · 5 years ago
  95. 4e2b646 MINOR: cli/debug: add a thread dump function by Willy Tarreau · 5 years ago
  96. 0f35c59 BUILD: ist: turn the lower/upper case tables to literal on obsolete linkers by Willy Tarreau · 5 years ago
  97. 469fa2c MINOR: debug: add a new BUG_ON macro by Willy Tarreau · 5 years ago
  98. a5e33a9 BUILD: debug: make gcc not complain on the ABORT_NOW() macro by Willy Tarreau · 5 years ago
  99. 42ccb5a MINOR: lists: add LIST_ADDED() to check if an element belongs to a list by Willy Tarreau · 5 years ago
  100. 6a38b32 BUILD: threads: fix again the __ha_cas_dw() definition by Willy Tarreau · 5 years ago