summaryrefslogtreecommitdiff
path: root/gvdb-reader.c
Commit message (Expand)AuthorAgeFilesLines
* Preallocate a GPtrArray to avoid some reallocations later onPhilip Withnall2018-08-161-1/+1
* Fix type of length returned by gvdb_table_get_names()Philip Withnall2018-08-161-2/+5
* Add missing introspection annotations to gvdb_table_get_names()Philip Withnall2018-08-161-2/+2
* docs: Clarify error values for empty files when loadingPhilip Withnall2018-08-131-1/+8
* docs: Use ‘Returns:’ instead of the invalid ‘@returns’Philip Withnall2018-08-131-8/+16
* Update FSF’s addressPhilip Withnall2018-08-131-3/+1
* gio/gvdb/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2018-08-131-1/+1
* reader: embrace GBytesRyan Lortie2012-11-091-118/+50
* gvdb-reader: drop gvdb_table_walk()Ryan Lortie2012-07-091-127/+0
* gvdb-reader.c: add gvdb_table_get_names()Ryan Lortie2012-07-091-0/+149
* remove a stray variableRyan Lortie2012-07-081-2/+0
* gvdb-reader: robustness improvementsRyan Lortie2012-07-061-13/+36
* gvdb-reader: refuse to open file with small headerRyan Lortie2012-07-051-26/+28
* gvdb-reader: correct whitespace damageRyan Lortie2012-07-051-33/+33
* Support creating a GvdbReader from dataAlexander Larsson2012-01-131-39/+107
* Docs: Changed can not to cannot.Murray Cumming2012-01-131-1/+1
* hashing: always use signed charsRyan Lortie2011-09-121-1/+1
* Remove unused variable in gvdb-readerRyan Lortie2011-02-031-2/+0
* Fix some harmless sign compare warningsRyan Lortie2011-01-171-2/+2
* Pass name_length to walk close functionRyan Lortie2010-12-071-1/+28
* Add gvdb_table_get_raw_value() API for GSettingsRyan Lortie2010-10-031-0/+23
* Fix reader on big endianRyan Lortie2010-10-031-5/+5
* Fix is_valid() APIRyan Lortie2010-07-181-1/+1
* Add gvdb_table_is_valid() APIRyan Lortie2010-07-181-0/+17
* Implement byteswapping in the readerRyan Lortie2010-06-101-1/+22
* drop "options" supportRyan Lortie2010-06-101-30/+2
* Add API for dconf's sake.Ryan Lortie2010-04-281-24/+131
* Add a missing 'static' on internal functionsRyan Lortie2010-04-221-1/+1
* Fix logic error for missing options in readerRyan Lortie2010-04-191-1/+1
* Initial commitRyan Lortie2010-04-151-0/+510