libmcs

log

age author description
2007-08-24 William Pitcock Use mowgli.queue.shift(), not mowgli.queue.push().
2007-08-24 William Pitcock initialize mowgli
2007-08-24 William Pitcock some fixes
2007-08-24 William Pitcock use mowgli.queue.push() not mowgli.queue.append() which doesn't exist.
2007-08-24 William Pitcock build system: mowgli-ify
2007-08-24 William Pitcock mcs-info, mcs-query-backend, mcs-walk-config: port to mowgli.queue.
2007-08-24 William Pitcock kconfig: port from mcs.list to mowgli.queue.
2007-08-24 William Pitcock gconf: port from mcs.list to mowgli.queue.
2007-08-24 William Pitcock keyfile: port from mcs.list to mowgli.queue.
2007-08-24 William Pitcock libmcs: get rid of mcs list API
2007-08-24 William Pitcock Remove mcs.list, use mowgli.queue instead.
2007-08-23 William Pitcock Don't install the autoconf headers.
2007-08-23 William Pitcock version bump: 0.5.0
2007-08-23 William Pitcock gconf: warning fixes
2007-08-23 William Pitcock tools: warning fixes
2007-08-23 William Pitcock show average entries per group and totals
2007-08-23 William Pitcock more newlines
2007-08-23 William Pitcock newlines
2007-08-23 William Pitcock warning cleanups
2007-08-23 William Pitcock oops, makefile
2007-08-23 William Pitcock Add mcs-walk-config, displays a configuration structure in the mcs configuration database.
2007-08-23 William Pitcock kconfig: Use QMap<QString, QString> KConfigBase::entryMap() to walk the key listing for a group.
2007-08-23 William Pitcock kconfig: .constData() is not needed.
2007-08-23 William Pitcock thanks for the tip Crazy_Hopper.
2007-08-23 William Pitcock Automated merge with ssh://hg.atheme.org//hg/libmcs
2007-08-23 William Pitcock kconfig: try to implement KConfig tree walking support (partial, keys aren't yet implemented!)
2007-08-23 Kiyoshi Aman configure.ac: correctly detect libkdecore, and also plug in Qt3's libdir & includedir so kconfig support compiles.
2007-08-23 William Pitcock kconfig: use the C++ anonymous namespace
2007-07-11 nenolod Fix building of mcs library.
2007-07-11 nenolod Support building on MacOS target.
2007-06-29 William Pitcock Rename GIT-Access to Mercurial-Access.
2007-03-03 William Pitcock Fix a bad prototype.
2007-03-03 William Pitcock Add support for iterating keys and sections in the configuration database.
2007-02-27 William Pitcock 0.4.1: "The_Paya's fixes need to be doublechecked" release.
2007-02-27 William Pitcock Fix the fix.
2007-02-26 William Pitcock Version bump to 0.4.0
2007-02-26 William Pitcock Fix support for using dlopen on BSD targets. Patch by Javier
2007-02-19 Diego 'Flameeyes' Petteno Add an external patch that adds support for KDE's KConfig system.
2007-02-19 William Pitcock Version bump: 0.3.3 for buildsystem fixes.
2007-02-19 William Pitcock Fix handling of module installation.
2007-02-18 William Pitcock Fix the libmcs.pc.in ordering for ${datarootdir}.
2007-02-18 William Pitcock Try something else.
2007-02-18 William Pitcock Version bump for libmcs due to the pkg-config change.
2007-02-18 William Pitcock Some versions of pkg-config badly want datarootdir present in libmcs.pc.
2007-02-04 William Pitcock 0.3.1 release
2007-02-04 William Pitcock Autoconf sucks.
2007-02-04 William Pitcock 0.3 release
2007-02-04 William Pitcock Log if we cannot get a GConf handle to use.
2007-02-04 William Pitcock Simplify logic in path selection for the keyfile backend.
2007-02-04 William Pitcock Replace references of strncat and strncpy to mcs_strlcat and mcs_strlcpy.
2007-02-04 William Pitcock Add mcs_strlcpy() and mcs_strlcat().
2007-02-04 William Pitcock Properly handle recursive directory creation.
2007-02-04 William Pitcock Ignore EEXIST condition as that is normal for this routine.
2007-02-04 William Pitcock Create directories if they are not yet there.
2007-02-04 William Pitcock Add some utility functions, such as mcs_create_directory().
2007-02-03 William Pitcock Clarify a few points in the README file.
2007-02-03 William Pitcock Add support for Darwin, and pave the way for HP-UX support.
2007-02-03 William Pitcock Check for more things in configure.
2007-02-03 William Pitcock Add stdarg.h header dependency to autoconf script, as we need it for mcs_log().
2007-02-03 William Pitcock Implement infrastructure for logging events and notices, as well as letting the application handle the logging itself.