index
:
delta/json-glib.git
bug-958
bug-965
debian-packaging
deep-copy
docs-template
error-location
generator
gobject-deserialize
gobject-serialize
handle-utf8-bom
json-glib-0-10
json-glib-0-12
json-glib-0-14
json-glib-0-16
json-glib-0-8
json-glib-1-0
json-glib-1-2
json-glib-1-4
json-glib-1-6
json-node-autoptr
json-scanner
master
msvc-patch
object_get-with-wrong-types
parse-enums
python-bindings
stable-0.2
stable-0.4
test-framework
wip/drop-autotools
wip/g-property
wip/hughsie/typecheck
wip/otte/validate-with-load-bytes
wip/rishi/24-doc-fix
wip/sadiq/parser-read-async
work
gitlab.gnome.org: GNOME/json-glib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
json-glib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update after the JsonParser::get_root change
Emmanuele Bassi
2008-01-29
1
-3
/
+1
*
Revert JsonParser::get_root semantics
Emmanuele Bassi
2008-01-29
2
-25
/
+2
*
Use the normalized member name in has_member
Emmanuele Bassi
2008-01-28
1
-1
/
+1
*
Extract the parser state clearing into its own function
Emmanuele Bassi
2008-01-27
1
-21
/
+30
*
Wrap config.h include with conditionals
Emmanuele Bassi
2007-12-25
5
-0
/
+11
*
Kill off a few indirections
Emmanuele Bassi
2007-12-25
1
-11
/
+14
*
Provide a default implementation of JsonSerializable
Emmanuele Bassi
2007-12-25
1
-88
/
+120
*
Plug a leak when loading a new buffer with the same parser
Emmanuele Bassi
2007-12-25
1
-0
/
+2
*
Use gssize for the buffer length parameter
Emmanuele Bassi
2007-12-25
2
-6
/
+6
*
Initialise to zero when creating/copying a JsonNode
Emmanuele Bassi
2007-12-25
1
-4
/
+5
*
Do not leak the intermediate strings when generating JSON
Emmanuele Bassi
2007-12-25
1
-0
/
+6
*
Add API to retrieve copies of the nodes inside objects and arrays
Emmanuele Bassi
2007-11-21
3
-0
/
+62
*
Free the root node obtained using json_parser_get_root()
Emmanuele Bassi
2007-11-21
1
-0
/
+2
*
Change json_parser_get_root() semantics
Emmanuele Bassi
2007-11-21
2
-2
/
+26
*
Use a unicode character for the indent-char property of JsonGenerator
Emmanuele Bassi
2007-11-21
1
-8
/
+8
*
Add the indent-char property to JsonGenerator
Emmanuele Bassi
2007-11-21
1
-14
/
+40
*
Use G_TYPE_DOUBLE when dumping a value.
Emmanuele Bassi
2007-11-21
1
-2
/
+2
*
Allow deserialization of strings into enums/flags
Emmanuele Bassi
2007-11-20
1
-0
/
+170
*
Fix variable shadowing for distcheck
Emmanuele Bassi
2007-11-13
1
-2
/
+2
*
Change "responsible" to "asked" in the (de)serialization functions docs
Emmanuele Bassi
2007-11-13
1
-7
/
+8
*
Merge branch 'gobject-deserialize' into work
Emmanuele Bassi
2007-11-13
5
-27
/
+350
|
\
|
*
Use the fallback value-to-node generator even for serializables
gobject-deserialize
Emmanuele Bassi
2007-11-13
1
-6
/
+11
|
*
Fix a couple of dumb typos in the GObject deserialization code
Emmanuele Bassi
2007-11-13
1
-2
/
+4
|
*
Add node-to-property simple fallback parser for deserialization
Emmanuele Bassi
2007-11-13
1
-9
/
+85
|
*
Add the JsonGenerator:root property
Emmanuele Bassi
2007-11-13
1
-2
/
+28
|
*
Fix member name in json_node_get_value_type()
Emmanuele Bassi
2007-11-13
1
-1
/
+1
|
*
Add a GType for JsonNode
Emmanuele Bassi
2007-11-13
2
-2
/
+54
|
*
Initial implementation of GObject deserialization function
Emmanuele Bassi
2007-11-10
2
-14
/
+176
*
|
When parsing a full assignment, also swallow any trailing semi-colon
Emmanuele Bassi
2007-11-10
1
-1
/
+11
*
|
Add support for parsing assignments
Emmanuele Bassi
2007-11-10
2
-2
/
+83
|
/
*
More sanity checks for objects
Emmanuele Bassi
2007-10-29
1
-1
/
+7
*
Add more sanity checks to the parser
Emmanuele Bassi
2007-10-29
1
-0
/
+10
*
Backport fixes from Clutter trunk
Emmanuele Bassi
2007-10-29
1
-20
/
+103
*
Check if the payload is set in json_node_free()
Emmanuele Bassi
2007-10-29
1
-2
/
+4
*
We need the actual implementation of the JsonSerializable GType function
Emmanuele Bassi
2007-10-16
1
-0
/
+6
*
Fix the compiler fixes
Emmanuele Bassi
2007-10-16
1
-4
/
+6
*
Fix compilation errors with extra maintainer CFLAGS
Emmanuele Bassi
2007-10-16
3
-11
/
+11
*
Fix EXTRA_DIST files for distcheck
Emmanuele Bassi
2007-10-16
1
-7
/
+9
*
Add the JsonSerializable interface
Emmanuele Bassi
2007-10-16
3
-31
/
+209
*
Add a method for getting all the nodes from a JsonObject
Emmanuele Bassi
2007-10-16
2
-0
/
+42
*
Add a note in the JsonObject documentation for the member name normalization
Emmanuele Bassi
2007-10-16
1
-1
/
+5
*
Normalize every member name before using it
Emmanuele Bassi
2007-10-16
1
-5
/
+26
*
Provide an internal g_hash_table_get_keys() and bump down GLib dependency
Emmanuele Bassi
2007-10-15
1
-0
/
+25
*
Add API for removing nodes from arrays and objects
Emmanuele Bassi
2007-10-15
3
-61
/
+100
*
Parse bare root values
Emmanuele Bassi
2007-10-10
1
-50
/
+29
*
Add json_node_dup_string()
Emmanuele Bassi
2007-10-08
2
-0
/
+21
*
Fix documentation about the ownership of the nodes
Emmanuele Bassi
2007-10-07
2
-7
/
+13
*
Add convenience accessors for fundamental types in JsonNode
Emmanuele Bassi
2007-10-05
2
-0
/
+213
*
Use doubles when parsing, not floats
Emmanuele Bassi
2007-10-05
1
-4
/
+4
*
Add line/position getters to JsonParser
Emmanuele Bassi
2007-10-05
2
-12
/
+55
[next]