Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [trac749] some modifications to make it compile | Jelte Jansen | 2011-04-13 | 5 | -5/+6 |
| | |||||
* | [trac749] cleanup dep files | chenzhengzhang | 2011-04-13 | 2 | -2/+0 |
| | |||||
* | [trac749] update gen-rdatacode python script | chenzhengzhang | 2011-04-12 | 1 | -4/+9 |
| | |||||
* | [trac749] update placeholder scripts | chenzhengzhang | 2011-04-12 | 6 | -14/+25 |
| | |||||
* | [trac749] commit directory src/lib/util | chenzhengzhang | 2011-04-12 | 41 | -0/+6034 |
| | |||||
* | [trac749] refactor more C++ utility code | chenzhengzhang | 2011-04-12 | 121 | -244/+275 |
| | |||||
* | [trac749] refactor C++ utility library | chenzhengzhang | 2011-04-11 | 181 | -6038/+365 |
| | |||||
* | Merge branch 'master' into trac699 | chenzhengzhang | 2011-03-30 | 38 | -68/+125 |
|\ | |||||
| * | [master] typo and misspelling fixes | Jeremy C. Reed | 2011-03-25 | 9 | -15/+15 |
| | | |||||
| * | [master] use larger failsafe timeouts for slower machines. | JINMEI Tatuya | 2011-03-17 | 1 | -2/+2 |
| | | | | | | | | | | discussed on jabber, going to push it directory. I think this is very minor, so won't bother to increase the changelog size for this. | ||||
| * | Record the time when we are using send() as well as sendTo() | Shane Kerr | 2011-03-17 | 1 | -0/+2 |
| | | |||||
| * | [master] add testdata file to the distribution | Jeremy C. Reed | 2011-03-17 | 1 | -0/+1 |
| | | | | | | | | | | I didn't test yet, but was missing and I see the distcheck autobuilder had problem related to this. | ||||
| * | Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10 | Jelte Jansen | 2011-03-17 | 23 | -26/+29 |
| |\ | |||||
| | * | [master] Regenerate manual page. | Jeremy C. Reed | 2011-03-17 | 1 | -1/+17 |
| | | | |||||
| | * | [master] The daemon NOW DOES have command line options. | Jeremy C. Reed | 2011-03-17 | 1 | -3/+0 |
| | | | |||||
| | * | [jreed-copyrights] remove CZ copyrights (they are replaced with ISC) | Jeremy C. Reed | 2011-03-17 | 21 | -22/+0 |
| | | | |||||
| | * | [jreed-copyrights] Add Copyright to ISC too. | Jeremy C. Reed | 2011-03-17 | 12 | -0/+12 |
| | | | | | | | | | | | | Copyright on this BIND 10 work from CZ.NOC belonfs to ISC. | ||||
| * | | [master] fix updateRTT for fast responses | Jelte Jansen | 2011-03-17 | 2 | -6/+10 |
| |/ | | | | | | | | | - updateRTT now accepts 0 (and will change it internally to 1 as it needs a value >0 for division) - improved check for negative values due to clock changes in the caller | ||||
| * | [master] fix cppcheck error | Jelte Jansen | 2011-03-17 | 1 | -0/+1 |
| | | | | | | | | (reviewed on jabber) | ||||
| * | Merge branch 'trac697' | Jelte Jansen | 2011-03-17 | 2 | -19/+62 |
| |\ | |||||
| | * | [trac697] address review comments | Jelte Jansen | 2011-03-17 | 1 | -9/+14 |
| | | | |||||
| | * | [trac697] move decls to instide try block | Jelte Jansen | 2011-03-17 | 1 | -2/+3 |
| | | | |||||
| | * | [trac697] add test for dns parse error in response | Jelte Jansen | 2011-03-16 | 1 | -6/+21 |
| | | | |||||
| | * | [trac697] Catch DNSProtocolError (such as parse errors) | Jelte Jansen | 2011-03-16 | 1 | -14/+36 |
| | | | | | | | | | | | | If so, for now treat these as a timeout and resend if there are retries left, fail otherwise | ||||
| * | | [master] Answer REFUSED on non-IN queries (pending #702) | Jelte Jansen | 2011-03-17 | 1 | -0/+3 |
| | | | |||||
* | | | [trac699] Look up additional data for ANY type query | chenzhengzhang | 2011-03-17 | 2 | -2/+12 |
|/ / | |||||
* | | Merge branch 'trac471' | Jelte Jansen | 2011-03-16 | 6 | -9/+50 |
|\ \ | |||||
| * | | [trac471] added test data file | Jelte Jansen | 2011-03-16 | 1 | -0/+11 |
| | | | |||||
| * | | [trac471] address review comments | Jelte Jansen | 2011-03-16 | 4 | -17/+14 |
| | | | |||||
| * | | [trac471] set listen on to localhost if nothing is set | Jelte Jansen | 2011-03-15 | 4 | -4/+37 |
| | | | | | | | | | | | | | | | | | | (on the initial configuration) also added a special case for the 'version' config element in the configuration checker (this caused the configuration to be rejected, while for the purposes of validation it should either be ignored or cause a different validation path) | ||||
* | | | Merge remote-tracking branch 'origin/master' | Michal 'vorner' Vaner | 2011-03-16 | 14 | -99/+151 |
|\ \ \ | |||||
| * | | | [trac641] Fix unit test | Stephen Morris | 2011-03-16 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This branch removed the shared pointer that the NSAS used to link to the resolver. As a result we now have to make sure that the resolver stays in existence while the NSAS is active. This commit fixes that problem in a unit test. | ||||
| * | | | Merge branch 'master' into trac641 | Stephen Morris | 2011-03-16 | 95 | -551/+3121 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | [trac641] Changes after review comments | Stephen Morris | 2011-03-16 | 2 | -11/+12 |
| | | | | |||||
| * | | | [trac641] Added destructor to TestResolver to cure memory leaks | Stephen Morris | 2011-03-15 | 2 | -11/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverted ZoneEntry to the original version and added the destructor to TestResolver to call all the saved callbacks. This breaks internal shared_ptr loops, allowing the NSAS to destoy itself gracefully, and avoiding memory leaks. | ||||
| * | | | [trac641] Random number generator now throws exceptions on error | Stephen Morris | 2011-03-15 | 2 | -20/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously when compiled without NDEBUG set it did, if a check failed it called assert(). The tests checks for this using ASSERT_DEATH. However, ASSERT_DEATH leaks memory and this was obscuring the valgrind output. The changes here cause an exception to be thrown (instead of a call to abort()) in the case of an error and the unit tests now EXPECT_THROW instead of ASSERT_DEATH. | ||||
| * | | | [trac641] Remove callback objects's shared pointers to ZoneEntry | Stephen Morris | 2011-03-15 | 1 | -9/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ZoneEntry object was creating a callback and keeping a shared pointer to it, but the callback was also using a shared pointer to link back to the ZoneEntry. This change removed the shared pointers in the callback objects - they now use a "raw" pointer to point back to the ZoneEntry. | ||||
| * | | | [trac641] Change headers to use C++-style comments | Stephen Morris | 2011-03-15 | 1 | -23/+15 |
| | | | | | | | | | | | | | | | | ... to make it easier to comment out sets of tests for debugging. | ||||
| * | | | [trac641] First part of tackling memory leaks | Stephen Morris | 2011-03-15 | 11 | -45/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the NSAS, store a pointer to the resolver as a "raw" pointer, not a shared pointer. The NSAS is part of the resolver, although it can call back into the resolver. If both store a shared pointer to each other we can have the case where the reference counts can never drop to zero. | ||||
* | | | | [master] Ruby msgq is no longer needed | Michal 'vorner' Vaner | 2011-03-16 | 3 | -598/+0 |
| |/ / |/| | | |||||
* | | | [trac678] fix the bug that alarm isn't cancelled which will blocking ↵ | hanfeng | 2011-03-16 | 1 | -0/+2 |
| | | | | | | | | | | | | followed unit test | ||||
* | | | Merge branch 'master' into trac678 | hanfeng | 2011-03-16 | 91 | -520/+2593 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10 | Jelte Jansen | 2011-03-16 | 5 | -47/+134 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' into trac648 | Shane Kerr | 2011-03-16 | 169 | -2058/+7425 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac src/bin/bind10/tests/bind10_test.py.in | ||||
| | * | | | | Remove spurious "print" statement. | Shane Kerr | 2011-03-16 | 1 | -1/+0 |
| | | | | | | |||||
| | * | | | | Add/update copyright notices. | Shane Kerr | 2011-03-15 | 2 | -1/+16 |
| | | | | | | |||||
| | * | | | | Change from starting the server to a check that uses the "mock" | Shane Kerr | 2011-03-15 | 4 | -136/+94 |
| | | | | | | | | | | | | | | | | | | | | | | | | BIND 10 server. Far better suited as a unit test. | ||||
| | * | | | | [trac648] Whitespace fixes | Michal 'vorner' Vaner | 2011-03-07 | 3 | -11/+11 |
| | | | | | | |||||
| | * | | | | Only run a single copy of BIND 10 for all of our command tests. | Shane Kerr | 2011-03-07 | 1 | -73/+67 |
| | | | | | | |||||
| | * | | | | Working show_processes with test. | Shane Kerr | 2011-03-04 | 4 | -7/+108 |
| | | | | | |