summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/master_lexer_state.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [2506] rename: MasterLexer::Token to MasterToken.JINMEI Tatuya2012-11-291-1/+1
* [2506] updated part of lexer state doc to match the latest changes.JINMEI Tatuya2012-11-291-4/+4
* [master] Merge branch 'trac2374'Jelte Jansen2012-11-271-1/+2
|\
| * [2374] Add Number lexer stateJelte Jansen2012-11-211-1/+2
* | [2375] Eliminate fake statesMichal 'vorner' Vaner2012-11-221-21/+0
* | [2375] Simplify the state transition design patternMichal 'vorner' Vaner2012-11-221-5/+5
* | [2375] some style matters: mostly about constness, and folded a long line.JINMEI Tatuya2012-11-221-1/+1
* | [2375] Clarify commentMichal 'vorner' Vaner2012-11-191-2/+3
* | [2375] Don't propagate exceptions from internal namespaceMichal 'vorner' Vaner2012-11-191-2/+2
* | [2375] Tests for ungetting tokensMichal 'vorner' Vaner2012-11-191-3/+8
* | [2375] A fake state classMichal 'vorner' Vaner2012-11-191-0/+17
|/
* [2373] supported quoted string stateJINMEI Tatuya2012-11-151-1/+2
* [master] define virtual dtor for master lexer state classes.JINMEI Tatuya2012-11-141-0/+6
* [2372] a minor documentation wording correction.JINMEI Tatuya2012-11-121-1/+1
* [2372] overall documentation updatesJINMEI Tatuya2012-11-061-3/+82
* [2372] even further simplification: deprecate start stateJINMEI Tatuya2012-11-061-4/+4
* [2372] even further simplification of option handlingJINMEI Tatuya2012-11-061-5/+2
* [2372] cleanup: we now don't need to pass options to state::handle()JINMEI Tatuya2012-11-061-3/+3
* [2372] handle comments in the start stateJINMEI Tatuya2012-11-051-1/+0
* [2372] internal refactoring: pass original options at the time of startJINMEI Tatuya2012-11-031-5/+9
* [2372] initial parentheses supportJINMEI Tatuya2012-11-021-3/+5
* [2372] handled spaces.JINMEI Tatuya2012-11-021-1/+4
* [2372] lexer state classes, some initial defs and testsJINMEI Tatuya2012-11-021-0/+54