Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config/Option: convert to strictly-typed enum | Max Kellermann | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | fs/Config: add HAVE_GLIB check | Max Kellermann | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | fs/Config: swap #if/#else | Max Kellermann | 2014-11-30 | 1 | -7/+7 |
| | |||||
* | fs/Charset: add DeinitFSCharset() | Max Kellermann | 2014-11-29 | 1 | -0/+8 |
| | |||||
* | fs/Charset: add macro HAVE_FS_CHARSET | Max Kellermann | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | fs/Charset: return Error on SetFSCharset() failure | Max Kellermann | 2014-11-29 | 1 | -4/+6 |
| | | | | Don't abort the process, let the caller decide instead. | ||||
* | fs/Config: remove bogus WIN32 check | Max Kellermann | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | fs/Charset: disable if GLib is disabled | Max Kellermann | 2014-02-17 | 1 | -2/+4 |
| | |||||
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -6/+0 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 1 | -4/+4 |
| | |||||
* | fs/Charset: default filesystem charset is UTF-8 | Max Kellermann | 2013-10-17 | 1 | -6/+1 |
| | | | | | Implement a fast path for UTF-8 which leaves fs_charset empty, and don't assign a value to fs_charset if there's no configuration. | ||||
* | fs/Path: move configuration code to Config.cxx | Max Kellermann | 2013-10-17 | 1 | -0/+70 |