Daniel Stenberg
|
a9c1ca9fc5
- Setting CURLOPT_NOBODY to FALSE will now switch the HTTP request method to
|
16 years ago |
Michal Marek
|
d13be06aaa
Removed the generated ca-bundle.h file. The verbatim value of $ca and
|
16 years ago |
Daniel Stenberg
|
2c9763da3e
- Made setting the CURLOPT_SSL_CTX_FUNCTION option return a failure in case
|
16 years ago |
Michal Marek
|
86cbb23282
- Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by
|
16 years ago |
Daniel Stenberg
|
3bb4602227
assert that the *connp is a non-NULL pointer when Curl_done() is called
|
16 years ago |
Daniel Stenberg
|
53a549000c
- Based on initial work done by Gautam Kachroo to address a bug, we now keep
|
16 years ago |
Daniel Stenberg
|
55700cb01f
- We no longer support setting the CURLOPT_URL option from inside a callback
|
16 years ago |
Daniel Stenberg
|
240bae4eb2
In Curl_done() if premature is TRUE, it means this connection was said to be
|
16 years ago |
Daniel Stenberg
|
48918c3047
mention that we explicitly ignore the return code
|
16 years ago |
Daniel Stenberg
|
ffae4f6b48
- Dmitry Kurochkin cleaned up the pipelining code and removed the need for and
|
17 years ago |
Daniel Stenberg
|
b620e62f0f
- Dmitry Kurochkin moved several struct fields from the connectdata struct to
|
17 years ago |
Daniel Stenberg
|
1bfbd25027
- Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously
|
17 years ago |
Daniel Stenberg
|
ef0ed9b720
Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed
|
17 years ago |
Daniel Stenberg
|
b3de497d83
Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
|
17 years ago |
Daniel Stenberg
|
991505e077
Woops, partly revert my previous commit and do it slightly differently instead.
|
17 years ago |
Daniel Stenberg
|
56f17d2c9f
I made the torture test on test 530 go through. This was actually due to
|
17 years ago |
Daniel Stenberg
|
18faa50940
Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow
|
17 years ago |
Daniel Stenberg
|
de23b98522
Introducing curl_easy_pause() and new magic return codes for both the read
|
17 years ago |
Daniel Stenberg
|
f111c9edae
more SOCKS5_HOSTNAME adjustments from Richard Atterer
|
17 years ago |
Daniel Stenberg
|
cadd08f36a
make sure CURLPROXY_SOCKS5_HOSTNAME is taken care of as well
|
17 years ago |
Daniel Stenberg
|
b430576436
Based on further discussion on curl-library, I reverted yesterday's SOCKS5
|
17 years ago |
Daniel Stenberg
|
2e42b0a252
Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the
|
17 years ago |
Gisle Vanem
|
083d3190e5
'false' and 'true' are not built-ins on most compilers.
|
17 years ago |
Daniel Stenberg
|
a46b40b7fd
Richard Atterer brought a patch that added support for SOCKS4a proxies, which
|
17 years ago |
Daniel Stenberg
|
04e4d9a0b3
Dmitry Kurochkin mentioned a flaw
|
17 years ago |
Daniel Stenberg
|
662bee7193
All static functions that were previously name Curl_* something no longer
|
17 years ago |
Daniel Stenberg
|
1c93e75375
Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control
|
17 years ago |
Daniel Stenberg
|
162c039e9d
reqdata doesn't exist anymore and the path moved to the UrlState struct
|
17 years ago |
Daniel Stenberg
|
13648f8ccd
struct HandleData is now called struct SingleRequest, and is only for data that
|
17 years ago |
Daniel Stenberg
|
cb04619de2
Make the do_complete() function not get called until the DO actually is
|
17 years ago |