platform/upstream/curl.git
2005-02-11 Daniel StenbergFixed bad krb4 code. It always tried to use krb4 if...
2005-02-11 Marty Kuhrtrename amigaos.c and nwlib.c if they exist before building
2005-02-11 Daniel StenbergRemoved per Marty's request: The .h_* files aren't...
2005-02-11 Marty Kuhrtre-sync'd with curlmsg.msg
2005-02-11 Marty Kuhrtignore curlmsg.h and .sdl as they are generated by...
2005-02-11 Marty Kuhrtsync'd error codes with include/curl.h
2005-02-11 Marty KuhrtAdded $Id$ and pre-exisiting logical check
2005-02-11 Daniel Stenbergremove the check for strftime(), we don't need it
2005-02-11 Daniel StenbergRemoved all uses of strftime() since it uses the locali...
2005-02-10 Daniel Stenbergvalgrind stuff for test suite, vms build and more
2005-02-10 Daniel StenbergMoved out the valgrind report parser to valgrind.pm...
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-10 Marty KuhrtReduced the two config-vms.h_* files into this one.
2005-02-09 Daniel StenbergDavid Byron fixed his SSL problems, initially mentioned...
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 VanemSome functions are static here, but extern in libxml's
2005-02-09 Daniel Stenbergthe new ftp code and Gisle's DICT fix
2005-02-09 Daniel Stenbergissue #54 done
2005-02-09 Gisle VanemSet 'bits.close' in case of malloc fail.
2005-02-09 Daniel Stenbergadd missing error codes
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 Stenberg-O clarification
2005-02-08 Daniel Stenberginflate and out of memory fixes
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-05 Daniel Stenbergvalgrind errors occur too often when 'make test' is...
2005-02-04 Daniel Stenbergfix type
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-02-02 Daniel Stenberganother example
2005-02-02 Daniel StenbergHTML parsing example with libtidy, by Jeff Pohlmeyer
2005-02-01 Daniel Stenbergand we start over again
2005-02-01 Daniel Stenberg7.13 coming up
2005-01-31 Daniel Stenbergsomewhat nicer libcurl usage
2005-01-31 Daniel Stenberghtmltitle
2005-01-31 Daniel StenbergHTML <head> parsing (with libxml) example code by Lars...
2005-01-30 Daniel Stenbergfour changes
2005-01-30 Daniel Stenbergif the DO operation returns failure, bail out and close...
2005-01-30 Daniel StenbergLet's add a cookie interface in 7.14
2005-01-30 Daniel StenbergBugfixed the parser that scans the valgrind report...
2005-01-30 Daniel Stenbergproperly mark tests as requiring feature 'SSL'
2005-01-30 Daniel StenbergUse calloc() to save us the memset() call and terminate...
2005-01-29 Daniel StenbergClear the urlglob struct when allocated, since we might...
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 Stenbergcorrected the URL
2005-01-29 Daniel Stenbergconn->ip_addr MUST NOT be used on re-used connections
2005-01-29 Daniel Stenbergwhen using valgrind, include a much longer stack trace
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 Stenbergadjusted to the moved unlock of the DNS entry
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-27 Daniel Stenbergtest the EPRT/LPRT/PORT somewhat more
2005-01-27 Daniel StenbergUse the same work-around for the memdebug stuff as...
2005-01-27 Daniel Stenberga slightly involved work-around to prevent the debug...
2005-01-27 Daniel StenbergMake the debug build get the debug dump file path from...
2005-01-27 Daniel Stenbergverify a part of the PORT line
2005-01-26 Daniel StenbergMake the server ignore the given PORT address, to make...
2005-01-26 Daniel Stenbergadded more official web and download mirrors
2005-01-26 Daniel Stenbergnew curlpp URL
2005-01-26 Daniel Stenbergfixed sort, mention C, the java binding is now maintain...
2005-01-25 Daniel Stenbergadd number to the bugs to make them easier to refer to
2005-01-25 Daniel Stenbergtwo known bugs
2005-01-25 Daniel StenbergIan Ford asked about support for the FTP command ACCT...
2005-01-25 Daniel StenbergA minor "syntax error" in numerous test files corrected
2005-01-25 Daniel Stenbergnew web mirror
2005-01-25 Daniel Stenberg--protocols is added in 7.13.0
2005-01-25 Daniel StenbergDavid Shaw contributed a fairly complete and detailed...
2005-01-25 Daniel StenbergUse plain structs and not typedef'ed ones in the hash...
2005-01-23 Daniel Stenbergtwo options less
2005-01-22 Daniel Stenberg\fI marked \fP more function calls etc.
2005-01-22 Daniel StenbergIf you're using libcurl as a win32 DLL, you MUST use...
2005-01-22 Daniel Stenbergnext release will be 7.13.0
2005-01-22 Daniel Stenbergadded a few items I plan to do
2005-01-21 Daniel StenbergFTP third transfer support overhaul. See CHANGES for...
2005-01-21 Daniel Stenbergclarify the struct name for CURLOPT_HTTPPOST
2005-01-20 Daniel StenbergAdded support for "verify" => "stripfile" to strip...
2005-01-20 Daniel StenbergSupport file names passed to RETR that don't start...
2005-01-20 Daniel StenbergPhilippe Hameau found out that -Q "+[command]" didn...
2005-01-20 Daniel Stenbergadd support for NOOP
2005-01-20 Daniel StenbergIf you give a *_LARGE option you MUST make sure that...
2005-01-19 Daniel Stenbergadded test226 too
2005-01-19 Daniel StenbergStephan Bergmann made libcurl return CURLE_URL_MALFORMA...
2005-01-19 Daniel Stenbergtoday's proxy fixes
2005-01-19 Gisle VanemDon't copy 'stderr' for Win-CE in IPv6 code. Don't...
2005-01-19 Daniel Stenbergadd a URL to an article about making Apache support PUT
2005-01-19 Daniel StenbergStephan Bergmann pointed out two flaws in libcurl built...
next