Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output/*: move to output/plugins/ | Max Kellermann | 2014-01-23 | 1 | -485/+0 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | event/SocketMonitor: don't close the socket automatically | Max Kellermann | 2014-01-06 | 1 | -0/+3 |
| | | | | | | Users now have to call Close() explicitly. This simplifies using the class, as most users have automatic socket management already, and Steal() had to be used often. | ||||
* | output/httpd: move queue size check to HttpdClient::PushPage() | Max Kellermann | 2014-01-04 | 1 | -0/+6 |
| | | | | Don't let the server care for client problems. | ||||
* | output/httpd: wrap the std::list in std::queue | Max Kellermann | 2014-01-04 | 1 | -5/+14 |
| | |||||
* | output/httpd: merge duplicate code to ClearQueue() | Max Kellermann | 2014-01-04 | 1 | -5/+12 |
| | |||||
* | output/httpd: keep track of queue size | Max Kellermann | 2014-01-04 | 1 | -12/+6 |
| | | | | Don't iterate the std::list each time. | ||||
* | output/httpd: use reference instead of pointer | Max Kellermann | 2013-12-31 | 1 | -11/+11 |
| | |||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | output/httpd: accept icy-metadata with and without space | Oddegamra | 2013-10-26 | 1 | -1/+2 |
| | | | | | | | | | | | Some, or most, Win32 audio players will pass "icy-metadata:1" to streaming servers. MPD expects a space between ":" and "1" at this point, and thus does not send any stream metadata. This applies to foobar2k and Winamp, for example. According to forums.radiotoolbox.com/viewtopic.php?t=74 not having a space there is expected behavior, so maybe MPD could accept both forms to determine if metadata should be sent or not. | ||||
* | output/httpd: support HEAD requests | Max Kellermann | 2013-10-25 | 1 | -5/+24 |
| | |||||
* | output/httpd: remove bogus assertion | Max Kellermann | 2013-10-25 | 1 | -1/+0 |
| | |||||
* | Util/ASCII: add StringEqualsCaseASCII() overload with length | Max Kellermann | 2013-10-21 | 1 | -3/+3 |
| | | | | Replaces GLib's g_ascii_strncasecmp(). | ||||
* | util/FormatString: new library to replace g_strdup_printf() | Max Kellermann | 2013-10-19 | 1 | -4/+2 |
| | |||||
* | event/BufferedSocket: pass writable pointer to OnSocketInput() | Max Kellermann | 2013-10-15 | 1 | -6/+5 |
| | | | | | Remove the const_cast from HttpdClient.cxx, and avoid one allocation in ClientRead.cxx. | ||||
* | Mapper, ...: use memcmp() instead of strncmp() where appropriate | Max Kellermann | 2013-10-14 | 1 | -2/+2 |
| | | | | Micro-optimization. | ||||
* | output/httpd: don't include glib.h in header | Max Kellermann | 2013-10-02 | 1 | -0/+2 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -13/+18 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | use standard snprintf() instead of GLib g_snprintf() | Max Kellermann | 2013-09-05 | 1 | -20/+20 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -3/+2 |
| | | | | Replaces GLib's GError. | ||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | output/httpd: use the BufferedSocket class for HttpdClient | Max Kellermann | 2013-01-30 | 1 | -292/+145 |
| | |||||
* | page: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -25/+24 |
| | |||||
* | icy_server: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | output/httpd: move functions into the HttpdOutput class | Max Kellermann | 2013-01-27 | 1 | -2/+2 |
| | |||||
* | output/httpd: rename struct httpd_output | Max Kellermann | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | output/httpd: convert to C++ | Max Kellermann | 2013-01-15 | 1 | -0/+592 |