summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-22net/ToString: rename sockaddr_to_string() to ToString()Max Kellermann
2015-07-22net/ToString: move V4 mapping code to functionsMax Kellermann
2015-07-22net/ToString: make variables more localMax Kellermann
2015-07-22net/Resolver: move sockaddr_to_string() to ToString.cxxMax Kellermann
2015-07-21net/StaticSocketAddress: remove unused method SetLocal()Max Kellermann
2015-07-21net/StaticSocketAddress: include cleanupMax Kellermann
2015-07-21net/StaticSocketAddress: disable SetLocal() on AndroidMax Kellermann
2015-07-21net: add header Features.hxxMax Kellermann
2015-07-21net/StaticSocketAddress: include config.hMax Kellermann
2015-07-21net/StaticSocketAddress: use SocketAddress::size_typeMax Kellermann
2015-07-21net/StaticSocketAddress: include cleanupMax Kellermann
2015-06-27configure.ac: remove GLib optionMax Kellermann
2015-06-27lib/icu/Collate: remove GLib implementationMax Kellermann
2015-06-27lib/icu/Collate: use LCMapStringEx() on WindowsMax Kellermann
2015-06-27configure.ac: add option to disable iconv()Max Kellermann
2015-06-27configure.ac: make libicu "auto" by defaultMax Kellermann
2015-06-26lib/icu/Converter: remove GLib implementationMax Kellermann
2015-06-26lib/icu/Converter: add iconv() implementationMax Kellermann
2015-06-26lib/icu/Converter: add missing <>Max Kellermann
2015-06-26CommandLine: show more compile-time features in --versionMax Kellermann
2015-06-26CommandLine: update copyright yearMax Kellermann
2015-06-26config/Global: allow calling config_get_string() with one argumentMax Kellermann
2015-06-26config/Templates: mark http_proxy_* deprecatedMax Kellermann
2015-06-26Main: remove g_set_application_name() callMax Kellermann
2015-06-26fs/Glob: remove GLib implementationMax Kellermann
2015-06-26TagId3: remove the "id3v1_encoding" settingMax Kellermann
2015-06-26config/Templates: add attribute "deprecated"Max Kellermann
2015-06-26config/Templates: add constructor with defaulted "repeat" parameterMax Kellermann
2015-06-25lib/icu/{Converter,Collate}: return AllocatedStringMax Kellermann
2015-06-25util/AllocatedString: add methods Duplicate(), Clone()Max Kellermann
2015-06-25util/AllocatedString: add method empty()Max Kellermann
2015-06-25SongFilter: add assertion to StringMatch()Max Kellermann
2015-06-25SongFilter: return "const char *" instead of std::stringMax Kellermann
2015-06-25lib/icu/Collate: fall back to strxfrm()Max Kellermann
2015-06-25lib/icu/Collate: fix indentMax Kellermann
2015-06-23lib/icu/Collate: fall back to strcoll() instead of strcasecmp()Max Kellermann
2015-06-23lib/icu/Collate: use CompareStringEx() on WindowsMax Kellermann
2015-06-23fs/NarrowPath: use the WideCharToMultiByte() wrapperMax Kellermann
2015-06-23lib/icu/Win32: wrappers for WideCharToMultiByte(), MultiByteToWideChar()Max Kellermann
2015-06-23util/AllocatedString: remove bogus code from operator=Max Kellermann
2015-06-23util/AllocatedString: new utility classMax Kellermann
2015-06-23fs/Path: include cleanupMax Kellermann
2015-06-23fs/Path: use base class StringPointerMax Kellermann
2015-06-23util/StringPointer: new utility classMax Kellermann
2015-06-23fs/Path: use method c_str() internallyMax Kellermann
2015-06-22fs/Config: remove charset auto-detection via GLibMax Kellermann
2015-06-22LogBackend: remove character set supportMax Kellermann
2015-06-22fs/Charset: hard-code Windows to ACPMax Kellermann
2015-06-22fs/Glob: use PathMatchSpec() on WindowsMax Kellermann
2015-06-22fs/Glob: use fnmatch() if availableMax Kellermann