- 17 Feb, 2015 3 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 21 Jan, 2014 1 commit
-
-
Tomek Mrugalski authored
-
- 07 Jan, 2014 1 commit
-
-
Mukund Sivaraman authored
-
- 08 May, 2013 1 commit
-
-
Jeremy C. Reed authored
Still have lots to do. Some of these marked with TODO indicating needing further work (but better than it was before).
-
- 04 Dec, 2012 1 commit
-
-
Stephen Morris authored
-
- 19 Nov, 2012 1 commit
-
-
Stephen Morris authored
... to conform to coding standards.
-
- 25 Oct, 2012 1 commit
-
-
Mukund Sivaraman authored
See bug #2367 for the fix-scaffolding.py tool.
-
- 21 Sep, 2012 1 commit
-
-
Tomek Mrugalski authored
-
- 14 Sep, 2012 2 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 28 Oct, 2011 1 commit
-
-
Tomek Mrugalski authored
-
- 26 Oct, 2011 1 commit
-
-
Tomek Mrugalski authored
-
- 25 Oct, 2011 1 commit
-
-
Tomek Mrugalski authored
-
- 14 Oct, 2011 3 commits
-
-
Tomek Mrugalski authored
- Added V6ADDRESS_LEN and V4ADDRESS_LEN - Removed unnecessary parameters to Option constructors - Many missing Doxygen comments added - using sizeof(uintXX_t) instead of 2 and 4 in pack()/unpack() - Many other smaller changes.
-
Tomek Mrugalski authored
- buffer type changed: char => uint8_t - removed unnecessary statements in Makefile.am
-
Tomek Mrugalski authored
- similar to from_string() used in underlying boost::asio::address
-
- 07 Oct, 2011 1 commit
-
-
JINMEI Tatuya authored
its counter intuitive behavior and surprising results rarely justify the introduction, and, in fact, it caused a regression: http://git.bind10.isc.org/~tester/builder/BIND10/20111007175000-Solaris10-sparc-Sunstudio/logs/unittests.out Apparently the reason why this was introduced is to assist the comparison tests used in a dhcp6 test. To work this around I replaced the test code using toText(). The right solution is to introduce operator<< for IOAddress, which will satisfy gtest (we already have operator== so EXPECT_EQ should work otherwise).
-
- 12 Sep, 2011 1 commit
-
-
Shane Kerr authored
-
- 18 Aug, 2011 1 commit
-
-
Tomek Mrugalski authored
-
- 08 Apr, 2011 1 commit
-
-
Ocean Wang authored
-
- 11 Mar, 2011 1 commit
-
-
Jelte Jansen authored
-
- 09 Mar, 2011 1 commit
-
-
Stephen Morris authored
... which causes Solaris to complain - loudly.
-
- 28 Feb, 2011 1 commit
-
-
Jelte Jansen authored
if not in forwarder mode.
-
- 24 Feb, 2011 1 commit
-
-
Stephen Morris authored
* Extend logging in IOFetch (and add message definitions) * Update buffer size setting for UDP socket * remove spaces at end of lines in other files
-
- 18 Feb, 2011 1 commit
-
-
Stephen Morris authored
IOFetch is a general upstream "fetch" class that should be able to operate over TCP or UDP. Related changes have been made in the associated classes. So far, only the unit tests for a UDP fetch have been made (and passed).
-
- 14 Feb, 2011 1 commit
-
-
Jelte Jansen authored
-
- 07 Feb, 2011 1 commit
-
-
Jeremy C. Reed authored
Fix some typos, wrong doxygen tags, replace some html tags, fix some parameters, add missing parameters, add some TODOs (this is not complete).
-
- 03 Feb, 2011 1 commit
-
-
Stephen Morris authored
In particular: * Use Use asiolink abstractions instead of Boost::asio directly * Add cross-section checks (answer/question v authority) * Extended description of bailiwick * Methods added to isc::dns::Message and asiolink::IOAddress
-
- 21 Jan, 2011 1 commit
-
-
JINMEI Tatuya authored
briefly talked about it on jabber, no one opposed to it, Jeremy explicitly agreed. changes are trivial themselves, so no explicit review.
-
- 11 Nov, 2010 1 commit
-
-
Jeremy C. Reed authored
../../../src/lib/asiolink/ioaddress.h:37: warning: 'class asiolink::IOAddress' has virtual functions but non-virtual destructor so remove "virtual" (via jabber) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3508 e5f2f494-b856-4b98-b285-d166d9295462
-
- 21 Oct, 2010 1 commit
-
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3310 e5f2f494-b856-4b98-b285-d166d9295462
-
- 09 Oct, 2010 1 commit
-
-
Evan Hunt authored
asiolink.cc are now in multiple files (ioaddress.h, iosocket.h, etc). Also removed some shared_ptr's that weren't really needed in tcpdns and udpdns. This work isn't done yet, but committing now to simplify the review a bit. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@3150 e5f2f494-b856-4b98-b285-d166d9295462
-