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.h
Age
Commit message (
Expand
)
Author
2016-12-19
http_proxy: Fix proxy CONNECT hang on pending data
Jay Satiro
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2014-12-09
Curl_client_write() & al.: chop long data, convert data only once.
Patrick Monnerat
2014-12-08
compile: warn on unused return code from Curl_client_write()
Daniel Stenberg
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
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-01-25
fix compiler warning
Yang Tse
2010-01-21
Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new
Daniel Stenberg
2009-12-11
Removed function prototype without implementation
Yang Tse
2008-09-29
made Curl_read_plain() return an 'int' instead of CURLcode since it actually
Daniel Stenberg
2008-09-22
- Made the SOCKS code use the new Curl_read_plain() function to fix the bug
Daniel Stenberg
2008-06-20
- Hans-Jurgen May pointed out that trying SCP or SFTP over a SOCKS proxy
Daniel Stenberg
2008-05-09
- Make Curl_write and it's callees accept a const pointer, in preparation
Michal Marek
2007-10-29
Reverted the const change--what was I thinking?
Dan Fandrich
2007-10-29
Made some pointers const
Dan Fandrich
2007-03-27
Platforms that lack autotools support should define HAVE_VARIADIC_MACROS_C99
Yang Tse
2007-03-23
fix yet another leftover in previous commit
Yang Tse
2007-03-23
fix leftover in previous commit
Yang Tse
2007-03-23
fix compiler warning: empty body in an if/else-statement
Yang Tse
2007-03-22
Use C99-style variadic macros when available.
Dan Fandrich
2007-03-21
reverted back to previous version => http://curl.haxx.se/mail/lib-2007-03/025...
Yang Tse
2007-03-21
avoid the use of variadic macros for greater portability
Yang Tse
2006-10-27
Update copyright year, since the file has been modified
Yang Tse
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-08-19
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
Daniel Stenberg
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
2005-01-21
FTP third transfer support overhaul. See CHANGES for details.
Daniel Stenberg
2004-11-13
Dan fixed the CURL_DISABLE_VERBOSE_STRINGS stuff for older gcc versions since
Daniel Stenberg
2004-11-11
Dan Fandrich added --disable-verbose
Daniel Stenberg
2004-09-30
killed trailing whitespace
Daniel Stenberg
2004-06-03
Alexander Krasnostavsky's FTP third party transfer (proxy) support
Daniel Stenberg
2004-03-10
curl_socket_t mistakes cleanup
Daniel Stenberg
2004-03-09
Use curl_socket_t instead of int for holding sockets. The typedefs and
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2002-12-10
send_buffer is no more here
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-04-12
Jean-Philippe Barrette-LaPierre provided his patch that introduces
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2002-01-16
Curl_write's 5th argument now is signed
Daniel Stenberg
2002-01-14
Curl_read() now returns a negative return code if EWOULDBLOCK or similar
Daniel Stenberg
2001-10-31
Curl_sendf now returns a CURLcode
Daniel Stenberg
2001-08-30
Major rename and redesign of the internal "backbone" structs. Details will
Daniel Stenberg
2001-08-14
size_t and const
Daniel Stenberg
[next]