1. a51ebb7 MEDIUM: h1: Add an option to sanitize connection headers during parsing by Christopher Faulet · 5 years ago
  2. 526dc95 MINOR: initcall: Don't forget to define the __start/stop_init_##stg symbols. by Olivier Houchard · 5 years ago
  3. f192d68 BUG/MINOR: htx: Preserve empty HTX messages with an unprocessed parsing error by Christopher Faulet · 5 years ago
  4. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · 5 years ago
  5. 7b5654f BUILD: re-implement an initcall variant without using executable sections by Willy Tarreau · 5 years ago
  6. 9d22e56 MINOR: tools: add an unsetenv() implementation by Willy Tarreau · 5 years ago
  7. 72d9f33 BUILD: chunk: properly declare pool_head_trash as extern by Willy Tarreau · 5 years ago
  8. e01d11a BUILD: http: properly mark some struct as extern by Willy Tarreau · 5 years ago
  9. 9f8d821 MEDIUM: list: Use _HA_ATOMIC_* by Olivier Houchard · 5 years ago
  10. 17fbb4e MEDIUM: list: Remove useless barriers. by Olivier Houchard · 5 years ago
  11. b0cef35 BUG/MEDIUM: list: fix incorrect pointer unlocking in LIST_DEL_LOCKED() by Willy Tarreau · 5 years ago
  12. df23c0c MINOR: config: continue to rely on DEFAULT_MAXCONN to set the minimum maxconn by Willy Tarreau · 5 years ago
  13. ca783d4 MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places by Willy Tarreau · 5 years ago
  14. 2087276 MEDIUM: memory: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  15. 8beb27e MEDIUM: xref: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  16. d2b5d16 MEDIUM: various: Use __ha_barrier_atomic* when relevant. by Olivier Houchard · 5 years ago
  17. d0c3b88 MINOR: threads: Add macros to do atomic operation with no memory barrier. by Olivier Houchard · 5 years ago
  18. 1135379 MEDIUM: threads: Use __ATOMIC_SEQ_CST when using the newer atomic API. by Olivier Houchard · 5 years ago
  19. 9abcf6e MINOR: threads: Implement __ha_barrier_atomic*. by Olivier Houchard · 5 years ago
  20. d87a67f MINOR: tools: implement my_flsl() by Willy Tarreau · 5 years ago
  21. c5bd311 MINOR: lists: add a LIST_DEL_INIT() macro by Willy Tarreau · 5 years ago
  22. 967de20 BUG/MEDIUM: list: fix again LIST_ADDQ_LOCKED by Willy Tarreau · 5 years ago
  23. 4ef6801 BUG/MEDIUM: list: correct fix for LIST_POP_LOCKED's removal of last element by Willy Tarreau · 5 years ago
  24. 01abd02 BUG/MEDIUM: listener: use a self-locked list for the dequeue lists by Willy Tarreau · 5 years ago
  25. 4c747e8 MINOR: list: make the delete and pop operations idempotent by Willy Tarreau · 5 years ago
  26. 690d2ad BUG/MEDIUM: list: add missing store barriers when updating elements and head by Willy Tarreau · 5 years ago
  27. 2851925 BUG/MEDIUM: list: fix LIST_POP_LOCKED's removal of the last pointer by Willy Tarreau · 5 years ago
  28. bd20ad5 BUG/MEDIUM: list: fix the rollback on addq in the locked liss by Willy Tarreau · 5 years ago
  29. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · 5 years ago
  30. f324111 MINOR: tools: implement functions to look up the nth bit set in a mask by Willy Tarreau · 5 years ago
  31. db64489 BUG/MEDIUM: lists: Properly handle the case we're removing the first elt. by Olivier Houchard · 5 years ago
  32. a8434ec MINOR: lists: Implement locked variations. by Olivier Houchard · 5 years ago
  33. 3b71716 MINOR: standard: Add a function to parse uints (dotted notation). by Frédéric Lécaille · 5 years ago
  34. 549822f MINOR: htx: Add function to drain data from an HTX message by Christopher Faulet · 5 years ago
  35. 0b46548 BUG/MEDIUM: h2/htx: Correctly handle interim responses when HTX is enabled by Christopher Faulet · 5 years ago
  36. 9efa7b8 BUILD/MEDIUM: initcall: Fix build on MacOS. by Olivier Houchard · 5 years ago
  37. 4ddf59d MEDIUM: 51d: Enabled multi threaded operation in the 51Degrees module. by Ben51Degrees · 5 years ago
  38. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · 5 years ago
  39. cafa56e MINOR: tools: improve the popcount() operation by Willy Tarreau · 5 years ago
  40. da9e939 CLEANUP: threads: fix misleading comment about all_threads_mask by Willy Tarreau · 5 years ago
  41. dc21ff7 MINOR: debug: Add an option that causes random allocation failures. by Olivier Houchard · 5 years ago
  42. ff5dd74 MINOR: xref: Add missing barriers. by Olivier Houchard · 5 years ago
  43. e5fcfbe MINOR: htx: never check for null htx pointer in htx_is_{,not_}empty() by Willy Tarreau · 5 years ago
  44. 245d189 DOC: htx: make it clear that htxbuf() and htx_from_buf() always return valid pointers by Willy Tarreau · 5 years ago
  45. 203d735 BUG/MEDIUM: buffer: Make sure b_is_null handles buffers waiting for allocation. by Olivier Houchard · 5 years ago
  46. 9c84d82 MINOR: h2: add a generic frame checker by Willy Tarreau · 5 years ago
  47. f5809cd MINOR: threads: make MAX_THREADS configurable at build time by Willy Tarreau · 5 years ago
  48. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · 5 years ago
  49. 4790f7c MEDIUM: h2: always parse and deduplicate the content-length header by Willy Tarreau · 5 years ago
  50. 1e7d444 BUG/MINOR: hpack: return a compression error on invalid table size updates by Willy Tarreau · 5 years ago
  51. 71c3811 MINOR: h2: declare new sets of frame types by Willy Tarreau · 5 years ago
  52. 00cf697 MINOR: htx: Add a function to truncate all blocks after a specific offset by Christopher Faulet · 5 years ago
  53. 8564c1f MINOR: htx: Add an helper function to get the max space usable for a block by Christopher Faulet · 5 years ago
  54. 909b9d8 BUILD: add a new file "version.c" to carry version updates by Willy Tarreau · 6 years ago
  55. 0f8fb6b MINOR: h1: make the H1 headers block parser able to parse headers only by Willy Tarreau · 6 years ago
  56. 1e1f27c MINOR: h2: add h2_make_htx_trailers to turn H2 headers to HTX trailers by Willy Tarreau · 6 years ago
  57. 52610e9 MINOR: htx: add a new function to add a block without filling it by Willy Tarreau · 6 years ago
  58. 9d953e7 MINOR: h2: add h2_make_h1_trailers to turn H2 headers to H1 trailers by Willy Tarreau · 6 years ago
  59. f48919a MINOR: buffers: add a new b_move() function by Willy Tarreau · 6 years ago
  60. deab244 MINOR: h2: add a bit-based frame type representation by Willy Tarreau · 6 years ago
  61. fba74ea [RELEASE] Released version 2.0-dev0 by Willy Tarreau · 6 years ago
  62. beefaee MEDIUM: h2: properly check and deduplicate the content-length header in HTX by Willy Tarreau · 6 years ago
  63. bce4d8a MINOR: debug: make the ABORT_NOW macro use a volatile int by Willy Tarreau · 6 years ago
  64. 51e4741 MINOR: pools: Cast to volatile int * instead of int *. by Olivier Houchard · 6 years ago
  65. 59caa3b MINOR: tools: increase the number of ITOA strings to 16 by Willy Tarreau · 6 years ago
  66. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · 6 years ago
  67. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  68. eaeeb68 MINOR: hpack: provide a function to encode an HTTP path by Willy Tarreau · 6 years ago
  69. 820b391 MINOR: hpack: provide a function to encode an HTTP scheme by Willy Tarreau · 6 years ago
  70. 39c80eb MINOR: hpack: provide a function to encode an HTTP method by Willy Tarreau · 6 years ago
  71. 8895367 MINOR: hpack: provide new functions to encode the ":status" header by Willy Tarreau · 6 years ago
  72. bd5659b MINOR: hpack: provide a function to encode a long indexed header by Willy Tarreau · 6 years ago
  73. 30eb809 MINOR: hpack: provide a function to encode a short indexed header by Willy Tarreau · 6 years ago
  74. bad0a38 MINOR: hpack: move the length computation and encoding functions to .h by Willy Tarreau · 6 years ago
  75. 2df026f CLEANUP: hpack: no need to include chunk.h, only include buf.h by Willy Tarreau · 6 years ago
  76. 071d4b3 MINOR: compiler: add a new macro ALREADY_CHECKED() by Willy Tarreau · 6 years ago
  77. d6735d6 MEDIUM: ist: use local conversion arrays to case conversion by Willy Tarreau · 6 years ago
  78. 3f2d696 MINOR: ist: add functions to copy/uppercase/lowercase into a buffer or string by Willy Tarreau · 6 years ago
  79. 41abef7 CLEANUP: Fix a typo in the mini-clist header by Joseph Herlant · 6 years ago
  80. be7619a CLEANUP: Fix typo in the chunk headers file by Joseph Herlant · 6 years ago
  81. 1329b5b MINOR: h2: add new functions to produce an HTX message from an H2 response by Willy Tarreau · 6 years ago
  82. 6deb412 MINOR: h2: implement H2->HTX request header frame transcoding by Willy Tarreau · 6 years ago
  83. a7b677c MEDIUM: proto_htx: Convert all HTTP error messages into HTX by Christopher Faulet · 6 years ago
  84. 7f0165e MEDIUM: memory: make the pool cache an array and not a thread_local by Willy Tarreau · 6 years ago
  85. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · 6 years ago
  86. 7107c8b MINOR: memory: add a callback function to create a pool by Willy Tarreau · 6 years ago
  87. e655251 MINOR: initcall: use initcalls for section parsers by Willy Tarreau · 6 years ago
  88. 90fa97b MINOR: threads: add new macros to declare self-initializing locks by Willy Tarreau · 6 years ago
  89. a8ae77d MINOR: thread: provide a set of lock initialisers by Willy Tarreau · 6 years ago
  90. d13a928 MINOR: initcall: introduce a way to register init functions to call at boot by Willy Tarreau · 6 years ago
  91. a7280a1 BUILD: buffers: buf.h requires unistd to get ssize_t on libmusl by Willy Tarreau · 6 years ago
  92. 48f8bc1 MINOR: poller: move the call of tv_update_date() back to the pollers by Willy Tarreau · 6 years ago
  93. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · 6 years ago
  94. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · 6 years ago
  95. 36b9e22 REORG: config: extract the global section parser into cfgparse-global by Willy Tarreau · 6 years ago
  96. 32b8327 CLEANUP: Fix typos in the standard subsystem by Joseph Herlant · 6 years ago
  97. 8277ca7 MINOR: http: Add standalone functions to parse a start-line or a header by Christopher Faulet · 6 years ago
  98. 9ca51aa MINOR: http: Implement "early-hint" http request rules. by Frédéric Lécaille · 6 years ago
  99. 7520e4f MINOR: namespaces: don't build namespace.c if disabled by Willy Tarreau · 6 years ago
  100. 4698adf MINOR: compat: automatically detect support for crypt_r() by Willy Tarreau · 6 years ago