| Commit message (Expand) | Author | Files | Lines |
2015-06-26 | config/Global: allow calling config_get_string() with one argument | Max Kellermann | 1 | -1/+1 |
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann | 1 | -1/+1 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -0/+0 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-12-15 | util/Tokenizer, ...: include cleanup | Max Kellermann | 1 | -2/+0 |
2013-12-08 | ConfigPath: use standard directory API | Denis Krjuchkov | 1 | -6/+7 |
2013-12-05 | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 1 | -1/+1 |
2013-10-19 | ConfigPath: use std::string | Max Kellermann | 1 | -6/+5 |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | 1 | -16/+16 |
2013-10-17 | fs/Path: move definitions to struct PathTraits | Max Kellermann | 1 | -1/+2 |
2013-10-17 | fs/Path: move path_domain to Domain.hxx | Max Kellermann | 1 | -0/+1 |
2013-10-14 | fs/Path: add method IsAbsolute() | Max Kellermann | 1 | -1/+1 |
2013-09-12 | ConfigPath: return early on "~" | Max Kellermann | 1 | -3/+6 |
2013-09-12 | ConfigPath: skip the slash of "~/" | Max Kellermann | 1 | -3/+3 |
2013-09-12 | ConfigPath: remove the "~/" from the constructed path | Max Kellermann | 1 | -6/+9 |
2013-09-12 | ConfigPath: simplify the duplicate tilde check | Max Kellermann | 1 | -5/+5 |
2013-09-12 | ConfigPath: convert "home" variable to Path object | Max Kellermann | 1 | -9/+11 |
2013-09-12 | ConfigPath: move code to GetHome() | Max Kellermann | 1 | -28/+48 |
2013-09-12 | ConfigPath: include cleanup | Max Kellermann | 1 | -16/+0 |
2013-09-12 | Path: add FromUTF8() overload that returns an Error | Max Kellermann | 1 | -6/+2 |
2013-09-12 | ConfigPath: move path_domain to system/Path.cxx | Max Kellermann | 1 | -3/+0 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+2 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -20/+16 |
2013-08-07 | ConfigPath: return a Path object | Max Kellermann | 1 | -8/+17 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -2/+2 |
2013-04-09 | utils: convert to C++ | Max Kellermann | 1 | -13/+13 |
2013-01-29 | require GLib 2.24 | Max Kellermann | 1 | -1/+0 |
2011-12-12 | configure/utils: Add ipv6 support for mingw build | Avuton Olrich | 1 | -1/+5 |
2011-09-09 | utils: parsePath() returns GError on failure | Max Kellermann | 1 | -6/+21 |
2011-09-09 | utils: pass a const string to parsePath() | Max Kellermann | 1 | -14/+12 |
2011-09-09 | utils: eliminate local variable "pos" | Max Kellermann | 1 | -3/+4 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-12-23 | utils: move string_array_contains() to string_util.c | Max Kellermann | 1 | -13/+0 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 |
2009-11-08 | utils: removed function set_nonblocking() | Max Kellermann | 1 | -30/+0 |
2009-11-06 | utils: renamed stringFoundInStringArray() | Max Kellermann | 1 | -7/+9 |
2009-10-20 | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 1 | -1/+1 |
2009-04-28 | utils: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 1 | -1/+1 |
2009-03-27 | More debugging for Win32 ioctlsocket: complain if it's not a Winsock | Sean McNamara | 1 | -3/+12 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-19 | utils: use g_usleep() instead of my_usleep() | Max Kellermann | 1 | -14/+0 |
2009-01-25 | use config_get_string() instead of config_get_param() | Max Kellermann | 1 | -5/+4 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -1/+1 |
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -2/+1 |
2009-01-03 | utils: removed unused functions | Max Kellermann | 1 | -55/+3 |
2009-01-03 | tag: use g_strescape() to eliminate evil characters | Max Kellermann | 1 | -7/+0 |
2009-01-03 | listen: use GLib instead of utils.h | Max Kellermann | 1 | -14/+0 |
2008-12-30 | main_notify: make the read side of the pipe blocking | Max Kellermann | 1 | -10/+0 |