Jelte Jansen
332f90f478
update Changelog
2011-01-19 10:00:52 +01:00
Jelte Jansen
2df8941556
Merge branch 'trac427'
2011-01-19 09:53:14 +01:00
Jelte Jansen
ec3e659ad1
Merge remote branch 'origin/trac430'
2011-01-19 09:26:32 +01:00
Jelte Jansen
28b0c586e4
Merge branch 'trac428'
2011-01-19 09:19:12 +01:00
JINMEI Tatuya
04b099cced
added changelog for trac #513
2011-01-18 23:49:25 -08:00
JINMEI Tatuya
285c5ee3d5
Merge branch 'trac513'
2011-01-18 23:47:22 -08:00
JINMEI Tatuya
108ad199f3
reject negative statistics-interval values
2011-01-18 20:04:59 -08:00
JINMEI Tatuya
9633a3adcc
removed obsolete comment
2011-01-18 19:59:57 -08:00
JINMEI Tatuya
901c9eed83
Revert "maintenance commit"
...
This reverts commit a669db434d
.
The reverted commit was introduced due to misoperation possibly with
git-new-workdir, and actually reverted previous changes made on master.
By reverting it we now recover these lost changes.
2011-01-18 13:50:51 -08:00
Scott Mann
a7724f030d
modifying changelog for trac #432
2011-01-18 13:35:41 -07:00
JINMEI Tatuya
2a66c6a639
Merge branch 'trac480'
2011-01-18 12:12:43 -08:00
JINMEI Tatuya
50fd5ab8e6
Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10
...
Conflicts:
ChangeLog
2011-01-18 12:10:48 -08:00
JINMEI Tatuya
a669db434d
maintenance commit
2011-01-18 12:07:35 -08:00
JINMEI Tatuya
e493ae8b12
maintenance commit
2011-01-18 12:06:20 -08:00
JINMEI Tatuya
5f0261d0ce
complete implementation of statistics-interval.
...
it involves refactoring of the AuthSrv class: It now internally constructs
IOService; the timer is also constructed internally, using the IOService
object.
2011-01-18 11:43:46 -08:00
JINMEI Tatuya
a5c8450e8e
supported new methods for the interval timer: getting interval and canceling
...
the timer.
2011-01-18 11:38:58 -08:00
JINMEI Tatuya
2cf809205f
merged proposed patch to the latest master with resolving conflicts.
2011-01-18 11:10:28 -08:00
Scott Mann
3552f7d297
Merge remote branch 'origin/trac432'
2011-01-18 11:44:01 -07:00
Jelte Jansen
73ad11062c
update changelog
2011-01-18 18:13:16 +01:00
Jelte Jansen
fd7baa38c0
Merge branch 'trac435'
2011-01-18 18:02:08 +01:00
Jelte Jansen
ce14d5ca3a
Merge branch 'trac479'
2011-01-18 16:03:10 +01:00
JINMEI Tatuya
d55bcb9c5f
added a trivial method IntervalTimer::getInterval() for the convenient of
...
other tests.
2011-01-17 18:00:21 -08:00
JINMEI Tatuya
692e3a1c22
minor cleanup: removed unnecessary static for namescope level variables,
...
and removed an unused variable "PROGRAM"
2011-01-17 16:53:32 -08:00
Jelte Jansen
c9aa8392c8
update changelog
2011-01-17 19:58:36 +01:00
Jelte Jansen
b929be82fe
Merge branch 'trac431'
2011-01-17 19:47:27 +01:00
Jelte Jansen
c98ce87272
updated Changelog
2011-01-13 13:16:30 -08:00
Jelte Jansen
3954c628c1
pretty-print command results
...
Most obvious change is for the command "Stats show", where the blob of stats data is now printed ina more readable fashion.
Also removed the print of 'send the command' line, and empty results are not printed at all
2011-01-13 13:11:27 -08:00
JINMEI Tatuya
11f1c880e3
use $(abs_srcdir) instead of hardcoded path to test data to make it
...
distcheck friendly.
this may be a bit non trivial, but I'mgoing to push without a review
as this has been causing buildbot errors.
2011-01-13 11:25:34 -08:00
chenzhengzhang
681cb466d5
Merge branch 'master' into trac466
2011-01-13 16:07:37 +08:00
JINMEI Tatuya
a48a734b46
some more editorial fixes with one refactoring: s/db_file/dbfile/ for variable name consistency.
2011-01-12 23:42:48 -08:00
chenzhengzhang
0f06a4fca4
update sqlite3_ds zone_exist() comments and unittest
2011-01-12 20:12:37 +08:00
JINMEI Tatuya
79ccd983f1
some suggested documentation updates
2011-01-11 23:38:28 -08:00
JINMEI Tatuya
2e4b0a5cae
revised how to get access to git diff
2011-01-11 20:35:12 -08:00
JINMEI Tatuya
9aa01c0740
added changelog entry for trac #478
2011-01-11 20:27:10 -08:00
JINMEI Tatuya
ea4a481003
Merge remote branch 'root/trac478'
2011-01-11 20:22:49 -08:00
chenzhengzhang
3f797298c0
update according to review comments
2011-01-11 16:52:35 +08:00
Jelte Jansen
8b8818946a
forgot to update EXTRA_DIST
...
added new test data file, but did not include it in EXTRA_DIST, so make distcheck failed
2011-01-10 22:10:01 -08:00
Jelte Jansen
5dbc036dd0
add changelog
2011-01-10 17:51:28 -08:00
Jelte Jansen
5474eba181
Merge branch 'trac473'
2011-01-10 17:44:16 -08:00
Jelte Jansen
0bb6cd0687
improve doc for parseCommand()
2011-01-10 17:39:07 -08:00
Jelte Jansen
09a7dbf0d1
added some example code in doxygen doc
2011-01-10 10:43:15 -08:00
Michal 'vorner' Vaner
d800f669f6
Merge branch 'work/rbtree/documentation'
2011-01-10 19:34:09 +01:00
JINMEI Tatuya
d0b73dfd4d
refactored nodeFission() a bit so that it would be consistent with the
...
documentation regarding exceptin guarantee.
2011-01-08 00:21:45 -08:00
JINMEI Tatuya
4d42a76c3e
added some more documentation, fixing minor editorial nits.
2011-01-08 00:18:31 -08:00
JINMEI Tatuya
93f9b680c3
a minor suggested style fix: removed a redundant white space at EOL
2011-01-07 18:27:17 -08:00
JINMEI Tatuya
0de71f9b34
fixed some file paths so that it will work with distcheck.
...
should be quite trivial and is related to buildbot failure, so will merge skipping review.
2011-01-07 18:23:16 -08:00
JINMEI Tatuya
2a0cd9eaad
added changelog entry for trac #467
2011-01-07 15:58:08 -08:00
JINMEI Tatuya
4f7e1f46da
sync with master
...
Merge branch 'master' into trac467
Conflicts:
src/bin/auth/tests/auth_srv_unittest.cc
2011-01-07 15:44:38 -08:00
JINMEI Tatuya
002ba326fc
updated notes about changeset URLs
2011-01-07 14:45:57 -08:00
JINMEI Tatuya
1d7d391866
changelog for #474
2011-01-07 14:39:16 -08:00