aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/HttpdClient.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-21Util/ASCII: add StringEqualsCaseASCII() overload with lengthMax Kellermann1-3/+3
2013-10-19util/FormatString: new library to replace g_strdup_printf()Max Kellermann1-4/+2
2013-10-15event/BufferedSocket: pass writable pointer to OnSocketInput()Max Kellermann1-6/+5
2013-10-14Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann1-2/+2
2013-10-02output/httpd: don't include glib.h in headerMax Kellermann1-0/+2
2013-10-02Log: new logging library APIMax Kellermann1-13/+18
2013-09-05use standard snprintf() instead of GLib g_snprintf()Max Kellermann1-20/+20
2013-09-04util/Error: new error passing libraryMax Kellermann1-3/+2
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-1/+1
2013-01-30output/httpd: use the BufferedSocket class for HttpdClientMax Kellermann1-292/+145
2013-01-30page: convert to C++Max Kellermann1-25/+24
2013-01-30icy_server: convert to C++Max Kellermann1-1/+1
2013-01-27output/httpd: move functions into the HttpdOutput classMax Kellermann1-2/+2
2013-01-27output/httpd: rename struct httpd_outputMax Kellermann1-1/+1
2013-01-15output/httpd: convert to C++Max Kellermann1-0/+592