- 18 Dec, 2012 22 commits
-
-
-
Michal 'vorner' Vaner authored
The $ORIGIN handling. Conflicts: src/lib/dns/master_loader.cc src/lib/dns/tests/master_loader_unittest.cc
-
Michal 'vorner' Vaner authored
It is probably unusual and most probably a typo, resulting in broken zone.
-
Michal 'vorner' Vaner authored
Update the warning message to be usable for this case too. Also, explicitly check and fix lexer again for this case.
-
Mukund Sivaraman authored
OpenBSD, NetBSD and some builds on MacOS don't like it.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
Conflicts: src/lib/dns/master_loader.cc
-
Marcin Siodelski authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
Fixed conflicts: src/lib/dns/master_loader.cc src/lib/dns/tests/master_loader_unittest.cc
-
JINMEI Tatuya authored
With fixing conflicts: src/lib/dns/master_loader.cc src/lib/dns/tests/master_loader_unittest.cc
-
JINMEI Tatuya authored
This reverts commit 2c50eecd. Conflicts: src/lib/dns/rrcollator.cc src/lib/dns/rrcollator.h
-
JINMEI Tatuya authored
This reverts commit 822fa315.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
at the cost of increasing dependency, it will provide a cleaner and more intuitive interface without sacrificing efficiency (much).
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 17 Dec, 2012 18 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also clarified the function description comment a bit further.
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
When building with GCC on Solaris it is required that all memebers of the struct are explicitly initialized. For a few entries, in the array describing DHCPv4 options, the the initializers were accidentally ommitted causing a build to fail. Okayed on jabber.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
This discovers a bug in the lexer, it doesn't produce initial whitespace at the start of file.
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
-
Michal 'vorner' Vaner authored
To bring in test tools to check the actual produced error message. Conflicts: src/lib/dns/master_loader.cc src/lib/dns/tests/master_loader_unittest.cc
-
Michal 'vorner' Vaner authored
Some corner cases and error crossbreeding with other features.
-
Marcin Siodelski authored
Conflicts: src/lib/dhcp/pkt4.cc src/lib/dhcp/std_option_defs.h
-
Michal 'vorner' Vaner authored
As suggested by Jinmei, extracting to separate method. Adjusting to address changes added in between.
-
Michal 'vorner' Vaner authored
Which happens after the $INCLUDE directive.
-
Michal 'vorner' Vaner authored
Between the $INCLUDE and $ORIGIN. Mostly to make sure it is consistent.
-
Michal 'vorner' Vaner authored
-