index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2004-12-17
fixed minor memory leak when running out of memory
Daniel Stenberg
2004-12-17
oops, add missing return keyword
Daniel Stenberg
2004-12-16
fix skip-reason
Daniel Stenberg
2004-12-16
several windows large-file fixes
Daniel Stenberg
2004-12-16
two more ftp directory re-use tests added
Daniel Stenberg
2004-12-16
Based on Gisle Vanem's patch: make sure the directory re-use works even when
Daniel Stenberg
2004-12-16
Must include <io.h> and <sys/stat.h> before redefining
Gisle Vanem
2004-12-16
Renamed a struct member to avoid conflict with a C++ reserved word.
Dan Fandrich
2004-12-16
reduced the number of sub-blocks
Daniel Stenberg
2004-12-16
moved the lseek() and stat() magic defines to setup.h and now take advantage
Daniel Stenberg
2004-12-16
Support uploading and resuming of >2GB files.
Gisle Vanem
2004-12-16
Provide better reasons for why test cases are skipped. Also, don't show the
Daniel Stenberg
2004-12-16
NULL the fp pointer after it has been fclosed()
Daniel Stenberg
2004-12-16
Dinar in bug report #1086121, found a file handle leak when a multipart
Daniel Stenberg
2004-12-15
Fix the --enable-debug compiler warning options for older versions of gcc.
Dan Fandrich
2004-12-15
yet another mirror!
Daniel Stenberg
2004-12-15
precaution to prevent double typedefs of the bool
Daniel Stenberg
2004-12-15
moved the bool typedef to setup.h
Daniel Stenberg
2004-12-15
fixed how backslashes are treated in glob strings
Daniel Stenberg
2004-12-15
Make some arrays of pointers const, too.
Dan Fandrich
2004-12-15
Make some arrays of pointers const, too.
Dan Fandrich
2004-12-15
Add 'const' to immutable arrays.
Dan Fandrich
2004-12-14
clarify that the app must free the engine list
Daniel Stenberg
2004-12-14
prevent compiler warning when built without engine support
Daniel Stenberg
2004-12-14
make sure the ipv6 http server gets its pid stored in a separate file
Daniel Stenberg
2004-12-14
use the correct variables, not fixed values
Daniel Stenberg
2004-12-14
Harshal Pradhan fixed changing username/password on a persitent HTTP
Daniel Stenberg
2004-12-14
mistake
Daniel Stenberg
2004-12-14
Only declare static variables if they're needed. Fixed some compile warnings.
Dan Fandrich
2004-12-14
Header files are in openssl/ only if USE_OPENSSL is set.
Dan Fandrich
2004-12-14
Removed fputc() prototype since it's already in stdio.h
Dan Fandrich
2004-12-14
Caller must free 'engines' list.
Gisle Vanem
2004-12-14
urldata.h: Removed engine_list.
Gisle Vanem
2004-12-14
Moved the CURLE_SSL_ENGINE_INITFAILED error code last in the list so that
Daniel Stenberg
2004-12-14
Moved the engine stuff from the root-level of the SessionHandle struct to the
Daniel Stenberg
2004-12-13
Document CURLINFO_SSL_ENGINES and "--engine".
Gisle Vanem
2004-12-13
Set 'data->state.os_errno = error' in some places.
Gisle Vanem
2004-12-13
Support for "--engine list" option.
Gisle Vanem
2004-12-13
Added handling of CURLINFO_SSL_ENGINES;
Gisle Vanem
2004-12-13
Handle new type CURLINFO_SLIST.
Gisle Vanem
2004-12-13
Added CURLcode CURLE_SSL_ENGINE_INITFAILED,
Gisle Vanem
2004-12-13
Fixed missing braces warning.
Gisle Vanem
2004-12-13
large file file:// resumes on windows
Daniel Stenberg
2004-12-13
Gisle's fix for resuming large file:// files on windows - slightly edited
Daniel Stenberg
2004-12-13
Dan Fandrich did minor corrections to his SSL cleanup patch
Daniel Stenberg
2004-12-13
Dan Fandrich added libcurl.pc.in to the dist
Daniel Stenberg
2004-12-12
when failing to verify a HTTP server, display what curl said on stderr to
Daniel Stenberg
2004-12-12
Missing 'in6addr_any' in MingW's lib. ld bug?
Gisle Vanem
2004-12-11
modified to use the current error code name, not the obsolete one
Daniel Stenberg
2004-12-11
undef more obsolete defines if CURL_NO_OLDIES is defined
Daniel Stenberg
[prev]
[next]