- 24 May, 2013 1 commit
-
-
Thomas Markwalder authored
to DProcessBase.
-
- 23 May, 2013 2 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
-
- 22 May, 2013 1 commit
-
-
Thomas Markwalder authored
process class, D2Process, and the abstract class from which it derives, DProcess. This class provides DHCP-DDNS specific event loop and business logic. The following new files have been added: src/bin/d2/d_process.h - defines the DProcess base class src/bin/d2/d2_process.h - defines the D2Process class src/bin/d2/d2_process.cc - implements the D2Process class src/bin/d2/tests/d2_process_unittests.cc - initial unit tests
-
- 21 May, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Fix CSV-related test for usermanager that failed on some versions of python (seen on 3.2.4 on Gentoo).
-
- 20 May, 2013 5 commits
-
-
JINMEI Tatuya authored
okayed on jabber.
-
JINMEI Tatuya authored
one of the tests directly uses the boost mapped_file_segment class, which can result in compiler warnings on some platforms.
-
Michal 'vorner' Vaner authored
-
Jeremy C. Reed authored
accidently had phrase repeated in c077699f
-
Michal 'vorner' Vaner authored
Comments, unused values, etc.
-
- 17 May, 2013 13 commits
-
-
JINMEI Tatuya authored
confirmed locally, and should be trivial, so I'm committing it directly.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
as stopIOService public any (non templated) derived class can use it. this seems to be the simplest and portable way to build it.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Thomas Markwalder authored
-
Michal 'vorner' Vaner authored
Include the stdint.h for uint64_t. It compiled on most systems, but failed on some before.
-
Michal 'vorner' Vaner authored
Compensate for different error message from different versions of the csv library. We don't really care that much about which exact text of the error is printed as long as something is printed and makes sense. So allow both versions know to be produced.
-
Michal 'vorner' Vaner authored
Don't accept invalid inputs. It seems some versions of the csv library rejected this before, but some didn't. Making sure all of them reject now, to get more reliable operation and consistent behavior.
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
Make the zone loading work even on top of MemorySegmentMapped. In particular, handle the MemorySegmentGrown exception, which may cause relocation of data.
-
- 16 May, 2013 17 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this chunk was accidentally removed in e448bbba causing test faiulres.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
error_code wasn't an exception type; it should have been system_error.
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
the source tree.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The create now throws on relocation, so the whole operation is tried again. No need to worry about object being relocated.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Thomas Markwalder authored
-
JINMEI Tatuya authored
as some compilers don't allow direct use of Base::method.
-
JINMEI Tatuya authored
I suspect the previous version could cause the same type of use-after-free bug, although I couldn't come up with an effective test scenario.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
to enforce this style of creation, introduce a static factory method and hide the constructor as private.
-