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