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-03-16
issue 29 has a bug report mentioning details
Daniel Stenberg
2004-03-16
removed the min() macro define
Daniel Stenberg
2004-03-16
random updates
Daniel Stenberg
2004-03-16
added the CA bundle default path, and mention the risk that the server you
Daniel Stenberg
2004-03-15
ntlm and long passwords
Daniel Stenberg
2004-03-15
if the global_init() is called from within curl_easy_init() and returns
Daniel Stenberg
2004-03-15
ignore these files
Daniel Stenberg
2004-03-15
automake file for this dir
Daniel Stenberg
2004-03-15
provide URLs to two patches mentioned
Daniel Stenberg
2004-03-15
NTLM fix
Daniel Stenberg
2004-03-15
better formatting to create fine links in the web version
Daniel Stenberg
2004-03-15
more formatting fixes
Daniel Stenberg
2004-03-15
refer to function names better to enhance the HTML output
Daniel Stenberg
2004-03-15
Initial commit of the first attempt to make three new *strerror() functions.
Daniel Stenberg
2004-03-15
windows builds now report a slightly different "OS" string
Daniel Stenberg
2004-03-15
check for m4 version in buildconf
Daniel Stenberg
2004-03-15
random formatting updates to look better in HTML version
Daniel Stenberg
2004-03-15
use .NF for the struct part to looke better in HTML
Daniel Stenberg
2004-03-15
more fixes
Daniel Stenberg
2004-03-15
better formatting of functions to get better links in the web version
Daniel Stenberg
2004-03-15
better mentioning of other functions to create proper hrefs in the web
Daniel Stenberg
2004-03-15
build_vms.com is removed from here
Daniel Stenberg
2004-03-15
Marty Kuhrt's VMS updates
Daniel Stenberg
2004-03-15
Added the new vms subdir in the packages dir
Daniel Stenberg
2004-03-15
new vms subdir
Daniel Stenberg
2004-03-15
not used anymore since Marty Kuhrt's recent VMS updates
Daniel Stenberg
2004-03-15
Marty Kuhrt's provided files for the VMS package
Daniel Stenberg
2004-03-15
Check for a GNU version of m4, since autoconf won't run nicely without one.
Daniel Stenberg
2004-03-14
fix signed and unsigned warnings
Daniel Stenberg
2004-03-13
postsize is off_t now, so we typecase it to int before doing normal printf
Daniel Stenberg
2004-03-13
the postsize is an off_t so use the proper printf format to output the
Daniel Stenberg
2004-03-12
more variable type fixing for the huge posts
Daniel Stenberg
2004-03-12
newer c-ares release
Daniel Stenberg
2004-03-12
more variable type fixes for the large POST support
Daniel Stenberg
2004-03-12
Made the 'postsize' variable an off_t type to be able to hold large file
Daniel Stenberg
2004-03-12
minor variable type fix
Daniel Stenberg
2004-03-12
CURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1
Daniel Stenberg
2004-03-12
ignore aclocal.m4
Daniel Stenberg
2004-03-12
Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the
Daniel Stenberg
2004-03-12
David Byron's fix to clear outs.filename
Daniel Stenberg
2004-03-11
dl and ulspeed are now curl_off_t so typecast them to double when we
Daniel Stenberg
2004-03-11
Optimize the way libcurl uses CWD
Daniel Stenberg
2004-03-11
Made max5data() take a curl_off_t size as argument instead of double. Should
Daniel Stenberg
2004-03-11
added that header fiddling the msvc users will enjoy
Daniel Stenberg
2004-03-11
Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.
Daniel Stenberg
2004-03-11
don't let the EINTR stuff build on windows
Daniel Stenberg
2004-03-10
Use more curl_off_t variables when doing the progress meter calculations and
Daniel Stenberg
2004-03-10
use the new OS define from lib/config-win32.h
Daniel Stenberg
2004-03-10
make loop variable size_t as well when looping to a size_t limit
Daniel Stenberg
2004-03-10
curl_socket_t mistakes cleanup
Daniel Stenberg
[next]