platform/upstream/curl.git
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...
2003-08-20 Daniel StenbergCURLINFO_RESPONSE_CODE instead of CURLINFO_HTTP_CODE
2003-08-20 Daniel StenbergCURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE
2003-08-20 Daniel Stenbergstore the FTP response code in the httpcode variable
2003-08-20 Daniel Stenbergremoved the goto and re-indented slightly
2003-08-20 Daniel Stenbergtransfer fix for multi interface
2003-08-20 Daniel Stenbergmade curl_multi_info_read() set 'msgs_in_queue' to...
2003-08-19 Daniel Stenbergrecent action
2003-08-19 Daniel StenbergNow offering support for multiple -T on the same comman...
2003-08-19 Daniel Stenbergtest case 149 is here
2003-08-19 Daniel Stenbergswitch off globbing to enable [] in file names for -T
2003-08-19 Daniel Stenbergcheck the upload
2003-08-19 Daniel Stenbergteste multiple uploads in one command line
2003-08-19 Daniel Stenbergmake sure the 'done' variable is always set to somethin...
2003-08-19 Daniel Stenbergwhen --enable-debug is used to set debug options with...
2003-08-19 Daniel StenbergRespect HAVE_LONGLONG to support 'long long'
2003-08-19 Daniel Stenbergcheck for CRYPTO_cleanup_all_ex_data as well
2003-08-19 Daniel StenbergCRYPTO_cleanup_all_ex_data() is not present in all...
2003-08-19 Daniel Stenbergbetter ignore pattern
2003-08-19 Daniel Stenbergtest507 for multi with bad host name
2003-08-19 Daniel Stenbergtest507 added
2003-08-19 Daniel Stenbergdon't set done==TRUE if the host name doesn't resolve
2003-08-19 Daniel StenbergLoren Kirkby pointed out that we need to call CRYPTO_cl...
2003-08-18 Daniel Stenbergminor edit
2003-08-18 Daniel Stenbergminor edits
2003-08-18 Daniel Stenbergset the large-file support defines for the client too
2003-08-17 Daniel Stenbergsetting WRITEFUNCTION or READFUNCTION to NULL will...
2003-08-15 Daniel Stenberg7.10.7
2003-08-15 Daniel Stenbergremoved lots of "added in [version]" where [version...
2003-08-14 Daniel Stenbergcheck for long long
2003-08-14 Daniel StenbergPossible code for large file support, added within...
2003-08-14 Daniel Stenbergnew Russian mirror both web and download
2003-08-14 Daniel Stenbergsupprt for the new memlimit stuff
2003-08-14 Daniel Stenbergadded one "added in blabla" and removed a few
2003-08-14 Daniel StenbergCurl_SSL_InitSessions can return error, so check the...
2003-08-14 Daniel StenbergCurl_llist_destroy() checks the input for non-NULL
2003-08-14 Daniel Stenbergnew proto for Curl_hash_init
2003-08-14 Daniel Stenberg1. check allocs
2003-08-14 Daniel Stenbergreturn failure when the host cache creation fails
2003-08-14 Daniel Stenbergactivate the new memory limit tests if requested
2003-08-14 Daniel Stenbergreturn failure when an alloc function fails
2003-08-14 Daniel Stenbergprevent memory leak when going out of memory
next