platform/upstream/curl.git
2013-01-01 Yang Tsecurl-override.m4: provide AC_CONFIG_MACRO_DIR definitio...
2012-12-30 Steve Holmeimap.c: Minor follow up tidy up
2012-12-30 Steve Holmeimap: Code tidy up prior to adding support for the...
2012-12-29 Steve Holmepop3_doing: Applied debug info message when function...
2012-12-29 Steve Holmeimap_doing: don't call imap_dophase_done() if already...
2012-12-29 Steve Holmesmtp_doing: don't call smtp_dophase_done() if already...
2012-12-29 Yang Tseexamples/certinfo.c: fix compiler warning
2012-12-29 Steve Holmepop3.c: Removed unnecessary POP3_STOP state changes
2012-12-29 Steve Holmesmtp.c: Added extra comments around SMTP_STOP state...
2012-12-29 Steve Holmeimap.c: Fixed bad state error when logging in with...
2012-12-28 Yang Tseimap.c: remove trailing whitespace
2012-12-28 Steve Holmeimap.c: Code tidy up - Part 2
2012-12-28 Steve Holmeimap.c: Code tidy up - Part 1
2012-12-28 Steve Holmepop3.c: Minor code tidy up
2012-12-28 Steve Holmesmtp: Minor code tidy up
2012-12-28 Steve Holmecurl_imap.h: Tidy up of comments to be more readable
2012-12-28 Steve Holmeimap.c: Code tidy up renaming imapsendf() to imap_sendf()
2012-12-28 Yang Tsebuild: rename 76 lib/*.h files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-28 Yang Tselib/*.h: use our standard naming scheme for header...
2012-12-28 Steve Holmeimsp.c: Fixed usernames and passwords that contain...
2012-12-27 Daniel Stenbergcurl.1: extend the -X, --request description
2012-12-27 Daniel StenbergRELEASE-NOTES: synced with e3ed2b82e6
2012-12-27 Nick Zitzmanndarwinssl: Fixed inability to disable peer verification
2012-12-26 Yang Tsecurl tool: rename hugehelp files to tool_hugehelp
2012-12-26 Yang Tsecurl tool: renaming hugehelp files to tool_hugehelp
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
next