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-11-05
removed errno, added EAGAIN
Daniel Stenberg
2004-11-05
it has a sys/stat.h file, according to Paul Nolan
Daniel Stenberg
2004-11-04
delete trailing whitespace
Daniel Stenberg
2004-11-02
use ifdef not if
Daniel Stenberg
2004-11-02
Paul Nolan fix to make libcurl build nicely on Windows CE
Daniel Stenberg
2004-10-27
Dan Fandrich's gzip handling fix
Daniel Stenberg
2004-10-26
Testing to define _REENTRANT unconditionally in here.
Daniel Stenberg
2004-10-25
Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a
Daniel Stenberg
2004-10-24
Mohun Biswas found out that formposting a zero-byte file didn't work very
Daniel Stenberg
2004-10-21
Dan Fandrich's better ifdef for include fix
Daniel Stenberg
2004-10-19
Alexander Krasnostavsky made it possible to make FTP 3rd party transfers with
Daniel Stenberg
2004-10-19
CURLINFO_NUM_CONNECTS and more
Daniel Stenberg
2004-10-19
djgpp has locale.h and setlocale().
Gisle Vanem
2004-10-16
Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option work
Daniel Stenberg
2004-10-16
libcurl leaked memory for cookies with the "max-age" field set.
Daniel Stenberg
2004-10-16
Added Traian Nicolescu's patches for threaded resolver on
Gisle Vanem
2004-10-14
Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name
Daniel Stenberg
2004-10-13
Set errno = ENOMEM on faild countcheck().
Gisle Vanem
2004-10-12
#include "strerror.h" to get the strerror proto
Daniel Stenberg
2004-10-12
add proper error message when send() fails
Daniel Stenberg
2004-10-11
removed trailing whitespace
Daniel Stenberg
2004-10-11
SO_NOSIGPIPE
Daniel Stenberg
2004-10-10
another lame attempt to avoid the "warning: will never be executed" warning
Daniel Stenberg
2004-10-10
MSVC uses 'i64' suffix for 64-bit sizes.
Gisle Vanem
2004-10-10
If long is 8 bytes we can use strtol() to get 64 bit numbers and won't need
Daniel Stenberg
2004-10-10
Prevent a longjmp warning by moving the rc assign within Curl_resolv().
Daniel Stenberg
2004-10-10
Use LL suffix for long long constants if the compiler supports it, to prevent
Daniel Stenberg
2004-10-08
killed trailing whitespace
Daniel Stenberg
2004-10-08
if basename was found, check for a prototype and if none was found, provide
Daniel Stenberg
2004-10-08
prevent warning with comparison between signed and unsigned
Daniel Stenberg
2004-10-07
use curl_strnequal(), not strncasecmp()
Daniel Stenberg
2004-10-07
use tld_strerror() only if previously detected, since otherwise we can't
Daniel Stenberg
2004-10-06
Fixed tld_check_name(). idna_to_unicode_lzlz() should never fail,
Gisle Vanem
2004-10-06
USE_LIBIDN: Added Top-level-domain (TLD) check for host->name.
Gisle Vanem
2004-10-06
Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled
Daniel Stenberg
2004-10-06
avoid warnings on systems with this member set const
Daniel Stenberg
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-10-06
untabify
Daniel Stenberg
2004-10-05
djgpp has basename()
Gisle Vanem
2004-10-05
minor edit to re-use a variable and to hopefully avoid a (moot) warning
Daniel Stenberg
2004-10-05
avoid warning for unused variable
Daniel Stenberg
2004-10-05
use idna_strerror() if it is available (only in libidn 0.5.6 or later)
Daniel Stenberg
2004-10-05
Only include libgen.h if we have a basename as well.
Daniel Stenberg
2004-10-05
let our basename() be static
Daniel Stenberg
2004-10-04
Made the dns entry remain locked while a connection to the host remains to
Daniel Stenberg
2004-10-03
set async.done to TRUE last in the addrinfo callback to prevent the risk that
Daniel Stenberg
2004-10-03
Replaced the use of isspace() with our own version instead since we have most
Daniel Stenberg
2004-10-02
Gisle Vanem provided code that displays an error message when the (libidn
Daniel Stenberg
2004-10-02
removed weird preprocessor juggling not needed
Daniel Stenberg
2004-10-01
someone should hit me
Daniel Stenberg
[prev]
[next]