- 22 Feb, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 03 Feb, 2011 1 commit
-
-
Jelte Jansen authored
-
- 27 Jan, 2011 1 commit
-
-
Jelte Jansen authored
-
- 27 Dec, 2010 1 commit
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac449@4017 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Dec, 2010 1 commit
-
-
Han Feng authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac397focused@3885 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Nov, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac402@3552 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Oct, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-dummylog@3394 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Oct, 2010 1 commit
-
-
Michal Vaner authored
It will be replaced, but a function is better than comment, because: * It prints the text to stderr at last for now * Compiler can find the places for us when we remove the function, we would have to grep for the comments. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-dummylog@3357 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Oct, 2010 1 commit
-
-
Stephen Morris authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac356@3272 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Sep, 2010 1 commit
-
-
Evan Hunt authored
src/lib/asiolink. No changes to the code itself have been made except for the purely cosmetic one of changing the namespace and filenames from "asio_link" to "asiolink". git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@2953 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Aug, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2730 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Jul, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac241@2490 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Jun, 2010 1 commit
-
-
JINMEI Tatuya authored
without boost.python we'll simply reject xfr requests upon receiving exception. this exception-based approach is not efficient, but should be okay because this is a shortterm workaround. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac221@2319 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 May, 2010 1 commit
-
-
Evan Hunt authored
- add -lpthread where needed git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1865 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 May, 2010 1 commit
-
-
Jelte Jansen authored
made wrappers for libxfr (we need another name for that, i suggest libfdshare), xfrout can now work without boost.python. Boost-system is still needed for boost.asio git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1837 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Apr, 2010 1 commit
-
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1799 e5f2f494-b856-4b98-b285-d166d9295462
-
- 01 Apr, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1671 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Mar, 2010 1 commit
-
-
JINMEI Tatuya authored
(first aid workaround with ugly ifdef's, but worked) also fixed the problem that "from source" didn't work. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1636 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Mar, 2010 1 commit
-
-
Likun Zhang authored
1. When auth server get axfr query in tcp, the query message and tcp socket will be sent to xfrout process over sendmsg/recvmsg, then auth server will close the tcp socket, or get the next tcp query on the socket. Xfrout send the query response over the tcp socket it received from auth server. 2. Since python3.1 didn't provide the wrapper of sendmsg() and recvmsg() for C socket module(Seems they plan do it in python3.2), I have to write the code in c++, and make python binding for it. See the code in file /src/lib/xfr/fd_share.cc and /src/lib/xfr/python_xfr.cc. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1630 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
This is based on ideas done in experiments/jreed-layout, but I manually did this again. Moved around directory structures. A single python subdirectory under src/lib for single "isc" module. No "cpp" directories. No pyshared or includes symlink trees. I tested running the c++ tests and python tests. I tested running run_bind10.sh from source tree (with nothing installed). I tested running bind10 from installed (after moving source). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1120 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Feb, 2010 1 commit
-
-
Jelte Jansen authored
don't forget to make clean and autoreconf again git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@735 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Feb, 2010 1 commit
-
-
Jelte Jansen authored
- isc::data::TypeError is now a subtype of isc::dns::Exception (which i think we should move to namespace isc::) - isc::data::ParseError not yet; it is a subclass of std::runtime_error (due to the error in quiestion being constructed on the fly, can we add an equivalent of that to isc::[dns::]Exception? - toWire() family of functions now writes directly to a stream, with a convenience function for Element that does return a std::string - removed unused and unspecified toXML functions git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@699 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Jan, 2010 1 commit
-
-
Evan Hunt authored
(This now builds the b10-auth binary. The b10-parkinglot binary is still being built for reference purposes, but is expected to be removed. Both programs use port 5300, so they cannot be run simultaneously.) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@690 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Jan, 2010 1 commit
-
-
Jelte Jansen authored
moved data_def.* and ccsession.* to lib/config/cpp, they are compiled into lib/config/libclient.a (for now) fixed includes and ldadds for the rest of the stuff also fixed an include problem in parkinglot/common.h git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@526 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Oct, 2009 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@232 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Oct, 2009 1 commit
-
-
JINMEI Tatuya authored
(I used automake since it seems to be a convenient way of quick start, but we can change that to in-house Makefile.in's later if we want) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@90 e5f2f494-b856-4b98-b285-d166d9295462
-