platform/upstream/curl.git
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
2003-08-14 Daniel Stenbergallow out-of-memory testing by setting a limit. That...
2003-08-14 Daniel Stenbergbetter freeing when bailing out due to bad output glob
2003-08-14 Daniel Stenbergfree data on failure
2003-08-14 Daniel Stenbergtest87 verifies the new and better check for bad -o...
2003-08-14 Daniel Stenbergignore the .pid files
2003-08-14 Daniel Stenbergignore lib506 too
2003-08-14 Daniel Stenbergbetter report on why tests are skipped, and also show...
2003-08-14 Daniel StenbergIn case the output urlglob file name returned is NULL...
2003-08-14 Daniel Stenbergmodified the #[num] code to be more robust, to return...
2003-08-14 Daniel Stenbergcorrected this test case
2003-08-14 Daniel Stenbergtest urlglobbing range requests
2003-08-14 Daniel Stenbergtest86 added
2003-08-12 Daniel StenbergDavid Byron's fix that makes this script use 'cygpath...
2003-08-12 Daniel Stenberg7.10.7-pre4 commit
2003-08-12 Daniel Stenbergnicer make target for the pdf conversion
2003-08-12 Daniel Stenbergdon't treat index.html as the generated HTML pages
2003-08-12 Daniel Stenbergadded the new man pages
2003-08-12 Daniel Stenbergcorrected return type
next