| Commit message (Expand) | Author | Files | Lines |
2015-02-25 | fs/AllocatedPath: add nullptr_t constructor | Max Kellermann | 1 | -1/+3 |
2015-02-25 | fs/{Allocated,}Path,Charset: use PathTraitsFS typedefs | Max Kellermann | 6 | -21/+19 |
2015-02-25 | fs/FileSystem: remove unused FOpenModes | Max Kellermann | 1 | -20/+0 |
2015-02-25 | fs/io/File{Reader,OutputStream}: convert path to UTF-8 for error message | Max Kellermann | 2 | -7/+18 |
2015-02-25 | db/ExcludeList: use the TextFile class instead of stdio.h | Max Kellermann | 1 | -17/+24 |
2015-02-16 | util/DynamicFifoBuffer: adjust include guard | Max Kellermann | 1 | -3/+3 |
2015-02-13 | net/StaticSocketAdress: new class wrapping struct sockaddr_storage | Max Kellermann | 3 | -7/+203 |
2015-02-12 | system/ByteOrder: use GCC built-ins if available | Max Kellermann | 1 | -6/+38 |
2015-02-10 | net/Resolver: relax size check in LocalAddressToString() | Max Kellermann | 1 | -2/+20 |
2015-02-10 | net/Resolver: move code to LocalAddressToString() | Max Kellermann | 1 | -8/+16 |
2015-02-10 | net/SocketAddress: light wrapper for struct sockaddr | Max Kellermann | 13 | -66/+198 |
2015-02-10 | system/{Resolver,Socket{Error,Util}}: move to new library libnet.a | Max Kellermann | 12 | -9/+9 |
2015-02-10 | Listen: add "override" | Max Kellermann | 1 | -2/+2 |
2015-02-10 | event/ServerSocket: remove obsolete macro DEFAULT_PORT | Max Kellermann | 1 | -2/+0 |
2015-02-10 | event/ServerSocket: remove obsolete typedef | Max Kellermann | 1 | -6/+0 |
2015-02-10 | fs/io/FileOutputStream: use CREATE_ALWAYS instead of TRUNCATE_EXISTING | Max Kellermann | 1 | -1/+1 |
2015-02-09 | command/{Queue,File}Commands: drop "file:///" prefix for absolute paths | Max Kellermann | 2 | -13/+15 |
2015-02-09 | fs/Charset: convert #ifdef to regular "if" | Max Kellermann | 1 | -3/+5 |
2015-02-08 | fs/Charset: change FixSeparators() API to use std::string&& | Max Kellermann | 1 | -11/+6 |
2015-02-07 | Listen: remove C-style "void" | Max Kellermann | 1 | -1/+2 |
2015-02-06 | fs/io/FileOutputStream: don't auto-delete file on WIN32 | Max Kellermann | 1 | -0/+2 |
2015-02-06 | SongPrint: let CPP concatenate string literals | Max Kellermann | 1 | -2/+2 |
2015-02-06 | TagBuilder: allow adding duplicate tag types in Complement() | Max Kellermann | 1 | -1/+10 |
2015-02-04 | tag/Rva2: convert pointers to references | Max Kellermann | 1 | -9/+9 |
2015-02-04 | tag/Rva2: rename struct rva2_data to CamelCase | Max Kellermann | 1 | -6/+6 |
2015-02-04 | tag/Rva2: make enum rva2_channel strictly-typed | Max Kellermann | 1 | -12/+12 |
2015-02-03 | lib/upnp/Discovery: remove locking from ExpireDevices() | Max Kellermann | 2 | -7/+6 |
2015-02-02 | lib/upnp/Discovery: apply naming convention | Max Kellermann | 5 | -42/+42 |
2015-02-01 | output/sles: use AudioOutputWrapper::Create() | Max Kellermann | 1 | -4/+6 |
2015-01-31 | DecoderThread: make variables more local | Max Kellermann | 1 | -6/+3 |
2015-01-31 | decoder/sndfile, ...: update API documentation | Max Kellermann | 9 | -13/+13 |
2015-01-30 | decoder/DsdLib: fix integer overflow in ID3 size calculation | Max Kellermann | 1 | -2/+4 |
2015-01-30 | decoder/DsdLib: check size before seeking | Max Kellermann | 1 | -4/+3 |
2015-01-30 | decoder/DsdLib: don't use InputStream::GetOffset() after seeking | Max Kellermann | 1 | -3/+2 |
2015-01-30 | decoder/DsdLib: pass offset_type t dsdlib_tag_id3() | Max Kellermann | 2 | -4/+2 |
2015-01-29 | db/update/Walk: use std::unique_ptr instead of std::auto_ptr | Max Kellermann | 1 | -1/+1 |
2015-01-29 | Avoid integer overflow in MonotonicClock{S,MS,US} | PHO | 1 | -6/+6 |
2015-01-29 | Avoid integer overflow in MonotonicClock{S,MS,US} | PHO | 1 | -4/+4 |
2015-01-29 | decoder/DsdLib: use new[] to allocate the ID3 buffer | Max Kellermann | 1 | -3/+5 |
2015-01-29 | decoder/DsdLib: free ID3 buffer right after id3_tag_parse() | Max Kellermann | 1 | -5/+2 |
2015-01-29 | decoder/DsdLib: raise ID3 tag limit to 1 MB | Max Kellermann | 1 | -1/+1 |
2015-01-28 | output/fifo: use template AudioOutputWrapper | Max Kellermann | 1 | -47/+39 |
2015-01-28 | StickerDatabase: convert the struct name to upper case | Max Kellermann | 7 | -19/+19 |
2015-01-26 | Test the existence of strndup(3) before using it. | PHO | 1 | -5/+6 |
2015-01-26 | {playlist,input}/despotify: remove defunct plugin | Max Kellermann | 9 | -668/+0 |
2015-01-25 | pcm/SoxrResampler: move quality recipe names to table | Max Kellermann | 1 | -25/+23 |
2015-01-23 | util/list: disable gcc5 warning | Max Kellermann | 1 | -0/+4 |
2015-01-23 | ClientProcess: cast enum to int before passing to printf() | Max Kellermann | 1 | -3/+3 |
2015-01-22 | tag/Format: add %iso8601% | Max Kellermann | 1 | -0/+27 |
2015-01-22 | ConfigFile: fix typo (parser breakage) | Max Kellermann | 1 | -2/+2 |