summaryrefslogtreecommitdiffstats
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-092468-357908/+22680
|\
| * Generate a unique session ID by using socket.gethostname() instead of socket....Likun Zhang2010-06-092-2/+9
| * Fix revision number error for item 52 in ChangeLog.Likun Zhang2010-06-081-1/+1
| * When xfrout is launched, check whether the socket file is being used by one r...Likun Zhang2010-06-083-7/+112
| * 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
| * Make sure the guide is included in the tarball.Jeremy C. Reed2010-06-023-2/+12
| * Also mention it includes b10-xfrin and b10-xfrout.Jeremy C. Reed2010-06-021-3/+5
| * merge from trac223 for Trac #223:Jeremy C. Reed2010-06-0218-24/+63
| |\
| | * 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-024-4/+4
| | * 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-0211-17/+11
| | * created branch for ticket #223Jelte Jansen2010-06-020-0/+0
| * | Run this in the builddir (where generated bindctl exists).Jeremy C. Reed2010-06-021-2/+2
| * | The msgq socket should be in a writable location when running fromJeremy C. Reed2010-06-021-1/+1
| * | add srcdir/src/lib/python to pythonpath in run_bind10.shJelte Jansen2010-06-022-2/+2
| * | Make sure generated session_config.h is removed on "make clean".Jeremy C. Reed2010-06-021-1/+1
| |/
| * Fix the code error in log message print(function log_msg is used without defi...Likun Zhang2010-06-021-1/+1
| * Include external ASIO code in the tarball.Jeremy C. Reed2010-06-021-0/+213
| * 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
| * Add bug fix information for ticket 218.Likun Zhang2010-06-021-0/+4
| * Fix the code error which make xfrin doesn't work, socket map should be passed...Likun Zhang2010-06-021-5/+5
| * Add "build" as another identifier to the legend.Jeremy C. Reed2010-06-021-6/+171
| * Update the version (prepare for release).Jeremy C. Reed2010-06-021-1/+1
| * Commit the generated guide. (The XML source as committedJeremy C. Reed2010-06-021-47/+35
| * showed URLs for svn changesets and trac tickets.JINMEI Tatuya2010-06-021-1/+4
| * added * to the ASIO change.JINMEI Tatuya2010-06-021-1/+1
| * Also point to Trac URL for complete code history.Jeremy C. Reed2010-06-021-0/+2
| * Add asterisk (*) to legend to identify backward incompatible orJeremy C. Reed2010-06-021-1/+8
| * a trivial grammar fix in an error message.JINMEI Tatuya2010-06-021-1/+1
| * removed redundant blank lines.JINMEI Tatuya2010-06-021-2/+0