]> git.ipfire.org Git - thirdparty/qemu.git/history - json-lexer.c
runstate: introduce suspended state
[thirdparty/qemu.git] / json-lexer.c
2012-02-23  Kevin WolfMerge qemu-iotests into for-anthony
2012-01-19  Anthony LiguoriMerge remote-tracking branch 'spice/spice.v47' into...
2012-01-19  Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.37' into staging
2012-01-13  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-01-13  Stefan WeilAdd 'fall through' comments to case statements without...
2011-06-15  Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15  Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10  Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08  Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08  Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-08  Anthony LiguoriMerge remote-tracking branch 'spice/spice.v37' into...
2011-06-07  Michael Rothjson-lexer: make lexer error-recovery more deterministic
2011-06-07  Michael Rothjson-lexer: fix flushing logic to not always go to...
2011-06-07  Anthony Liguorijson-lexer: reset the lexer state on an invalid token
2011-06-07  Anthony Liguorijson-lexer: limit the maximum size of a given token
2011-05-05  Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25  Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-15  Blue Swirljson-lexer: fix conflict with mingw32 ERROR definition
2010-06-14  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-14  Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-06-11  Paolo Bonziniremove unnecessary lookaheads
2010-06-11  Paolo Bonziniimplement optional lookahead in json lexer
2010-06-11  Luiz Capitulinojson-lexer: Drop 'buf'
2010-06-11  Luiz Capitulinojson-lexer: Handle missing escapes
2010-06-11  Luiz Capitulinojson-lexer: Initialize 'x' and 'y'
2010-02-13  Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10  Roy Tamjson: fix PRId64 on Win32
2009-11-17  Anthony LiguoriAdd a lexer for JSON