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
/
json-parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
docs: Fix typo
Emmanuele Bassi
2010-04-14
1
-1
/
+1
*
parser: Do not increment the index variable
Emmanuele Bassi
2010-04-03
1
-1
/
+1
*
parser: Add MISSING_COLON error
Emmanuele Bassi
2010-03-19
1
-2
/
+1
*
parser: Refactor the JsonParser logic
Emmanuele Bassi
2010-03-19
1
-288
/
+200
*
parser: Return specific error codes
Emmanuele Bassi
2010-03-19
1
-10
/
+39
*
parser: Re-use json_parse_value()
Emmanuele Bassi
2010-03-18
1
-55
/
+2
*
parser: Add debug annotations for json_parse_value()
Emmanuele Bassi
2010-03-18
1
-0
/
+8
*
parser: Clean up array and object parsing
Emmanuele Bassi
2010-03-18
1
-20
/
+24
*
parser: Improve strictness
Emmanuele Bassi
2010-03-01
1
-39
/
+78
*
Update Introspection annotations
Emmanuele Bassi
2009-11-12
1
-2
/
+3
*
parser: Advance when parsing bare values
Emmanuele Bassi
2009-10-29
1
-0
/
+1
*
[parser] Return the right expected token
Emmanuele Bassi
2009-09-22
1
-2
/
+14
*
[parser] Whitespace clean up
Emmanuele Bassi
2009-09-22
1
-5
/
+6
*
[node] Add JsonNode.set_parent()
Emmanuele Bassi
2009-09-06
1
-7
/
+7
*
[parser] Clean up value parsing
Emmanuele Bassi
2009-09-06
1
-118
/
+81
*
[docs] Small documentation fixes
Emmanuele Bassi
2009-09-02
1
-1
/
+2
*
Actually use the int64 support in the Scanner
Emmanuele Bassi
2009-08-12
1
-6
/
+6
*
[parser] Advance the tokenizer to avoid an infinite loop
Emmanuele Bassi
2009-06-28
1
-5
/
+11
*
Fix license and copyright notices
Emmanuele Bassi
2009-06-09
1
-2
/
+6
*
[node] Make JsonNode completely private
Emmanuele Bassi
2009-06-09
1
-0
/
+2
*
Update after the json_object_add_member() deprecation
Emmanuele Bassi
2009-04-17
1
-3
/
+3
*
[parser] Prevent leaks on error codepaths
Emmanuele Bassi
2009-04-13
1
-5
/
+33
*
[docs] Show an example of assignment
Emmanuele Bassi
2009-04-13
1
-5
/
+12
*
Whitespace fixes
Emmanuele Bassi
2009-04-13
1
-6
/
+12
*
Abstract the loading code into its own function
error-location
Emmanuele Bassi
2008-11-28
1
-72
/
+103
*
Display the filename inside error messages
Emmanuele Bassi
2008-11-28
1
-2
/
+26
*
Update JsonParser to fix compilation
Emmanuele Bassi
2008-02-29
1
-16
/
+17
*
Use JsonScanner API into JsonParser
Emmanuele Bassi
2008-02-29
1
-83
/
+44
*
Include JsonScanner into JsonParser
Emmanuele Bassi
2008-02-29
1
-0
/
+1
*
Revert JsonParser::get_root semantics
Emmanuele Bassi
2008-01-29
1
-24
/
+2
*
Extract the parser state clearing into its own function
Emmanuele Bassi
2008-01-27
1
-21
/
+30
*
Kill off a few indirections
Emmanuele Bassi
2007-12-25
1
-11
/
+14
*
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
1
-5
/
+5
*
Change json_parser_get_root() semantics
Emmanuele Bassi
2007-11-21
1
-2
/
+24
*
Fix variable shadowing for distcheck
Emmanuele Bassi
2007-11-13
1
-2
/
+2
*
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
1
-2
/
+78
*
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
*
Fix compilation errors with extra maintainer CFLAGS
Emmanuele Bassi
2007-10-16
1
-2
/
+2
*
Parse bare root values
Emmanuele Bassi
2007-10-10
1
-50
/
+29
*
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
1
-3
/
+43
*
Document the newly added signals
Emmanuele Bassi
2007-10-05
1
-0
/
+64
*
Add more signals to the JsonParser class
Emmanuele Bassi
2007-10-05
1
-3
/
+115
*
Move data types ctors and setters into the public headers
Emmanuele Bassi
2007-10-01
1
-1
/
+0
*
Add licensing informations to the source code
Emmanuele Bassi
2007-10-01
1
-2
/
+26
*
Swallow the comma earlier in the parser
Emmanuele Bassi
2007-10-01
1
-9
/
+16
[prev]
[next]