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-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
2004-04-26
Curl_ip2addr() now takes an in_addr_t argument instead to prevent compiler
Daniel Stenberg
2004-04-26
removed assignment of variable never used
Daniel Stenberg
2004-04-26
Tor Arntsen fixed a 'Statement not reachable'-warning
Daniel Stenberg
2004-04-26
TommyTam made a patch to handle stdin redirection for win32.
Daniel Stenberg
2004-04-26
Major hostip.c cleanup and split into multiple files and easier #ifdef
Daniel Stenberg
2004-04-26
added libidn awareness
Daniel Stenberg
2004-04-26
added many comments
Daniel Stenberg
2004-04-26
major update of the error strings
Daniel Stenberg
2004-04-26
added comments
Daniel Stenberg
2004-04-26
added function headers and comments
Daniel Stenberg
2004-04-23
Gisle Vanem found and fixed a memory leak when doing (failing) Windows
Daniel Stenberg
2004-04-23
only a minor comment/format change
Daniel Stenberg
2004-04-23
Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use
Daniel Stenberg
2004-04-22
missing brace
Daniel Stenberg
2004-04-22
- David Byron found and fixed a small bug with the --fail and authentication
Daniel Stenberg
2004-04-22
removed Curl_ftp_quit() as it was turned into a static in ftp.c
Daniel Stenberg
2004-04-22
If only a partial file was transfered, we consider that a fatal problem so
Daniel Stenberg
2004-04-22
Added comments
Daniel Stenberg
2004-04-21
include unistd.h as well for the close() proto on some platforms (like Tru64)
Daniel Stenberg
2004-04-21
typecast the tolower() argument to an int to prevent compiler warning
Daniel Stenberg
2004-04-21
typecast tolower/toupper arguments to int to make picky compilers complain
Daniel Stenberg
2004-04-21
Fix the "lingering close" problem when re-using a connection, as test case
Daniel Stenberg
2004-04-21
increase the headerbytecount for incoming "headers"
Daniel Stenberg
2004-04-20
cleanup leftovers
Daniel Stenberg
2004-04-20
Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-
Daniel Stenberg
2004-04-19
Gisle Vanem corrected a mistake in a recent progress fix
Daniel Stenberg
2004-04-17
Gisle made a failed connect output the reason for it
Daniel Stenberg
2004-04-17
NDEBUG should not be defined when CURLDEBUG is
Daniel Stenberg
2004-04-15
ftp->dirs[] is no longer terminated with a zero entry but ftp->dirdepth
Daniel Stenberg
2004-04-15
removed the fixed dir depth limit in the FTP code
Daniel Stenberg
2004-04-14
asking for CURL_IPRESOLVE_V6 when ipv6 addresses can't be resolved will
Daniel Stenberg
2004-04-14
Curl_wait_for_resolv() could hang due to the bad timeout timer resolution and
Daniel Stenberg
2004-04-13
Gisle Vanem's fix that makes the multi interface work on Windows again even
Daniel Stenberg
2004-04-13
proper typecast to prevent compiler warning
Daniel Stenberg
2004-04-13
remove an long time #defined struct member and use the actual "real" name
Daniel Stenberg
2004-04-13
Moved the 'tcp_nodelay' member to the proper 'UserDefined' struct within the
Daniel Stenberg
2004-04-12
somewhat safer typecasting in case sizeof(long) != sizeof(void *) (is there
Daniel Stenberg
2004-04-11
David Byron's patch for MSVC builds with zlib
Daniel Stenberg
2004-04-09
Dirk Manske increased the resolution for what the CURLINFO_*_TIME return.
Daniel Stenberg
2004-04-07
getting only a 100 Continue response and nothing else, when talking HTTP,
Daniel Stenberg
2004-04-07
renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*
Daniel Stenberg
2004-04-06
New authentication code added, particularly noticable when doing POST or PUT
Daniel Stenberg
2004-04-06
the pack_hostent() proto isn't used/needed with ipv6 is enabled.
Daniel Stenberg
2004-04-06
Gisle Vanem's fix for bug item #927979 reported by Nathan O'Sullivan.
Daniel Stenberg
2004-04-06
Added the curl source header and changed some comments
Daniel Stenberg
2004-04-06
Gisle Vanem caught me breaking the windows version of Curl_strerror()
Daniel Stenberg
[prev]
[next]