- 17 May, 2013 5 commits
-
-
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 12 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this chunk was accidentally removed in e448bbba causing test faiulres.
-
JINMEI Tatuya authored
-
-
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
-
- 15 May, 2013 17 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
and source. Corrected other review items.
-
JINMEI Tatuya authored
- explicitly include config.h in these tests - move helper function only used with USE_SHARED_MEMORY inside the ifdef block
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
Skip some code if no shared memory support is present.
-
Michal 'vorner' Vaner authored
Use bigger type, check it never overflows.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
If we throw an exception from the constructor, destructor is not called. Call the clean-up manually there, so we don't leak memory.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Michal 'vorner' Vaner authored
Only allocate the memory for segment holder in the constructor, set it in separate method. The allocation might throw.
-
Michal 'vorner' Vaner authored
Conflicts: src/lib/datasrc/memory/zone_writer.cc src/lib/datasrc/tests/memory/Makefile.am src/lib/datasrc/tests/memory/zone_data_updater_unittest.cc src/lib/datasrc/tests/memory/zone_finder_unittest.cc
-
- 14 May, 2013 6 commits
-
-
Thomas Markwalder authored
and make files; and process framework for the DHCP-DDNS daemon, b10-d2srv.
-
JINMEI Tatuya authored
-
Thomas Markwalder authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-