summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* nonsense change for(;;) => while(1) just to prevent gcc from warning onDaniel Stenberg2005-03-151-1/+1
* prevent compiler warningDaniel Stenberg2005-03-151-1/+1
* hushing up more warningsDaniel Stenberg2005-03-142-6/+6
* silence compiler warnings for mingw win32 builds --enable-debugDaniel Stenberg2005-03-144-8/+7
* Avoid "unused variable" warnings.Gisle Vanem2005-03-141-0/+2
* security.h is removedDaniel Stenberg2005-03-141-1/+1
* include security.h with lowercase s to work on cross-compiled mingwDaniel Stenberg2005-03-141-1/+1
* Removed security.h since it shadows an include file mingw needs when buildingDaniel Stenberg2005-03-147-80/+50
* Swap <security.h> and <sspi.h> (needed for MingW).Gisle Vanem2005-03-121-1/+1
* curl_version_info() returns the feature bit CURL_VERSION_SSPIDaniel Stenberg2005-03-111-1/+4
* Fixed some compiler warnings.Dan Fandrich2005-03-112-0/+3
* Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich2005-03-117-10/+31
* Christopher R. Palmer made it possible to build libcurl with theDaniel Stenberg2005-03-107-15/+242
* As reported by 'nodak sodak' we should check for a NULL pointer beforeDaniel Stenberg2005-03-091-1/+1
* remove old printf() debug leftoverDaniel Stenberg2005-03-081-1/+0
* mktime() returns a time_t. time_t is often 32 bits, even on many architecturesDaniel Stenberg2005-03-081-1/+8
* Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTPDaniel Stenberg2005-03-081-2/+6
* Added test case 235 that makes a resumed upload of a file that isn't presentDaniel Stenberg2005-03-041-4/+6
* Reduced the length of data read from the random entropy file.Dan Fandrich2005-03-041-2/+9
* Don't try to read the whole of the random file because when /dev/urandom isDan Fandrich2005-03-041-2/+2
* Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activateDaniel Stenberg2005-03-041-0/+4
* killed trailing whitespaceDaniel Stenberg2005-03-041-5/+5
* killed trailing whitespaceDaniel Stenberg2005-03-041-7/+7
* Fix for a base64 decode heap buffer overflow vulnerability.Dan Fandrich2005-02-281-3/+17
* Fixed some compiler warnings. Fixed a low incidence memory leak in the test ...Dan Fandrich2005-02-241-3/+3
* krb4 fixedDaniel Stenberg2005-02-222-11/+13
* Curl_base64_decode() now returns an allocated bufferDaniel Stenberg2005-02-225-21/+40
* Thanks for the notification iDEFENCE. We are the "initial vendor" and we sureDaniel Stenberg2005-02-221-2/+6
* Ralph Mitchell reported a flaw when you used a proxy with auth, and youDaniel Stenberg2005-02-181-21/+21
* close the socket properly when returning error due to failing localbindDaniel Stenberg2005-02-171-1/+3
* Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth"Daniel Stenberg2005-02-162-14/+32
* Rename Curl_pretransfersec() to *_second_connect() since it does not justDaniel Stenberg2005-02-142-4/+4
* Fixed bad krb4 code. It always tried to use krb4 if built enabled.Daniel Stenberg2005-02-111-15/+17
* Removed all uses of strftime() since it uses the localised version of theDaniel Stenberg2005-02-116-27/+72
* typecast assign to ftpport from int to prevent warningsDaniel Stenberg2005-02-101-1/+1
* init fix for non-SSL buildsDaniel Stenberg2005-02-101-3/+4
* David Byron identified the lack of SSL_pending() use, and this is my takeDaniel Stenberg2005-02-091-1/+14
* better error checking and SSL init by David ByronDaniel Stenberg2005-02-093-20/+62
* prevent a compiler warningDaniel Stenberg2005-02-091-0/+1
* Set 'bits.close' in case of malloc fail.Gisle Vanem2005-02-091-1/+2
* Use CURL_SOCKET_BAD.Gisle Vanem2005-02-091-1/+1
* Handle CURLE_LOGIN_DENIED in strerror.c.Gisle Vanem2005-02-092-1/+4
* FD_SET can be big macro, use bracesDaniel Stenberg2005-02-091-2/+4
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-0926-1449/+2659
* Replace LF with CRLF. Ref RFC-2229, sec 2.3:before_ftp_statemachineGisle Vanem2005-02-091-9/+9
* ares_gethostbyname wants a 'ares_host_callback' in the 4th argumentDaniel Stenberg2005-02-081-1/+1
* Curl_addrinfo?_callback() and addrinfo_callback() now returnsGisle Vanem2005-02-084-32/+38
* Don't free too much in freedirs() if realloc() fails.Gisle Vanem2005-02-081-2/+2
* Curl_wait_for_resolv() no longer disconnects on failure, but leaves thatDaniel Stenberg2005-02-082-1/+3
* Fix for a bug report that compressed files that are exactly 64 KiB longDan Fandrich2005-02-071-1/+1