- Sep 04, 2008
-
-
Guenter Knauf authored
-
Yang Tse authored
-
Yang Tse authored
-
- Sep 02, 2008
-
-
Daniel Stenberg authored
pre 7.19.0 libcurl-using apps
-
- Aug 29, 2008
-
-
Yang Tse authored
curl - Win32 using libcurl DLL Debug curl - Win32 using libcurl DLL Release curl - Win32 using libcurl LIB Debug curl - Win32 using libcurl LIB Release
-
- Aug 28, 2008
-
-
Yang Tse authored
-
- Aug 26, 2008
- Aug 22, 2008
-
-
Dan Fandrich authored
which caused an error when the second header was dumped due to stdout being closed. Added test case 1066 to verify. Also fixed a potential problem where a closed file descriptor might be used for an upload when more than one URL is given.
-
Yang Tse authored
-
Yang Tse authored
support is provided using WIN32 functions directly.
-
- Aug 21, 2008
-
-
Yang Tse authored
Improve HAVE_LONGLONG symbol description.
-
- Aug 17, 2008
-
-
Yang Tse authored
when including the OpenSSL header files. This is the recommended setting, this prevents the undesired inclusion of header files with the same name as those of OpenSSL but which do not belong to the OpenSSL package. The visible change from previously released libcurl versions is that now OpenSSl enabled NetWare builds also define USE_OPENSSL in config files, and that OpenSSL header files must be located in a subdirectory named 'openssl'.
-
- Aug 16, 2008
-
-
Yang Tse authored
-
- Aug 14, 2008
-
-
Yang Tse authored
-
- Aug 13, 2008
-
-
Yang Tse authored
-
Yang Tse authored
in curlbuild.h as CURL_SIZEOF_LONG. Definition now done from configure process and in CVS curlbuild.h.dist for non-configure systems.
-
Yang Tse authored
-
Gisle Vanem authored
-
Yang Tse authored
-
- Aug 12, 2008
-
-
Guenter Knauf authored
-
- Aug 11, 2008
-
-
Yang Tse authored
-
- Aug 07, 2008
-
-
Yang Tse authored
to have a curl_off_t data type no longer gated to off_t.
-
- Aug 01, 2008
-
-
Dan Fandrich authored
support this so it goes untested.
-
- Jul 31, 2008
-
-
Dan Fandrich authored
Factored out unslashquote. Added some 'const's in function parameters.
-
- Jul 30, 2008
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jul 27, 2008
-
-
Yang Tse authored
definition which might be defined in config.h or config-*.h files
-
- Jul 21, 2008
- Jul 17, 2008
-
-
Yang Tse authored
to the data type pointed by its respective argument and not the pointer type.
-
- Jul 16, 2008
-
-
Yang Tse authored
finds out its return type and the types of its arguments. Added definitions for non-configure systems config files, and introduced macro sreadfrom which will be used on udp sockets as a recvfrom() wrapper.
-
- Jul 15, 2008
-
-
Yang Tse authored
-
- Jul 10, 2008
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Jul 03, 2008
-
-
Daniel Stenberg authored
CURLINFO_APPCONNECT_TIME. This is set with the "application layer" handshake/connection is completed (typically SSL, TLS or SSH). By using this you can figure out the application layer's own connect time. You can extract the time stamp using curl's -w option and the new variable named 'time_appconnect'. This feature was sponsored by Lenny Rachitsky at NeuStar.
-
- Jun 26, 2008
-
-
Dan Fandrich authored
Fixed a file handle leak in the command line client if more than one --stderr option was given.
-
- Jun 19, 2008
-
-
Dan Fandrich authored
-
- Jun 08, 2008
-
-
Guenter Knauf authored
-