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
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-19
Fixed a compiler warning in the CURL_DISABLE_HTTP case
Dan Fandrich
2008-10-18
Removed some more code in the CURL_DISABLE_HTTP case
Dan Fandrich
2008-10-17
fix compiler warning
Yang Tse
2008-10-15
- John Wilkinson filed bug #2155496
Daniel Stenberg
2008-10-10
Fixed some compiler warnings with CURL_DISABLE_HTTP
Dan Fandrich
2008-10-09
Get rid of some more code in the CURL_DISABLE_HTTP case
Dan Fandrich
2008-10-08
- Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified and
Daniel Stenberg
2008-10-07
Changed the handling of read/write errors in Curl_perform() to allow a
Dan Fandrich
2008-09-08
fix compiler warning
Yang Tse
2008-09-08
comment < 80 columns
Daniel Stenberg
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2008-09-06
remove unnecessary typecasting of realloc()
Yang Tse
2008-09-05
Improved the logic the decides whether to use HTTP 1.1 features or not in a
Dan Fandrich
2008-09-05
- Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames
Daniel Stenberg
2008-08-29
- When libcurl was doing a HTTP POST and the server would respond with
Daniel Stenberg
2008-08-26
Fixed out of memory problems that caused torture test failures in tests
Dan Fandrich
2008-08-16
Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU
Yang Tse
2008-08-15
For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
Yang Tse
2008-08-12
Fix 'result' may be used uninitialized in function readwrite_data()
Yang Tse
2008-08-08
Refactored Curl_readwrite() into a number of smaller functions.
Dan Fandrich
2008-08-04
- Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and
Daniel Stenberg
2008-08-01
Added more code under #ifndef CURL_DISABLE_HTTP to fix builds with
Dan Fandrich
2008-07-30
Factored out Curl_copy_header_value
Dan Fandrich
2008-07-26
- David Bau filed bug report #2026240 "CURL_READFUNC_PAUSE leads to buffer
Daniel Stenberg
2008-07-10
Fixed another OOM problem, this time with test 64.
Dan Fandrich
2008-07-09
Fixed an OOM handling problem that cause test 11 to fail the torture test.
Dan Fandrich
2008-07-03
Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx
Daniel Stenberg
2008-05-26
- Bug report #1973352 (http://curl.haxx.se/bug/view.cgi?id=1973352) identified
Daniel Stenberg
2008-05-09
Removed an unused variable and one do-while loop that wasn't used either.
Daniel Stenberg
2008-05-06
fix compiler warning: enumerated type mixed with another type
Yang Tse
2008-05-03
minor spell and language fix of a comment
Daniel Stenberg
2008-05-03
- Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twice
Daniel Stenberg
2008-04-30
- To make it easier for applications that want lots of magic stuff done on
Daniel Stenberg
2008-03-22
- Fixed the problem with doing a zero byte SCP transfer, verified with test
Daniel Stenberg
2008-03-13
Change the confusing two variables for the expect 100 continue stuff into
Daniel Stenberg
2008-02-21
- Zmey Petroff found a crash when libcurl accessed a NULL pointer, which
Daniel Stenberg
2008-02-20
- We no longer support setting the CURLOPT_URL option from inside a callback
Daniel Stenberg
2008-01-31
- Dmitry Kurochkin moved several struct fields from the connectdata struct to
Daniel Stenberg
2008-01-16
Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
Daniel Stenberg
2008-01-15
Calls to Curl_failf() are not supposed to provide a trailing newline as the
Daniel Stenberg
2008-01-10
Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow
Daniel Stenberg
2008-01-10
corrected comment
Daniel Stenberg
2008-01-09
fix compiler warning
Yang Tse
2008-01-08
Introducing curl_easy_pause() and new magic return codes for both the read
Daniel Stenberg
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
[prev]
[next]