Yang Tse
|
4422f80ae7
David McCreedy's "transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII platform HTTP requests" patch
|
15 years ago |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 years ago |
Daniel Stenberg
|
794b4da840
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
|
15 years ago |
Daniel Stenberg
|
5af0629ba5
- Patrik Thunstrom reported a problem and helped me repeat it. It turned out
|
15 years ago |
Daniel Stenberg
|
002cf105c6
- CURLINFO_CONDITION_UNMET was added to allow an application to get to know if
|
15 years ago |
Dan Fandrich
|
80ffd3581f
Created a CURLMIN macro to match CURLMAX
|
16 years ago |
Daniel Stenberg
|
07416b61e3
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
|
16 years ago |
Dan Fandrich
|
ea8fbb5233
Added some #ifdefs around header files and change the EAGAIN test to
|
16 years ago |
Dan Fandrich
|
4fef0d4f14
Fixed a bug that caused a few bytes of garbage to be sent after a
|
16 years ago |
Daniel Stenberg
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 years ago |
Dan Fandrich
|
d51ad518c4
Fixed a compiler warning in the CURL_DISABLE_HTTP case
|
16 years ago |
Dan Fandrich
|
183210619d
Removed some more code in the CURL_DISABLE_HTTP case
|
16 years ago |
Yang Tse
|
4acbe8f20c
fix compiler warning
|
16 years ago |
Daniel Stenberg
|
0ecdcc253b
- John Wilkinson filed bug #2155496
|
16 years ago |
Dan Fandrich
|
9dcd0756ba
Fixed some compiler warnings with CURL_DISABLE_HTTP
|
16 years ago |
Dan Fandrich
|
5b9a57f536
Get rid of some more code in the CURL_DISABLE_HTTP case
|
16 years ago |
Daniel Stenberg
|
830018aa38
- Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified and
|
16 years ago |
Dan Fandrich
|
b9ce871463
Changed the handling of read/write errors in Curl_perform() to allow a
|
16 years ago |
Yang Tse
|
2ef72f7abb
fix compiler warning
|
16 years ago |
Daniel Stenberg
|
387521bb6d
comment < 80 columns
|
16 years ago |
Yang Tse
|
59e378f48f
remove unnecessary typecasting of malloc()
|
16 years ago |
Yang Tse
|
861b647e7b
remove unnecessary typecasting of realloc()
|
16 years ago |
Dan Fandrich
|
91ff938035
Improved the logic the decides whether to use HTTP 1.1 features or not in a
|
16 years ago |
Daniel Stenberg
|
18110b519c
- Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames
|
16 years ago |
Daniel Stenberg
|
c67a99ff27
- When libcurl was doing a HTTP POST and the server would respond with
|
16 years ago |
Dan Fandrich
|
4b01dfe369
Fixed out of memory problems that caused torture test failures in tests
|
16 years ago |
Yang Tse
|
ad638da2c2
Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU
|
16 years ago |
Yang Tse
|
66fb9ca5f6
For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
|
16 years ago |
Yang Tse
|
58f7c82d52
Fix 'result' may be used uninitialized in function readwrite_data()
|
16 years ago |
Dan Fandrich
|
ab83c0fd5b
Refactored Curl_readwrite() into a number of smaller functions.
|
16 years ago |