summaryrefslogtreecommitdiff
path: root/src/lib/dns/master_lexer_inputsource.h
AgeCommit message (Expand)Author
2015-12-16[4236] Updated copyright dates in all files.Marcin Siodelski
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2013-01-10[2572] introduced a special source size of "unknown".JINMEI Tatuya
2013-01-09[2572] documented additional exceptions from InputSource wrt getting size.JINMEI Tatuya
2013-01-09[2572] added MasterLexer::getTotalSourceSize().JINMEI Tatuya
2013-01-09[2572] added InputSource::getPosition() to return the current positio of src.JINMEI Tatuya
2013-01-09[2572] added InputSource::getSize() to know the total size of the source.JINMEI Tatuya
2012-11-19[2375] Don't propagate exceptions from internal namespaceMichal 'vorner' Vaner
2012-11-07[master] Merge branch 'trac2371'JINMEI Tatuya
2012-11-06[2371] move the definition of END_OF_STREAM from test to the main impl .cc.JINMEI Tatuya
2012-11-06[2369] Make InputSource non-copyableMukund Sivaraman
2012-11-06[2369] Add TODOs to remove saveLine() and compact() laterMukund Sivaraman
2012-11-06[2369] Make constructors explicitMukund Sivaraman
2012-11-04[2369] Add InputSource::mark() as a combination of saveLine() and compact()Mukund Sivaraman
2012-11-04[2369] Use the more specialized std::ifstream instead of std::fstreamMukund Sivaraman
2012-11-02[2371] define END_OF_STREAM within InputSource to avoid duplicate def.JINMEI Tatuya
2012-11-02[2369] Move exceptions to the top of classMukund Sivaraman
2012-11-02[2369] Throw OpenError when opening the input file failsMukund Sivaraman
2012-11-01[2369] Explain how compact() affects ungetAll()Mukund Sivaraman
2012-11-01[2369] Distinguish between EOF and failures in getChar()Mukund Sivaraman
2012-11-01[2369] Use a const variable's value for END_OF_STREAM stateMukund Sivaraman
2012-11-01[2369] Constify name_Mukund Sivaraman
2012-11-01[2369] Rename exception to UngetBeforeBeginningMukund Sivaraman
2012-11-01[2369] Rename files to master_lexer_inputsource.{cc,h}Mukund Sivaraman