Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | thread/Id: new class replacing GThread pointers | Max Kellermann | 2013-08-10 | 1 | -0/+1 | |
* | event: add function BlockingCall() | Max Kellermann | 2013-08-08 | 1 | -0/+1 | |
* | EventLoop: un-inline Run() and others | Max Kellermann | 2013-08-08 | 1 | -1/+1 | |
* | event/EPollFD: basic support for Linux epoll | Max Kellermann | 2013-08-07 | 1 | -0/+1 | |
* | event/DeferredMonitor: new class wrapping g_idle_add() | Max Kellermann | 2013-08-07 | 1 | -0/+1 | |
* | encoder/lame: use ReusableBuffer instead of AllocatedArray | Max Kellermann | 2013-08-07 | 1 | -1/+0 | |
* | PcmBuffer: move code to new class ReusableBuffer | Max Kellermann | 2013-08-07 | 1 | -0/+1 | |
* | Makefile: fix "distcheck" errors | Max Kellermann | 2013-08-07 | 1 | -6/+6 | |
* | event/EventFD: move to libsystem | Max Kellermann | 2013-08-07 | 1 | -2/+2 | |
* | event/SignalMonitor: use signalfd() if available | Max Kellermann | 2013-08-07 | 1 | -0/+1 | |
* | SignalHandlers: move code to new class SignalMonitor | Max Kellermann | 2013-08-07 | 1 | -0/+1 | |
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -29/+31 | |
* | FatalError: new library to replace mpd_error.h | Max Kellermann | 2013-08-07 | 1 | -0/+2 | |
* | daemon: convert to C++ | Max Kellermann | 2013-08-07 | 1 | -2/+1 | |
* | configure.ac: add option --enable-eventfd | Max Kellermann | 2013-08-06 | 1 | -1/+3 | |
* | encoder/lame: dynamic output buffer | Max Kellermann | 2013-08-06 | 1 | -0/+1 | |
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -9/+7 | |
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+1 | |
* | tag: move enum tag_type to TagType.h | Max Kellermann | 2013-07-30 | 1 | -0/+1 | |
* | encoder_api: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+2 | |
* | encoder/lame,twolame: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+6 | |
* | encoder/wave: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+3 | |
* | encoder/null: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 | |
* | output_api: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 | |
* | pcm_buffer: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 | |
* | pcm_resample: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -4/+4 | |
* | encoder/flac: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+2 | |
* | pcm_dsd: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -2/+2 | |
* | audio_check: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -12/+11 | |
* | tag_table: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 | |
* | XiphTags: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 | |
* | tag_handler: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -5/+5 | |
* | ape: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -6/+3 | |
* | tag_id3: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+2 | |
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -2/+1 | |
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -6/+4 | |
* | decoder/fluidsynth: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
* | decoder/pcm: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -2/+2 | |
* | decoder/mpcdec: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
* | decoder/modplug: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -2/+4 | |
* | decoder/mikmod: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
* | decoder/wildmidi: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
* | decoder/mpg123: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
* | decoder/sndfile: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
* | decoder/audiofile: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+3 | |
* | decoder/{dsf,dsdiff}: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -6/+6 | |
* | tag_rva2: convert to C++ | Max Kellermann | 2013-07-26 | 1 | -4/+3 | |
* | decoder/mad: convert to C++ | Max Kellermann | 2013-07-26 | 1 | -1/+3 | |
* | text_input_stream: convert to class | Denis Krjuchkov | 2013-05-12 | 1 | -4/+4 | |
* | timer: convert to class | Denis Krjuchkov | 2013-05-12 | 1 | -3/+3 |