1. 9d90e25 BUG/MINOR: ist: only store NUL byte on succeeded alloc by Willy Tarreau · 9 months ago
  2. 94e139e BUG/MINOR: ist: allocate nul byte on istdup by Amaury Denoyelle · 9 months ago
  3. aa15db9 BUILD: import: guard plock.h against multiple inclusion by Willy Tarreau · 1 year, 3 months ago
  4. ee5fe92 IMPORT: xxhash: update xxHash to version 0.8.2 by Willy Tarreau · 1 year, 3 months ago
  5. 315b718 IMPORT: plock: also support inlining the int code by Willy Tarreau · 1 year, 3 months ago
  6. 451ac66 MINOR: ist: add new function ist_find_range() to find a character range by Willy Tarreau · 1 year, 4 months ago
  7. 3ffe11e IMPORT: slz: implement a synchronous flush() operation by Willy Tarreau · 1 year, 5 months ago
  8. eced142 BUILD: ist: use the literal declaration for ist_lc/ist_uc under TCC by Willy Tarreau · 1 year, 6 months ago
  9. 4e8720a BUILD: ist: do not put a cast in an array declaration by Willy Tarreau · 1 year, 6 months ago
  10. 6f86eaa CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years ago
  11. 91d31c9 OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's key by Willy Tarreau · 2 years ago
  12. bf13e53 OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's pfx by Willy Tarreau · 2 years ago
  13. 71de041 IMPORT: slz: define and use a __fallthrough statement for switch/case by Willy Tarreau · 2 years ago
  14. 4bd53c3 IMPORT: slz: mention the potential header in slz_finish() by Dridi Boukelmoune · 2 years, 8 months ago
  15. eab4256 IMPORT: xxhash: update xxHash to version 0.8.1 by Willy Tarreau · 2 years ago
  16. 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 1 month ago
  17. b13044c MINOR: plock: support disabling exponential back-off by Willy Tarreau · 2 years, 2 months ago
  18. 81f3b80 MINOR: ebtree: add ebmb_lookup_shorter() to pursue lookups by Willy Tarreau · 2 years, 4 months ago
  19. 688709d MAJOR: threads/plock: update the embedded library by Willy Tarreau · 2 years, 4 months ago
  20. 3dfb7da CLEANUP: tree-wide: remove a few rare non-ASCII chars by Willy Tarreau · 2 years, 9 months ago
  21. 9b7a617 REORG: ebtree: split structures into their own file ebtree-t.h by Willy Tarreau · 3 years, 2 months ago
  22. 7a8aff2 BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc by Amaury Denoyelle · 3 years, 6 months ago
  23. a8bfb4d CLEANUP: ebmbtree: Replace always-taken elseif by else by Tim Düsterhus · 3 years, 3 months ago
  24. d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · 3 years, 3 months ago
  25. cbdc74b BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long by Willy Tarreau · 3 years, 3 months ago
  26. 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
  27. 2608e34 BUG/MEDIUM: ebtree: Invalid read when looking for dup entry by Remi Tricot-Le Breton · 3 years, 6 months ago
  28. 388fc25 IMPORT: slz: use inttypes.h instead of stdint.h by Willy Tarreau · 3 years, 7 months ago
  29. 9e27428 IMPORT: slz: do not produce the crc32_fast table when CRC is natively supported by Willy Tarreau · 3 years, 7 months ago
  30. b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 7 months ago
  31. 5e65f42 CLEANUP: compression: remove calls to SLZ init functions by Willy Tarreau · 3 years, 7 months ago
  32. ab2b782 IMPORT: slz: import slz into the tree by Willy Tarreau · 3 years, 7 months ago
  33. 41007a6 MINOR: sample: converter: Add mjson library. by Alex · 3 years, 8 months ago
  34. 7633426 MINOR: ist: Add `istclear(struct ist*)` by Tim Duesterhus · 3 years, 8 months ago
  35. fea59fc CLEANUP: ist: Remove unused `count` argument from `ist2str*` by Tim Duesterhus · 3 years, 8 months ago
  36. fbc2b79 MINOR: ist: Rename istappend() to __istappend() by Tim Duesterhus · 3 years, 8 months ago
  37. 8daf8dc MINOR: ist: Add `istsplit(struct ist*, char)` by Tim Duesterhus · 3 years, 8 months ago
  38. 90aa8c7 MINOR: ist: Add `istshift(struct ist*)` by Tim Duesterhus · 3 years, 8 months ago
  39. 551eeae MINOR: ist: Add `istappend(struct ist, char)` by Tim Duesterhus · 3 years, 8 months ago
  40. 4acb99f BUG/MINOR: xxhash: make sure armv6 uses memcpy() by Willy Tarreau · 3 years, 10 months ago
  41. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 11 months ago
  42. 1e9a666 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 11 months ago
  43. 6f7cc11 MEDIUM: xxhash: use the XXH_INLINE_ALL macro to inline all functions by Dragan Dosen · 4 years ago
  44. de37443 IMPORT: xxhash: update to v0.8.0 that introduces stable XXH3 variant by Dragan Dosen · 4 years ago
  45. b1f5492 BUILD: plock: remove dead code that causes a warning in gcc 11 by Willy Tarreau · 4 years ago
  46. 1e237d0 MINOR: plock: use an ARMv8 instruction barrier for the pause instruction by Your Name · 4 years ago
  47. cf26623 MINOR: ist: Add istend() function to return a pointer to the end of the string by Christopher Faulet · 4 years, 1 month ago
  48. bb4582c MINOR: ist: Add a case insensitive istmatch function by Remi Tricot-Le Breton · 4 years, 1 month ago
  49. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 5 months ago
  50. 853926a BUG/MEDIUM: ebtree: use a byte-per-byte memcmp() to compare memory blocks by Willy Tarreau · 4 years, 5 months ago
  51. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 6 months ago
  52. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
  53. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 6 months ago
  54. 2532bd2 BUILD: threads/plock: fix a build issue on Clang without optimization by Willy Tarreau · 7 years ago
  55. b5f2715 MINOR: threads/build: atomic: replace the few inlines with macros by Willy Tarreau · 7 years ago
  56. d0d8ba5 MINOR: threads/atomic: implement pl_bts() on non-x86 by Willy Tarreau · 7 years ago
  57. 01b8398 MINOR: threads/atomic: implement pl_mb() in asm on x86 by Willy Tarreau · 7 years ago
  58. f7ba77e MINOR: threads/plock: rename local variables in macros to avoid conflicts by Willy Tarreau · 7 years ago
  59. 98409e3 MINOR: threads/atomic: rename local variables in macros to avoid conflicts by Willy Tarreau · 7 years ago
  60. 7122ab3 MINOR: threads: Add atomic-ops and plock includes in import dir by Emeric Brun · 7 years ago
  61. 7389dd0 IMPORT: sha1: import SHA1 functions by Dragan Dosen · 7 years ago
  62. bee9dde CLEANUP: da: move global settings out of the global section by Willy Tarreau · 8 years ago
  63. b7a6714 CLEANUP: 51d: move global settings out of the global section by Willy Tarreau · 8 years ago
  64. b149eed CLEANUP: da: register the deinitialization function by Willy Tarreau · 8 years ago
  65. 7ac4c20 CLEANUP: 51d: register the deinitialization function by Willy Tarreau · 8 years ago
  66. 876054d CLEANUP: da: make use of the late init registration code by Willy Tarreau · 8 years ago
  67. 9f3f254 CLEANUP: 51d: make use of the late init registration by Willy Tarreau · 8 years ago
  68. e5d3169 CLEANUP: wurfl: reduce exposure in the rest of the code by Willy Tarreau · 8 years ago
  69. d0027ed MEDIUM: wurfl: add Scientiamobile WURFL device detection module by scientiamobile · 8 years ago
  70. 22c4ed6 MINOR: lru: new function to delete <nb> least recently used keys by Baptiste Assmann · 9 years ago
  71. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  72. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · 9 years ago
  73. 92939d2 MINOR: lru: Add lru64_lookup function by Christopher Faulet · 9 years ago
  74. f90ac55 MINOR: lru: Add the possibility to free data when an item is removed by Christopher Faulet · 9 years ago
  75. a397e76 CLEANUP: adjust the envelope name in da.h to reflect the file name by Willy Tarreau · 9 years ago
  76. 0d74f77 CLEANUP: da: register the config keywords in da.c by Willy Tarreau · 9 years ago
  77. f63386a CLEANUP: da: move the converter registration to da.c by Willy Tarreau · 9 years ago
  78. 8167f30 MEDIUM: config: add DeviceAtlas global keywords by David Carlier · 9 years ago
  79. b5684e0 IMPORT: hash: import xxhash-r39 by Willy Tarreau · 10 years ago
  80. 69c696c IMPORT: lru: import simple ebtree-based LRU functions by Willy Tarreau · 10 years ago
  81. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · 16 years ago
  82. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · 18 years ago
  83. 3fa095d [MINOR] removed useless counters from ul2tree_insert() by Willy Tarreau · 18 years ago
  84. be384c6 [MINOR] import ul2tree from old librt project by Willy Tarreau · 18 years ago
  85. 2152cb5 [MEDIUM] import ip_tproxy.h from cttproxy by Willy Tarreau · 18 years ago