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
/
transfer.c
Age
Commit message (
Expand
)
Author
2007-12-08
All static functions that were previously name Curl_* something no longer
Daniel Stenberg
2007-11-24
struct HandleData is now called struct SingleRequest, and is only for data that
Daniel Stenberg
2007-11-15
Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into
Daniel Stenberg
2007-11-15
Make the Transfer() function return earlier without doing any initializations
Daniel Stenberg
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-10-15
Fix dynamic CURLOPT_POSTFIELDS bug: back to static.
Patrick Monnerat
2007-10-02
known bug #46: chunked-encoded CONNECT responses from a http proxy now works.
Daniel Stenberg
2007-09-27
Enabled a few more gcc warnings with --enable-debug. Renamed a few
Dan Fandrich
2007-09-26
Philip Langdale provided the new CURLOPT_POST301 option for
Daniel Stenberg
2007-09-11
- Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointed
Daniel Stenberg
2007-08-30
Renamed several libcurl error codes and options to make them more general
Dan Fandrich
2007-08-27
Fixed some minor type mismatches and missing consts mainly found by splint.
Dan Fandrich
2007-08-11
Allen Pulsifer provided a patch that makes libcurl set the expected download
Daniel Stenberg
2007-08-03
The previous commit to force the use of libssh2-0.16 by removing
James Housley
2007-08-01
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
Daniel Stenberg
2007-07-23
Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed
Dan Fandrich
2007-07-14
for now unless we do better fixed LIBSSH2_APINO compares to use long constants.
Gunter Knauf
2007-07-10
* Finish moving sftp:// into a state machine so it won't block in multi mode
James Housley
2007-06-25
gah, adding missing braces, removed silly debug output, added new debug output
Daniel Stenberg
2007-06-25
Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or
Daniel Stenberg
2007-06-22
remove annoying debug output
Daniel Stenberg
2007-05-24
stay within 80 cols
Daniel Stenberg
2007-05-18
Feng Tu reported that curl -w did wrong on TFTP transfers in
Daniel Stenberg
2007-05-02
Anders Gustafsson remarked that requiring CURLOPT_HTTP_VERSION set to 1.0
Daniel Stenberg
2007-05-02
Tobias Rundstrom reported a problem they experienced with xmms2 and recent
Daniel Stenberg
2007-04-26
Peter O'Gorman found a problem with SCP downloads when the downloaded file
Daniel Stenberg
2007-04-24
Robert Iakobashvili made the 'master_buffer' get allocated first once it is
Daniel Stenberg
2007-04-16
- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a
Daniel Stenberg
2007-04-10
Ravi Pratap provided fixes for HTTP pipelining
Daniel Stenberg
2007-04-07
fix compiler warning
Yang Tse
2007-04-03
Rob Jones fixed better #ifdef'ing for a bunch of #include lines.
Daniel Stenberg
2007-03-31
*** empty log message ***
Daniel Stenberg
2007-03-30
Pointer "conn" dereferenced before NULL check. found by coverity.com scan
Daniel Stenberg
2007-03-26
Internal function Curl_select() renamed to Curl_socket_ready()
Yang Tse
2007-03-11
reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html
Daniel Stenberg
2007-03-10
- Bryan Henderson introduces two things:
Daniel Stenberg
2007-02-26
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
Gisle Vanem
2007-02-21
- Ravi Pratap provided work on libcurl making pipelining more robust and
Daniel Stenberg
2007-02-21
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
Yang Tse
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2007-02-12
- Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent
Daniel Stenberg
2007-02-06
compiler warning fix
Yang Tse
2007-02-05
- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS
Daniel Stenberg
2007-01-26
Fixed compiler warning.
Dan Fandrich
2007-01-24
moved the SSL pending function to the proper place and name
Daniel Stenberg
2007-01-16
- Armel Asselin improved libcurl to behave a lot better when an easy handle
Daniel Stenberg
2007-01-14
- David McCreedy provided libcurl changes for doing HTTP communication on
Daniel Stenberg
2007-01-13
fixed bad variable use when getting the size which we should read when
Daniel Stenberg
2006-12-21
removed unused variables
Daniel Stenberg
2006-12-21
Robson Braga Araujo reported bug #1618359
Daniel Stenberg
[prev]
[next]