summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Matt Veenstra updated to 7.12.3. Starting now, we'll update the version numberDaniel Stenberg2004-12-081-3/+3
* Matt Veenstra:Daniel Stenberg2004-12-081-7/+14
* Rene Bernhardt found and fixed a buffer overrun in the NTLM code, whereDaniel Stenberg2004-12-071-2/+4
* CURLFTPSSL_ALL should make sure that the transfer fails if the data connectionDaniel Stenberg2004-12-071-2/+4
* Fixed so that the final error message is sent to the verbose info "stream"Daniel Stenberg2004-12-061-12/+11
* Gisle Vanem's fix for better info messages when failing to connect usingDaniel Stenberg2004-12-061-1/+9
* 'crypto_engine' not used.Gisle Vanem2004-12-061-1/+0
* Replace MINGW32 with built-in __MINGW32__.Gisle Vanem2004-12-062-4/+4
* Dan Fandrich added the --disable-cookies option to configure to buildDaniel Stenberg2004-12-056-15/+23
* Richard Atterer fixed libcurl's way of dealing with the EPSVDaniel Stenberg2004-12-051-9/+8
* Bug report #1078066: when a chunked transfer was pre-maturely closed exactlyDaniel Stenberg2004-12-031-3/+12
* made the intended one hour default timeout in the CONNECT loop actually workDaniel Stenberg2004-12-021-12/+9
* comment cleanupDaniel Stenberg2004-12-021-16/+6
* prevent an initial "(nil)" to get sent in the initial request when doingDaniel Stenberg2004-12-021-1/+1
* alarm() works unreliable on djgpp 2.03. Don't use it.Gisle Vanem2004-11-301-1/+0
* Dan Fandrich's fix for libz 1.1 and "extra field" usage in a gzip streamDaniel Stenberg2004-11-301-0/+1
* As reported in Mandrake's bug tracker bug 12285Daniel Stenberg2004-11-291-0/+19
* killed trailing whitespaceDaniel Stenberg2004-11-291-5/+5
* if gmtime() returns NULL, this returns -1 to bail out nicelyDaniel Stenberg2004-11-291-0/+2
* typecast the coversion from long to intDaniel Stenberg2004-11-271-2/+3
* I changed my mind. Remove ioctl() macro in setup.h instead.Gisle Vanem2004-11-264-11/+10
* Renamed urldata.h members 'ioctl*' to 'ioctrl*' due toGisle Vanem2004-11-263-9/+9
* As reported in Mandrake's bug tracker bug 12289Daniel Stenberg2004-11-262-4/+7
* removed no longer used variableDaniel Stenberg2004-11-261-1/+0
* FTP improvements:Daniel Stenberg2004-11-253-18/+94
* made the code fit within 80 colsDaniel Stenberg2004-11-251-3/+6
* added missing new error stringDaniel Stenberg2004-11-241-0/+3
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-247-59/+250
* Curl_select's timeout arg is an intDaniel Stenberg2004-11-222-2/+2
* Dan Fandrich fix to compile with libc5Daniel Stenberg2004-11-201-0/+7
* Enable >2GB files for MingW.Gisle Vanem2004-11-191-1/+1
* Suppress signed vs. unsigned warnings on Win32Gisle Vanem2004-11-192-5/+7
* Curl_select() now uses curl_socket_t on socket argumentsDaniel Stenberg2004-11-192-5/+3
* Winsock sockets are not in range 0..FD_SETSIZE.Gisle Vanem2004-11-191-2/+8
* add select.objDaniel Stenberg2004-11-191-0/+1
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-1910-176/+361
* Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings andDaniel Stenberg2004-11-184-9/+14
* Added README.httpauth to the distDaniel Stenberg2004-11-161-7/+7
* saved for the futureDaniel Stenberg2004-11-161-0/+69
* clean up start time and t_startsingle use so that redirect_time works properlyDaniel Stenberg2004-11-154-14/+9
* Borland doesn't have <sys/utime.h> nor utime().Gisle Vanem2004-11-141-1/+5
* Static lib is libcurl.lib and import lib libcurl_imp.lib.Gisle Vanem2004-11-141-17/+22
* Dan fixed the CURL_DISABLE_VERBOSE_STRINGS stuff for older gcc versions sinceDaniel Stenberg2004-11-131-2/+4
* Renamed import lib to "libcurl_imp.lib".Gisle Vanem2004-11-131-27/+38
* Netware target (hosted on Linux gcc) doesn't supportGisle Vanem2004-11-121-1/+1
* Dan Fandrich added the --disable-crypto-auth option to configure to allowDaniel Stenberg2004-11-124-5/+17
* Dan Fandrich: make --disable-dict actually disable dictDaniel Stenberg2004-11-111-0/+3
* Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.Daniel Stenberg2004-11-113-11/+31
* Dan Fandrich added --disable-verboseDaniel Stenberg2004-11-114-32/+77
* dates from 2038 or later now return 0x7fffffff when 32 bit time_t is usedDaniel Stenberg2004-11-112-0/+11