Age | Commit message (Expand) | Author |
2017-08-31 | unit1301: fix error message on first test | Daniel Stenberg |
2017-08-28 | unit1606: Fixed shadowed variable warning | Dan Fandrich |
2017-08-26 | tests: Make sure libtests & unittests call curl_global_cleanup() | Dan Fandrich |
2017-08-15 | progress: Track total times following redirects | Ryan Winograd |
2017-08-08 | docs/comments: Update to secure URL versions | Viktor Szakats |
2017-07-28 | test1323: verify curlx_tvdiff | Daniel Stenberg |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-07-03 | unit1399: fix integer overflow | Ryan Winograd |
2017-07-01 | unit1399: add logging to time comparison | Daniel Stenberg |
2017-06-30 | progress: prevent resetting t_starttransfer | Ryan Winograd |
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg |
2017-06-03 | dedotdot: fixed output for ".." and "." only input | Daniel Stenberg |
2017-05-05 | tests: fix -Wcast-qual warnings | Marcel Raad |
2017-05-05 | unit1305: fix compiler warning | Marcel Raad |
2017-05-01 | unit1606: do not print/access buffer | Daniel Stenberg |
2017-05-01 | tests: declare TU-local variables static | Marcel Raad |
2017-04-30 | unit1604: fixed indentation | Dan Fandrich |
2017-04-30 | unit1604: fixed compilation under Windows, broken in the previous commit | Dan Fandrich |
2017-04-30 | tests: fixed OOM handling of unit tests to abort test | Dan Fandrich |
2017-04-22 | llist: no longer uses malloc | Daniel Stenberg |
2017-04-16 | unit1303: fix compiler warning | Marcel Raad |
2017-04-06 | test1606: verify speedcheck | Daniel Stenberg |
2017-04-04 | tests: added test for Curl_splaygetbest to unit1309 | Dániel Bakai |
2017-04-04 | multi: fix queueing of pending easy handles | Dániel Bakai |
2017-04-04 | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg |
2017-03-26 | spelling fixes | klemens |
2017-03-14 | build: removed redundant DEPENDENCIES from makefiles | Dan Fandrich |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-04 | dist: add CMakeLists.txt to the tarball | Jakub Zakrzewski |
2016-10-31 | unit1301: keep testing curl_strequal | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-09-14 | test1605: verify negative input lengths to (un)escape functions | Daniel Stenberg |
2016-09-10 | CMake: Don't build unit tests if private symbols are hidden | Jakub Zakrzewski |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-06-21 | cmake: now using BUILD_TESTING=ON/OFF | Sergei Nikulov |
2016-04-19 | make/checksrc: use $srcdir, not $top_srcdir | Daniel Stenberg |
2016-04-18 | checksrc/makefile.am: use $top_srcdir to find source files | Daniel Stenberg |
2016-04-03 | tests: Fixed header files to comply with our code style | Steve Holme |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-04-03 | unit: make unit test source code checksrc compliant | Daniel Stenberg |
2016-04-03 | checksrc: run checksrc in tests when 'make checksrc' in root | Daniel Stenberg |
2016-04-03 | unit1604: fix snprintf | Daniel Stenberg |
2016-04-03 | unittests: Fixed compilation warnings | Steve Holme |
2016-02-09 | tool_doswin: Support for literal path prefix \\?\ | Jay Satiro |
2016-02-05 | unit1604: Fix unit setup return code | Jay Satiro |
2016-02-05 | tool_doswin: Improve sanitization processing | Jay Satiro |