- 23 Feb, 2011 1 commit
-
-
Jelte Jansen authored
if not set, we use dummy locks instead of the boost locks
-
- 28 Jan, 2011 1 commit
-
-
Jelte Jansen authored
instead of AbstractRRset it will now take a MessagePtr in its success() callback. needed to change a lot of test code for it to run again
-
- 27 Jan, 2011 1 commit
-
-
Jelte Jansen authored
-
- 21 Jan, 2011 1 commit
-
-
JINMEI Tatuya authored
- did it for non .cc/.h files - some files had 'already substitued' $Id$'s (which were probably not under keyword substitution with svn; just copied from some other file). they were overlooked in the previous cleanups - there were lower cased $Id$, which were overlooked, too.
-
- 20 Dec, 2010 2 commits
-
-
Jelte Jansen authored
- removed all #include <config.h> from nsas .h files (and moved them to .cc files) - added the (hopefully temporary) workaround for boost/sunstudio (a check in configure.ac, and the redefinition of __SUNPRO_CC in the header files that include boost/thread.hpp) - changed AC_COMPILE_IFELSE to AC_LINK_IFELSE to the compiler flags check functi on (some flags will not fail until it gets to ld) - changed a wrong ) in zone_entry_unittest - changed nsas_entry_unittests so the hashkey string value would not fall out of scope (diff checked by jreed) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3887 e5f2f494-b856-4b98-b285-d166d9295462
-
Han Feng authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac397focused@3885 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Dec, 2010 1 commit
-
-
Jelte Jansen authored
applying two fixed for solaris; remove 'using namespace boost' where we use uint32_t, and adds jeremy's check for the multithreading flag (also added the latter to jinmei's ac_try_link call) should not compile yet, we are still looking for a good solution for the -Wno-missing-initializers problem git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3872 e5f2f494-b856-4b98-b285-d166d9295462
-
- 14 Dec, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3841 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Dec, 2010 3 commits
-
-
Michal Vaner authored
NameserverEntry is too low. Who would choose the nameserver to ask? git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3806 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
So the one that gets it might use it to update the rtt. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3805 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3797 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 Dec, 2010 1 commit
-
-
Michal Vaner authored
Still, more to do. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3795 e5f2f494-b856-4b98-b285-d166d9295462
-
- 07 Dec, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3756 e5f2f494-b856-4b98-b285-d166d9295462
-
- 06 Dec, 2010 2 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3734 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3733 e5f2f494-b856-4b98-b285-d166d9295462
-
- 04 Dec, 2010 1 commit
-
-
Michal Vaner authored
And its tests Fix one bug in zone entry on the way git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3720 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Dec, 2010 8 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3719 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3715 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3714 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
It still needs debugging. One more test passes, but 3 still fail. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3713 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3712 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
Updated tests to use real rdata instead of fake ones, because this one needs to typecast them to correct type git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3710 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
When there are no nameservers git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3708 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
ZoneEntry does not get referral data as well, it asks resolver. Updated the tests as well. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3707 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Nov, 2010 1 commit
-
-
Michal Vaner authored
* Uses RRClass instead of uint16_t * NameserverEntry does not have constructor with rrsets, it will request them from resolver It compiles but tests still do not pass git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3678 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Nov, 2010 1 commit
-
-
Michal Vaner authored
Running the test happily crashes. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3658 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Nov, 2010 2 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3517 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
Which will lock both the zone entry and the nameservers, so we can manipulate with them a little bit. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3516 e5f2f494-b856-4b98-b285-d166d9295462
-
- 06 Nov, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac408@3478 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Oct, 2010 1 commit
-
-
Kazunori Fujiwara authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac292@3248 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Oct, 2010 1 commit
-
-
JINMEI Tatuya authored
skipping review. confirmed it compiled. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3225 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Jul, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2517 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
-
- 26 Jan, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@530 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Nov, 2009 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@320 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Oct, 2009 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@120 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Oct, 2009 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@97 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Oct, 2009 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@94 e5f2f494-b856-4b98-b285-d166d9295462
-