- 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
-
Daniel Stenberg authored
All boolean options (such as -O, -I, -v etc), both short and long versions, now always switch on/enable the option named. Using the same option multiple times thus make no difference. To switch off one of those options, you need to use the long version of the option and type --no-OPTION. Like to disable verbose mode you use --no-verbose! - Added --remote-name-all to curl, which if used changes the default for all given URLs to be dealt with as if -O is used. So if you want to disable that for a specific URL after --remote-name-all has been used, you muse use -o - or --no-remote-name.
-
- Jun 04, 2008
-
-
Dan Fandrich authored
-
- Jun 01, 2008
-
-
Marty Kuhrt authored
-
- May 21, 2008
-
-
Yang Tse authored
-
- May 12, 2008
-
-
Yang Tse authored
when function clock_gettime() is available and the monotonic timer is also available. Otherwise, in some cases, librt or libposix4 could be used for linking even when finally not using the clock_gettime() function due to lack of the monotonic clock.
-
- May 10, 2008
-
-
Yang Tse authored
-
- May 09, 2008
-
-
Yang Tse authored
This also implies the removal of the winmm.lib dependency for WIN32.
-
- Apr 30, 2008
-
-
Daniel Stenberg authored
redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now introduce the new CURLINFO_REDIRECT_URL option that lets applications extract the URL libcurl would've redirected to if it had been told to. This then enables the application to continue to that URL as it thinks is suitable, without having to re-implement the magic of creating the new URL from the Location: header etc. Test 1029 verifies it.
-
- Apr 25, 2008
-
-
Dan Fandrich authored
-
- Apr 22, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
server input and response request files of the test harness sws server. Reintroduce, for test # 1001, the <postcheck> small delay. The delay is needed even with the accelerated writing of server input and response request files in test harness sws server. http://curl.haxx.se/mail/lib-2008-04/0385.html
-
- Apr 21, 2008
-
-
Dan Fandrich authored
instead of the stack.
-
Dan Fandrich authored
-
Yang Tse authored
-
- Apr 17, 2008
-
-
Dan Fandrich authored
-
- Apr 14, 2008
-
-
Daniel Stenberg authored
you used -i and -I.
-
- Apr 02, 2008
-
-
Guenter Knauf authored
-
- Mar 07, 2008
-
-
Yang Tse authored
_USE_32BIT_TIME_T has been defined to get a 32-bit time_t
-
- Feb 28, 2008
-
-
Guenter Knauf authored
-
- Feb 27, 2008
-
-
Guenter Knauf authored
-
- Feb 26, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Feb 22, 2008
-
-
Daniel Stenberg authored
options as the lib/Makefile.vc6 already did.
-
- Feb 18, 2008
-
-
Guenter Knauf authored
-
- Feb 16, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
removed unsused ldap module dependency since the module didnt autounload from protected address space.
-
- Feb 04, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jan 29, 2008
-
-
Guenter Knauf authored
added curl.res to clean target.
-
- Jan 24, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-