summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Handle drive-letter on MS-DOS.Gisle Vanem2004-11-091-4/+4
* Changes for removing libcurl.def file on Win32.Gisle Vanem2004-11-096-55/+55
* Change OS name. Fix header guard.Gisle Vanem2004-11-081-4/+4
* Un-do changes for WinCE; cdecl decoration is not needed.Gisle Vanem2004-11-081-14/+3
* check for and require tld.h to be present before libidn usage is activatedDaniel Stenberg2004-11-081-4/+5
* Tim Sneddon's VMS fix for huge HTTP POSTsDaniel Stenberg2004-11-052-4/+14
* removed errno, added EAGAINDaniel Stenberg2004-11-051-2/+1
* it has a sys/stat.h file, according to Paul NolanDaniel Stenberg2004-11-051-1/+1
* delete trailing whitespaceDaniel Stenberg2004-11-041-5/+5
* use ifdef not ifDaniel Stenberg2004-11-021-1/+1
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-0219-19/+374
* Dan Fandrich's gzip handling fixDaniel Stenberg2004-10-271-78/+121
* Testing to define _REENTRANT unconditionally in here.Daniel Stenberg2004-10-261-5/+6
* Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on aDaniel Stenberg2004-10-252-7/+23
* Mohun Biswas found out that formposting a zero-byte file didn't work veryDaniel Stenberg2004-10-241-2/+6
* Dan Fandrich's better ifdef for include fixDaniel Stenberg2004-10-211-1/+3
* Alexander Krasnostavsky made it possible to make FTP 3rd party transfers withDaniel Stenberg2004-10-191-0/+11
* CURLINFO_NUM_CONNECTS and moreDaniel Stenberg2004-10-193-1/+9
* djgpp has locale.h and setlocale().Gisle Vanem2004-10-191-0/+2
* Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option workDaniel Stenberg2004-10-161-33/+85
* libcurl leaked memory for cookies with the "max-age" field set.Daniel Stenberg2004-10-161-0/+2
* Added Traian Nicolescu's patches for threaded resolver onGisle Vanem2004-10-161-35/+142
* Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user nameDaniel Stenberg2004-10-141-7/+24
* Set errno = ENOMEM on faild countcheck().Gisle Vanem2004-10-131-0/+1
* #include "strerror.h" to get the strerror protoDaniel Stenberg2004-10-121-0/+1
* add proper error message when send() failsDaniel Stenberg2004-10-121-0/+3
* removed trailing whitespaceDaniel Stenberg2004-10-111-5/+5
* SO_NOSIGPIPEDaniel Stenberg2004-10-111-0/+20
* another lame attempt to avoid the "warning: will never be executed" warningDaniel Stenberg2004-10-101-4/+7
* MSVC uses 'i64' suffix for 64-bit sizes.Gisle Vanem2004-10-101-1/+4
* If long is 8 bytes we can use strtol() to get 64 bit numbers and won't needDaniel Stenberg2004-10-101-3/+3
* Prevent a longjmp warning by moving the rc assign within Curl_resolv().Daniel Stenberg2004-10-101-3/+3
* Use LL suffix for long long constants if the compiler supports it, to preventDaniel Stenberg2004-10-102-7/+15
* killed trailing whitespaceDaniel Stenberg2004-10-081-5/+5
* if basename was found, check for a prototype and if none was found, provideDaniel Stenberg2004-10-081-0/+5
* prevent warning with comparison between signed and unsignedDaniel Stenberg2004-10-081-1/+1
* use curl_strnequal(), not strncasecmp()Daniel Stenberg2004-10-071-1/+1
* use tld_strerror() only if previously detected, since otherwise we can'tDaniel Stenberg2004-10-071-2/+13
* Fixed tld_check_name(). idna_to_unicode_lzlz() should never fail,Gisle Vanem2004-10-061-5/+3
* USE_LIBIDN: Added Top-level-domain (TLD) check for host->name.Gisle Vanem2004-10-061-0/+33
* Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabledDaniel Stenberg2004-10-061-13/+16
* avoid warnings on systems with this member set constDaniel Stenberg2004-10-061-1/+1
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-0638-383/+381
* untabifyDaniel Stenberg2004-10-061-2/+2
* djgpp has basename()Gisle Vanem2004-10-051-0/+1
* minor edit to re-use a variable and to hopefully avoid a (moot) warningDaniel Stenberg2004-10-051-20/+18
* avoid warning for unused variableDaniel Stenberg2004-10-051-0/+1
* use idna_strerror() if it is available (only in libidn 0.5.6 or later)Daniel Stenberg2004-10-051-2/+5
* Only include libgen.h if we have a basename as well.Daniel Stenberg2004-10-051-1/+1
* let our basename() be staticDaniel Stenberg2004-10-051-1/+1