Age | Commit message (Expand) | Author |
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 |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2016-02-02 | dotdot: allow an empty input string too | Daniel Stenberg |
2015-11-12 | unit1603: Demote hash mismatch failure to a warning | dfandrich |
2015-11-12 | unit1603: Added unit tests for hash functions | dfandrich |
2015-11-12 | unit1602: Fixed failure in torture test | dfandrich |
2015-10-16 | test1601: fix compilation with --enable-debug and --disable-crypto-auth | Dan Fandrich |
2015-05-18 | hostip: fix unintended destruction of hash table | Anthony Avina |
2015-05-12 | hostcache: made all host caches use structs, not pointers | Daniel Stenberg |
2015-04-22 | tests/unit/.gitignore: hide unit1601 and above, too | Kamil Dudka |
2015-04-03 | fix refreshing of obsolete dns cache entries | Stefan Bühler |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg |
2015-02-04 | unit1600: Fix compilation when NTLM is disabled | Dan Fandrich |
2015-02-03 | unit1601: MD5 unit tests | Daniel Stenberg |
2015-02-03 | unit1600: unit test for Curl_ntlm_core_mk_nt_hash | Daniel Stenberg |
2015-02-03 | unit1600: NTLM unit test | Daniel Stenberg |
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat |
2014-07-25 | Curl_base64url_encode: unit-tested in 1302 | Daniel Stenberg |
2014-07-12 | Fixed some "statement not reached" warnings | Dan Fandrich |
2014-05-15 | timers: fix timer regression involving redirects / reconnects | Daniel Stenberg |
2014-05-04 | mprintf: allow %.s with data not being zero terminated | Daniel Stenberg |
2014-04-28 | copyright: Updated following recent edits | Steve Holme |
2014-04-29 | Added a few more const where possible | Dan Fandrich |
2014-04-28 | unit1395: Fixed null pointer dereference on torture test | Dan Fandrich |
2014-03-26 | test1397: Fixed compilation with some SSL backends | Dan Fandrich |