Dan Fandrich
|
f5e0ff2170
|
Added LDAP library issue.
|
2004-12-23 22:34:00 +00:00 |
|
Daniel Stenberg
|
814d176b86
|
recent changes
and Merry Christmas!
|
2004-12-23 22:31:39 +00:00 |
|
Daniel Stenberg
|
3955b31362
|
David Shaw fixed the disable variables so that curl-config --feature works
correctly!
|
2004-12-23 08:48:59 +00:00 |
|
Daniel Stenberg
|
4b3fb5a01c
|
issue 47 in next release?
|
2004-12-22 22:46:05 +00:00 |
|
Daniel Stenberg
|
67abd4cd47
|
Rune Kleveland fixed a minor memory leak for received cookies with the (rare)
version attribute set.
|
2004-12-22 22:33:31 +00:00 |
|
Daniel Stenberg
|
58f4af7973
|
Marcin Konicki provided two configure fixes and a source fix to make curl
build out-of-the-box on BeOS.
|
2004-12-22 22:28:10 +00:00 |
|
Dan Fandrich
|
99befd3a15
|
C ensures that static variables are initialized to 0
|
2004-12-22 20:12:15 +00:00 |
|
Daniel Stenberg
|
3acda85c2b
|
added CURLINFO_HTTP_CONNECTCODE
|
2004-12-22 12:31:55 +00:00 |
|
Daniel Stenberg
|
dbb69797cf
|
uh, fixed!
|
2004-12-22 09:21:04 +00:00 |
|
Daniel Stenberg
|
2910880b15
|
Added: 4 protocols we _could_ support and the CONNECT HTTP/1.0 detail we might
fix one day.
|
2004-12-22 09:19:29 +00:00 |
|
Daniel Stenberg
|
8b5f0abef1
|
more about error codes
|
2004-12-21 21:35:00 +00:00 |
|
Daniel Stenberg
|
10b5327b19
|
test enforced chunked encoding with PUT on a local file
|
2004-12-21 20:19:05 +00:00 |
|
Daniel Stenberg
|
4ba1eb26fa
|
Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the
-w option support 'http_connect' to make it easier to verify!
|
2004-12-21 19:59:35 +00:00 |
|
Daniel Stenberg
|
444f6427b8
|
oops, variables first then code
|
2004-12-21 14:33:37 +00:00 |
|
Daniel Stenberg
|
a173e07eec
|
Prevent failf() from using the va_list variable more than once.
See bug report #1088962 and Single Unix Specification:
http://www.opengroup.org/onlinepubs/007908799/xsh/vfprintf.html
|
2004-12-21 14:22:10 +00:00 |
|
Daniel Stenberg
|
3de85777de
|
mention how the FTP code should be fixed one day
|
2004-12-21 10:54:21 +00:00 |
|
Daniel Stenberg
|
f4c5314890
|
include sys/types.h before sys/select.h
|
2004-12-21 10:11:07 +00:00 |
|
Daniel Stenberg
|
1225ad58bd
|
set debug curl too when -c is used
|
2004-12-21 10:10:40 +00:00 |
|
Daniel Stenberg
|
951fdeba67
|
How do I list the root dir of an FTP server?
|
2004-12-21 09:37:55 +00:00 |
|
Dan Fandrich
|
327b46cced
|
Fixed a compile warning introduced by making the protocol table const. This
involves a binary-compatible change to the API struct curl_version_info_data
|
2004-12-20 21:14:45 +00:00 |
|
Dan Fandrich
|
80d301257c
|
Make some more arrays of pointers const.
|
2004-12-20 18:23:43 +00:00 |
|
Dan Fandrich
|
0e59182945
|
gcc 2.7 can't handle a few warning options that gcc 2.95 can.
|
2004-12-20 18:20:17 +00:00 |
|
Daniel Stenberg
|
7270d5ce26
|
start working on 7.12.4
|
2004-12-20 13:09:38 +00:00 |
|
Daniel Stenberg
|
a142d419d2
|
and we start all over again
|
2004-12-20 12:51:14 +00:00 |
|
Daniel Stenberg
|
23cf63f550
|
7.12.3
|
2004-12-20 12:35:02 +00:00 |
|
Gisle Vanem
|
13ee90bbd4
|
OpenSSL updates; get CA_BUNDLE from env. Assume no
Kerberos, have <pkcs12.h>, <engine.h> and built-in engines.
|
2004-12-19 11:52:31 +00:00 |
|
Gisle Vanem
|
754d6c3abd
|
Remove 'data' initialiser.
|
2004-12-19 11:39:34 +00:00 |
|
Daniel Stenberg
|
c6f6e81238
|
clarified a few changes
|
2004-12-19 10:11:03 +00:00 |
|
Daniel Stenberg
|
7803a1a28a
|
fixed the solaris pkcs12 build problem
|
2004-12-19 09:37:58 +00:00 |
|
Daniel Stenberg
|
3d647b9a98
|
if the pkcs12.h header exists, include it already in urldata.h to work around
a precedence problem with the zlib header. See CHANGES for details.
|
2004-12-19 09:37:32 +00:00 |
|
Daniel Stenberg
|
090a7f38be
|
check for openssl/pkcs12.h
|
2004-12-19 09:36:54 +00:00 |
|
Daniel Stenberg
|
8ad47a13e5
|
Samuel Listopad added support for PKCS12 formatted certificates.
|
2004-12-18 10:42:48 +00:00 |
|
Daniel Stenberg
|
497cc6bfaf
|
Samuel Listopad fixed -E to support "C:/path" (with forward slash) as well.
|
2004-12-18 10:28:31 +00:00 |
|
Daniel Stenberg
|
d5be114c07
|
mention the new cookie api plans
|
2004-12-18 10:28:04 +00:00 |
|
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 |
|