- 29 Nov, 2012 4 commits
-
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 27 Nov, 2012 9 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
Also code to gen-rdatacode.py to optionally use the new RdataFactory for some types if configured to do so.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
Also have a default implementation that simply concatenates all token data into a string and calls the create() variant which accepts a string.
-
Mukund Sivaraman authored
It just contains MasterLoader::Options enum for now.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 26 Nov, 2012 8 commits
-
-
Marcin Siodelski authored
-
Michal 'vorner' Vaner authored
Cppcheck complained there's an uninitialized variable in constructor. This is mostly a false positive (the value is not used before being assigned), but fix it anyway to make it silent.
-
Jelte Jansen authored
These make distcheck fail on a number of systems (they have built-in disabling code for a number of other systems). See ticket #2479
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Conflicts: src/lib/datasrc/datasrc_messages.mes
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 25 Nov, 2012 1 commit
-
-
Mukund Sivaraman authored
Also adjust affected tests accordingly.
-
- 23 Nov, 2012 1 commit
-
-
Marcin Siodelski authored
-
- 22 Nov, 2012 9 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Stephen Morris authored
-
Michal 'vorner' Vaner authored
We never have a chain of the transitions. We only do start and zero or one handle on the returned one. Simplify handle to return void, not NULL. Besides simplification, it allows testing without fake states (TBD) - we had no real state to test the multiple transitions.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
Conflicts (from cherry-pick): src/lib/dns/tests/master_lexer_unittest.cc
-
Michal 'vorner' Vaner authored
The copy is shallow anyway, so it wouldn't survive for long.
-
Michal 'vorner' Vaner authored
If there's an error that manifests at the end of a file, like an unbalanced parenthesis or a quoted string that does not end, report the error. But also, return EOF as the next token, not an exception.
-
Michal 'vorner' Vaner authored
It was deemed unneeded and is removed therefore, to make the code smaller.
-
- 21 Nov, 2012 8 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Michal 'vorner' Vaner authored
An include was missing.
-
Michal 'vorner' Vaner authored
So we can include less
-
Michal 'vorner' Vaner authored
So the issue callbacks don't depend on other things.
-
Michal 'vorner' Vaner authored
And few other similar renames.
-