Age | Commit message (Expand) | Author |
2012-12-14 | setup_once.h: HP-UX <sys/socket.h> issue workaround | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-12 | setup_once.h: HP-UX specific TRUE and FALSE definitions | Yang Tse |
2012-12-12 | gopher: #include cleanup | Daniel Stenberg |
2012-12-11 | examples/simplessl.c: fix compiler warning | Yang Tse |
2012-12-10 | examples/externalsocket.c: fix SunPro compilation issue | Yang Tse |
2012-12-10 | examples/simplessl.c: fix compiler warning | Yang Tse |
2012-12-10 | build: add bundles and conncache files to other build systems | Yang Tse |
2012-12-10 | conncache: fix enumerated type mixed with another type | Yang Tse |
2012-12-10 | examples/anyauthput.c: fix Tru64 compilation issue | Yang Tse |
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 |