aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* FileSystem: extract DirectoryReader, improve the restDenis Krjuchkov2013-01-223-100/+125
* input/archive: fix memory leak in error handlerMax Kellermann2013-01-211-1/+3
* input,playlist/despotify: convert to C++Max Kellermann2013-01-218-45/+61
* despotify_utils: fix indentMax Kellermann2013-01-211-7/+7
* despotify_utils: include cleanupMax Kellermann2013-01-212-4/+6
* despotify_utils: add missing copyright headerMax Kellermann2013-01-211-0/+19
* input/cdio_paranoia: convert to C++Max Kellermann2013-01-213-53/+64
* input/ffmpeg: convert to C++Max Kellermann2013-01-213-20/+30
* input/rewind: convert to C++Max Kellermann2013-01-213-76/+80
* input/file,mms: convert to C++Max Kellermann2013-01-215-69/+88
* input_internal.h: add extern "C"Max Kellermann2013-01-213-8/+8
* UpdateRemove: Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-213-22/+10
* DecoderControl: move functions into the classMax Kellermann2013-01-216-360/+281
* PlayerControl: move functions into the classMax Kellermann2013-01-2014-400/+335
* FileSystem: new library for Path-friendly file system routinesDenis Krjuchkov2013-01-202-0/+258
* dummy.cxx: remove unused fileDenis Krjuchkov2013-01-191-30/+0
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-1821-238/+380
* Playlist, Song: clarify parameter encodingMax Kellermann2013-01-186-15/+15
* path: convert to C++Max Kellermann2013-01-1715-33/+20
* output/roar: convert to C++Max Kellermann2013-01-164-137/+99
* Idle: don't wake up event loop on duplicate eventMax Kellermann2013-01-161-2/+3
* Idle: use std::atomic instead of GMutexMax Kellermann2013-01-164-44/+5
* Main: fix comment typoMax Kellermann2013-01-161-1/+1
* ClientList: convert to a classMax Kellermann2013-01-1612-152/+72
* ClientGlobal: move client_close_all() to ClientList.cxxMax Kellermann2013-01-163-32/+13
* Revert "ClientList: allow deleting clients in client_list_foreach() callback"Max Kellermann2013-01-161-2/+2
* Client: use TimeoutMonitor to track connection timeoutMax Kellermann2013-01-166-78/+22
* Client: move "idle" functions into the classMax Kellermann2013-01-165-49/+36
* Merge branch 'v0.17.x'Max Kellermann2013-01-161-0/+5
|\
| * decoder/ffmpeg: support float planar audioBrice Jaglin2013-01-161-0/+5
* | zeroconf-avahi: eliminate "goto"Max Kellermann2013-01-161-6/+1
* | input/Curl: break loop when remaining length becomes 0Max Kellermann2013-01-151-0/+6
* | PlayerControl: initialise attribute "border_pause"Max Kellermann2013-01-151-1/+2
* | Playlist: initialise attribute "playing"Max Kellermann2013-01-151-1/+1
* | ServerSocket: use the SocketMonitor classMax Kellermann2013-01-155-56/+40
* | event/SocketMonitor: add method Open()Max Kellermann2013-01-152-9/+27
* | ServerSocket: move more code to methodsMax Kellermann2013-01-151-19/+30
* | ServerSocket, SocketUtil: use the SocketError libraryMax Kellermann2013-01-152-23/+18
* | socket_util: convert to C++Max Kellermann2013-01-153-14/+6
* | SocketError: merge duplicate FormatMessage() callsMax Kellermann2013-01-151-26/+36
* | server_socket: convert to C++Max Kellermann2013-01-155-152/+158
* | output/httpd: convert to C++Max Kellermann2013-01-158-987/+911
* | output_internal, ...: add extern "C"Max Kellermann2013-01-157-0/+56
* | encoder/{Vorbis,Opus}: use new/deleteMax Kellermann2013-01-152-10/+14
* | InotifySource: use the SocketMonitor classMax Kellermann2013-01-153-40/+24
* | mixer/Alsa: use MultiSocketMonitorMax Kellermann2013-01-151-134/+37
* | input/Curl: move code to class MultiSocketMonitorMax Kellermann2013-01-153-116/+291
* | input/Curl: simpler GPollFD initialisationMax Kellermann2013-01-151-5/+2
* | input/Curl: don't remove/add modified GPollFDMax Kellermann2013-01-151-9/+2
* | Client: rebase on the new BufferedSocket classMax Kellermann2013-01-1510-304/+66