summaryrefslogtreecommitdiffstats
path: root/json-lexer.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-5/+5
* Add 'fall through' comments to case statements without breakStefan Weil2012-01-131-0/+1
* json-lexer: make lexer error-recovery more deterministicMichael Roth2011-06-071-4/+21
* json-lexer: fix flushing logic to not always go to error stateMichael Roth2011-06-071-3/+3
* json-lexer: reset the lexer state on an invalid tokenAnthony Liguori2011-06-071-0/+3
* json-lexer: limit the maximum size of a given tokenAnthony Liguori2011-06-071-0/+13
* json-lexer: fix conflict with mingw32 ERROR definitionBlue Swirl2011-04-151-3/+3
* remove unnecessary lookaheadsPaolo Bonzini2010-06-111-32/+16
* implement optional lookahead in json lexerPaolo Bonzini2010-06-111-23/+35
* json-lexer: Drop 'buf'Luiz Capitulino2010-06-111-6/+1
* json-lexer: Handle missing escapesLuiz Capitulino2010-06-111-0/+4
* json-lexer: Initialize 'x' and 'y'Luiz Capitulino2010-06-111-0/+1
* json: fix PRId64 on Win32Roy Tam2010-02-101-0/+16
* Add a lexer for JSONAnthony Liguori2009-11-171-0/+327
OpenPOWER on IntegriCloud