summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/master_lexer.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [2534] Support some minor cases for quoted character strings (compatibility w...Mukund Sivaraman2014-01-221-4/+11
* [master] Merge branch 'trac2573'JINMEI Tatuya2013-01-181-12/+23
|\
| * [2573] changed lexer's getTotalSourceSize/Position with accumulation.JINMEI Tatuya2013-01-121-12/+23
* | [2572] convert OpenError to Unexpected in the stream ver. of pushSource.JINMEI Tatuya2013-01-151-1/+7
|/
* [2572] adjusted getTotalSourceSize() to handle unknown source sizeJINMEI Tatuya2013-01-111-0/+6
* [2572] introduced a special source size of "unknown".JINMEI Tatuya2013-01-111-0/+10
* [2572] added MasterLexer::getPosition().JINMEI Tatuya2013-01-101-0/+9
* [2572] added MasterLexer::getTotalSourceSize().JINMEI Tatuya2013-01-101-0/+10
* [2427] Handling of INITIAL_WS on the first line of included fileMichal 'vorner' Vaner2012-12-181-0/+2
* [2427] Find INITIAL_WS even at the beginning of fileMichal 'vorner' Vaner2012-12-171-1/+1
* Merge #2428Michal 'vorner' Vaner2012-12-141-0/+5
|\
| * [2428] Interface to get count of sources in lexerMichal 'vorner' Vaner2012-12-131-0/+5
* | [2382] unify pushing '\0' for number-like data in Number::handle()JINMEI Tatuya2012-12-041-3/+3
|/
* [2382] unrelated fix to lexer: support empty qstring and nul termination.JINMEI Tatuya2012-12-011-3/+10
* [2506] handle other rare error casesJINMEI Tatuya2012-11-291-4/+7
* [2506] handled the case when getNextToken expects a number but it's too big.JINMEI Tatuya2012-11-291-0/+6
* [2506] handled the case a number is expected but not foundJINMEI Tatuya2012-11-291-2/+8
* [2506] supported NUMBER in getNextToken() with expected typeJINMEI Tatuya2012-11-291-6/+18
* [2506] resolved remaining conflicts on rebaseJINMEI Tatuya2012-11-291-2/+2
* [2506] added another version of getNextToken, basic partJINMEI Tatuya2012-11-291-0/+28
* [2506] rename: MasterLexer::Token to MasterToken.JINMEI Tatuya2012-11-291-26/+23
* [2506] removed meaningless commentJINMEI Tatuya2012-11-291-1/+0
* [2374] Some last cleanupsJelte Jansen2012-11-291-4/+4
* [2374] Only recognize numbers if MasterLexer::NUMBER is setJelte Jansen2012-11-281-1/+1
* [master] Fix overflow catching in number lexer stateJelte Jansen2012-11-271-6/+13
* [master] Fix changes from #2374 to match API changesJelte Jansen2012-11-271-3/+3
* [master] Merge branch 'trac2374'Jelte Jansen2012-11-271-3/+55
|\
| * [2374] Comments for end of unnamed namespacesJelte Jansen2012-11-261-3/+3
| * [2374] Use correct type for base of strtoul()Jelte Jansen2012-11-261-1/+1
| * [2374] Fix comments in number tokensJelte Jansen2012-11-261-1/+2
| * [2374] Add Number lexer stateJelte Jansen2012-11-211-0/+51
* | [2375] Eliminate fake statesMichal 'vorner' Vaner2012-11-221-62/+1
* | [2375] Simplify the state transition design patternMichal 'vorner' Vaner2012-11-221-15/+13
* | [2375] some style matters: mostly about constness, and folded a long line.JINMEI Tatuya2012-11-221-3/+3
* | [2375] Return a reference to the tokenMichal 'vorner' Vaner2012-11-221-1/+1
* | [2375] Handle EOF after unbalanced parenthesesMichal 'vorner' Vaner2012-11-221-1/+3
* | [2375] Remove exception handling from getNextTokenMichal 'vorner' Vaner2012-11-221-21/+11
* | [2375] Don't restore internal token on ungetTokenMichal 'vorner' Vaner2012-11-191-6/+0
* | [2375] Provide weak exception guaranteeMichal 'vorner' Vaner2012-11-191-10/+23
* | [2375] Implement ungetting tokensMichal 'vorner' Vaner2012-11-191-5/+33
* | [2375] Tests for ungetting tokensMichal 'vorner' Vaner2012-11-191-9/+20
* | [2375] Check we don't read past the endMichal 'vorner' Vaner2012-11-191-2/+3
* | [2375] Add a test a token is actually producedMichal 'vorner' Vaner2012-11-191-2/+9
* | [2375] Implement basic getNextTokenMichal 'vorner' Vaner2012-11-191-4/+10
* | [2375] Tests for simple versions of getTokenMichal 'vorner' Vaner2012-11-191-0/+6
* | [2375] A fake state classMichal 'vorner' Vaner2012-11-191-0/+46
* | [2375] getNextToken() and ungetNextToken() interface.Michal 'vorner' Vaner2012-11-191-0/+11
|/
* [2373] added a comment about if-else complexity in State::start().JINMEI Tatuya2012-11-191-0/+3
* [2373] some more comment updatesJINMEI Tatuya2012-11-151-1/+5
* [2373] refactoring: extend skipComment to include 'escaped' consideration.JINMEI Tatuya2012-11-151-6/+4