Dan Fandrich
|
5591550167
Fixed a couple more locale-dependent toupper conversions, mainly for
|
16 years ago |
Dan Fandrich
|
bc93011554
Unified much of the SessionHandle initialization done in Curl_open() and
|
16 years ago |
Daniel Stenberg
|
479ddb1fee
- Igor Novoseltsev filed bug #2351645
|
16 years ago |
Daniel Stenberg
|
34d837c2dd
provide CURL_DEFAULT_PROXY_PORT set to 1080 for the default port libcurl
|
16 years ago |
Daniel Stenberg
|
b3de497d83
Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
|
17 years ago |
Daniel Stenberg
|
5b358603bd
Michal Marek forwarded the bug report
|
17 years ago |
Dan Fandrich
|
16b95fc773
Enabled a few more gcc warnings with --enable-debug. Renamed a few
|
17 years ago |
Daniel Stenberg
|
50c10aa5bf
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
|
17 years ago |
Dan Fandrich
|
9f72db13c4
Fixed an out of memory handling issue with HTTP pipelines.
|
17 years ago |
Yang Tse
|
c25283185a
fogot to change Curl_mk_connc in header file
|
18 years ago |
Yang Tse
|
b6f889085d
update copyright year notice
|
18 years ago |
Daniel Stenberg
|
385e612fa5
- Armel Asselin improved libcurl to behave a lot better when an easy handle
|
18 years ago |
Daniel Stenberg
|
e4505aefd9
Jared Lundell filed bug report #1604956
|
18 years ago |
Daniel Stenberg
|
a1de9367ec
Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test
|
18 years ago |
Daniel Stenberg
|
2d5fc39d35
Resize the connection cache upwards when adding more handles than what
|
18 years ago |
Daniel Stenberg
|
39e01e9349
file-local function should be static and not use Curl_ prefix!
|
18 years ago |
Daniel Stenberg
|
b7eeb6e67f
Major overhaul introducing http pipelining support and shared connection
|
18 years ago |
Daniel Stenberg
|
686d90745b
First curl_multi_socket() commit. Should primarily be considered as an internal
|
18 years ago |
Daniel Stenberg
|
4922904991
Simplified the code within curl_easy_perform() that calls Curl_perform().
|
19 years ago |
Daniel Stenberg
|
6e61939382
GnuTLS support added. There's now a "generic" SSL layer that we use all over
|
19 years ago |
Daniel Stenberg
|
6a2e21ec8c
FTP code turned into state machine. Not completely yet, but a good start.
|
20 years ago |
Daniel Stenberg
|
8001921112
I made Curl_done() take a pointer-pointer in the first argument instead, and
|
20 years ago |
Daniel Stenberg
|
d60c22572b
Curl_done() and the protocol-specific conn->curl_done() functions now all
|
20 years ago |
Daniel Stenberg
|
648e82f05d
Major hostip.c cleanup and split into multiple files and easier #ifdef
|
20 years ago |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 years ago |
Daniel Stenberg
|
b73612392d
ares awareness/usage/support added. If configure --enable-ares is used, we
|
21 years ago |
Daniel Stenberg
|
071c95128e
moved the proxyuser and proxypasswd fields from the sessionhandle to the
|
21 years ago |
Daniel Stenberg
|
9558f229db
Fixup after talks with Richard Bramante. We should now make better
|
21 years ago |
Daniel Stenberg
|
f26a338a54
copyright year update in the source header
|
22 years ago |
Daniel Stenberg
|
2cff251863
Curl_resolv() now returns a different struct, and it contains a reference
|
22 years ago |