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
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