- 08 Jan, 2013 6 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Conflicts: src/bin/dhcp4/config_parser.cc src/bin/dhcp6/config_parser.cc
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Conflicts: src/lib/dhcpsrv/Makefile.am
-
Marcin Siodelski authored
-
JINMEI Tatuya authored
-
- 07 Jan, 2013 20 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
-
Stephen Morris authored
Addendum to ticket 2524 - the makefile omitted to make sure the dhcpsrv_messages.mes file were in the distribution tarball
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
Using g++, on some systems a call to system() is tagged with the "warn unused result" attribute. As all warnings are promoted to errors, all uses of system() must use the returned status code.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
I thought that explicit type name made the code more readable, but maybe that's not the case so I've removed it now. It still needs to be specified in the other constructor.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 04 Jan, 2013 14 commits
-
-
JINMEI Tatuya authored
-
Stephen Morris authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Marcin Siodelski authored
-
Mukund Sivaraman authored
-
Marcin Siodelski authored
-
Michal 'vorner' Vaner authored
The method can be called by boost::bind directly.
-
Michal 'vorner' Vaner authored
When passing an argument to boost::bind by value, it was copied (obviously, since it allowed removal of const). Add the const and use a pointer to avoid the copy of possibly large object.
-
Michal 'vorner' Vaner authored
GCC requires the method passed to boost::bind to be public (not sure if it is a bug or required by standard, but this way it compiles and it doesn't expose anything anyway, since the class definition is in .cc).
-
Mukund Sivaraman authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-