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