Age | Commit message (Expand) | Author |
2020-04-22 | lib/icu/Compare: use AllocatedString::Clone() | Max Kellermann |
2020-04-22 | lib/icu/Collate: use NORM_IGNORECASE instead of LINGUISTIC_IGNORECASE | Max Kellermann |
2020-04-22 | lib/icu/CaseFold: remove Windows implementation | Max Kellermann |
2020-04-08 | util/SplitString: convert return value to std::string_view | Max Kellermann |
2020-04-08 | Merge branch 'stl' of git://github.com/neheb/MPD | Max Kellermann |
2020-04-08 | [cppcheck] convert several functions to use std::all_of | Rosen Penev |
2020-04-03 | lib/icu/Collate: pass std::string_view | Max Kellermann |
2020-04-03 | lib/icu/CaseFold: pass std::string_view | Max Kellermann |
2020-04-03 | lib/icu/Converter: pass std::string_view | Max Kellermann |
2020-04-03 | lib/icu/Util: pass std::string_view | Max Kellermann |
2020-04-03 | lib/icu/Win32: pass std::string_view | Max Kellermann |
2020-04-03 | util/AllocatedString: std::string_view support | Max Kellermann |
2020-04-02 | Merge tag 'v0.21.22' | Max Kellermann |
2020-03-26 | lib/curl/Request: fix Exception "error" on Android | Thomas Guillem |
2020-03-26 | [clang-tidy] change integer prefixes to uppercase | Rosen Penev |
2020-03-26 | lib/curl/Easy: add method Unpause() | Max Kellermann |
2020-03-26 | lib/curl/Easy: add setter functions | Max Kellermann |
2020-03-26 | lib/curl/Global: make ReadInfo() private | Max Kellermann |
2020-03-26 | lib/curl/Global: remove redundant API docs | Max Kellermann |
2020-03-26 | lib/curl: fix coding style | Max Kellermann |
2020-03-26 | event/*, ...: make GetEventLoop() const | Max Kellermann |
2020-03-26 | lib/curl/Init: add `const` overloads | Max Kellermann |
2020-03-26 | lib/curl/Init: add `noexcept` | Max Kellermann |
2020-03-16 | remove some more extra semicolons | Rosen Penev |
2020-03-16 | Merge remote-tracking branches 'neheb/fwhfggwe', 'neheb/nvm2', 'neheb/nvm22',... | Max Kellermann |
2020-03-16 | remove extra semicolon | Rosen Penev |
2020-03-16 | remove gcc_unused | Rosen Penev |
2020-03-16 | replace noreturn attribute with standard C++ version | Rosen Penev |
2020-03-13 | lib/upnp/Util: remove unused function stringToTokens() | Max Kellermann |
2020-03-13 | lib/upnp/Device: remove UPnPService::clear() | Max Kellermann |
2020-03-12 | replace stdint.h with cstdint | Rosen Penev |
2020-03-12 | replace stddef.h with cstddef | Rosen Penev |
2020-03-12 | replace stdarg.h with cstdarg | Rosen Penev |
2020-03-12 | change errno.h to cerrno | Rosen Penev |
2020-03-12 | remove unused ctype.h header | Rosen Penev |
2020-03-12 | replace assert.h with cassert | Rosen Penev |
2020-03-12 | lib/chromaprint/DecoderClient: add assertion | Max Kellermann |
2020-03-12 | lib/chromaprint/DecoderClient: check `ready` in GetCommand() | Max Kellermann |
2020-02-20 | Merge remote-tracking branches 'neheb/j', 'neheb/f', 'neheb/qwe' and 'neheb/hgf' | Max Kellermann |
2020-02-20 | lib/dbus/Udisks2: make `path` non-const to allow moving from it | Max Kellermann |
2020-02-16 | [clang-tidy] use = default | Rosen Penev |
2020-02-16 | [clang-tidy] add ending namespace comments | Rosen Penev |
2020-02-05 | Merge remote-tracking branches 'neheb/patch-2', 'neheb/con', 'neheb/cons', 'n... | Max Kellermann |
2020-02-04 | [clang-tidy] use forward instead of move | Rosen Penev |
2020-02-04 | [clang-tidy] change integer prefixes to uppercase | Rosen Penev |
2020-02-04 | lib/xiph/OggSyncState: fix offset counter by using the actual page size | Max Kellermann |
2020-02-04 | Merge remote-tracking branches 'neheb/bind', 'neheb/move' and 'neheb/str' | Max Kellermann |
2020-02-04 | Merge branch 'v0.21.x' | Max Kellermann |
2020-02-02 | [clang-tidy] use == instead of compare for strings | Rosen Penev |
2020-02-01 | *: add `explicit` | Max Kellermann |