- 07 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 06 Jan, 2014 2 commits
-
-
Max Kellermann authored
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.
-
Max Kellermann authored
-
- 05 Jan, 2014 2 commits
-
-
Max Kellermann authored
This call is not thread-safe.
-
Max Kellermann authored
-
- 04 Jan, 2014 7 commits
-
-
Max Kellermann authored
Fixes more thread-safety bugs.
-
Max Kellermann authored
Add a Page queue to class HttpdOutput, and use DeferredMonitor to flush this queue inside the IOThread. This fixes a thread-safety issue: much of EventLoop is not thread-safe, and the httpd plugin ignored that problem.
-
Max Kellermann authored
Do all I/O in the IOThread and not in the main thread. This solves an upcoming deadlock problem.
-
Max Kellermann authored
Don't let the server care for client problems.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Don't iterate the std::list each time.
-
- 31 Dec, 2013 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Dec, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 10 Dec, 2013 1 commit
-
-
Lukas Stabe authored
-
- 04 Dec, 2013 1 commit
-
-
Max Kellermann authored
No GLib memory allocation.
-
- 02 Dec, 2013 1 commit
-
-
Lukas Stabe authored
On OSX, the configure-flag --enable-osx is used to enable the unsupported osx output. It sets the HAVE_OSX preprocessor define. src/output/OpenALOutputPlugin.cxx uses this define to determine wether it is building on OSX, and imports different headers (which have nothing to do with the osx output) depending on wether or not it is set.
-
- 28 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 26 Nov, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 11 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 04 Nov, 2013 2 commits
-
-
Max Kellermann authored
See code comment.
-
Max Kellermann authored
Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure".
-
- 30 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 28 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 26 Oct, 2013 1 commit
-
-
Oddegamra authored
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.
-
- 24 Oct, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Oct, 2013 1 commit
-
-
Max Kellermann authored
Replaces GLib's g_ascii_strncasecmp().
-
- 20 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 19 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 17 Oct, 2013 1 commit
-
-
Max Kellermann authored
The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
-
- 16 Oct, 2013 1 commit
-
-
Max Kellermann authored
Replacing GLib macros.
-
- 15 Oct, 2013 1 commit
-
-
Max Kellermann authored
-