- 30 May, 2013 5 commits
-
-
JINMEI Tatuya authored
This change will be helpful for later part of this branch.
-
JINMEI Tatuya authored
this class now doesn't rely on the low level interface anymore.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
no behavior change.
-
- 22 May, 2013 3 commits
-
-
Stephen Morris authored
-
Jeremy C. Reed authored
because can't copy and paste as it was
-
Stephen Morris authored
-
- 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 13 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
-