platform/upstream/curl.git
2003-10-06 Daniel StenbergO_NONBLOCK does not work on BeOS according to Shard
2003-10-05 Daniel Stenbergbuilds better on BeOS
2003-10-05 Daniel StenbergShard's fix to build fine on BeOS
2003-10-05 Daniel StenbergBeOS-adjustments, as provided by Shard
2003-10-05 Daniel Stenbergweird typo removed
2003-10-05 Daniel Stenbergjust re-indented some code
2003-10-05 Daniel StenbergNew code for BeOS-style non-blocking sockets, provided...
2003-10-05 Daniel Stenbergimproved the non-block check a lot:
2003-10-04 Daniel Stenbergcurlx.c example added
2003-10-04 Daniel Stenberg- Vincent Bronner pointed out that if you set CURLOPT_C...
2003-10-04 Daniel StenbergVincent Bronner pointed out that if you set CURLOPT_COO...
2003-10-04 Daniel StenbergJon Turner fix
2003-10-04 Daniel StenbergJon Turner mentioned this bug fix to correct how libcur...
2003-10-04 Daniel Stenbergfixed ares-resolves and ip-only names
2003-10-04 Daniel StenbergBased on a patch provided by Siddhartha Prakash Jain...
2003-10-04 Daniel StenbergCURLOPT_NOBODY means HEAD on HTTP servers
2003-10-03 Daniel StenbergPeter Sylvester's curlx.c code example added
2003-10-03 Daniel Stenbergproto fix
2003-10-03 Daniel StenbergRenamed the function argument named 'access', as noted...
2003-10-02 Daniel StenbergJames MacMillan's patch makes curl build on QNC 6.2.x.
2003-09-23 Daniel Stenbergdocumented the new 7.10.8 -T functionality
2003-09-23 Daniel Stenberg-4 and -6 added
2003-09-23 Daniel Stenbergmore details
2003-09-23 Daniel Stenbergupdated to match reality
2003-09-23 Daniel Stenbergreal name
2003-09-22 Daniel Stenbergip version selector, SPNEGO feature added to -V output
2003-09-22 Daniel StenbergAdded -4/--ipv4 and -6/ipv6.
2003-09-22 Daniel Stenbergcut the leading blurb, that will be used for the mail...
2003-09-22 Daniel StenbergInclude the RELEASE-NOTES file too, which is basicly...
2003-09-22 Daniel Stenbergworking draft of the upcoming 7.10.8 release notes
2003-09-21 Daniel Stenberg7.10.8-pre2
2003-09-21 Daniel Stenberganother segfault with multi+ares+non-existing hostname
2003-09-21 Daniel Stenbergfailing to resolve a name using ares must Curl_disconne...
2003-09-21 Daniel Stenbergfind and detect the Heimdal GSSAPI include path properly
2003-09-19 Daniel StenbergAdded CURLOPT_IPRESOLVE support
2003-09-19 Daniel StenbergMarkus Moeller's SPNEGO patch applied, with my edits...
2003-09-19 Daniel Stenbergupdated
2003-09-15 Daniel Stenberglanguage
2003-09-15 Daniel Stenbergbug fixes
2003-09-15 Daniel StenbergIf a connection is closed down and it had some kind...
2003-09-15 Daniel StenbergTest 90 added: --anyauth that picks NTLM with a redirec...
2003-09-15 Daniel Stenbergminor difference in how the part number magic is made
2003-09-15 Daniel Stenbergmake the NTLM part numbers get increased instead of...
2003-09-15 Daniel Stenbergtest 89 verifies -L and ntlm authentication, as bug...
2003-09-15 Daniel Stenbergtest88, doing PUT with --digest now works
2003-09-15 Daniel StenbergWhen we issue a HTTP request, first make sure if the...
2003-09-14 Daniel Stenbergnew ares patch uploaded
2003-09-14 Daniel StenbergJeff Pohlmeyer is our hero of the week!
2003-09-14 Daniel Stenbergreverted the change that blanks LIBS
2003-09-14 Daniel StenbergJeff Pohlmeyer did some marvelous debugging to track...
2003-09-12 Daniel Stenbergblank the LIBS variable, as we don't need any libs...
2003-09-12 Daniel StenbergAdded more docs for DEBUGFUNCTION as suggsted by Mohun...
2003-09-12 Daniel Stenbergmulti handle DNS cache, "Negotiate" authentication...
2003-09-12 Daniel Stenbergclear the proxy env
2003-09-12 Daniel StenbergWhen people have environment variables set for protocol...
2003-09-11 Daniel StenbergTim Bartley's patch that makes the GSSNEGOTIATE option...
2003-09-11 Daniel StenbergFor easy handles within multi handles, we share the...
2003-09-11 Daniel Stenberg#ifdef 0'ed Curl_llist_insert_prev and Curl_llist_remov...
2003-09-11 Daniel Stenbergdon't use a blank proxy
2003-09-11 Daniel StenbergCurl_is_resolved(): FD_ZERO the file descriptors before...
2003-09-07 Daniel Stenberg7.10.8-pre1 commit
2003-09-07 Daniel Stenbergdo not use 'long' to store 4 bytes, as 64bit architectu...
2003-09-05 Daniel Stenbergyesterday and today in words
2003-09-05 Daniel StenbergUses less macros. #ifdef'ed out unused functions. Edite...
2003-09-05 Daniel StenbergEarly Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT option...
2003-09-05 Daniel Stenberg--enable-thread was broken and this should cure it
2003-09-04 Daniel StenbergCURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL
2003-09-04 Daniel Stenbergno user or password set, bail out
2003-09-04 Daniel Stenbergah, this change broke multiple test cases
2003-09-04 Daniel StenbergJörg pointed out that I did this fix wrongly, now authw...
2003-09-04 Daniel StenbergBased on Joerg Mueller-Tolk's patch, this introduces...
2003-09-04 Daniel Stenberg1. store the httpproxycode in the loop after it is...
2003-09-04 Daniel Stenbergavoid proxy (and other) auth if no user+password is...
2003-09-04 Daniel Stenbergadded the missing share-functions, pointed out by Edwar...
2003-09-03 Daniel StenbergEarly Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch...
2003-09-03 Daniel Stenbergrecent fixes
2003-09-03 Daniel StenbergRe-arranged code to make the proxy-CONNECT loop able...
2003-09-03 Daniel StenbergJoerg Mueller-Tolk's fix to better deal with user+passw...
2003-09-03 Daniel Stenbergminor fix to make better bail-out check
2003-09-03 Daniel Stenbergwarn if no CN is available if verify is only set to 1
2003-09-03 Daniel Stenbergstuff I had added in my copy at home, now at last I...
2003-09-03 Daniel StenbergPeter Pentchev found two problems. One realloc problem...
2003-09-02 Daniel Stenbergwrap at 80 cols
2003-09-01 Daniel Stenbergtwo patches applied
2003-09-01 Daniel Stenberg"Securing FTP with TLS" was updated to revision 12
2003-09-01 Daniel StenbergLDAP fixed in CVS (for upcoming 7.10.8)
2003-09-01 Daniel StenbergHenrik Storner's update to make libcurl work with OpenL...
2003-09-01 Daniel StenbergCURLE_LDAP_INVALID_URL added (by Henrik Storner)
2003-09-01 Daniel StenbergThe error buffer was not getting filled when Curl_wait_...
2003-08-29 Daniel Stenbergtypecase to please the compiler gods
2003-08-29 Daniel Stenbergtypecast to prevent compiler warning
2003-08-28 Daniel StenbergCURLOPT_BUFFERSIZE must not be smaller than 0 (zero...
2003-08-28 Daniel StenbergHenrik Storner's rewrite that includes a nice usage...
2003-08-28 Daniel Stenbergonly do chmod if there's a file present
2003-08-24 Daniel Stenbergadded the strcasecmp() proto here (moved from setup...
2003-08-24 Daniel Stenbergremoved the strcasecmp() proto from here, and moved...
2003-08-22 Daniel Stenbergwe support any number of globs now, even for #[num...
2003-08-22 Daniel Stenberghave cwd_and_mkd prefixed with ftp_ to make it appear...
2003-08-22 Daniel Stenberguse proper type to prevent compiler warning
2003-08-21 Daniel StenbergVincent Sanders provided a fix for name resolving when...
next