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
2004-05-06
removed the unused 'len' variable, made use of the ptr pointer even if no
Daniel Stenberg
2004-05-06
typecast the unsigned long to plain long to prevent compiler warnings
Daniel Stenberg
2004-05-06
unused variable removed
Daniel Stenberg
2004-05-06
use %ld to printf now.tv_sec
Daniel Stenberg
2004-05-06
curlx.h is a header to add to the release archive(s)
Daniel Stenberg
2004-05-05
hm, avoid division by zero more carefully with that new percentage math
Daniel Stenberg
2004-05-05
Joe Halpin fixed the warning on the typecast from data pointer to function
Daniel Stenberg
2004-05-05
Gisle fixed the percentage to work, I adjusted it slightly to not as easily
Daniel Stenberg
2004-05-05
Gisle-fix: constified the 'interface' argument.
Daniel Stenberg
2004-05-05
Gisle fix: curl_formparse is gone.
Daniel Stenberg
2004-05-05
Gisle fixed: don't reference 'mem' if it's NULL.
Daniel Stenberg
2004-05-05
initiate variables properly to default to no auth for server and proxy
Daniel Stenberg
2004-05-05
made the progress meter display not overflow even if _very_ large files
Daniel Stenberg
2004-05-05
if the values allow it, avoid floting point math for the current speed
Daniel Stenberg
2004-05-05
do the alarm time-left math using unsigned longs since that is what alarm()
Daniel Stenberg
2004-05-05
fix_hostname() now (void)s the conn argument to prevent warnings on non-idn
Daniel Stenberg
2004-05-05
ERR_error_string() returns an unsigned long so we should use one of those
Daniel Stenberg
2004-05-05
prevent warnings when using the gcc option -Wunreachable-code
Daniel Stenberg
2004-05-05
make the memlimit final NULL return get written to stderr as wella
Daniel Stenberg
2004-05-04
bail out when an add_buffer() function returns failure
Daniel Stenberg
2004-05-04
improved the cleaning up of memory when we fail to resolve names due to
Daniel Stenberg
2004-05-04
check malloc() return code
Daniel Stenberg
2004-05-04
removed more leftovers from the formparse function
Daniel Stenberg
2004-05-04
removed curl_formparse() from the library
Daniel Stenberg
2004-05-04
General HTTP authentication cleanup and fixes
Daniel Stenberg
2004-05-03
Gisle fixed the problem with ldap_search_s() fails with "filter error": a case
Daniel Stenberg
2004-05-03
Gisle Vanem:
Daniel Stenberg
2004-04-30
updated with more and new info
Daniel Stenberg
2004-04-30
New header file that offers easy access to the curlx_ functions for an app.
Daniel Stenberg
2004-04-30
oops, a bad strtok() was fixed by Luca
Daniel Stenberg
2004-04-29
fixed the host/proxy name issue when re-using a connection and made IDN names
Daniel Stenberg
2004-04-29
encode the correct name
Daniel Stenberg
2004-04-29
curl_easy_duphandle() works again with ares enabled
Daniel Stenberg
2004-04-29
Luca Altea's major HTTP Digest update
Daniel Stenberg
2004-04-29
Gisle made the code use ERR_error_string_n()
Daniel Stenberg
2004-04-28
the new way of accessing the host name
Daniel Stenberg
2004-04-27
IDN: Gisle Vanem made the win32 version handle a missing CHARSET environment
Daniel Stenberg
2004-04-27
outputed elsewhere already
Daniel Stenberg
2004-04-27
provide our own inet_ntoa_r() proto if the system has none on its own
Daniel Stenberg
2004-04-27
Made host name and proxy name get stored in a 'struct hostname' and set
Daniel Stenberg
2004-04-26
oops, .obj not .c!
Daniel Stenberg
2004-04-26
made the verbose connect use the proper host name string even when using
Daniel Stenberg
2004-04-26
NI_MAXHOST is not generally available, we use plain 256 bytes for the hostname
Daniel Stenberg
2004-04-26
corrected mistake
Daniel Stenberg
2004-04-26
Gisle fixed a mistaken check
Daniel Stenberg
2004-04-26
Made defines instead of plain numbers for the Curl_resolv() return code to
Daniel Stenberg
2004-04-26
IDN adjustments and host cleanups by Gisle
Daniel Stenberg
2004-04-26
no longer include curl/types.h, it serves no purpose
Daniel Stenberg
2004-04-26
ignore the curl/types.h header file
Daniel Stenberg
2004-04-26
added the new files to the build
Daniel Stenberg
[next]