1. edcff74 MINOR: ist: add new function ist_find_range() to find a character range by Willy Tarreau · 11 months ago
  2. c6abc08 MINOR: ebtree: add ebmb_lookup_shorter() to pursue lookups by Willy Tarreau · 1 year, 11 months ago
  3. 3471051 BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc by Amaury Denoyelle · 3 years, 1 month ago
  4. d822d9a BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long by Willy Tarreau · 2 years, 10 months ago
  5. c6ecf56 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 11 months ago
  6. 0179e1d BUG/MEDIUM: ebtree: Invalid read when looking for dup entry by Remi Tricot-Le Breton · 3 years, 1 month ago
  7. 388fc25 IMPORT: slz: use inttypes.h instead of stdint.h by Willy Tarreau · 3 years, 2 months ago
  8. 9e27428 IMPORT: slz: do not produce the crc32_fast table when CRC is natively supported by Willy Tarreau · 3 years, 2 months ago
  9. b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 2 months ago
  10. 5e65f42 CLEANUP: compression: remove calls to SLZ init functions by Willy Tarreau · 3 years, 2 months ago
  11. ab2b782 IMPORT: slz: import slz into the tree by Willy Tarreau · 3 years, 2 months ago
  12. 41007a6 MINOR: sample: converter: Add mjson library. by Alex · 3 years, 3 months ago
  13. 7633426 MINOR: ist: Add `istclear(struct ist*)` by Tim Duesterhus · 3 years, 3 months ago
  14. fea59fc CLEANUP: ist: Remove unused `count` argument from `ist2str*` by Tim Duesterhus · 3 years, 3 months ago
  15. fbc2b79 MINOR: ist: Rename istappend() to __istappend() by Tim Duesterhus · 3 years, 3 months ago
  16. 8daf8dc MINOR: ist: Add `istsplit(struct ist*, char)` by Tim Duesterhus · 3 years, 3 months ago
  17. 90aa8c7 MINOR: ist: Add `istshift(struct ist*)` by Tim Duesterhus · 3 years, 3 months ago
  18. 551eeae MINOR: ist: Add `istappend(struct ist, char)` by Tim Duesterhus · 3 years, 3 months ago
  19. 4acb99f BUG/MINOR: xxhash: make sure armv6 uses memcpy() by Willy Tarreau · 3 years, 5 months ago
  20. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 6 months ago
  21. 1e9a666 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  22. 6f7cc11 MEDIUM: xxhash: use the XXH_INLINE_ALL macro to inline all functions by Dragan Dosen · 3 years, 6 months ago
  23. de37443 IMPORT: xxhash: update to v0.8.0 that introduces stable XXH3 variant by Dragan Dosen · 3 years, 6 months ago
  24. b1f5492 BUILD: plock: remove dead code that causes a warning in gcc 11 by Willy Tarreau · 3 years, 6 months ago
  25. 1e237d0 MINOR: plock: use an ARMv8 instruction barrier for the pause instruction by Your Name · 3 years, 7 months ago
  26. cf26623 MINOR: ist: Add istend() function to return a pointer to the end of the string by Christopher Faulet · 3 years, 8 months ago
  27. bb4582c MINOR: ist: Add a case insensitive istmatch function by Remi Tricot-Le Breton · 3 years, 8 months ago
  28. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  29. 853926a BUG/MEDIUM: ebtree: use a byte-per-byte memcmp() to compare memory blocks by Willy Tarreau · 4 years, 1 month ago
  30. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 1 month ago
  31. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  32. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  33. 2532bd2 BUILD: threads/plock: fix a build issue on Clang without optimization by Willy Tarreau · 7 years ago
  34. b5f2715 MINOR: threads/build: atomic: replace the few inlines with macros by Willy Tarreau · 7 years ago
  35. d0d8ba5 MINOR: threads/atomic: implement pl_bts() on non-x86 by Willy Tarreau · 7 years ago
  36. 01b8398 MINOR: threads/atomic: implement pl_mb() in asm on x86 by Willy Tarreau · 7 years ago
  37. f7ba77e MINOR: threads/plock: rename local variables in macros to avoid conflicts by Willy Tarreau · 7 years ago
  38. 98409e3 MINOR: threads/atomic: rename local variables in macros to avoid conflicts by Willy Tarreau · 7 years ago
  39. 7122ab3 MINOR: threads: Add atomic-ops and plock includes in import dir by Emeric Brun · 7 years ago
  40. 7389dd0 IMPORT: sha1: import SHA1 functions by Dragan Dosen · 7 years ago
  41. bee9dde CLEANUP: da: move global settings out of the global section by Willy Tarreau · 8 years ago
  42. b7a6714 CLEANUP: 51d: move global settings out of the global section by Willy Tarreau · 8 years ago
  43. b149eed CLEANUP: da: register the deinitialization function by Willy Tarreau · 8 years ago
  44. 7ac4c20 CLEANUP: 51d: register the deinitialization function by Willy Tarreau · 8 years ago
  45. 876054d CLEANUP: da: make use of the late init registration code by Willy Tarreau · 8 years ago
  46. 9f3f254 CLEANUP: 51d: make use of the late init registration by Willy Tarreau · 8 years ago
  47. e5d3169 CLEANUP: wurfl: reduce exposure in the rest of the code by Willy Tarreau · 8 years ago
  48. d0027ed MEDIUM: wurfl: add Scientiamobile WURFL device detection module by scientiamobile · 8 years ago
  49. 22c4ed6 MINOR: lru: new function to delete <nb> least recently used keys by Baptiste Assmann · 8 years ago
  50. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  51. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · 9 years ago
  52. 92939d2 MINOR: lru: Add lru64_lookup function by Christopher Faulet · 9 years ago
  53. f90ac55 MINOR: lru: Add the possibility to free data when an item is removed by Christopher Faulet · 9 years ago
  54. a397e76 CLEANUP: adjust the envelope name in da.h to reflect the file name by Willy Tarreau · 9 years ago
  55. 0d74f77 CLEANUP: da: register the config keywords in da.c by Willy Tarreau · 9 years ago
  56. f63386a CLEANUP: da: move the converter registration to da.c by Willy Tarreau · 9 years ago
  57. 8167f30 MEDIUM: config: add DeviceAtlas global keywords by David Carlier · 9 years ago
  58. b5684e0 IMPORT: hash: import xxhash-r39 by Willy Tarreau · 9 years ago
  59. 69c696c IMPORT: lru: import simple ebtree-based LRU functions by Willy Tarreau · 9 years ago
  60. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · 16 years ago
  61. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · 17 years ago
  62. 3fa095d [MINOR] removed useless counters from ul2tree_insert() by Willy Tarreau · 17 years ago
  63. be384c6 [MINOR] import ul2tree from old librt project by Willy Tarreau · 17 years ago
  64. 2152cb5 [MEDIUM] import ip_tproxy.h from cttproxy by Willy Tarreau · 18 years ago