summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not replace file destinationfix-symlink-issueJan-Michael Brummer2020-02-071-1/+1
* Merge branch 'dilyan.palauzov/gvdb-add-out-doc' into HEADPhilip Withnall2019-07-231-1/+1
|\
| * Add (out) to an (optional) parameterДилян Палаузов2019-07-231-1/+1
|/
* Merge branch 'mcatanzaro/fix-write-contents-async' into 'master'Philip Withnall2019-06-281-1/+3
|\
| * Fix gvdb_table_write_contents_async()Michael Catanzaro2019-06-271-1/+3
|/
* Merge branch 'mcatanzaro/sign-compare' into 'master'Philip Withnall2019-06-241-4/+4
|\
| * Fix -Wsign-compare warningMichael Catanzaro2019-06-221-4/+4
* | Merge branch 'mcatanzaro/fb-free' into 'master'Philip Withnall2019-06-241-3/+9
|\ \ | |/ |/|
| * Don't free FileBuilder in serialize functionMichael Catanzaro2019-06-221-3/+9
|/
* Merge branch 'mcatanzaro/write-contents-async' into 'master'Philip Withnall2019-06-212-0/+113
|\
| * Add some g_return checks to gvdb_table_write_contents()Michael Catanzaro2019-06-211-0/+4
| * Add gvdb_table_write_contents_async()Michael Catanzaro2019-06-212-0/+109
* | Remove trailing whitespaceMichael Catanzaro2019-06-211-1/+1
|/
* Merge branch 'mcatanzaro/license' into 'master'Philip Withnall2019-06-211-0/+504
|\
| * Add COPYING file to indicate the licenseMichael Catanzaro2019-06-201-0/+504
|/
* Merge branch 'array-size' into 'master'Philip Withnall2019-02-251-1/+1
|\
| * Fix size of preallocated arrayPhilip Withnall2019-02-251-1/+1
|/
* Merge branch 'wip/lantw/use-weak-symbols-in-gvdb' into 'master'Michael Catanzaro2018-11-211-10/+25
|\
| * build: Use weak bindings in gvdb to fix linking with LLDTing-Wei Lan2018-11-221-10/+25
|/
* Merge branch '1454-follow-ups' into 'master'Georges Basile Stavracas Neto2018-08-162-6/+9
|\
| * 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-162-3/+6
| * 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-135-15/+5
* gio/gvdb/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2018-08-135-5/+5
* Avoid calling Standard C string/array functions with NULL argumentsPhilip Withnall2018-08-131-1/+2
* doap: Update maintainers list to synchronise with GLibPhilip Withnall2018-08-131-3/+28
* reader: embrace GBytesRyan Lortie2012-11-092-129/+53
* gvdb-reader: drop gvdb_table_walk()Ryan Lortie2012-07-092-146/+0
* gvdb-reader.c: add gvdb_table_get_names()Ryan Lortie2012-07-092-1/+152
* remove a stray variableRyan Lortie2012-07-081-2/+0
* gvdb-reader: robustness improvementsRyan Lortie2012-07-061-13/+36
* more whitespace fixesRyan Lortie2012-07-051-5/+5
* gvdb-reader: refuse to open file with small headerRyan Lortie2012-07-051-26/+28
* gvdb-reader: correct whitespace damageRyan Lortie2012-07-051-33/+33
* builder: Note don't actually implement bloom filtersColin Walters2012-03-081-0/+7
* Support creating a GvdbReader from dataAlexander Larsson2012-01-132-39/+117
* Docs: Changed can not to cannot.Murray Cumming2012-01-131-1/+1
* hashing: always use signed charsRyan Lortie2011-09-122-2/+2
* builder: do not include <unistd.h> on win32Ryan Lortie2011-04-151-0/+2
* Remove unused variable in gvdb-readerRyan Lortie2011-02-031-2/+0
* Mark a symbol as G_GNUC_INTERNALRyan Lortie2011-01-251-0/+1
* Fix some harmless sign compare warningsRyan Lortie2011-01-171-2/+2
* C++ify the reader headerRyan Lortie2011-01-171-0/+3
* Fix some leaks in the GVDB builderRyan Lortie2010-12-151-0/+12
* Pass name_length to walk close functionRyan Lortie2010-12-072-2/+30
* Add gvdb_table_get_raw_value() API for GSettingsRyan Lortie2010-10-032-0/+26
* Fix reader on big endianRyan Lortie2010-10-031-5/+5