Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse | |
2008-09-06 | remove unnecessary typecasting of calloc() | Yang Tse | |
2008-09-05 | - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames | Daniel Stenberg | |
CURLOPT_POST301 (but adds a define for backwards compatibility for you who don't define CURL_NO_OLDIES). This option allows you to now also change the libcurl behavior for a HTTP response 302 after a POST to not use GET in the subsequent request (when CURLOPT_FOLLOWLOCATION is enabled). I edited the patch somewhat before commit. The curl tool got a matching --post302 option. Test case 1076 was added to verify this. | |||
2008-09-05 | somewhat protect Mac OS X users from using Mac OS 9 config file | Yang Tse | |
2008-09-04 | fixed largefile feature for MingW32 non-configure builds. | Gunter Knauf | |
2008-09-04 | enabled largefile feature for LIBC builds. | Gunter Knauf | |
2008-09-04 | fix print formatting string directives | Yang Tse | |
2008-09-04 | remove duplicate va_start() call | Yang Tse | |
2008-09-02 | in the --libcurl output, mention that the large file stuff is only needed for | Daniel Stenberg | |
pre 7.19.0 libcurl-using apps | |||
2008-08-29 | Project and workspace files for VC6 IDE supporting 4 configurations: | Yang Tse | |
curl - Win32 using libcurl DLL Debug curl - Win32 using libcurl DLL Release curl - Win32 using libcurl LIB Debug curl - Win32 using libcurl LIB Release | |||
2008-08-28 | When not using large file support WIN32's lseek offset is a 'long'. | Yang Tse | |
2008-08-26 | Fix default SIZEOF_OFF_T definition logic | Yang Tse | |
2008-08-26 | Use SIZEOF_OFF_T definition from config file | Yang Tse | |
2008-08-22 | Fixed a problem when --dump-header - was given with more than one URL, | Dan Fandrich | |
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. | |||
2008-08-22 | Reinstate struct_stat definition that got lost in previous commit. | Yang Tse | |
2008-08-22 | Adjustments to better select/differentiate when large/small file | Yang Tse | |
support is provided using WIN32 functions directly. | |||
2008-08-21 | Get rid of ENABLE_64BIT symbol definition and usage. | Yang Tse | |
Improve HAVE_LONGLONG symbol description. | |||
2008-08-17 | OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectory | Yang Tse | |
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'. | |||
2008-08-16 | Fix Use of conditional definition of USE_OPENSSL | Yang Tse | |
2008-08-14 | Use our CURL_LLONG_MAX and CURL_LLONG_MIN which are defined with the proper ↵ | Yang Tse | |
suffix. | |||
2008-08-13 | Sync config.h generation from lib/Makefile.netware and src/Makefile.netware | Yang Tse | |
2008-08-13 | The size of long is a build time characteristic and as such it is now recorded | Yang Tse | |
in curlbuild.h as CURL_SIZEOF_LONG. Definition now done from configure process and in CVS curlbuild.h.dist for non-configure systems. | |||
2008-08-13 | Split comparison among several lines for debugging | Yang Tse | |
2008-08-13 | Update dependencies. | Gisle Vanem | |
2008-08-13 | Adjustment due to curl_off_t no longer following off_t | Yang Tse | |
2008-08-12 | sync src makefile with lib makefile. | Gunter Knauf | |
2008-08-11 | s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g | Yang Tse | |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | |
to have a curl_off_t data type no longer gated to off_t. | |||
2008-08-01 | Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't | Dan Fandrich | |
support this so it goes untested. | |||
2008-07-31 | Fixed a couple of buffer overflows in the MS-DOS port of the curl tool. | Dan Fandrich | |
Factored out unslashquote. Added some 'const's in function parameters. | |||
2008-07-30 | - Made the curl tool's -w option support the %{ssl_verify_result} variable | Daniel Stenberg | |
2008-07-30 | Update copyright year. | Yang Tse | |
2008-07-30 | Sync comment with reality. | Yang Tse | |
2008-07-27 | setup.h handles definition of _REENTRANT based on NEED_REENTRANT | Yang Tse | |
definition which might be defined in config.h or config-*.h files | |||
2008-07-21 | Adjust recvfrom's sixth arg data type definition for NetWare (LIBC) | Yang Tse | |
2008-07-21 | when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will | Yang Tse | |
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate. | |||
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse | |
to the data type pointed by its respective argument and not the pointer type. | |||
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse | |
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. | |||
2008-07-15 | add comment for include paths | Yang Tse | |
2008-07-10 | --remote-name-all | Daniel Stenberg | |
2008-07-10 | fallback to gettimeofday when monotonic clock is unavailable at run-time | Yang Tse | |
2008-07-03 | Introcuding a new timestamp for curl_easy_getinfo(): | Daniel Stenberg | |
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. | |||
2008-06-26 | Honour --stderr with the -v option. | Dan Fandrich | |
Fixed a file handle leak in the command line client if more than one --stderr option was given. | |||
2008-06-19 | Fixed a memory leak in the command-line tool that caused a valgrind error. | Dan Fandrich | |
2008-06-08 | enable additional CFLAGS from commandline. | Gunter Knauf | |
2008-06-08 | - curl the tool now deals with its command line options somewhat differently! | Daniel Stenberg | |
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. | |||
2008-06-04 | Mention a few options that require an argument in --help | Dan Fandrich | |
2008-06-01 | return CURLE_OK instead of CURLE_FAILED_INIT if PARAM_HEKP_REQUESTED ↵ | Marty Kuhrt | |
returned by getparameter | |||
2008-05-21 | fix: socklen_t definition comment | Yang Tse | |
2008-05-12 | configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only | Yang Tse | |
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. |