1. 7783546 BUG/MINOR: ist: allocate nul byte on istdup by Amaury Denoyelle · 9 months ago
  2. edcff74 MINOR: ist: add new function ist_find_range() to find a character range by Willy Tarreau · 1 year, 3 months ago
  3. 3471051 BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc by Amaury Denoyelle · 3 years, 6 months ago
  4. 7633426 MINOR: ist: Add `istclear(struct ist*)` by Tim Duesterhus · 3 years, 7 months ago
  5. fea59fc CLEANUP: ist: Remove unused `count` argument from `ist2str*` by Tim Duesterhus · 3 years, 8 months ago
  6. fbc2b79 MINOR: ist: Rename istappend() to __istappend() by Tim Duesterhus · 3 years, 7 months ago
  7. 8daf8dc MINOR: ist: Add `istsplit(struct ist*, char)` by Tim Duesterhus · 3 years, 8 months ago
  8. 90aa8c7 MINOR: ist: Add `istshift(struct ist*)` by Tim Duesterhus · 3 years, 8 months ago
  9. 551eeae MINOR: ist: Add `istappend(struct ist, char)` by Tim Duesterhus · 3 years, 8 months ago
  10. cf26623 MINOR: ist: Add istend() function to return a pointer to the end of the string by Christopher Faulet · 4 years, 1 month ago
  11. bb4582c MINOR: ist: Add a case insensitive istmatch function by Remi Tricot-Le Breton · 4 years, 1 month ago
  12. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 6 months ago[Renamed (98%) from include/common/ist.h]
  13. 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
  14. de80201 MINOR: ist: add istissame() function by Baptiste Assmann · 4 years, 8 months ago
  15. 9ef1967 MINOR: ist: add istadv() function by Baptiste Assmann · 4 years, 8 months ago
  16. 0417975 MINOR: ist: Add a function to retrieve the ist pointer by Christopher Faulet · 4 years, 7 months ago
  17. 77e3b4a CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 8 months ago
  18. 9576ab7 MINOR: ist: Add `struct ist istdup(const struct ist)` by Tim Duesterhus · 4 years, 9 months ago
  19. 35005d0 MINOR: ist: Add `struct ist istalloc(size_t)` and `void istfree(struct ist*)` by Tim Duesterhus · 4 years, 9 months ago
  20. e296d3e MINOR: ist: Add `int isttest(const struct ist)` by Tim Duesterhus · 4 years, 9 months ago
  21. 241e29e MINOR: ist: Add `IST_NULL` macro by Tim Duesterhus · 4 years, 9 months ago
  22. 9dde0b2 MINOR: ist: add an iststop() function by Jerome Magnin · 4 years, 9 months ago
  23. 8f3ce06 MINOR: ist: add ist_find_ctl() by Willy Tarreau · 5 years ago
  24. 0f35c59 BUILD: ist: turn the lower/upper case tables to literal on obsolete linkers by Willy Tarreau · 6 years ago
  25. d6735d6 MEDIUM: ist: use local conversion arrays to case conversion by Willy Tarreau · 6 years ago
  26. 3f2d696 MINOR: ist: add functions to copy/uppercase/lowercase into a buffer or string by Willy Tarreau · 6 years ago
  27. a7280a1 BUILD: buffers: buf.h requires unistd to get ssize_t on libmusl by Willy Tarreau · 6 years ago
  28. 2076145 MINOR: ist: Add the function isteqi by Christopher Faulet · 6 years ago
  29. e67c4e5 MINOR: ist: add ist0() to add a trailing zero to a string. by Willy Tarreau · 7 years ago
  30. 2ba6727 MINOR: ist: add a macro to ease const array initialization by Willy Tarreau · 7 years ago
  31. e11f727 MINOR: ist: implement very simple indirect strings by Willy Tarreau · 7 years ago