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
/
sendf.c
Age
Commit message (
Expand
)
Author
2015-05-18
CURLMOPT_PIPELINE: bit 1 is for multiplexing
Daniel Stenberg
2015-05-18
http2: Curl_read should not use the single buffer
Daniel Stenberg
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-17
checksrc: use space before paren in "return (expr);"
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-12-09
Curl_client_write() & al.: chop long data, convert data only once.
Patrick Monnerat
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-03
Curl_debug: document switch fallthroughs
Daniel Stenberg
2014-04-23
handler: make 'protocol' always specified as a single bit
Daniel Stenberg
2013-12-27
sendf.c: Fixed compilation warning from f2d234a4dd9bcc
Steve Holme
2013-12-27
FILE: Fixed sending of data would always return CURLE_WRITE_ERROR
Steve Holme
2013-12-26
FILE: we don't support paused transfers using this protocol
Daniel Stenberg
2013-12-20
vtls: renamed sslgen.[ch] to vtls.[ch]
Daniel Stenberg
2013-12-20
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
Daniel Stenberg
2013-08-25
FTP: remove krb4 support
Daniel Stenberg
2013-03-13
Multiple pipelines and limiting the number of connections.
Linus Nielsen Feltzing
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-11-12
Curl_write: remove unneeded typecast
Daniel Stenberg
2011-09-26
remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY
Yang Tse
2011-09-25
allow write callbacks to indicate OOM to libcurl
Yang Tse
2011-09-05
fix bool variables checking and assignment
Yang Tse
2011-08-26
Curl_read_plain: indent code
Daniel Stenberg
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-07-24
errno.h inclusion conditionally done in setup_once.h
Yang Tse
2011-05-21
compiler warning: fix
Yang Tse
2011-05-05
RTSP: cleanups
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2011-04-20
CURL_DOES_CONVERSIONS: cleanup
Daniel Stenberg
2011-03-14
protocols: use CURLPROTO_ internally
Daniel Stenberg
2011-03-14
protocol handler: added flags field
Daniel Stenberg
2010-12-05
Curl_send/recv_plain: return errno on failure
Daniel Stenberg
2010-06-19
sendrecv: treat all negative values from send/recv as errors
Daniel Stenberg
2010-05-11
sendrecv: make them two pairs of send/recv to properly deal with FTPS
Howard Chu
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2010-04-07
qssl: reflect recent code changes in SSL interface
Kamil Dudka
2010-04-04
refactorize interface of Curl_ssl_recv/Curl_ssl_send
Kamil Dudka
2010-04-01
fix SFTP download hang
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-03-19
- Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().
Kamil Dudka
2010-02-04
fix printf-style format strings
Yang Tse
2010-02-02
Fix compiler warning: conditional expression is constant
Yang Tse
2010-01-22
wrap long lines and do some indent policing
Daniel Stenberg
2010-01-21
Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new
Daniel Stenberg
2009-06-10
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
Daniel Stenberg
[next]