Updated the copyright year since changes have been this year.
[platform/upstream/curl.git] / lib /
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-03-29 Daniel StenbergDon't close the connection if we're in a known negotiat...
2005-03-29 Daniel StenbergWhen doing FTP-SSL, advance to the next state properly...
2005-03-29 Daniel StenbergFixed the FTP response reader function to properly...
2005-03-28 Daniel StenbergBased on Augustus Saunders' comments and findings,...
2005-03-22 Dan FandrichFixed typo.
2005-03-21 Daniel StenbergModified the VALID_SOCK() macro to become VERIFY_SOCK...
2005-03-20 Daniel Stenbergremoved a (fairly useless) debug output just to compile...
2005-03-19 Daniel Stenbergfix compiler warning
2005-03-18 Daniel Stenbergfix by Kyrre Kristiansen
2005-03-17 Dan FandrichUse the proper macro to do uClibc detection.
2005-03-17 Daniel Stenberginclude inet_pton.h
2005-03-17 Daniel Stenberguse Curl_inet_pton(), not inet_pton().
2005-03-16 Dan FandrichRemoved references to config-vms.h from the makefiles.
2005-03-16 Dan FandrichRemoved old VMS config files (on behalf of Marty Kuhrt...
2005-03-16 Daniel Stenberg- Tru64 and some IRIX boxes seem to not like test 237...
2005-03-16 Dan FandrichFixed some compiler warnings I should have noticed...
2005-03-15 Dan FandrichFixed ftp support with uClibc due to differing inet_nto...
2005-03-15 Daniel Stenbergnonsense change for(;;) => while(1) just to prevent...
2005-03-15 Daniel Stenbergprevent compiler warning
2005-03-14 Daniel Stenberghushing up more warnings
2005-03-14 Daniel Stenbergsilence compiler warnings for mingw win32 builds -...
2005-03-14 Gisle VanemAvoid "unused variable" warnings.
2005-03-14 Daniel Stenbergsecurity.h is removed
2005-03-14 Daniel Stenberginclude security.h with lowercase s to work on cross...
2005-03-14 Daniel StenbergRemoved security.h since it shadows an include file...
2005-03-12 Gisle VanemSwap <security.h> and <sspi.h> (needed for MingW).
2005-03-11 Daniel Stenbergcurl_version_info() returns the feature bit CURL_VERSIO...
2005-03-11 Dan FandrichFixed some compiler warnings.
2005-03-11 Dan FandrichFixed LDAP library file name bug (KNOWN_BUGS #1). ...
2005-03-10 Daniel StenbergChristopher R. Palmer made it possible to build libcurl...
2005-03-09 Daniel StenbergAs reported by 'nodak sodak' we should check for a...
2005-03-08 Daniel Stenbergremove old printf() debug leftover
2005-03-08 Daniel Stenbergmktime() returns a time_t. time_t is often 32 bits...
2005-03-08 Daniel StenbergDominick Meglio reported that using CURLOPT_FILETIME...
2005-03-04 Daniel StenbergAdded test case 235 that makes a resumed upload of...
2005-03-04 Dan FandrichReduced the length of data read from the random entropy...
2005-03-04 Dan FandrichDon't try to read the whole of the random file because...
2005-03-04 Daniel StenbergDave Dribin made it possible to set CURLOPT_COOKIEFILE...
2005-03-04 Daniel Stenbergkilled trailing whitespace
2005-03-04 Daniel Stenbergkilled trailing whitespace
2005-02-28 Dan FandrichFix for a base64 decode heap buffer overflow vulnerability.
2005-02-24 Dan FandrichFixed some compiler warnings. Fixed a low incidence...
2005-02-22 Daniel Stenbergkrb4 fixed
2005-02-22 Daniel StenbergCurl_base64_decode() now returns an allocated buffer
2005-02-22 Daniel StenbergThanks for the notification iDEFENCE. We are the "initi...
2005-02-18 Daniel StenbergRalph Mitchell reported a flaw when you used a proxy...
2005-02-17 Daniel Stenbergclose the socket properly when returning error due...
2005-02-16 Daniel StenbergChristopher R. Palmer reported a problem with HTTP...
2005-02-14 Daniel StenbergRename Curl_pretransfersec() to *_second_connect()...
2005-02-11 Daniel StenbergFixed bad krb4 code. It always tried to use krb4 if...
2005-02-11 Daniel StenbergRemoved all uses of strftime() since it uses the locali...
2005-02-10 Daniel Stenbergtypecast assign to ftpport from int to prevent warnings
2005-02-10 Daniel Stenberginit fix for non-SSL builds
2005-02-09 Daniel StenbergDavid Byron identified the lack of SSL_pending() use...
2005-02-09 Daniel Stenbergbetter error checking and SSL init by David Byron
2005-02-09 Daniel Stenbergprevent a compiler warning
2005-02-09 Gisle VanemSet 'bits.close' in case of malloc fail.
2005-02-09 Gisle VanemUse CURL_SOCKET_BAD.
2005-02-09 Gisle VanemHandle CURLE_LOGIN_DENIED in strerror.c.
2005-02-09 Daniel StenbergFD_SET can be big macro, use braces
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2005-02-09 Gisle VanemReplace LF with CRLF. Ref RFC-2229, sec 2.3:
2005-02-08 Daniel Stenbergares_gethostbyname wants a 'ares_host_callback' in...
2005-02-08 Gisle VanemCurl_addrinfo?_callback() and addrinfo_callback() now...
2005-02-08 Gisle VanemDon't free too much in freedirs() if realloc() fails.
2005-02-08 Daniel StenbergCurl_wait_for_resolv() no longer disconnects on failure...
2005-02-07 Dan FandrichFix for a bug report that compressed files that are...
2005-02-06 Gisle VanemPreserve previous status in Curl_http_done().
2005-02-04 Daniel StenbergEric Vergnaud found a use of an uninitialized variable
2005-02-04 Daniel StenbergDavid Byron pointed out that this -1 on the buffer...
2005-01-30 Daniel Stenbergif the DO operation returns failure, bail out and close...
2005-01-30 Daniel StenbergUse calloc() to save us the memset() call and terminate...
2005-01-29 Daniel Stenberginclude "url.h" for the Curl_safefree() proto
2005-01-29 Daniel StenbergUsing the multi interface, and doing a requsted a re...
2005-01-29 Daniel StenbergDefine CURL_MULTIEASY when building this, to use my...
2005-01-29 Daniel Stenbergconn->ip_addr MUST NOT be used on re-used connections
2005-01-29 Daniel Stenbergmulti interface: when a request is denied due to "Maxim...
2005-01-28 Daniel StenbergConnect failures with the multi interface was often...
2005-01-28 Daniel StenbergKNOWN_BUGS #17 fixed. A DNS cache entry may not remain...
2005-01-28 Daniel StenbergStephen More pointed out that CURLOPT_FTPPORT and the...
2005-01-25 Daniel StenbergIan Ford asked about support for the FTP command ACCT...
2005-01-25 Daniel StenbergUse plain structs and not typedef'ed ones in the hash...
2005-01-21 Daniel StenbergFTP third transfer support overhaul. See CHANGES for...
2005-01-19 Daniel StenbergStephan Bergmann made libcurl return CURLE_URL_MALFORMA...
2005-01-19 Gisle VanemDon't copy 'stderr' for Win-CE in IPv6 code. Don't...
2005-01-19 Daniel StenbergStephan Bergmann pointed out two flaws in libcurl built...
2005-01-18 Daniel StenbergCody Jones' enhanced version of Samuel Díaz García...
2005-01-16 Daniel StenbergAlex aka WindEagle pointed out that when doing "curl...
2005-01-15 Gisle Vanemerrrno can by freak accident become EINTR on DOS or
2005-01-14 Daniel StenbergAdded README.hostip
2005-01-13 Daniel StenbergInspired by Martijn Koster's patch and example source at
2005-01-12 Gisle VanemAdded '-bd' option; target is a DLL.
2005-01-11 Daniel StenbergDan Torop cleaned up a few no longer used variables...
2005-01-11 Daniel StenbergRenamed easy.h and multi.h to easyif.h and multiif...
2005-01-11 Gisle Vanem".\lib\easy.h" shadows for <curl/easy.h> in Watcom.
2005-01-11 Gisle Vanem".\lib\multi.h" shadows for <curl/multi.h> in Watcom.
2005-01-11 Daniel StenbergCyrill Osterwalder posted a detailed analysis about...
2005-01-10 Daniel StenbergBruce Mitchener identified (bug report #1099640) the...
2005-01-10 Daniel StenbergUse Curl_easy_addmulti() to clear associations from...
next