Age | Commit message (Expand) | Author |
2008-10-09 | Update docs now that SFTP supports file ranges. | Dan Fandrich |
2008-09-30 | remove unnecessary typecast, otherwise triggering compiler warning: | Yang Tse |
2008-09-24 | HAVE_INET_PTON will only be defined when an IPv6 capable working | Yang Tse |
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse |
2008-09-17 | Removed reference to curl-ca-bundle.crt in the host verification failure | Dan Fandrich |
2008-09-16 | NetWare seems to have writev() | Yang Tse |
2008-09-16 | NetWare CLIB target has stricmp() and strnicmp() | Yang Tse |
2008-09-15 | HAVE_STRNCASECMP and HAVE_STRNICMP definitions for WIN32 | Yang Tse |
2008-09-13 | fix compiler warning: external declaration in primary source file | Yang Tse |
2008-09-12 | ANSI C compatibility adjustment | Yang Tse |
2008-09-10 | Checked in some code improvements and minor fixes that I discovered in the | Dan Fandrich |
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 |
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 |
2008-08-29 | Project and workspace files for VC6 IDE supporting 4 configurations: | Yang Tse |
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 |
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 |
2008-08-21 | Get rid of ENABLE_64BIT symbol definition and usage. | Yang Tse |
2008-08-17 | OpenSSl enabled NetWare builds are changed to use the 'openssl' subdirectory | Yang Tse |
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 s... | Yang Tse |
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 |
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 |
2008-08-01 | Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't | Dan Fandrich |
2008-07-31 | Fixed a couple of buffer overflows in the MS-DOS port of the curl tool. | Dan Fandrich |
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 |
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 |
2008-07-17 | RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined | Yang Tse |
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse |
2008-07-15 | add comment for include paths | Yang Tse |