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
/
lib
Age
Commit message (
Expand
)
Author
2009-02-03
- Hidemoto Nakada provided a small fix that makes it possible to get the
Daniel Stenberg
2009-02-02
- Patrick Scott found a rather large memory leak when using the multi
Daniel Stenberg
2009-02-02
minor comment fix
Daniel Stenberg
2009-02-02
- Craig A West brought us: libcurl now defaults to do CONNECT with HTTP
Daniel Stenberg
2009-01-31
- When building with c-ares 1.6.1 (not yet released) or later and IPv6 support
Daniel Stenberg
2009-01-30
Fixed --disable-proxy for FTP and SOCKS. Thanks to Daniel Egger for reporting
Dan Fandrich
2009-01-30
ensure that we use the ANSI version functions
Yang Tse
2009-01-30
fix typo in comment
Yang Tse
2009-01-30
Provide another definition missing in MinGW's headers
Yang Tse
2009-01-29
Provide some definitions missing in MinGW's headers
Yang Tse
2009-01-29
Introduced curl_sspi.c and curl_sspi.h for the implementation of functions
Yang Tse
2009-01-29
added some more messages to SSPI error function
Yang Tse
2009-01-29
Avoid inclusion of ntsecapi.h and directly provide the KERB_WRAP_NO_ENCRYPT
Yang Tse
2009-01-29
fix compiler warnings
Yang Tse
2009-01-28
- Markus Moeller introduced two new options to libcurl:
Daniel Stenberg
2009-01-28
fix compiler warning: conversion from 'int' to 'bool', possible loss of data
Yang Tse
2009-01-28
fix compiler warning: enumerated type mixed with another type
Yang Tse
2009-01-26
- Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an app
Daniel Stenberg
2009-01-26
- The "-no_ticket" option was introduced in Openssl0.9.8j. It's a flag to
Daniel Stenberg
2009-01-26
- Alexey Borzov filed bug report #2535504
Daniel Stenberg
2009-01-25
- Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.
Daniel Stenberg
2009-01-21
Fixed a couple more locale-dependent toupper conversions, mainly for
Dan Fandrich
2009-01-20
- Lisa Xu pointed out that the ssh.obj file was missing from the lib/Makefile...
Daniel Stenberg
2009-01-19
fix typo in comment that made it confusing
Daniel Stenberg
2009-01-15
- Tim Ansell fixed a compiler warning in lib/cookie.c
Daniel Stenberg
2009-01-13
Grant Erickson fixed timeouts for TFTP
Daniel Stenberg
2009-01-13
- Michael Wallner fixed a NULL pointer deref when calling
Daniel Stenberg
2009-01-13
spell-checked a bunch of comments
Daniel Stenberg
2009-01-10
- Emil Romanus fixed:
Daniel Stenberg
2009-01-08
Unified much of the SessionHandle initialization done in Curl_open() and
Dan Fandrich
2009-01-07
Created a CURLMIN macro to match CURLMAX
Dan Fandrich
2009-01-07
fix compiler warnings
Daniel Stenberg
2009-01-07
- Rob Crittenden did once again provide an NSS update:
Daniel Stenberg
2008-12-30
added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd wit...
Gunter Knauf
2008-12-30
changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since ju...
Gunter Knauf
2008-12-30
added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to ...
Gunter Knauf
2008-12-29
- Phil Lisiecki filed bug report #2413067
Daniel Stenberg
2008-12-28
- Peter Korsgaard fixed building libcurl with "configure --with-ssl
Daniel Stenberg
2008-12-28
silent 'unused' warnings.
Gunter Knauf
2008-12-22
Remove trailing #undef value. Typo?
Gisle Vanem
2008-12-22
libssh2_sftp_seek2 was just renamed to libssh2_sftp_seek64 ...
Daniel Stenberg
2008-12-22
- Given a recent enough libssh2, libcurl can now seek/resume with SFTP even
Daniel Stenberg
2008-12-22
- Anthony Bryan provided a set of patches that cleaned up manual language,
Daniel Stenberg
2008-12-20
malloc+memset => calloc
Daniel Stenberg
2008-12-20
same procedure, simpler code
Daniel Stenberg
2008-12-20
- Igor Novoseltsev fixed a bad situation for the multi_socket() API when doing
Daniel Stenberg
2008-12-20
make the debug/helper function output to stderr as that makes it play nicer
Daniel Stenberg
2008-12-19
- curl_multi_timeout() could return a timeout value of 0 even though nothing
Daniel Stenberg
2008-12-19
oops, removing debug output that wasn't supposed to be there
Daniel Stenberg
2008-12-19
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
Daniel Stenberg
[next]