Low-level core library that forms the basis for projects such as GTK+ and GNOME.
Go to file
Ryan Lortie fc37611a97 gvdb-reader: drop gvdb_table_walk()
The attempt at the simple method for preventing unbounded recursion
proved to be insufficient due to the existence of dconf databases in the
wild that violated the rule (leading to the entire content of the
database being scrapped).  It also still had the ugly assert for less
than 64 levels of recursion that could have been hit by a determined
advisary.

gvdb_table_get_names() allows the dconf-service to do everything it
needs without the troubles associated with the walk approach.
2012-07-09 15:28:17 -04:00
gvdb-builder.c builder: Note don't actually implement bloom filters 2012-03-08 11:30:03 -05:00
gvdb-builder.h drop "options" support 2010-06-10 13:34:56 -04:00
gvdb-format.h drop "options" support 2010-06-10 13:34:56 -04:00
gvdb-reader.c gvdb-reader: drop gvdb_table_walk() 2012-07-09 15:28:17 -04:00
gvdb-reader.h gvdb-reader: drop gvdb_table_walk() 2012-07-09 15:28:17 -04:00
gvdb.doap Recommend git-merge(1) over git-submodule(1). 2010-04-15 22:12:45 -04:00