Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse | |
76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree. | |||
2011-06-11 | Fixed test 1309 to pass the torture test | Dan Fandrich | |
Removing dynamic allocations also simplifies the test. | |||
2011-06-10 | splay: add unit tests | Daniel Stenberg | |
The test code that was #ifdef'ed in the code was converted into unit tests in test case 1309. I also removed the #if 0'ed code from splay.c |