platform/upstream/curl.git
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
2011-12-15 Alessandro... docs: fix typo in curl_easy_setopt manpage
2011-12-13 Yang Tseif2ip.[ch]: fix compilation with MinGW
2011-12-13 Yang Tseconnect.c: fix compiler warning 'enumerated type is...
2011-12-13 Yang Tseif2ip.c: fix compiler warning 'unused parameter'
2011-12-13 Yang Tsepop3.c: fix compiler warning variable may be used unini...
2011-12-13 Yang Tseif2ip.c: fix compiler warning 'enumerated type is mixed...
2011-12-12 Jason GlasgowCURLOPT_INTERFACE: avoid resolving interfaces names
2011-12-12 Daniel StenbergRELEASE-NOTES: synced with 1259ccf7474
2011-12-11 Steve HolmeConnectionExists: Fix reuse for TLS upgraded connections
2011-12-09 Daniel Stenbergcreate_conn: don't switch to HTTP protocol if tunneling...
2011-12-07 Daniel StenbergFAQ: add --resolve details to question 3.19
2011-12-07 Gokhan SengunCurl_closesocket: clear sock_accepted on close
2011-12-07 Daniel Stenbergstatic SSL windows builds: add more libs to the link
2011-12-07 Gokhan Sengunmulti interface: fix block when CONNECT_ONLY option...
2011-12-07 Dan FandrichAdded some include files in a couple of example programs
2011-12-06 Daniel StenbergMakefileBuild: fix the static build
2011-12-06 Daniel StenbergOpenSSL: check for the SSLv2 function in configure
2011-12-05 Daniel StenbergCURLOPT_CONNECTTIMEOUT: default is 300 seconds
2011-12-05 Rob Wardprogress function example: include timed interval
2011-12-05 Daniel StenbergRELEASE-NOTES: synced with 347f951c390
2011-12-05 Daniel StenbergSSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
2011-12-05 Daniel StenbergCurl_resolver_is_resolved: differentiate between host...
2011-12-05 Daniel Stenbergc-ares: return proxy failure for all proxy types
2011-12-05 Daniel StenbergFTP: close callback fix
2011-12-05 Daniel StenbergFTP: call opensocket callback properly
2011-12-05 Daniel StenbergCurl_socket: internal replacement for socket()
2011-12-04 Daniel Stenbergtest: verify the opensocket callback for FTP
2011-12-02 Jason GlasgowCURLOPT_DNS_SERVERS: set name servers if possible ...
2011-12-02 Daniel Stenbergmulti interface: only use non-NULL function pointer!
2011-12-02 Jason Glasgowmulti: handle timeouts on DNS servers by checking for...
2011-12-01 Daniel Stenbergtest 815: verify POP3 dot-first-on-line unescaping
2011-11-30 Steve HolmePOP3: fixed escaped dot not being striped out
2011-11-30 Yang Tsebuildconf: follow-up for commit 7e02f7fd
2011-11-30 Yang Tsebuildconf: fix libtool 1.5.x warnings triggered with...
2011-11-30 Daniel StenbergRELEASE-NOTES: synced with 1038d0aa1
2011-11-29 Yang Tsepop3.c: fix compiler warning
2011-11-29 Yang Tseconfigure: avoid usage of macro PKG_CHECK_MODULES
2011-11-29 Daniel StenbergPOP3: detect when LIST returns no mails
2011-11-29 Daniel Stenbergftpserver: output CRLF in logs
next