index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
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
2008-06-26
Honour --stderr with the -v option.
Dan Fandrich
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
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 returned...
Marty Kuhrt
2008-05-21
fix: socklen_t definition comment
Yang Tse
[prev]
[next]