Daniel Stenberg
|
6e43a4ccce
|
Jean-Marc Ranger pointed out that the returned data doesn't survive a call
to curl_multi_remove_handle() either.
|
2004-12-18 10:24:49 +00:00 |
|
Dan Fandrich
|
a07dcfd850
|
Renamed a variable to avoid conflict with a C++ reserved word.
|
2004-12-17 20:18:53 +00:00 |
|
Gisle Vanem
|
321511a5be
|
Watcom has strtoll().
|
2004-12-17 19:57:50 +00:00 |
|
Gisle Vanem
|
c5297b9fd9
|
Watcom uses 'i64' suffix.
|
2004-12-17 18:33:09 +00:00 |
|
Gisle Vanem
|
7e00076586
|
<windows.h> required for Watcom.
|
2004-12-17 18:32:41 +00:00 |
|
Gisle Vanem
|
9a8ba19b73
|
s/_write/write/g
|
2004-12-17 18:31:40 +00:00 |
|
Gisle Vanem
|
41e776f9db
|
Fix calling convention of wlap32.dll function. Watcom
uses fastcall by default, so force cdecl.
|
2004-12-17 17:54:21 +00:00 |
|
Gisle Vanem
|
5c2d4a6bdd
|
Watcom has 'struct timeval'.
|
2004-12-17 17:49:10 +00:00 |
|
Gisle Vanem
|
83b709401c
|
Add libidn.a and iconv libraries if USE_IDNA=1.
|
2004-12-17 12:43:02 +00:00 |
|
Gisle Vanem
|
3590fffeae
|
Added option for using C-ares and libidn.
Dependencies generated from $(CSOURCES).
|
2004-12-17 12:38:06 +00:00 |
|
Gisle Vanem
|
5e2e87cc8d
|
getdate.c is gone.
|
2004-12-17 12:28:04 +00:00 |
|
Gisle Vanem
|
b1bdba7db5
|
Print true netrc name (.netrc/_netrc).
|
2004-12-17 12:26:18 +00:00 |
|
Daniel Stenberg
|
e3d342df96
|
avoid an extra malloc
|
2004-12-17 10:09:32 +00:00 |
|
Daniel Stenberg
|
ff54a74b4d
|
duplicate ! typo
|
2004-12-17 10:09:06 +00:00 |
|
Daniel Stenberg
|
ccf65be0a4
|
fixed minor memory leak when running out of memory
|
2004-12-17 09:00:19 +00:00 |
|
Daniel Stenberg
|
7dfef13224
|
oops, add missing return keyword
|
2004-12-17 08:58:48 +00:00 |
|
Daniel Stenberg
|
0b85e53af2
|
fix skip-reason
|
2004-12-16 22:45:06 +00:00 |
|
Daniel Stenberg
|
26cfb21c00
|
several windows large-file fixes
|
2004-12-16 22:22:26 +00:00 |
|
Daniel Stenberg
|
b7acdbcb4c
|
two more ftp directory re-use tests added
|
2004-12-16 22:22:11 +00:00 |
|
Daniel Stenberg
|
6e1e9caa32
|
Based on Gisle Vanem's patch: make sure the directory re-use works even when
a URL-encoded path is used.
|
2004-12-16 22:20:33 +00:00 |
|
Gisle Vanem
|
f71725de6e
|
Must include <io.h> and <sys/stat.h> before redefining
stat(), fstat() and lseek().
|
2004-12-16 21:27:29 +00:00 |
|
Dan Fandrich
|
26fe6da93b
|
Renamed a struct member to avoid conflict with a C++ reserved word.
|
2004-12-16 21:27:23 +00:00 |
|
Daniel Stenberg
|
8d4ac69175
|
reduced the number of sub-blocks
|
2004-12-16 18:18:23 +00:00 |
|
Daniel Stenberg
|
4f5a6a33b4
|
moved the lseek() and stat() magic defines to setup.h and now take advantage
of struct_stat in formdata.c as well, to support formpost uploads of large
files on Windows too
|
2004-12-16 18:09:27 +00:00 |
|
Gisle Vanem
|
ec8ee4404b
|
Support uploading and resuming of >2GB files.
Ref. lib/file.c.
|
2004-12-16 16:49:14 +00:00 |
|
Daniel Stenberg
|
e47b5d4e6c
|
Provide better reasons for why test cases are skipped. Also, don't show the
SKIPPED stuff in the short output. Some platforms get quite a lot of SKIPPED
and they don't add much value and only clutter screen space.
|
2004-12-16 14:18:11 +00:00 |
|
Daniel Stenberg
|
494c40fd98
|
NULL the fp pointer after it has been fclosed()
|
2004-12-16 13:55:19 +00:00 |
|
Daniel Stenberg
|
d3b414724b
|
Dinar in bug report #1086121, found a file handle leak when a multipart
formpost (including a file upload part) was aborted before the whole file was
sent.
|
2004-12-16 09:52:36 +00:00 |
|
Dan Fandrich
|
38181fbc74
|
Fix the --enable-debug compiler warning options for older versions of gcc.
|
2004-12-15 21:09:53 +00:00 |
|
Daniel Stenberg
|
8847e61fca
|
yet another mirror!
|
2004-12-15 14:09:52 +00:00 |
|
Daniel Stenberg
|
95b84adb9b
|
precaution to prevent double typedefs of the bool
|
2004-12-15 14:05:07 +00:00 |
|
Daniel Stenberg
|
b34d161703
|
moved the bool typedef to setup.h
|
2004-12-15 10:33:51 +00:00 |
|
Daniel Stenberg
|
d88b3d3d5d
|
fixed how backslashes are treated in glob strings
|
2004-12-15 09:23:24 +00:00 |
|
Dan Fandrich
|
f2fb9039bd
|
Make some arrays of pointers const, too.
|
2004-12-15 03:03:45 +00:00 |
|
Dan Fandrich
|
a28b32aa45
|
Make some arrays of pointers const, too.
|
2004-12-15 02:32:04 +00:00 |
|
Dan Fandrich
|
1ba47e7af9
|
Add 'const' to immutable arrays.
|
2004-12-15 01:38:25 +00:00 |
|
Daniel Stenberg
|
9359498b06
|
clarify that the app must free the engine list
|
2004-12-14 22:47:13 +00:00 |
|
Daniel Stenberg
|
553082e24a
|
prevent compiler warning when built without engine support
|
2004-12-14 22:06:25 +00:00 |
|
Daniel Stenberg
|
dc28a9c0c1
|
make sure the ipv6 http server gets its pid stored in a separate file
|
2004-12-14 21:52:16 +00:00 |
|
Daniel Stenberg
|
1faef62d59
|
use the correct variables, not fixed values
|
2004-12-14 21:25:23 +00:00 |
|
Daniel Stenberg
|
0d0d5e7ee3
|
Harshal Pradhan fixed changing username/password on a persitent HTTP
connection.
|
2004-12-14 21:22:51 +00:00 |
|
Daniel Stenberg
|
4f567d0f81
|
mistake
|
2004-12-14 21:22:12 +00:00 |
|
Dan Fandrich
|
f23d923fd3
|
Only declare static variables if they're needed. Fixed some compile warnings.
|
2004-12-14 20:44:36 +00:00 |
|
Dan Fandrich
|
10d6d8b2ae
|
Header files are in openssl/ only if USE_OPENSSL is set.
|
2004-12-14 20:25:23 +00:00 |
|
Dan Fandrich
|
358e08b95d
|
Removed fputc() prototype since it's already in stdio.h
|
2004-12-14 20:17:58 +00:00 |
|
Gisle Vanem
|
e181eda253
|
Caller must free 'engines' list.
|
2004-12-14 14:24:04 +00:00 |
|
Gisle Vanem
|
7d3f5d7ac1
|
urldata.h: Removed engine_list.
ssluse.*: Added SSL_strerror(). Curl_SSL_engines_list() now returns a slist
which must be freed by caller.
|
2004-12-14 14:20:21 +00:00 |
|
Daniel Stenberg
|
37c7a695a2
|
Moved the CURLE_SSL_ENGINE_INITFAILED error code last in the list so that
the others remain at previous values.
|
2004-12-14 09:58:45 +00:00 |
|
Daniel Stenberg
|
07f107ae20
|
Moved the engine stuff from the root-level of the SessionHandle struct to the
UrlState sub-struct. Also made the engine_list exist for non-ssl builds to
make curl build.
|
2004-12-14 09:36:22 +00:00 |
|
Gisle Vanem
|
5c14b3be6d
|
Document CURLINFO_SSL_ENGINES and "--engine".
|
2004-12-13 20:14:04 +00:00 |
|