aboutsummaryrefslogtreecommitdiff
path: root/src/callbacks.c (unfollow)
AgeCommit message (Collapse)AuthorLines
2023-03-25native: allow write callback to handle <size bytesChloe Kudryavtsev-2/+5
2023-03-24native: cleanup: add elaborative commentsChloe Kudryavtsev-0/+1
2023-03-23reorganizeChloe Kudryavtsev-0/+0
jurl-native moved to jurl/native some of the renaming hasn't been done yet
2023-03-20native: add header_callback supportChloe Kudryavtsev-0/+17
2023-03-20add callback handlingChloe Kudryavtsev-0/+168
also, oops, forgot to register jurl_getopt in jurl.h callbacks are handled on a one-by-one basis because they all require somewhat custom handling the result, however, is an API that should feel almost native