index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
2468
-357908
/
+22680
|
\
|
*
Generate a unique session ID by using socket.gethostname() instead of socket....
Likun Zhang
2010-06-09
2
-2
/
+9
|
*
Fix revision number error for item 52 in ChangeLog.
Likun Zhang
2010-06-08
1
-1
/
+1
|
*
When xfrout is launched, check whether the socket file is being used by one r...
Likun Zhang
2010-06-08
3
-7
/
+112
|
*
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
|
*
Make sure the guide is included in the tarball.
Jeremy C. Reed
2010-06-02
3
-2
/
+12
|
*
Also mention it includes b10-xfrin and b10-xfrout.
Jeremy C. Reed
2010-06-02
1
-3
/
+5
|
*
merge from trac223 for Trac #223:
Jeremy C. Reed
2010-06-02
18
-24
/
+63
|
|
\
|
|
*
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
4
-4
/
+4
|
|
*
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
11
-17
/
+11
|
|
*
created branch for ticket #223
Jelte Jansen
2010-06-02
0
-0
/
+0
|
*
|
Run this in the builddir (where generated bindctl exists).
Jeremy C. Reed
2010-06-02
1
-2
/
+2
|
*
|
The msgq socket should be in a writable location when running from
Jeremy C. Reed
2010-06-02
1
-1
/
+1
|
*
|
add srcdir/src/lib/python to pythonpath in run_bind10.sh
Jelte Jansen
2010-06-02
2
-2
/
+2
|
*
|
Make sure generated session_config.h is removed on "make clean".
Jeremy C. Reed
2010-06-02
1
-1
/
+1
|
|
/
|
*
Fix the code error in log message print(function log_msg is used without defi...
Likun Zhang
2010-06-02
1
-1
/
+1
|
*
Include external ASIO code in the tarball.
Jeremy C. Reed
2010-06-02
1
-0
/
+213
|
*
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
|
*
Add bug fix information for ticket 218.
Likun Zhang
2010-06-02
1
-0
/
+4
|
*
Fix the code error which make xfrin doesn't work, socket map should be passed...
Likun Zhang
2010-06-02
1
-5
/
+5
|
*
Add "build" as another identifier to the legend.
Jeremy C. Reed
2010-06-02
1
-6
/
+171
|
*
Update the version (prepare for release).
Jeremy C. Reed
2010-06-02
1
-1
/
+1
|
*
Commit the generated guide. (The XML source as committed
Jeremy C. Reed
2010-06-02
1
-47
/
+35
|
*
showed URLs for svn changesets and trac tickets.
JINMEI Tatuya
2010-06-02
1
-1
/
+4
|
*
added * to the ASIO change.
JINMEI Tatuya
2010-06-02
1
-1
/
+1
|
*
Also point to Trac URL for complete code history.
Jeremy C. Reed
2010-06-02
1
-0
/
+2
|
*
Add asterisk (*) to legend to identify backward incompatible or
Jeremy C. Reed
2010-06-02
1
-1
/
+8
|
*
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
[next]