summaryrefslogtreecommitdiff
path: root/src/lib/dns/master_lexer_inputsource.cc
AgeCommit message (Expand)Author
2016-12-14Added #include <config.h> to all .cc files.Andrei Pavel
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-15[2572] Make minor comment updatesMukund Sivaraman
2013-01-14[2572] avoid direct comparison between size_t and streamposJINMEI Tatuya
2013-01-14[2572] handled solaris oddity: catch uncommon/buggy results of seekg/tellg.JINMEI Tatuya
2013-01-11[master] explicitly cast -1 to std::streampos. needed for some compilers.JINMEI Tatuya
2013-01-10[2572] introduced a special source size of "unknown".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-07[2369] Use prefix syntax for increment/decrement operatorsMukund Sivaraman
2012-11-06[2371] move the definition of END_OF_STREAM from test to the main impl .cc.JINMEI Tatuya
2012-11-06[2369] Describe why the operation failed in OpenError exceptionMukund Sivaraman
2012-11-04[2369] Add InputSource::mark() as a combination of saveLine() and compact()Mukund Sivaraman
2012-11-04[2369] Constify variables in various placesMukund Sivaraman
2012-11-04[2369] Use the more specialized std::ifstream instead of std::fstreamMukund Sivaraman
2012-11-02[2369] Throw OpenError when opening the input file failsMukund 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] Initialize buffer_pos_ with 0Mukund Sivaraman
2012-11-01[2369] Rename exception to UngetBeforeBeginningMukund Sivaraman
2012-11-01[2369] Rename files to master_lexer_inputsource.{cc,h}Mukund Sivaraman