Jelte Jansen
|
e8e56447e1
few doc updates
|
il y a 15 ans |
Jelte Jansen
|
2568b6c2fa
created toJSON functions (which are mostly the old str() ones, str() is now a general Element function that calls toJSON)
|
il y a 15 ans |
Jelte Jansen
|
cc99c8a386
initial JSON usage on command channel in python.
|
il y a 15 ans |
Jelte Jansen
|
48867a1d46
Created branch for ticket #172 (cc channel - use JSON)
|
il y a 15 ans |
Likun Zhang
|
efcdb2155e
Generate a unique session ID by using socket.gethostname() instead of socket.gethostbyname(), since the latter one could make bindctl stall if its own host name can't be resolved.(the patch was created by Jinmei and reviewed by zhanglikun)
|
il y a 15 ans |
Likun Zhang
|
f905a9cddc
Fix revision number error for item 52 in ChangeLog.
|
il y a 15 ans |
Likun Zhang
|
990e977d86
When xfrout is launched, check whether the socket file is being used by one running xfrout process, if it is, exit from python. If the file isn't a socket file or nobody is listening, it will be removed. If it can't be removed, exit from python.
|
il y a 15 ans |
Jelte Jansen
|
949ef72726
Applied second patch from ticket #227 (print module name on stdout/stderr output), reviewed by Jeremy
|
il y a 15 ans |
Jelte Jansen
|
60f6071643
changes from http://bind10.isc.org/ticket/227 (unnamed prints), looked at by Jeremy and Evan
|
il y a 15 ans |
JINMEI Tatuya
|
e4c31a796e
pythonic style fix:
|
il y a 15 ans |
Jeremy C. Reed
|
555080e1a4
Make sure the guide is included in the tarball.
|
il y a 15 ans |
Jeremy C. Reed
|
f7820cd881
Also mention it includes b10-xfrin and b10-xfrout.
|
il y a 15 ans |
Jeremy C. Reed
|
1de73788c7
merge from trac223 for Trac #223:
|
il y a 15 ans |
Jeremy C. Reed
|
58fe92fe99
merge from trunk r2061:
|
il y a 15 ans |
Jeremy C. Reed
|
2efadae260
Run this in the builddir (where generated bindctl exists).
|
il y a 15 ans |
Jeremy C. Reed
|
9228bdce54
Remove bind10_config.pyc on "make clean"
|
il y a 15 ans |
Jeremy C. Reed
|
e2efb771f5
Explicitly define DIST_COMMON so ${python_PYTHON} is not included
|
il y a 15 ans |
Jeremy C. Reed
|
46c598de1c
merge from trunk r2050:
|
il y a 15 ans |
Jeremy C. Reed
|
cdb1c5d672
merge from trunk r2055
|
il y a 15 ans |
Jelte Jansen
|
5c7eaa635a
add a second B10_FROM_SOURCE env var to run_bind10.sh.in; B10_FROM_BUILD (some spec files are now generated and end up in the build tree instead of the source tree)
|
il y a 15 ans |
Jeremy C. Reed
|
b3de4b57f6
The msgq socket should be in a writable location when running from
|
il y a 15 ans |
Jelte Jansen
|
948aed4c7d
add srcdir/src/lib/python to pythonpath in run_bind10.sh
|
il y a 15 ans |
Jelte Jansen
|
0d2d4b5fb2
renamed isc_config.py to bind10_config.py
|
il y a 15 ans |
Jelte Jansen
|
2f15412900
it's quite essential that I actually add that file then, doh
|
il y a 15 ans |
Jelte Jansen
|
7338eacf94
install that file
|
il y a 15 ans |
Jeremy C. Reed
|
c60a11c57f
Make sure generated session_config.h is removed on "make clean".
|
il y a 15 ans |
Jelte Jansen
|
ae076ba6fb
add an isc_config.py 'module' for paths and possibly other configure-time variables (currently only BIND10_MSGQ_SOCKET_FILE, and currently only used in lib/python/isc/cc/session.py)
|
il y a 15 ans |
Jelte Jansen
|
15252706b8
created branch for ticket #223
|
il y a 15 ans |
Likun Zhang
|
e93a3fb181
Fix the code error in log message print(function log_msg is used without definition), trivial fix, so skip review.
|
il y a 15 ans |
Jeremy C. Reed
|
4436253788
Include external ASIO code in the tarball.
|
il y a 15 ans |