]> git.ipfire.org Git - thirdparty/curl.git/commit
llist: add Curl_llist_append()
authorStefan Eissing <stefan@eissing.org>
Wed, 10 Apr 2024 09:51:08 +0000 (11:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Apr 2024 07:00:51 +0000 (09:00 +0200)
commitc296abd42dc9d1af050818b1cd23f9a8a9e5cbc5
treecaa5ff2b4ef3b4ca4f64501f17f048f60dfaa8b6
parent8cee4c92389a9cd024c438b65fa266a5d0e1456e
llist: add Curl_llist_append()

- use for better readability in all places where the "insert_next"
  actually performs an append to the list
- add some tests in unit1300

Closes #13336
lib/altsvc.c
lib/conncache.c
lib/ftplistparser.c
lib/hash.c
lib/headers.c
lib/hsts.c
lib/llist.c
lib/llist.h
lib/multi.c
lib/multihandle.h
tests/unit/unit1300.c