summaryrefslogtreecommitdiff
path: root/gconf/gconfd.c
Commit message (Expand)AuthorAgeFilesLines
* change a commentHavoc Pennington2000-09-101-5/+2
* Convert one_hour_timeout to half_hour_timeout() to more agressively pruneHavoc Pennington2000-09-091-5/+25
* immediately log the addition or removal to the saved state file, which isHavoc Pennington2000-09-091-172/+532
* Massive rename from GConfError to GErrorHavoc Pennington2000-08-311-15/+15
* use gconf_string_to_gulong instead of atoi for reading a ulong out of theHavoc Pennington2000-08-301-1/+1
* Change client to new system (use object references to ConfigDatabaseHavoc Pennington2000-08-301-13/+17
* Completed the server-side implementation of the new system where aHavoc Pennington2000-08-301-1651/+193
* Add logfile load/save; not really working yet.Havoc Pennington2000-08-301-3/+417
* This changes quite a bit of stuff; if anything breaks, let me know.Havoc Pennington2000-07-191-3/+5
* make the default path sane by adding the flag field with readwriteGeorge Lebl2000-04-181-2/+2
* apply patch from Rusty Conover <rconover@zootweb.com> fixing an infiniteHavoc Pennington2000-02-151-2/+8
* never return errors, just log them.Havoc Pennington2000-01-241-2/+3
* remove everything older than or the same age as the older_than time valueHavoc Pennington2000-01-221-0/+13
* use new double conversion (gconf_value_to_string): use new conversionHavoc Pennington2000-01-211-2/+34
* oops, this was broken before; we need to check that the dir doesn't need aHavoc Pennington2000-01-211-1/+42
* warn if the error is set to GCONF_ERROR_SUCCESSHavoc Pennington2000-01-201-55/+55
* remove bad assertion that the value in an entry was non-NULLHavoc Pennington2000-01-151-1/+0
* arguments to this were backwardHavoc Pennington2000-01-131-3/+2
* Change copyrights to 2000, just for funHavoc Pennington2000-01-081-1/+1
* had local and non-local cases backward so you got the opposite of what youHavoc Pennington2000-01-081-2/+2
* totally rewrite the locking stuffHavoc Pennington2000-01-071-3/+34
* in non-daemon mode, use fprintf() when it's an error and printf() when notHavoc Pennington2000-01-041-10/+30
* const correctnessHavoc Pennington1999-12-211-50/+59
* fix a typo, add additional explanation to the introduction.Havoc Pennington1999-12-141-58/+1
* use gconf_client_get_string() instead of gconf_client_get()Havoc Pennington1999-12-021-12/+181
* Was missing an element in the err_msgs array and the array had the wrongHavoc Pennington1999-12-021-3/+9
* sheesh, this stupid function didn't work at all. fix it (get): properlyHavoc Pennington1999-11-291-1/+9
* Don't return errors here; this is somewhat wrong, we actually need toHavoc Pennington1999-11-241-1/+11
* Check whether the XML directory is readable/writeable and report an errorHavoc Pennington1999-11-231-2/+4
* Fall back to xml:~/.gconf if no config file is foundHavoc Pennington1999-11-221-0/+10
* lots of assertions (gconf_server_load_sources): Install the defaultHavoc Pennington1999-11-221-29/+40
* Give actual sysconfdir in the error message, not just /etc; includeHavoc Pennington1999-11-221-1/+2
* don't need to set the server to NIL here, it gets set inHavoc Pennington1999-11-191-162/+14
* Make it all use OAF, and redo the initialization routine(s) to fit betterPOST_OAF_CONVERSIONElliot Lee1999-11-191-94/+5
* fix the message about writeable sourcesHavoc Pennington1999-11-181-1/+2
* localized schemas still broken, blahHavoc Pennington1999-11-161-1/+2
* Enhance to detect missing tests.Havoc Pennington1999-11-111-22/+107
* Function to iterate over all engines and do the context reinstallation.Havoc Pennington1999-11-081-3/+11
* Add locale (dir_get_value): add locale (entry_value): new function getsHavoc Pennington1999-10-281-3/+23
* Rework the sync code; now, any change queues a sync in 1 minute. If aHavoc Pennington1999-10-281-20/+116
* Finish stuff from the 17th (use GConfError throughout, etc.)Havoc Pennington1999-10-201-133/+231
* Make this script workHavoc Pennington1999-10-171-9/+31
* For all files, s/G_CONF/GCONFHavoc Pennington1999-10-171-22/+22
* Use GConfListeners to handle listener registration and notificationHavoc Pennington1999-10-121-435/+107
* For all files, s/g_conf/gconfHavoc Pennington1999-10-121-137/+137
* Add checks for getting/setting lists, bools, floats, and intsHavoc Pennington1999-10-041-18/+35
* include gconfd-error.h and gconf.h, change error checking to new system asHavoc Pennington1999-09-291-4/+7
* add gconf-error.h, gconf-conf.h headers, gconf-value.c fileHavoc Pennington1999-09-261-0/+1
* Add a new function to perform variable substitution on addresses in theHavoc Pennington1999-09-171-2/+2
* syncHavoc Pennington1999-09-161-1/+1