index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pipeline.c
Age
Commit message (
Expand
)
Author
2018-05-31
strictness: correct {infof, failf} format specifiers
Rikard Falkeborn
2017-06-19
PIPELINING_SERVER_BL: cleanup the internal list use
Daniel Stenberg
2017-05-10
multi: use a fixed array of timers instead of malloc
Daniel Stenberg
2017-05-10
multi: assign IDs to all timers and make each timer singleton
Daniel Stenberg
2017-04-22
llist: no longer uses malloc
Daniel Stenberg
2017-04-04
llist: replace Curl_llist_alloc with Curl_llist_init
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-08-04
multi: make Curl_expire() work with 0 ms timeouts
Daniel Stenberg
2016-07-14
library: Fix memory leaks found during static analysis
Miroslav Franc
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-03-08
pipeline: Sanity check pipeline pointer before accessing it.
Anders Bakken
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-05-18
pipeline: switch some code over to functions
Daniel Stenberg
2015-05-18
pipeline: move function to pipeline.c and make static
Daniel Stenberg
2015-05-12
bundles: merged into conncache.c
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2014-10-28
code cleanup: We prefer 'CURLcode result'
Steve Holme
2014-10-24
pipelining: only output "is not blacklisted" in debug builds
Daniel Stenberg
2014-10-03
Curl_pipeline_server_blacklisted: handle a NULL server name
Daniel Stenberg
2014-01-31
pipeline: Fixed a NULL pointer dereference on OOM
Dan Fandrich
2014-01-08
info: remove debug output
Daniel Stenberg
2014-01-03
pipeline: remove print_pipeline()
Daniel Stenberg
2013-12-31
mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU
Steve Holme
2013-07-24
string formatting: fix 15+ printf-style format strings
Yang Tse
2013-07-24
string formatting: fix 25+ printf-style format strings
Yang Tse
2013-03-14
pipelining: Remove dead code.
Linus Nielsen Feltzing
2013-03-13
Multiple pipelines and limiting the number of connections.
Linus Nielsen Feltzing