Stephen Morris
fca3132940
[2404] Minor changes as a result of review
2012-12-07 11:18:47 +00:00
Jelte Jansen
512ccc6d8b
[2445] Remove LogBuffer singleton
...
LogBuffers are now members of BufferAppender instances, and the singleton has been removed. LoggerManagerImpl keeps them (if any) around while processing a new specification, and flushes them when done.
2012-12-07 11:55:01 +01:00
Stephen Morris
126aeb9d11
[master] ChangeLog for trac 2396
2012-12-07 10:26:01 +00:00
Stephen Morris
c23f87e8ac
[2396] Merge branch 'master' into trac2396
2012-12-07 09:59:00 +00:00
Jelte Jansen
1378932f02
[2445] Address smaller points in logbuffer code
...
- update README
- copy vector of event on flush
- only use very basic functions in case of flush-on-destruct
2012-12-07 10:44:57 +01:00
Jelte Jansen
dfebd6128b
[2445] Rename log_buffer and its namespace
...
To prevent accidental outside use, all LogBugger (and BufferAppender) code is in the namespace isc::log::internal now, and the files have been renamed to _impl
2012-12-07 09:58:56 +01:00
JINMEI Tatuya
f2a0e7ce76
[2377] style fixes: folded long lines, constify
2012-12-06 20:50:48 -08:00
JINMEI Tatuya
e6d402802c
[2377] hide test definitions in an unnamed namespace.
2012-12-06 20:23:44 -08:00
JINMEI Tatuya
44f835de6b
[2377] constify
2012-12-06 20:09:25 -08:00
JINMEI Tatuya
2f3467a4ea
[2377] style fix: don't use result of x&y as a boolean directly
2012-12-06 19:31:40 -08:00
Jeremy C. Reed
8e39d7eb39
[master] fix typo and standardize one spelling
...
in docs. trivial. no review.
2012-12-06 21:01:51 -06:00
JINMEI Tatuya
678ce7c7ba
[master] include notify's source IP in ZONEMGR_UNKNOWN_ZONE_NOTIFIED log msg.
...
okayed on jabber.
2012-12-06 17:50:53 -08:00
JINMEI Tatuya
303f3a44c2
[master] Merge branch 'trac2442'
...
with fixing Conflicts for:
src/lib/dns/gen-rdatacode.py.in
src/lib/dns/tests/rdata_txt_like_unittest.cc
2012-12-06 17:50:27 -08:00
JINMEI Tatuya
c366a4f8de
[2442] in CharStringTooLong what() msg, clarify it includes an extra octet.
2012-12-06 15:26:00 -08:00
JINMEI Tatuya
9ea3182d49
[2377] style fix: added a blank line between method defs for readability.
2012-12-06 13:04:06 -08:00
JINMEI Tatuya
d9d6998c28
[2445] fixed a typo
2012-12-06 10:08:59 -08:00
Marcin Siodelski
181226ac0c
[master] Added ChangeLog entry for #2479 .
2012-12-06 17:16:17 +01:00
Marcin Siodelski
9430b1fef5
[2491] Changes as a result of the review.
2012-12-06 16:39:04 +01:00
Mukund Sivaraman
0d69a3ddef
[2503] Insert the origin name into the NSEC3 tree by default
2012-12-06 17:06:31 +05:30
Stephen Morris
e19573d76a
[2513] Merge branch 'master' into trac2513
2012-12-06 11:26:03 +00:00
Stephen Morris
261a171c3b
[2396] Modified IOAddress tests in light of review
2012-12-06 11:19:41 +00:00
Mukund Sivaraman
c597146044
[2503] Add testcase that reproduces the problem
2012-12-06 16:38:18 +05:30
Mukund Sivaraman
4a9ea530ab
[2504] Fix getClosestNSEC() when tree.find() results in SUBDOMAIN
...
When tree.find() results in SUBDOMAIN, the node_path's top contains the
previous node. Calling previousNode() yet again will return its
further previous node.
2012-12-06 15:58:30 +05:30
Tomek Mrugalski
7e8e8bcaab
[2270] ChangeLog updated.
2012-12-06 10:34:47 +01:00
Marcin Siodelski
4e8325e1b3
[master] Merge branch 'trac2479'
2012-12-06 08:29:25 +01:00
Mukund Sivaraman
cbf6d3808e
[2504] Add testcase that reproduces the problem
...
This test currently fails with an assertion.
2012-12-06 12:25:11 +05:30
Mukund Sivaraman
e6ebe1de8e
[2353] Check that BoB.start_msgq() calls isc.cc.Session() and group_subscribe()
2012-12-06 09:23:56 +05:30
Mukund Sivaraman
de66fdd73b
[2353] Test BoB.startup() when socket already exists
2012-12-06 08:50:03 +05:30
Mukund Sivaraman
cdbe6dedf4
[2353] Remove unused assignments
2012-12-06 08:38:06 +05:30
Mukund Sivaraman
029ac581f4
[2353] Rename variable
2012-12-06 08:34:46 +05:30
Mukund Sivaraman
e8a23d3111
[2353] Remove run_under_unittests hack from BoB.start_cfgmgr()
2012-12-06 08:32:06 +05:30
Mukund Sivaraman
f7e301237c
[2353] Make DummySession() return a real message in group_recvmsg()
2012-12-06 08:30:54 +05:30
Mukund Sivaraman
4f806512c8
[2353] Restore isc.config.ModuleCCSession during tearDown()
2012-12-06 08:17:01 +05:30
Mukund Sivaraman
87cd15b3cc
[2353] Restore time.time() and time.sleep() during tearDown()
2012-12-06 08:13:47 +05:30
Mukund Sivaraman
3c17e9586c
[2353] Unify verbose and non-verbose cases
2012-12-06 07:59:20 +05:30
Mukund Sivaraman
bae03c0fbf
[2353] Don't call real sleep() in mock function
2012-12-06 07:06:58 +05:30
Jelte Jansen
231bfc60a9
[2445] put LogBuffer::flush() call into processEnd()
...
And clean up the process() calls and processSpecification() method (which should mostly look like they were now)
2012-12-05 22:30:44 +01:00
Jelte Jansen
f1f6c26aa9
[2445] Address the smaller points in the review
2012-12-05 21:15:19 +01:00
JINMEI Tatuya
a6865a7686
[master] Merge branch 'trac2382'
...
with fixing Conflicts for
src/lib/dns/gen-rdatacode.py.in
src/lib/dns/rdata.cc
src/lib/dns/rrparamregistry-placeholder.cc
src/lib/dns/tests/rdata_hinfo_unittest.cc
src/lib/dns/tests/rdata_txt_like_unittest.cc
2012-12-05 11:34:59 -08:00
JINMEI Tatuya
ea88e8907a
[2442] updated comment for string::operator[] when it's empty
...
this is actually ensured by the C++ standard lib spec.
2012-12-05 10:43:06 -08:00
JINMEI Tatuya
05fc975a3d
[2442] use std::string instead of POD array for constructing obj of DDD.
2012-12-05 10:36:13 -08:00
Jelte Jansen
dd2d08d8cb
[2445] Don't replace appenders in processSpecification()
...
slightly changed outer layer process() call so it isn't necessary anymore
2012-12-05 16:00:23 +01:00
Tomek Mrugalski
0589469f4a
[2270] Dhcp4ConfigParser members are now private.
2012-12-05 15:38:14 +01:00
Tomek Mrugalski
c84efb2586
[2270] Changes after review
...
- added boundary checks for Uint32Parser
- fixed #include order
- Class renamed to Dhcp4ConfigParser
- added extra test for Uint32Parser
- Many Doxygen fixes and clean-ups
2012-12-05 15:27:30 +01:00
Tomek Mrugalski
bdeb3c67d1
[2270] Fix for repeated reconf in dhcp6 (old defaults are now removed)
2012-12-05 15:23:34 +01:00
Tomek Mrugalski
65a83c79b1
[2270] Fixes in Doxygen comments in src/bin/dhcp6
2012-12-05 15:22:05 +01:00
JINMEI Tatuya
2fd8585052
[2445] minor cleanups: brace position, indent, use 'protected' in test class
2012-12-05 00:11:57 -08:00
JINMEI Tatuya
233aebcb70
[2445] do explicit check for NULL against a pointer
2012-12-05 00:11:18 -08:00
Mukund Sivaraman
ec4581da1a
[2353] Check if msgq_socket_file is carried over in BoB.startup()
2012-12-05 13:40:51 +05:30
JINMEI Tatuya
bedf7f9f26
[2445] constify, unify two short lines, spacing
2012-12-05 00:10:49 -08:00