Age | Commit message (Expand) | Author |
2013-11-15 | lib1507.c: Added missing set of CURLOPT_UPLOAD option | Steve Holme |
2013-09-02 | lib1512.c: Fixed compilation warning | Steve Holme |
2013-09-01 | Killed warning 'res' might be used uninitialized. | Guenter Knauf |
2013-08-08 | global dns cache: didn't work [regression] | Daniel Stenberg |
2013-07-22 | libtest: fix data type of some *_setopt() 'long' arguments | Yang Tse |
2013-07-17 | cmake: Fix for MSVC2010 project generation | Sergei Nikulov |
2013-07-11 | test 1511: fix enumerated type mixed with another type | Yang Tse |
2013-07-01 | lib506.c: Fixed possible use of uninitialized variables | Marc Hoersken |
2013-06-17 | test506: verify that CURLOPT_COOKIELIST takes share lock | Benjamin Gilbert |
2013-06-12 | lib1900: use tutil_tvnow instead of gettimeofday | Sergei Nikulov |
2013-06-06 | lib1500: remove bad check | Daniel Stenberg |
2013-05-08 | libtest: gitignore more binary files | Daniel Stenberg |
2013-04-22 | tests: add test1511 to check timecond clean-up | Alessandro Ghedini |
2013-04-15 | Add extra libs for lib1900 and lib2033 test programs | Paul Howarth |
2013-04-04 | lib1509.c: fix compiler warnings | Yang Tse |
2013-04-04 | easy: Fix the broken CURLOPT_MAXCONNECTS option | Linus Nielsen Feltzing |
2013-03-27 | test1509: verify proxy header response headers count | Daniel Stenberg |
2013-03-20 | lib1900.c: fix compilation warning | Steve Holme |
2013-03-15 | tests: add #96 #558 and #1330 | Yang Tse |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-03-13 | test509: libcurl initialization with memory callbacks and actual usage | Yang Tse |
2013-03-12 | curl.h: stricter CURL_EXTERN linkage decorations logic | Yang Tse |
2013-03-09 | Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility | Yang Tse |
2013-03-08 | configure: use XC_LIBTOOL for portability across libtool versions | Yang Tse |
2013-02-10 | Fix NULL pointer reference when closing an unused multi handle. | Linus Nielsen Feltzing |
2013-02-08 | DONE: consider callback-aborted transfers premature | Daniel Stenberg |
2013-02-05 | CURLMOPT_MAXCONNECTS: restore functionality | Linus Nielsen Feltzing |
2013-01-20 | Makefile.inc: fix $(top_srcdir) not allowed in _SOURCES variables | Yang Tse |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-15 | build: use per-target '_CPPFLAGS' for those currently using default | Yang Tse |
2013-01-15 | tests/libtest/Makefile.inc: sort build targets | Yang Tse |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-25 | lib556: enable VERBOSE to ease debugging on failures | Daniel Stenberg |
2012-12-25 | test 1504 and 1505: same as 1502 but with different cleanup sequences | Yang Tse |
2012-12-23 | test 1503: same as 1502 but with a different cleanup sequence | Yang Tse |
2012-12-23 | test 1502: OOM handling fixes | Yang Tse |
2012-12-21 | lib543.c: OOM handling fixes | Yang Tse |
2012-12-19 | libntlmconnect.c: fix compiler warnings and OOM handling | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-05 | libtest: fix some compiler warnings | Yang Tse |
2012-12-04 | build: explain current role of LIBS in our Makefile.am files | Yang Tse |
2012-11-30 | build: prevent global LIBS from influencing libtest 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-26 | avoid mixing of enumerated type with another type | Yang Tse |
2012-11-19 | Get test 2032 working when using valgrind | Fabian Keil |
2012-11-19 | test2032: spurious failure caused by premature termination | Kamil Dudka |