1. 7a8aff2 BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc by Amaury Denoyelle · Tue May 18 11:33:57 2021 +0200
  2. 7633426 MINOR: ist: Add `istclear(struct ist*)` by Tim Duesterhus · Wed Apr 14 19:14:30 2021 +0200
  3. fea59fc CLEANUP: ist: Remove unused `count` argument from `ist2str*` by Tim Duesterhus · Sat Apr 03 20:39:21 2021 +0200
  4. fbc2b79 MINOR: ist: Rename istappend() to __istappend() by Tim Duesterhus · Thu Apr 08 19:28:16 2021 +0200
  5. 8daf8dc MINOR: ist: Add `istsplit(struct ist*, char)` by Tim Duesterhus · Mon Apr 05 17:53:56 2021 +0200
  6. 90aa8c7 MINOR: ist: Add `istshift(struct ist*)` by Tim Duesterhus · Mon Apr 05 17:53:55 2021 +0200
  7. 551eeae MINOR: ist: Add `istappend(struct ist, char)` by Tim Duesterhus · Mon Apr 05 17:53:54 2021 +0200
  8. cf26623 MINOR: ist: Add istend() function to return a pointer to the end of the string by Christopher Faulet · Thu Oct 22 14:37:12 2020 +0200
  9. bb4582c MINOR: ist: Add a case insensitive istmatch function by Remi Tricot-Le Breton · Wed Oct 28 11:35:14 2020 +0100
  10. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · Wed May 27 16:21:26 2020 +0200[Renamed (98%) from include/common/ist.h]
  11. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  12. de80201 MINOR: ist: add istissame() function by Baptiste Assmann · Sun Mar 29 09:10:27 2020 +0200
  13. 9ef1967 MINOR: ist: add istadv() function by Baptiste Assmann · Sun Mar 29 08:10:16 2020 +0200
  14. 0417975 MINOR: ist: Add a function to retrieve the ist pointer by Christopher Faulet · Tue Apr 21 10:46:43 2020 +0200
  15. 77e3b4a CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Tue Mar 10 12:06:11 2020 +0500
  16. 9576ab7 MINOR: ist: Add `struct ist istdup(const struct ist)` by Tim Duesterhus · Thu Mar 05 17:56:34 2020 +0100
  17. 35005d0 MINOR: ist: Add `struct ist istalloc(size_t)` and `void istfree(struct ist*)` by Tim Duesterhus · Thu Mar 05 17:56:32 2020 +0100
  18. e296d3e MINOR: ist: Add `int isttest(const struct ist)` by Tim Duesterhus · Thu Mar 05 17:56:31 2020 +0100
  19. 241e29e MINOR: ist: Add `IST_NULL` macro by Tim Duesterhus · Thu Mar 05 17:56:30 2020 +0100
  20. 9dde0b2 MINOR: ist: add an iststop() function by Jerome Magnin · Fri Feb 21 10:33:12 2020 +0100
  21. 8f3ce06 MINOR: ist: add ist_find_ctl() by Willy Tarreau · Fri Nov 22 15:58:53 2019 +0100
  22. 0f35c59 BUILD: ist: turn the lower/upper case tables to literal on obsolete linkers by Willy Tarreau · Wed May 15 16:07:36 2019 +0200
  23. d6735d6 MEDIUM: ist: use local conversion arrays to case conversion by Willy Tarreau · Fri Dec 07 09:40:01 2018 +0100
  24. 3f2d696 MINOR: ist: add functions to copy/uppercase/lowercase into a buffer or string by Willy Tarreau · Fri Dec 07 08:35:07 2018 +0100
  25. a7280a1 BUILD: buffers: buf.h requires unistd to get ssize_t on libmusl by Willy Tarreau · Mon Nov 26 19:41:40 2018 +0100
  26. 2076145 MINOR: ist: Add the function isteqi by Christopher Faulet · Wed Jun 06 16:33:53 2018 +0200
  27. e67c4e5 MINOR: ist: add ist0() to add a trailing zero to a string. by Willy Tarreau · Thu Oct 19 06:28:23 2017 +0200
  28. 2ba6727 MINOR: ist: add a macro to ease const array initialization by Willy Tarreau · Thu Sep 21 15:24:10 2017 +0200
  29. e11f727 MINOR: ist: implement very simple indirect strings by Willy Tarreau · Tue May 30 17:49:36 2017 +0200