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