Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-06 | Switch back to libcurl | Lars-Dominik Braun | 1 | -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-26 | Better directory layout | Lars-Dominik Braun | 1 | -0/+1 | |
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code). |