| Commit message (Expand) | Author | Age | Files | Lines |
* | changed our type-specific structs to classes derived from PyObject, so we can... | Jelte Jansen | 2010-06-23 | 9 | -150/+150 |
* | use c++ style casts. Most of them are reinterpret_casts because of the way we... | Jelte Jansen | 2010-06-23 | 10 | -276/+299 |
* | other simple review comment fixed; alignment of inline comments, and c++ styl... | Jelte Jansen | 2010-06-23 | 9 | -627/+626 |
* | review mentioned i wasn't following coding guidelines, updating them | Jelte Jansen | 2010-06-23 | 11 | -417/+279 |
* | add wrapper and tests for the new Name::split(int) function | Jelte Jansen | 2010-06-09 | 2 | -16/+35 |
* | update README | Jelte Jansen | 2010-06-09 | 1 | -18/+18 |
* | merge to sync with trunk and make later merge back easier | Jelte Jansen | 2010-06-09 | 89 | -1602/+2772 |
|\ |
|
| * | Generate a unique session ID by using socket.gethostname() instead of socket.... | Likun Zhang | 2010-06-09 | 1 | -2/+2 |
| * | When xfrout is launched, check whether the socket file is being used by one r... | Likun Zhang | 2010-06-08 | 2 | -7/+104 |
| * | Applied second patch from ticket #227 (print module name on stdout/stderr out... | Jelte Jansen | 2010-06-04 | 2 | -11/+11 |
| * | changes from http://bind10.isc.org/ticket/227 (unnamed prints), looked at by ... | Jelte Jansen | 2010-06-03 | 8 | -48/+45 |
| * | pythonic style fix: | JINMEI Tatuya | 2010-06-03 | 1 | -1/+1 |
| * | merge from trunk r2061: | Jeremy C. Reed | 2010-06-02 | 1 | -2/+2 |
| * | Remove bind10_config.pyc on "make clean" | Jeremy C. Reed | 2010-06-02 | 1 | -0/+2 |
| * | Explicitly define DIST_COMMON so ${python_PYTHON} is not included | Jeremy C. Reed | 2010-06-02 | 1 | -0/+7 |
| * | merge from trunk r2050: | Jeremy C. Reed | 2010-06-02 | 1 | -1/+1 |
| * | merge from trunk r2055 | Jeremy C. Reed | 2010-06-02 | 1 | -2/+1 |
| * | add a second B10_FROM_SOURCE env var to run_bind10.sh.in; B10_FROM_BUILD (som... | Jelte Jansen | 2010-06-02 | 4 | -8/+14 |
| * | renamed isc_config.py to bind10_config.py | Jelte Jansen | 2010-06-02 | 3 | -3/+3 |
| * | it's quite essential that I actually add that file then, doh | Jelte Jansen | 2010-06-02 | 1 | -0/+23 |
| * | install that file | Jelte Jansen | 2010-06-02 | 1 | -0/+2 |
| * | add an isc_config.py 'module' for paths and possibly other configure-time var... | Jelte Jansen | 2010-06-02 | 10 | -16/+10 |
| * | Fix the code error in log message print(function log_msg is used without defi... | Likun Zhang | 2010-06-02 | 1 | -1/+1 |
| * | Add another spec file to distribution. | Jeremy C. Reed | 2010-06-02 | 1 | -0/+1 |
| * | Make sure build can see the generated session_config.h. | Jeremy C. Reed | 2010-06-02 | 3 | -0/+3 |
| * | Remove unused CPPFLAGS pointing to "ext". | Jeremy C. Reed | 2010-06-02 | 2 | -4/+0 |
| * | added notes about r2040 and r2041. | JINMEI Tatuya | 2010-06-02 | 2 | -0/+3 |
| * | same workaround as r2040 | JINMEI Tatuya | 2010-06-02 | 1 | -4/+4 |
| * | cast NULL to deal with some type of compilers | JINMEI Tatuya | 2010-06-02 | 1 | -6/+6 |
| * | Fix the code error which make xfrin doesn't work, socket map should be passed... | Likun Zhang | 2010-06-02 | 1 | -5/+5 |
| * | a trivial grammar fix in an error message. | JINMEI Tatuya | 2010-06-02 | 1 | -1/+1 |
| * | removed redundant blank lines. | JINMEI Tatuya | 2010-06-02 | 1 | -2/+0 |
| * | added : for param_value_xxx to accept IPv6 addresses. (trac #219) | JINMEI Tatuya | 2010-06-02 | 1 | -2/+2 |
| * | style fix: removed redundant blank lines at the end of file. | JINMEI Tatuya | 2010-06-01 | 1 | -7/+0 |
| * | Fixed a minor error in code(Reviewed by Jelte). | Likun Zhang | 2010-06-01 | 1 | -1/+2 |
| * | Merging changes from Trac ticket #40. | Shane Kerr | 2010-06-01 | 3 | -130/+32 |
| * | 1. Refactor the unittest code for cmdctl. \n2. Fix code error commentted temp... | Likun Zhang | 2010-06-01 | 1 | -22/+37 |
| * | it would appear Solaris does not like variables called 'sun' | Jelte Jansen | 2010-05-31 | 1 | -6/+6 |
| * | git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2009 e5f2f494-b856-4b98-b28... | Jelte Jansen | 2010-05-31 | 13 | -90/+256 |
| |\ |
|
| | * | rename HAVE_SIN_LEN macro to HAVE_SA_LEN, and use it for setting sun_len in t... | Jelte Jansen | 2010-05-31 | 1 | -0/+3 |
| | * | applied jinmei's patches from http://bind10.isc.org/ticket/183 (with a minor ... | Jelte Jansen | 2010-05-27 | 2 | -29/+24 |
| | * | catch exception by reference. | JINMEI Tatuya | 2010-05-26 | 1 | -1/+1 |
| | * | test for boost::asio version of course needs have_boost_system check | Jelte Jansen | 2010-05-26 | 1 | -0/+3 |
| | * | oops, committed wrong version of file | Jelte Jansen | 2010-05-26 | 1 | -5/+2 |
| | * | some changes inspired by jinmei's review | Jelte Jansen | 2010-05-26 | 6 | -14/+93 |
| | * | added sys/un.h | JINMEI Tatuya | 2010-05-26 | 1 | -0/+2 |
| | * | double copy/paste fixed | Jelte Jansen | 2010-05-25 | 1 | -4/+0 |
| | * | add (optional) socket_file argument to isc::cc::Session::establish(), if NULL... | Jelte Jansen | 2010-05-25 | 4 | -13/+23 |
| | * | removed some leftover prints | Jelte Jansen | 2010-05-25 | 5 | -18/+21 |
| | * | use unix domain socket instead of localhost:9912 | Jelte Jansen | 2010-05-21 | 8 | -72/+122 |