summaryrefslogtreecommitdiff
path: root/src/libwaitress/waitress-test.c
AgeCommit message (Collapse)AuthorFilesLines
2015-04-06Switch back to libcurlLars-Dominik Braun1-143/+0
Drops libwaitress. Adds the new dependency libcurl and drops gnutls. I wouldn’t say writing my own HTTP library was a mistake – it was not and the experience gained was worth it. Instead I have to acknowledge that libcurl is just better than my own implementation. Sure, it does a lot more than HTTP – one could call that bloat. Yet if you just want to get the job done™ reusing code is the way to go. See #512 and #513.
2013-09-08waitress: Move testcases to separate fileLars-Dominik Braun1-0/+143
Now the test-enabled waitress.o does not conflict with pianobar’s waitress.o any more, thus running `make test` without `make clean` works fine.