- 23 May, 2013 1 commit
-
-
Marcin Siodelski authored
Conflicts: src/lib/dhcp/Makefile.am
-
- 22 May, 2013 7 commits
-
-
Marcin Siodelski authored
The ETHERTYPE_IP is defined in different header files on different OSes. Since it is just a single constant that is needed, it is not practical to locate the proper header file in configure.ac to pull single constant.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 21 May, 2013 6 commits
-
-
Marcin Siodelski authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Marcin Siodelski authored
Packet will be sent to broadcast address if broadcast flag is set by the client. Also, DHCPNAK is always sent to broadcast address.
-
Marcin Siodelski authored
-
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 15 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
-
Marcin Siodelski authored
-
Marcin Siodelski 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 6 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
-