- 25 Apr, 2013 3 commits
-
-
JINMEI Tatuya authored
also don't stop receiving due to errors from async_receive_from(). some other minor cleanups are made too.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
otherwise it would result in an uncatchable exception and force the program to terminate. some exceptions are still considered super rare and fatal, and they are still propagated (mainly from the io_service and deadline timer). errors on close() are just ignored (there wouldn't be much we can do to recover in this case anyway). Further, changed the handling of errors on the result of async_accept(): instead of stop accepting on some errors, log them and keep accepting new connections. on a closer look at the code I believe that's more appropriate; silent stop would be rather confusing (if the error were really fatal we should rather invoke an exception and trigger termination), and cases like EMFILE definitely shouldn't cause this situation. errors that can caused by stop() should still result in stopping accept(), and the new code behaves that way.
-
- 24 Apr, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 23 Apr, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 13 Apr, 2013 2 commits
-
-
Paul Selkirk authored
-
Paul Selkirk authored
-
- 12 Apr, 2013 3 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
perfdhcp.
-
Paul Selkirk authored
-
- 11 Apr, 2013 4 commits
-
-
Marcin Siodelski authored
-
Michal 'vorner' Vaner authored
Clean-ups so one doesn't have to pass the hash twice when deleting an NSEC3 record.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 10 Apr, 2013 15 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
files into --localstatedir/bind10.
-
Marcin Siodelski authored
-
Michal 'vorner' Vaner authored
Provide separate list of parameter strings for deleting NSEC3 records. It is cleaner to have separate enum for listing the parameters needed to delete NSEC3 than re-using generic delete parameters and having the hash passed twice.
-
Thomas Markwalder authored
-
Thomas Markwalder authored
command line parameters.
-
Stephen Morris authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
This reverts commit 65f68f7b.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Fix SQLite backend so the deletes are not so slow. This is the urgent part of the fix; we'll have another half of the branch later, to clean up some details.
-
- 09 Apr, 2013 11 commits
-
-
Marcin Siodelski authored
This overcomes the build failure on Solaris where it complains about incompatible types of ? operands.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
JINMEI Tatuya authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
mysql_lease_mgr.
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
-
Jeremy C. Reed authored
I introduced problem by fixing a typo in a comment in a zone file. The character positions or file sizes of the file were hardcoded in the unit test. I had seen the failure on my system but didn't associate it. (My mistake for not looking closely.) The typo fix added one character so changed the hardcoded 549 to 500 and 506 to 507. (Later maybe some macros should be used for this?)
-
-
Jeremy C. Reed authored
mostly in documentation or in comments reviewed by muks via jabber includes output changes for two isc_throw.
-