- 14 Mar, 2011 1 commit
-
-
Jeremy C. Reed authored
-
- 02 Mar, 2011 2 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
- 28 Feb, 2011 2 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
- 25 Feb, 2011 8 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The directory was removed before and reappeared trough some less successful merge. The changelog already contains the removal.
-
-
JINMEI Tatuya authored
-
hanfeng authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
Remove some duplicated DESTDIR. This was reported by Jan Engelhardt via bind10-dev list.
-
- 24 Feb, 2011 22 commits
-
-
Jeremy C. Reed authored
(NOTE: I had the wrong date in the release tarball again; I changed my checklist again to make sure this is fixed for next time.)
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
This is 20110224. Add release stamp in the ChangeLog Update versions for bind10, bindctl, and msgq. Maybe not precise and we should discuss if or how we should maintain per component version numbers.
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
-
Stephen Morris authored
In the test for UDPSocket, use io_service::run_one() instead of poll().
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
The setproctitle check in configure is not really used by build; it only provides a suggestion for installation. Some systems don't need it. We could consider removing this check (ticket #587). Discussed via jabber.
-
Jeremy C. Reed authored
It is not used currently. Discussed in jabber.
-
Jelte Jansen authored
my bad, i think the review even pointed it out but it still snuck through
-
Michal 'vorner' Vaner authored
If the e is used explicitly, the type is lost (even when it shouldn't probably be, as we catch it as a reference). This way the type is preserved, allowing other catches on the stack handle it properly.
-
Michal 'vorner' Vaner authored
It needed to close sockets to be able to successfully roll back in case of failure.
-
Michal 'vorner' Vaner authored
-
Jeremy C. Reed authored
so sqlite3 is not the only one. TODO: still need to document the in-memory datasource.
-
Jeremy C. Reed authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
it used IPPROTO_IDP instead of IPPROTO_UDP, somehow this snuck past my review, and since IPPROTO_IDP exists, it reverted to TCP (which isn't implemented yet). The future-proof fix is to either not allow this to be passed (use a boolen use_udp or something), or raise an error on an unknown protocol. But for now this quick fix should at least get it working again. Reviewed on jabber by stephen.
-
hanfeng authored
-
JINMEI Tatuya authored
should be sufficiently trivial, directly committing to master.
-
- 23 Feb, 2011 5 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The closures are moved to the top of the function and commented. It'll hopefully be more readable this way.
-