platform/upstream/curl.git
2012-12-26 Yang Tsesockfilt.c: commit b44da5a82a follow-up 2
2012-12-26 Yang Tsesockfilt.c: commit b44da5a82a follow-up
2012-12-26 Yang Tsesockfilt.c: fix some compiler warnings
2012-12-26 Yang Tsecurl_multi_remove_handle: commit 0aabfd9963 follow-up
2012-12-25 Daniel Stenberglib556: enable VERBOSE to ease debugging on failures
2012-12-25 Marc Hoerskensocklift.c: Quick fix to re-add missing code
2012-12-25 Marc Hoerskensocklift.c: Added select_ws function to support Windows
2012-12-25 Yang TseEnable tests 1503, 1504 and 1505
2012-12-25 Yang Tsecurl_multi_remove_handle: fix memory leak triggered...
2012-12-25 Yang TseCurl_hash_clean: OOM handling fix
2012-12-25 Yang Tsetest 1504 and 1505: same as 1502 but with different...
2012-12-24 Daniel StenbergCurl_conncache_foreach: allow callback to break loop
2012-12-24 Daniel Stenbergpop3_doing: don't call pop3_dophase_done() if already...
2012-12-23 Yang Tsetest 1503: same as 1502 but with a different cleanup...
2012-12-23 Yang Tsetest 1502: OOM handling fixes
2012-12-23 Yang Tsecurl_multi_wait: OOM handling fix
2012-12-23 Daniel Stenbergcurl_multi_wait: avoid an unnecessary memory allocation
2012-12-21 Yang Tseruntests.pl: prepend $srcdir to HTTPTLS server config...
2012-12-21 Yang Tsemulti.c: OOM handling fix
2012-12-21 Yang Tselib543.c: OOM handling fixes
2012-12-21 Yang Tseconfigure: add internal sanity check (warn only) on...
2012-12-21 Daniel StenbergSCP: relative path didn't work
2012-12-21 Yang Tseconfigure: LIBMETALINK_CFLAGS actually is LIBMETALINK_C...
2012-12-20 Yang Tseconfigure: add minimal sanity check on user provided...
2012-12-19 Yang Tsebundles connection caching: some out of memory handling...
2012-12-19 Yang Tselibntlmconnect.c: fix compiler warnings and OOM handling
2012-12-19 Yang Tseconfigure.ac: clear local test intended variables befor...
2012-12-18 Yang TseVC6 IDE: link with advapi32.lib when using WIN32 crypto...
2012-12-17 Yang Tsecurl-functions.m4: improve gethostname arg 2 data type...
2012-12-17 Yang Tsesetup_once.h: HP-UX specific 'bool', 'false' and 'true...
2012-12-16 Yang Tseconfigure: check if compiler halts on function prototyp...
2012-12-15 Yang Tsewarnless.c: fix compiler warnings
2012-12-15 Yang Tsecurl-functions.m4: add gethostname arg 2 data type...
2012-12-14 Nick Zitzmanndarwinssl: Fix implicit conversion compiler warnings
2012-12-14 Yang Tsesetup_once.h: HP-UX <sys/socket.h> issue workaround
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-12 Yang Tsesetup_once.h: HP-UX specific TRUE and FALSE definitions
2012-12-12 Daniel Stenberggopher: #include cleanup
2012-12-11 Yang Tseexamples/simplessl.c: fix compiler warning
2012-12-10 Yang Tseexamples/externalsocket.c: fix SunPro compilation issue
2012-12-10 Yang Tseexamples/simplessl.c: fix compiler warning
2012-12-10 Yang Tsebuild: add bundles and conncache files to other build...
2012-12-10 Yang Tseconncache: fix enumerated type mixed with another type
2012-12-10 Yang Tseexamples/anyauthput.c: fix Tru64 compilation issue
2012-12-08 Colin Watsonconfigure: fix cross pkg-config detection
2012-12-07 Linus Nielsen... Introducing a new persistent connection caching system...
2012-12-06 Fabian Keilruntests and friends: Do not add undefined values to...
2012-12-05 Steve HolmeMerge pull request #52 from isn-/master
2012-12-05 Stanislav Ivochkinbuild: fix compilation with CURL_DISABLE_CRYPTO_AUTH...
2012-12-05 Yang Tselibtest: fix some compiler warnings
2012-12-05 Yang Tseexamples: fix compilation issues - commit 7332a7cafb...
2012-12-05 Yang Tseexamples: fix compilation issues - commit 23f8dca6fb...
2012-12-04 Yang Tseexamples: fix compilation issues
2012-12-04 Yang Tsebuild: explain current role of LIBS in our Makefile...
2012-12-04 Daniel Stenbergmulti: fix re-sending request on early connection close
2012-12-04 Yang Tseconfigure: add minimal sanity check on user provided...
2012-12-03 Yang Tsebuild: prevent global LIBS from influencing src and...
2012-12-03 Kamil Dudkanss: prevent NSS from crashing on client auth hook...
2012-11-30 Yang Tsetestcurl.pl: build example programs for several autobuilds
2012-11-30 Yang Tsebuild: prevent global LIBS from influencing examples...
2012-11-30 Yang Tsebuild: prevent global LIBS from influencing libtest...
2012-11-29 Yang Tsebuild: prevent global LIBS from influencing test server...
2012-11-28 Yang Tsebuild: fix Windows build targets damaged since commit...
2012-11-28 Yang Tsebuild: avoid linkage of directly unused libraries
2012-11-27 Yang Tsedd missing NTLM feature for tests 2025, and 2028 to...
2012-11-26 Yang Tseavoid mixing of enumerated type with another type
2012-11-26 Yang Tsemulti.c: disambiguate precedence of bitwise and relatio...
2012-11-26 Fabian KeilRemove stray CRLF in chunk-encoded content-free request...
2012-11-25 Daniel StenbergFAQ: clarify the 3.4 section
2012-11-25 Lijo Antonyexamples: Updated asiohiper.cpp to remove connect from...
2012-11-23 Yang Tsebuild: fix AIX compilation and usage
2012-11-23 Steve HolmeDOCS: Updated CURLOPT_CONNECT_ONLY to reflect usage...
2012-11-23 Daniel Stenbergtest: offer "automake" output and check for perl better
2012-11-21 Fabian KeilTest 206: Use a Content-Length header for the 407 response
2012-11-21 Fabian KeilTest 206: Don't respond to a succesful CONNECT request...
2012-11-21 Daniel Stenberghtmltitle: use .cpp extension for C++ examples
2012-11-21 Lijo Antonyexamples: Added a c++ example of using multi with boost...
2012-11-21 Daniel StenbergVC Makefiles: add missing hostcheck
2012-11-20 Daniel Stenbergcompiler warning fixes
2012-11-20 Daniel Stenbergbump: start working on 7.28.2
2012-11-20 Daniel StenbergTHANKS: added 14 contributors from the 7.28.1 release
2012-11-20 Daniel StenbergRELEASE-NOTES: synced with 52af6e69f079 / 7.28.1
2012-11-19 Anthony BryanRELEASE-NOTES: NSS can be used for metalink hashing
2012-11-19 Fabian KeilGet test 2032 working when using valgrind
2012-11-19 Kamil Dudkatest2032: spurious failure caused by premature termination
2012-11-19 Fabian KeilFix comment typos in test 517
2012-11-19 Fabian KeilTest 92 and 194: normalize spaces in the Server headers
2012-11-19 Fabian KeilAdd a HOSTIP precheck for tests 31 and 1105
2012-11-19 Fabian KeilLet test 8 work as long as %HOSTIP ends with ".0.0.1"
2012-11-19 Fabian KeilAdd --resolve to the keywords and name of test 1318
2012-11-19 Fabian KeilAdd FTP keywords for a couple of currently keyword...
2012-11-19 Fabian KeilAdd keywords for a couple of currently keyword-less...
2012-11-19 Fabian KeilUse carriage returns in all headers in test 31
2012-11-19 Fabian KeilDo not mix CRLF and LF header endings in a couple of...
2012-11-18 Daniel Stenbergfixed memory leak: CURLOPT_RESOLVE with multi interface
2012-11-17 Daniel StenbergRELEASE-NOTES: synced with ee588fe08807778
2012-11-17 Daniel Stenbergmem-include-scan: verify memory #includes
2012-11-16 Daniel Stenbergtftp_rx: code style cleanup
2012-11-16 Fabian KeilFix the libauthretry changes from 7c0cbcf2f61
2012-11-16 Christian Vogttftp_rx: handle resends
next