platform/upstream/curl.git
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
2003-08-12 Daniel Stenbergadded the new curl_share_* man pages, the libcurl-easy...
2003-08-12 Daniel Stenbergseparated the easy-specific stuff into a new libcurl...
2003-08-12 Daniel Stenbergadded the asynchdns bit
2003-08-12 Daniel StenbergBugfix from Serge Semashko that fixes a bug introduced...
2003-08-12 Daniel Stenbergmore auth tests
2003-08-11 Daniel StenbergAdded support for CURLINFO_HTTP_CONNECTCODE
2003-08-11 Daniel Stenbergbindlocal works for Windows!
2003-08-11 Daniel StenbergCheck CURL_VERSION_ASYNCHDNS for feature output
2003-08-11 Daniel StenbergSet the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined.
2003-08-11 Daniel StenbergAdded CURLINFO_HTTP_CONNECTCODE
2003-08-11 Daniel Stenbergmention curl_version_info
2003-08-11 Daniel Stenbergmention the pre3 release
2003-08-11 Daniel StenbergVincent Sanders's massive update of this example code...
2003-08-11 Daniel Stenbergedits
2003-08-11 Daniel Stenbergtwo more known bugs
2003-08-11 Daniel Stenbergadded include "http.h" to prevent a warning
2003-08-11 Daniel Stenbergdefine USE_ARES nicer if enabled
2003-08-11 Daniel Stenberguse safefree instead
2003-08-11 Daniel Stenbergforgot the backslash
2003-08-11 Daniel Stenbergmemory leak fixed when re-using connections with proxy...
2003-08-11 Daniel Stenberg--proxy-ntlm added
2003-08-11 Daniel Stenberg81 + 82 test NTLM proxy stuff
2003-08-11 Daniel Stenbergremodeled the help text to avoid those annoying puts...
2003-08-11 Daniel StenbergCURLOPT_PROXYAUTH explained
2003-08-11 Daniel StenbergCURLOPT_PROXYAUTH added by Serge Semashko
2003-08-11 Daniel StenbergSerge Semashko added CURLOPT_PROXYAUTH support, and...
2003-08-11 Daniel StenbergChristian Beutenmueller corrected the CURLOPT_FILE...
2003-08-11 Daniel Stenbergadded test80
2003-08-11 Daniel Stenbergtunnel through proxy, with both proxy and regular authe...
2003-08-11 Daniel Stenberg-Z and -@ no longer work, they are now officially avail...
2003-08-11 Daniel Stenbergadded test 79, a basic test that fetches an FTP URL...
2003-08-11 Daniel Stenbergthe new cookie functions that require 'data' passed in
2003-08-11 Daniel Stenbergsupport sending off cookies without contents
2003-08-11 Daniel StenbergAdded some infof() calls, that require the data pointer...
2003-08-11 Daniel Stenbergadded Dirk Manske
2003-08-11 Daniel Stenbergremoved the dashes
2003-08-11 Daniel Stenbergdocumenting the share interface
next