- 14 Nov, 2012 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
just for silencing some compilers. in our usage this doesn't matter in practice. committing at my discretion.
-
- 13 Nov, 2012 11 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
Conflicts: src/bin/dhcp6/tests/config_parser_unittest.cc
-
-
Shane Kerr authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Marcin Siodelski authored
-
Naoki Kambe authored
-
Naoki Kambe authored
-
Naoki Kambe authored
-
- 12 Nov, 2012 12 commits
-
-
JINMEI Tatuya authored
the previous code doesn't seem to be understandable as I thought, so I simplfy revert to the more straightforward way. also added doc for the enum
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
The previous code should actually be safe based on the iostream/streambuf APIs, but it's even much safer to completely give the ownership of the passed stream to the input source.
-
Stephen Morris authored
-
JINMEI Tatuya authored
they don't have to be (actually they already aren't) visible outside this translation unit.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Michal 'vorner' Vaner authored
This should fix compilation, where it complains: rrttl_unittest.cc:79: warning: this decimal constant is unsigned only in ISO C90
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 11 Nov, 2012 1 commit
-
-
Stephen Morris authored
Conflicts: doc/devel/mainpage.dox src/lib/dhcp/Makefile.am src/lib/dhcp/lease_mgr.cc src/lib/dhcp/lease_mgr.h src/lib/dhcp/tests/Makefile.am src/lib/dhcp/tests/lease_mgr_unittest.cc A number of other files were modified to resolve incompatibilities in the way lease managers were created, and to promote the dummy "memfile" lease manager to a fully-fledged lease manager with unit tests.
-
- 10 Nov, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
There was a gap when one thing could overflow to negative numbers.
-
- 09 Nov, 2012 12 commits
-
-
JINMEI Tatuya authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Having duid.{h, cc} in libdhcp++ causes dependency between two libraries. Due to this dependency multi-threaded build fails because libs are created by different threads simultaneously and race condition occurs. Libraries should be moved to separate folders and have separate makefiles. This complies with BIND10 structure and will make this issue goe away.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Also, simplify the code little bit and make it run faster in the case of TTL without any units.
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
-
Jelte Jansen authored
Should fail at this time
-