]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2012-01-16  Yang Tsesws.c: improve proxy mode torture testing support ...
2012-01-15  Yang Tsesws.c: improve proxy mode torture testing support ...
2012-01-15  Yang TseCurl_proxyCONNECT() trace known bug #39
2012-01-14  Daniel Stenbergtest: verify HTTP response code 308
2012-01-13  Yang Tsehttp_negotiate_sspi.c: fix compiler warning
2012-01-13  Yang Tsessh.c: fix compiler warning
2012-01-13  Yang Tsesws.c: improve proxy mode torture testing support
2012-01-12  Daniel StenbergRELEASE-NOTES: synced with 9f20379fe4
2012-01-12  Daniel Stenberghostip: avoid getaddrinfo when c-ares is used
2012-01-09  Yang Tsesws.c: replace sleep() usage with wait_ms()
2012-01-09  gsengunFTP: CURLE_PARTIAL_FILE should not cause control connec...
2012-01-08  Yang Tsesws.c: some compiler warning fixes
2012-01-08  Yang Tselib/setup.h: portable symbolic names for Winsock shutdo...
2012-01-06  Yang Tsesws.c: 812fa73057 follow-up
2012-01-05  Yang Tsesws.c: some IPv6 proxy mode peparatory adjustments
2012-01-05  Daniel Stenbergcurl.h: provide backwards compatible symbols
2012-01-04  Daniel Stenbergwin32-threaded-resolver: stop using a dummy socket
2012-01-04  Peter SylvesterOpenSSL: remove reference to openssl internal struct
2012-01-04  Yang Tsetest1320 test1321: avoid User-Agent comparison
2012-01-04  Yang Tsehttpserver.pl: reorder sws command line options
2012-01-04  Yang Tsesws.c: fix proxy mode segfault
2012-01-04  Yang Tsetool_formparse.c: fix compiler warning: enumerated...
2012-01-04  Yang Tsekrb5.c: fix compiler warning: variable set but not...
2012-01-04  Daniel StenbergKNOWN_BUGS: #77 CURLOPT_FORBID_REUSE kills NTLM
2012-01-03  Steve HolmeFixed use of CURLUSESSL_TRY for POP3 and IMAP based...
2012-01-03  Steve HolmeFixed incorrect error code being returned in STARTTLS
2012-01-03  Daniel Stenbergcurl_easy_setopt: refer to the most recent URI RFC
2012-01-03  Daniel StenbergRELEASE-NOTES: synced with 2f4a487a68
2012-01-03  Daniel Stenbergtests: test IMAP, POP3 and SMTP over HTTP proxy tunnel
2012-01-03  Daniel Stenbergtest proxy supports CONNECT
2012-01-02  Daniel Stenbergcurl_easy_strerror.3: minor synopsis edit of the look
2012-01-02  Yang Tsehostip.c: fix potential write past the end of string...
2012-01-02  Yang Tsehostip.c: fix Curl_loadhostpairs() OOM handling
2012-01-02  Yang Tseruntests.pl: on test failure, don't show trace log...
2012-01-01  Daniel StenbergCurl_input_negotiate: use the correct buffer for input
2012-01-01  Daniel Stenbergruntests: put trace outputs in log/trace[num] for all...
2011-12-31  Daniel Stenbergjust a stupid typo
2011-12-31  Daniel StenbergSFTP dir: increase buffer size counter
2011-12-31  Daniel StenbergRELEASE-NOTES: synced with 81ebdd9e287
2011-12-31  Daniel Stenbergcreate_hostcache_id: use the key lower cased
2011-12-31  Daniel Stenbergchanged case: use new host name for subsequent HTTP...
2011-12-31  Daniel StenbergCURLOPT_RESOLVE: avoid adding already present host...
2011-12-31  Dan Fandrichruntests.pl: Use logmsg more consistently
2011-12-30  Alessandro... examples: update README, Makefile.inc and gitignore...
2011-12-30  Alessandro... examples: add a couple of simple pop3s examples
2011-12-30  Yang Tseremoved execute file permission
2011-12-30  Yang Tseremoved trailing whitespace
2011-12-29  Yang Tseftpserver.pl: arbitrary application data splitting...
2011-12-28  Yang Tseftpserver.pl: arbitrary application data splitting...
2011-12-27  Yang Tsetestcurl.pl: 82c344a3 follow-up
2011-12-26  Yang Tsetestcurl.pl: log ACLOCAL_FLAGS
2011-12-26  Yang Tsetestcurl.pl: third party m4 warnings filtering adjustment
2011-12-25  Kamil Dudkatransfer: avoid unnecessary timeout event when waiting...
2011-12-25  Yang Tsetransfer.c: move a logging statement placement
2011-12-25  Yang Tsehash.c: fix OOM triggered segfault
2011-12-23  Daniel Stenbergftp_do_more: don't return success until all is done
2011-12-23  Daniel StenbergCurl_do_more: fix typo logic
2011-12-23  Daniel StenbergSFTP mkdir: use correct permission
2011-12-23  Yang Tsebuildconf: minor tweaks commit 430527a1 follow-up
2011-12-23  Colin HogbenRequire a less ancient version of perl
2011-12-23  Daniel Stenbergresolve: don't leak pre-populated dns entries
2011-12-23  Daniel Stenbergnew test: verify --resolve
2011-12-23  Yang Tsetestcurl.pl: temporary change
2011-12-21  Daniel Stenbergoperate: removed a single trailing space
2011-12-21  Dan Fandrich--retry: Retry transfers on timeout and DNS errors
2011-12-21  Yang Tsebuildconf: minor tweaks
2011-12-21  Yang Tseformdata.c: OOM handling fixes
2011-12-21  Daniel StenbergTODO: 1.7 Happy Eyeball dual stack connect
2011-12-21  Dan Fandrichruntests.pl: Fixed perl warning when using the -l option
2011-12-20  Daniel StenbergRELEASE-NOTES: added two references
2011-12-20  Daniel StenbergCurl_socket_check: enlarge poll struct array to 3
2011-12-20  Daniel StenbergRELEASE-NOTES: synced with 380bade777
2011-12-20  Daniel StenbergTODO: remove active FTP from section 2.1
2011-12-20  Daniel Stenberglibcurl docs: add the new FTP accept option + errors
2011-12-20  Daniel Stenbergtimeleft_accept: ack global timeout, moved to ftp.c
2011-12-20  Daniel Stenberglibcurl-tutorial.3: curl doesn't sent pragma no-cache
2011-12-20  Daniel Stenberglibcurl-multi.3: active FTP is no longer blocking!
2011-12-20  Daniel StenbergFTP: move FTP-specific struct field to ftpc_conn
2011-12-20  Daniel Stenbergnon-blocking active FTP: cleanup multi state usage
2011-12-20  Gokhan SengunFTP: perform active connections non-blocking
2011-12-20  Daniel Stenbergsockets: new Curl_socket_check() can wait for 3 sockets
2011-12-20  Cédric Deltheilcurl.h: add __ANDROID__ macro check
2011-12-20  Daniel Stenberglib500: verify timers relative each other
2011-12-20  Daniel StenbergCurl_pgrsTime: store now in an auto variable
2011-12-20  Daniel Stenbergtimer: restore PRETRANSFER timing
2011-12-20  Bernhard Reutner... libcurl.m4: Fix quoting arguments of AC_LANG_PROGRAM
2011-12-20  Daniel Stenberggitignore: ignore the symbol versioning file
2011-12-20  Daniel Stenbergtutorial: remove CURLM_CALL_MULTI_PERFORM add sharing
2011-12-19  Alessandro... configure: add symbols versioning option
2011-12-19  Sven WegenerUse Curl_ssl_connect for non-blocking connect fallback
2011-12-19  Daniel StenbergRELEASE-NOTES: synced with af9bc1604c1
2011-12-19  Daniel Stenbergcurl.1: minor white space cleanup
2011-12-19  Alessandro... docs: improve description of the --capath option
2011-12-19  Steve HolmeDOCS: Added SMTP information to CURLOPT_INFILESIZE
2011-12-19  Daniel StenbergCurl_proxyCONNECT: use newlines in debug output
2011-12-16  Daniel Stenbergcurl -F: fix multiple file upload with custom type
2011-12-16  Colin HogbenNew test for multiple file upload
2011-12-15  Yang Tseconfigure: libtool 1.5 tweaks
2011-12-15  Colin HogbenCorrect substitution var names
2011-12-15  Colin HogbenCorrect default upload mimetype in manual
next