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