summaryrefslogtreecommitdiff
path: root/src/libwaitress/config.h
AgeCommit message (Collapse)AuthorFilesLines
2015-04-06Switch back to libcurlLars-Dominik Braun1-1/+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.
2010-12-26Better directory layoutLars-Dominik Braun1-0/+1
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code).