index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
json-lexer.c
Age
Commit message (
Expand
)
Author
2013-01-12
build: move qobject files to qobject/ and libqemuutil.a
Paolo Bonzini
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-01-13
Add 'fall through' comments to case statements without break
Stefan Weil
2011-06-07
json-lexer: make lexer error-recovery more deterministic
Michael Roth
2011-06-07
json-lexer: fix flushing logic to not always go to error state
Michael Roth
2011-06-07
json-lexer: reset the lexer state on an invalid token
Anthony Liguori
2011-06-07
json-lexer: limit the maximum size of a given token
Anthony Liguori
2011-04-15
json-lexer: fix conflict with mingw32 ERROR definition
Blue Swirl
2010-06-11
remove unnecessary lookaheads
Paolo Bonzini
2010-06-11
implement optional lookahead in json lexer
Paolo Bonzini
2010-06-11
json-lexer: Drop 'buf'
Luiz Capitulino
2010-06-11
json-lexer: Handle missing escapes
Luiz Capitulino
2010-06-11
json-lexer: Initialize 'x' and 'y'
Luiz Capitulino
2010-02-10
json: fix PRId64 on Win32
Roy Tam
2009-11-17
Add a lexer for JSON
Anthony Liguori