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
*
Merge branch 'coverity-leak' into 'master'
Emmanuele Bassi
2022-10-11
1
-6
/
+6
|
\
|
*
builder,parser: Use g_assert for sanity checks
Ray Strode
2021-10-19
1
-6
/
+6
*
|
Drop or mark unused parameters
Emmanuele Bassi
2022-10-11
1
-1
/
+1
*
|
Fix sign comparison warnings
Emmanuele Bassi
2022-10-11
1
-6
/
+4
|
/
*
Update the JsonParser documentation
Emmanuele Bassi
2021-06-10
1
-77
/
+105
*
docs: Initial, rough port away from gtk-doc
Emmanuele Bassi
2021-06-08
1
-61
/
+63
*
Do not leak memory for duplicate var assignment
Richard Hughes
2021-02-20
1
-0
/
+2
*
parser: Ignore UTF-8 BOM if necessary
handle-utf8-bom
Jan-Michael Brummer
2020-12-31
1
-1
/
+15
*
Properly detect multiple top level statements
Emmanuele Bassi
2020-08-24
1
-15
/
+12
*
json-parser: Support loading files via memory mapping
Philip Withnall
2020-06-09
1
-0
/
+58
*
typo: parser -> parsed
Alexandre Viau
2020-01-10
1
-1
/
+1
*
Merge branch 'leak-fix' into 'master'
Emmanuele Bassi
2017-12-15
1
-0
/
+2
|
\
|
*
json-parser: Fix a memory leak on two error handling paths
Philip Withnall
2017-12-15
1
-0
/
+2
*
|
json-parser: Fix getting immutable root nodes from empty input
Philip Withnall
2017-12-15
1
-5
/
+14
|
/
*
parser: Use g_steal_pointer()
Emmanuele Bassi
2017-03-18
1
-8
/
+2
*
core: Add json_parser_steal_root()
Ole André Vadla Ravnås
2017-03-18
1
-0
/
+26
*
Stop providing our own marshaller and use the generic one
Thibault Saunier
2017-03-13
1
-19
/
+10
*
Only seal arrays and objects when a parser is immutable
Emmanuele Bassi
2017-03-13
1
-2
/
+4
*
Allow empty string as object member name
Dr. David Alan Gilbert
2017-03-11
1
-1
/
+1
*
Fix translator comments
Piotr Drąg
2017-01-28
1
-4
/
+4
*
parser: Rename `immutable` bit field
Emmanuele Bassi
2016-03-01
1
-9
/
+9
*
docs: Fix the Since tags
Emmanuele Bassi
2016-03-01
1
-2
/
+2
*
core: Add JSON node, object, array hashes
Philip Withnall
2016-03-01
1
-6
/
+2
*
node: Add json_node_ref() and json_node_unref()
Philip Withnall
2016-03-01
1
-12
/
+12
*
core: Add immutability support to core objects
Philip Withnall
2016-03-01
1
-0
/
+108
*
parser: Detect missing commas in arrays
Emmanuele Bassi
2016-02-25
1
-1
/
+14
*
parser: Correctly increment the array index counter
Emmanuele Bassi
2016-02-25
1
-1
/
+2
*
parser: Port to GTask
Emmanuele Bassi
2015-06-09
1
-118
/
+62
*
Drop unnecessary '_' prefix from json_marshal
Emmanuele Bassi
2014-12-30
1
-9
/
+9
*
json-parser: use length parameter when validating utf-8
djcb
2014-04-17
1
-1
/
+1
*
parser: Use the right length for parsing the stream contents
Emmanuele Bassi
2014-04-17
1
-2
/
+2
*
Remove conditional inclusion of config.h
Emmanuele Bassi
2014-03-18
1
-2
/
+0
*
parser: Always perform UTF-8 validation
Emmanuele Bassi
2013-10-27
1
-0
/
+9
*
parser: Always use a valid GError internally
Emmanuele Bassi
2013-10-26
1
-2
/
+15
*
parser: Drop a pointless macro
Emmanuele Bassi
2013-08-22
1
-4
/
+2
*
Remove compile time GLib version check
Emmanuele Bassi
2013-08-21
1
-13
/
+1
*
Use new macros when compiling against new GLib
Emmanuele Bassi
2013-07-20
1
-1
/
+11
*
Use G_DEFINE_QUARK macro
Emmanuele Bassi
2013-05-16
1
-7
/
+3
*
Use typed initializers for JsonNode
Emmanuele Bassi
2012-10-27
1
-16
/
+21
*
scanner: Remove unused functions
Emmanuele Bassi
2012-10-26
1
-29
/
+23
*
parser: Empty member names are not valid
Emmanuele Bassi
2012-10-26
1
-0
/
+13
*
parser: Use error codes for invalid assignments
Emmanuele Bassi
2012-10-25
1
-1
/
+3
*
parser: Consolidate value parsing
Emmanuele Bassi
2012-10-25
1
-25
/
+12
*
parser: Show the column in the error message
Emmanuele Bassi
2012-10-25
1
-2
/
+3
*
parser: Fix small leak in json_parse_statement
Miguel Angel Cabrera Moya
2012-10-25
1
-1
/
+4
*
Mark GError messages for translations
Emmanuele Bassi
2011-06-01
1
-1
/
+4
*
Add i18n machinery
Emmanuele Bassi
2011-06-01
1
-0
/
+2
*
Add missing introspection annotations.
Luca Bruno
2011-01-10
1
-1
/
+1
*
parser: Add loading from a GInputStream
Emmanuele Bassi
2010-08-02
1
-0
/
+258
*
parser: Do not access GScanner:token
Emmanuele Bassi
2010-05-26
1
-3
/
+6
[next]