Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / src / utils / os.c
2016-12-11 Sebastian HarlMerged branch 'json'.
2016-11-15 Sebastian HarlAutomatically prefix all log messages with the plugin...
2016-09-25 Sebastian HarlMerge branch 'master' of git://git.tokkee.org/sysdb
2016-09-25 Sebastian HarlOS utils: Use readdir() instead of the now deprecated...
2016-02-25 Sebastian HarlFix compilation with GCC when _GNU_SOURCE isn't defined.
2015-02-01 Sebastian Harlfrontend, client: Properly support IPv6 when handling...
2015-01-30 Sebastian Harlutils os: Add sdb_realpath().
2015-01-30 Sebastian HarlMove sdb_get_homedir() from tools/sysdb to utils/os.
2015-01-14 Sebastian Harlos utils: Fixed a typo in the UDP resolver implementation.
2015-01-12 Sebastian Harlos utils: Added sdb_resolve().
2014-12-15 Sebastian HarlMoved sdb_proto_send/sdb_proto_select to sdb_write...
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-09 Sebastian Harlutils/os: Added sdb_get_current_user().
2014-06-30 Sebastian Harlutils os: Added sdb_remove_all() to recursively remove...
2014-06-30 Sebastian HarlDon't free dirname()'s return value.
2014-06-29 Sebastian Harlutils os: Don't enforce the mode on existing directorie...
2014-06-29 Sebastian Harlutils os: Added sdb_mkdir_all() helper function.