Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | client/Response: new Client wrapper class for writing responses | Max Kellermann | 2015-08-12 | 1 | -0/+1 |
| | |||||
* | command/Request: new struct wrapping ConstBuffer<const char *> | Max Kellermann | 2015-08-11 | 1 | -0/+1 |
| | |||||
* | net/AllocatedSocketAddress: new sockaddr wrapper class | Max Kellermann | 2015-07-22 | 1 | -0/+1 |
| | |||||
* | net/Resolver: move sockaddr_to_string() to ToString.cxx | Max Kellermann | 2015-07-22 | 1 | -0/+1 |
| | |||||
* | configure.ac: remove GLib option | Max Kellermann | 2015-06-27 | 1 | -60/+24 |
| | | | | Not used anymore. | ||||
* | util/AllocatedString: add methods Duplicate(), Clone() | Max Kellermann | 2015-06-25 | 1 | -1/+1 |
| | |||||
* | lib/icu/Win32: wrappers for WideCharToMultiByte(), MultiByteToWideChar() | Max Kellermann | 2015-06-23 | 1 | -0/+5 |
| | |||||
* | util/AllocatedString: new utility class | Max Kellermann | 2015-06-23 | 1 | -0/+1 |
| | |||||
* | util/StringPointer: new utility class | Max Kellermann | 2015-06-23 | 1 | -0/+1 |
| | |||||
* | fs/Glob: use PathMatchSpec() on Windows | Max Kellermann | 2015-06-22 | 1 | -0/+5 |
| | |||||
* | test/TestFs: new unit test for libfs.a | Max Kellermann | 2015-06-22 | 1 | -0/+9 |
| | |||||
* | db/update/ExcludeList: move class Pattern to fs/Glob.hxx | Max Kellermann | 2015-06-22 | 1 | -0/+1 |
| | |||||
* | test/test_pcm: add PcmInterleave() unit test | Max Kellermann | 2015-06-22 | 1 | -0/+1 |
| | |||||
* | decoder/ffmpeg: move code to pcm/Interleave.cxx | Max Kellermann | 2015-06-22 | 1 | -0/+1 |
| | |||||
* | fs/NarrowPath: new utility class | Max Kellermann | 2015-03-05 | 1 | -0/+1 |
| | |||||
* | util/StringUtil: add wchar_t overloads | Max Kellermann | 2015-03-05 | 1 | -0/+1 |
| | |||||
* | util/StringAPI: add wchar_t overloads | Max Kellermann | 2015-03-05 | 1 | -0/+1 |
| | |||||
* | fs/Traits: use string.h API wrappers | Max Kellermann | 2015-03-05 | 1 | -0/+1 |
| | |||||
* | system/FileDescriptor: new wrapper class for a file descriptor | Max Kellermann | 2015-03-03 | 1 | -1/+2 |
| | |||||
* | fs/Path: add method GetSuffix() | Max Kellermann | 2015-03-01 | 1 | -2/+2 |
| | | | | Type-safe wrapper for uri_get_suffix(). | ||||
* | SongUpdate: use OpenArchiveInputStream() to open archive file | Max Kellermann | 2015-03-01 | 1 | -0/+1 |
| | | | | | Don't pass Path::c_str() to tag_stream_scan() which requires a UTF-8 string. | ||||
* | fs/FileInfo: new library providing GetFileInfo() | Max Kellermann | 2015-02-28 | 1 | -0/+1 |
| | | | | Replaces StatFile(), with a portable data object. | ||||
* | net/StaticSocketAdress: new class wrapping struct sockaddr_storage | Max Kellermann | 2015-02-13 | 1 | -0/+1 |
| | |||||
* | net/SocketAddress: light wrapper for struct sockaddr | Max Kellermann | 2015-02-10 | 1 | -0/+1 |
| | |||||
* | system/{Resolver,Socket{Error,Util}}: move to new library libnet.a | Max Kellermann | 2015-02-10 | 1 | -4/+11 |
| | |||||
* | Merge tag 'v0.19.9' | Max Kellermann | 2015-02-06 | 1 | -4/+2 |
|\ | |||||
| * | Makefile.am: move org_musicpd_Bridge.h to BUILT_SOURCES | Max Kellermann | 2015-01-31 | 1 | -3/+1 |
| | | |||||
| * | Makefile.am: generate icon before compiling JNI classes | Max Kellermann | 2015-01-31 | 1 | -1/+1 |
| | | | | | | | | | | Apparently, Android's build.xml requires the icon to be available, even when only running the Java compiler. | ||||
* | | Merge branch 'v0.19.x' | Max Kellermann | 2015-01-26 | 1 | -25/+0 |
|\| | |||||
| * | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann | 2015-01-26 | 1 | -25/+0 |
| |\ | |||||
| | * | {playlist,input}/despotify: remove defunct plugin | Max Kellermann | 2015-01-26 | 1 | -31/+0 |
| | | | |||||
* | | | Config: add section "resampler" | Max Kellermann | 2015-01-22 | 1 | -1/+4 |
| | | | |||||
* | | | config/Data: add method Clear() | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Move code from config_global_finish(). | ||||
* | | | ConfigData: rename header file | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | | | |||||
* | | | ConfigData: move struct config_param to Param.hxx | Max Kellermann | 2015-01-21 | 1 | -1/+2 |
| | | | |||||
* | | | ConfigData: move struct block_param to Block.?xx | Max Kellermann | 2015-01-21 | 1 | -0/+1 |
| | | | |||||
* | | | output/recorder: dynamic file name | Max Kellermann | 2015-01-14 | 1 | -0/+2 |
| | | | |||||
* | | | output/recorder: move code to encoder/ToOutputStream.cxx | Max Kellermann | 2015-01-14 | 1 | -0/+1 |
| | | | |||||
* | | | Makefile.am: link output plugins before libtag.a | Max Kellermann | 2015-01-14 | 1 | -1/+1 |
| | | | |||||
* | | | encoder/Plugin: move struct Encoder to EncoderInterface.hxx | Max Kellermann | 2015-01-08 | 1 | -0/+1 |
| | | | |||||
* | | | test/WriteFile: new debug program | Max Kellermann | 2015-01-06 | 1 | -0/+11 |
| | | | |||||
* | | | output/Wrapper: new helper class | Max Kellermann | 2014-12-29 | 1 | -0/+1 |
| | | | |||||
* | | | {mixer,output}/pulse: move code to LogPulseError() | Max Kellermann | 2014-12-29 | 1 | -0/+1 |
| | | | |||||
* | | | output/pulse: move SetError() to lib/pulse/Error.cxx | Max Kellermann | 2014-12-29 | 1 | -0/+1 |
| | | | |||||
* | | | {mixer,output}/pulse: use a common Domain instance | Max Kellermann | 2014-12-29 | 1 | -2/+8 |
| | | | |||||
* | | | configure.ac: use MPD_ENABLE_AUTO_PKG_LIB for libgme | Max Kellermann | 2014-12-22 | 1 | -1/+1 |
| | | | |||||
* | | | configure.ac: remove redundant declaration "HAVE_ISO9660" | Max Kellermann | 2014-12-22 | 1 | -1/+1 |
| | | | |||||
* | | | decoder/ffmpeg: move code to lib/ffmpeg/Init.cxx | Max Kellermann | 2014-12-21 | 1 | -0/+1 |
| | | | |||||
* | | | decoder/ffmpeg: move code to lib/ffmpeg/LogCallback.cxx | Max Kellermann | 2014-12-20 | 1 | -0/+1 |
| | | | |||||
* | | | decoder/ffmpeg: move struct AvioStream to FfmpegIo.hxx | Max Kellermann | 2014-12-19 | 1 | -0/+2 |
| | | |