Age | Commit message (Expand) | Author |
2012-12-08 | configure: fix cross pkg-config detection | Colin Watson |
2012-12-07 | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing |
2012-12-06 | runtests and friends: Do not add undefined values to @INC | Fabian Keil |
2012-12-05 | Merge pull request #52 from isn-/master | Steve Holme |
2012-12-05 | build: fix compilation with CURL_DISABLE_CRYPTO_AUTH flag | Stanislav Ivochkin |
2012-12-05 | libtest: fix some compiler warnings | Yang Tse |
2012-12-05 | examples: fix compilation issues - commit 7332a7cafb follow-up | Yang Tse |
2012-12-05 | examples: fix compilation issues - commit 23f8dca6fb follow-up | Yang Tse |
2012-12-05 | examples: fix compilation issues | Yang Tse |
2012-12-04 | build: explain current role of LIBS in our Makefile.am files | Yang Tse |
2012-12-04 | multi: fix re-sending request on early connection close | Daniel Stenberg |
2012-12-04 | configure: add minimal sanity check on user provided LIBS and LDFLAGS | Yang Tse |
2012-12-03 | build: prevent global LIBS from influencing src and lib build targets | Yang Tse |
2012-12-03 | nss: prevent NSS from crashing on client auth hook failure | Kamil Dudka |
2012-11-30 | testcurl.pl: build example programs for several autobuilds | Yang Tse |
2012-11-30 | build: prevent global LIBS from influencing examples build targets | Yang Tse |
2012-11-30 | build: prevent global LIBS from influencing libtest build targets | Yang Tse |
2012-11-29 | build: prevent global LIBS from influencing test server build targets | Yang Tse |
2012-11-28 | build: fix Windows build targets damaged since commit 550e403f00 | Yang Tse |
2012-11-28 | build: avoid linkage of directly unused libraries | Yang Tse |
2012-11-27 | dd missing NTLM feature for tests 2025, and 2028 to 2032 | Yang Tse |
2012-11-26 | avoid mixing of enumerated type with another type | Yang Tse |
2012-11-26 | multi.c: disambiguate precedence of bitwise and relational operation | Yang Tse |
2012-11-26 | Remove stray CRLF in chunk-encoded content-free request bodies | Fabian Keil |
2012-11-25 | FAQ: clarify the 3.4 section | Daniel Stenberg |
2012-11-25 | examples: Updated asiohiper.cpp to remove connect from opensocket | Lijo Antony |
2012-11-23 | build: fix AIX compilation and usage | Yang Tse |
2012-11-23 | DOCS: Updated CURLOPT_CONNECT_ONLY to reflect usage in other protocols | Steve Holme |
2012-11-23 | test: offer "automake" output and check for perl better | Daniel Stenberg |
2012-11-21 | Test 206: Use a Content-Length header for the 407 response | Fabian Keil |
2012-11-21 | Test 206: Don't respond to a succesful CONNECT request with a body | Fabian Keil |
2012-11-21 | htmltitle: use .cpp extension for C++ examples | Daniel Stenberg |
2012-11-21 | examples: Added a c++ example of using multi with boost::asio | Lijo Antony |
2012-11-21 | VC Makefiles: add missing hostcheck | Daniel Stenberg |
2012-11-20 | compiler warning fixes | Daniel Stenberg |
2012-11-20 | bump: start working on 7.28.2 | Daniel Stenberg |
2012-11-20 | THANKS: added 14 contributors from the 7.28.1 release | Daniel Stenberg |
2012-11-20 | RELEASE-NOTES: synced with 52af6e69f079 / 7.28.1 | Daniel Stenberg |
2012-11-20 | RELEASE-NOTES: NSS can be used for metalink hashing | Anthony Bryan |
2012-11-19 | Get test 2032 working when using valgrind | Fabian Keil |
2012-11-19 | test2032: spurious failure caused by premature termination | Kamil Dudka |
2012-11-19 | Fix comment typos in test 517 | Fabian Keil |
2012-11-19 | Test 92 and 194: normalize spaces in the Server headers | Fabian Keil |
2012-11-19 | Add a HOSTIP precheck for tests 31 and 1105 | Fabian Keil |
2012-11-19 | Let test 8 work as long as %HOSTIP ends with ".0.0.1" | Fabian Keil |
2012-11-19 | Add --resolve to the keywords and name of test 1318 | Fabian Keil |
2012-11-19 | Add FTP keywords for a couple of currently keyword-less FTP tests | Fabian Keil |
2012-11-19 | Add keywords for a couple of currently keyword-less HTTP tests | Fabian Keil |
2012-11-19 | Use carriage returns in all headers in test 31 | Fabian Keil |
2012-11-19 | Do not mix CRLF and LF header endings in a couple of HTTP tests | Fabian Keil |