Daniel Stenberg
|
50c10aa5bf
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
|
17 anni fa |
Dan Fandrich
|
5ecd56d964
Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed
|
17 anni fa |
Gunter Knauf
|
a4f36558fc
added NetWare-own file to provide some init functions (for now only CLIB);
|
17 anni fa |
James Housley
|
4cd7f85410
Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS
|
17 anni fa |
Daniel Stenberg
|
4c663ba9a8
When transferring 500 downloads in parallel with a c-ares enabled build only
|
17 anni fa |
Daniel Stenberg
|
f611f42dcf
Frank Hempel fixed a curl_easy_duphandle() crash on a handle that had
|
17 anni fa |
Yang Tse
|
0e05a6329a
fix out of memory handling issue
|
17 anni fa |
Daniel Stenberg
|
990b15e402
Rob Jones fixed better #ifdef'ing for a bunch of #include lines.
|
17 anni fa |
Daniel Stenberg
|
371a25eee9
When curl_easy_duphandle() fails because it can't get or make a connection
|
17 anni fa |
Yang Tse
|
eed47311f8
New Internal wrapper function Curl_select() around select (2), it
|
17 anni fa |
Yang Tse
|
be8a5d0aef
proper symbol definition check for all AmigaOS flavours
|
17 anni fa |
Gisle Vanem
|
c514a2a89a
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
|
17 anni fa |
Yang Tse
|
a1d5983991
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
|
18 anni fa |
Yang Tse
|
49c4d9c9cd
add debug messages for initialization failures
|
18 anni fa |
Daniel Stenberg
|
e5adab39b1
curl_easy_reset() now resets the CA bundle path correctly
|
18 anni fa |
Daniel Stenberg
|
bd600fbebe
curl_easy_duphandle() sets the magic number in the new handle
|
18 anni fa |
Daniel Stenberg
|
bedc61ac45
- Robert Foreman provided a prime example snippet showing how libcurl would
|
18 anni fa |
Daniel Stenberg
|
e4505aefd9
Jared Lundell filed bug report #1604956
|
18 anni fa |
Daniel Stenberg
|
2147284cad
James Housley brought support for SCP transfers
|
18 anni fa |
Yang Tse
|
5df4be1165
Check for USE_WINSOCK instead of WIN32 where the check was done
|
18 anni fa |
Yang Tse
|
e150150d9f
Remove redundant __CYGWIN__ symbol check
|
18 anni fa |
Daniel Stenberg
|
552b963e6d
Dmitriy Sergeyev provided an example source code that crashed CVS libcurl
|
18 anni fa |
Gisle Vanem
|
f7ddb39ee1
iconv-data needs to be fully reallocated (to prevent a double-free).
|
18 anni fa |
Gisle Vanem
|
f1ba12607a
Duplicate iconv-data too in curl_easy_duphandle().
|
18 anni fa |
Daniel Stenberg
|
b7eeb6e67f
Major overhaul introducing http pipelining support and shared connection
|
18 anni fa |
Gisle Vanem
|
4f4277d9c7
Simplified #ifdef on WIN32; the statement
|
18 anni fa |
Gisle Vanem
|
c7aae10300
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
|
18 anni fa |
Gisle Vanem
|
59cf6fd4f0
Watcom lacks <sys/time.h>.
|
18 anni fa |
Gisle Vanem
|
ab486d1e27
Silence iconv() warnings.
|
18 anni fa |
Dan Fandrich
|
c6fc5a1a26
Moved strdup replacement from src/main.c into src/strdup.c so it's available
|
18 anni fa |