Jelte Jansen
|
44113e516b
[1290] some small fixes needed for reliable testing
|
13 years ago |
JINMEI Tatuya
|
4948e0c896
[1101] build setup changes so that we can use a dedicated package directory
|
13 years ago |
Jelte Jansen
|
eea48a1e96
[trac1096] change default handle_logging_config to true
|
13 years ago |
Jelte Jansen
|
534acaf92f
[trac760] tweak ssl error message
|
14 years ago |
Jelte Jansen
|
dfd7a01376
[trac760] typo
|
14 years ago |
Jelte Jansen
|
4dc1b4bf31
[trac760] replace logger calls
|
14 years ago |
Jeremy C. Reed
|
118edb2944
[jreed-copyrights] remove CZ copyrights (they are replaced with ISC)
|
14 years ago |
Likun Zhang
|
fd0aa33626
Merge trunk back to this branch
|
14 years ago |
Likun Zhang
|
ddca697026
merge trac352 to trunk.
|
14 years ago |
Likun Zhang
|
d2a4492d47
Rename file from serve_mixin.py to socketserver.py, and rename the class name from ServeMixin NoPollMixIn.
|
14 years ago |
Michal Vaner
|
84e585bf67
Merged trac 353
|
14 years ago |
Michal Vaner
|
8ec371d53d
Rename _check to _parse
|
14 years ago |
Likun Zhang
|
9ef09bfd76
Rename folder name from utils to util.
|
14 years ago |
JINMEI Tatuya
|
23d7933705
cosmetic: removed redundant white spaces after EOL
|
14 years ago |
Michal Vaner
|
f9fbac74f5
Merged trac 349
|
14 years ago |
Likun Zhang
|
f6d9428216
Change the code according jinmei's review result in trac352: 1. change class ServeMixIn's class variables to instance variable. 2. change 'localhost' to '127.0.0.1' to avoid undesireable block. 3. add some documentation for class ServeMixIn.
|
14 years ago |
Michal Vaner
|
e60f1bcfc9
Let cmdctl use the isc.net.check module
|
14 years ago |
Likun Zhang
|
94c0eadb2c
Change the server code of cmdctl and xfrout, use mixin class and mutiple inheritance to avoid the naive old serve_forever() provided by python library.
|
14 years ago |
Michal Vaner
|
af8ede1820
Merge #322
|
14 years ago |
Michal Vaner
|
00b2fc85ac
Use block reads in the tight loop
|
14 years ago |
Jelte Jansen
|
68f83786ac
found an uncaught timeout possibility
|
14 years ago |
Jelte Jansen
|
0b92905fcf
make cc/session raise SessionTimeout on timeout, handle appropriately where group_recvmsg() is called
|
14 years ago |
JINMEI Tatuya
|
ce44a279ea
suggested changes:
|
14 years ago |
Likun Zhang
|
c08819a735
1. Raise CmdctlException instead of exiting when port is used by other processes. 2. Make error message be more accurate.
|
14 years ago |
Likun Zhang
|
f7f4533d07
Make cmdctl output be more friendly when running cmdctl and it's running already.
|
14 years ago |
Likun Zhang
|
0c4bbcba5e
using a build dir instead of src dir to get generated file.
|
15 years ago |
Likun Zhang
|
91fbb1a5ce
Make the error message more readable when cmdctl fails to read user information.
|
15 years ago |
Likun Zhang
|
4058640801
Update the code according Jelte's review. Fix some hardcode string in code. Raise correct exception if key/certificate file doesn't exist. Fix docstring error.
|
15 years ago |
Likun Zhang
|
5ebcddea36
1. Add lock for read/write modules spec information. 2. Make the log message be more readable.
|
15 years ago |
Likun Zhang
|
145609c3fa
Add log message if key/account/certificate file can't be found when cmdctl starts. Remove the test cases which rely on the installation path of cmdctl.
|
15 years ago |