Stephen Morris
5cdcda0439
[1470] Correct data type of member variable in MockAccess::MockIteratorNameContext
2011-12-12 18:20:46 +00:00
Stephen Morris
f18114000f
[1470] Iterate over unchanging map when removing identical elements
...
A method iterates over a std::map and removes from it elements that
match those in another map. This can lead to a problem on some
operating systems if the element removal affects the iterator.
The fix here is to iterate over the (unchanging) reference map.
2011-12-12 18:12:39 +00:00
Stephen Morris
0213d987ac
[1470] Removed declared but unused exception variable
...
This leads to a warning on some compiler.
2011-12-12 17:34:26 +00:00
Stephen Morris
62463d1d02
[1470] Reconcile declaration of Data
...
The .cc has it defined as "struct" and the .h file referenced a
"class". This has now been harmonised as "struct".
2011-12-12 17:14:03 +00:00
Stephen Morris
bf2e60ca2a
[1470] Change some loop indexes to unsigned values
...
Some loops changed to use unsigned loop indexes to avoid warning
messages from some compilers.
2011-12-12 17:09:00 +00:00
Stephen Morris
29003e06a6
[1470] Qualify "error_code"
...
One compiler had a problem with the unqualifier data type
"error_code". This has been changed to "asio::error_code".
2011-12-12 15:39:41 +00:00
Stephen Morris
0daa6e10d2
[1470] Make io_fetch.cc and .h consistent about type of IOFetchData
...
Was declared as "class" in one and "struct" in another - now declared
as "struct" in both.
2011-12-12 14:45:25 +00:00
Stephen Morris
0910b0f180
[1470] Replace char by uint8_t for initialized numeric data
2011-12-12 14:40:31 +00:00
Stephen Morris
c254f7fcb4
[1470] Remove "this" from initializer lists
...
Some compilers warn if "this" is referred to in a constructor
initialization list. This change replaces such initializations
with an assignment within the constructor body.
2011-12-12 14:29:12 +00:00
Tomek Mrugalski
1615a521d6
Fix for cppcheck (after 1238 merge)
2011-12-09 18:30:56 +01:00
Tomek Mrugalski
e26901a197
Fix for failing test in IfaceMgr on FreeBSD (fix after 1238 merge)
2011-12-09 18:30:39 +01:00
JINMEI Tatuya
eaa492e0bf
[master] changed the return value of findNSECCover() from RRsetPtr to ConstRRsetptr.
...
This will fix build failure due to the mixture of these in ?:. (and in any
event when we can make something const that's generally good to do)
2011-12-09 08:56:38 -08:00
Stephen Morris
95b7c29f15
[1198] Merge branch 'master' into trac1198
...
Conflicts:
src/lib/datasrc/database.cc
src/lib/datasrc/datasrc_messages.mes
2011-12-09 13:25:17 +00:00
Stephen Morris
a677ae91c9
[master] ChangeLog for Trac 1383
2011-12-09 10:48:57 +00:00
Stephen Morris
9b2b249d23
Merge branch 'master' into trac1383
2011-12-09 10:28:41 +00:00
Stephen Morris
45274924f3
[master] Add missing inclusion of logging library to link line
2011-12-09 10:25:54 +00:00
Tomek Mrugalski
a6a35e9970
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
...
Conflicts:
ChangeLog
2011-12-09 10:01:01 +01:00
Jelte Jansen
c8dc421c5c
[master] changelog
2011-12-09 09:53:19 +01:00
Jelte Jansen
91fb141bfb
Merge branch 'trac1442'
2011-12-09 09:06:56 +01:00
JINMEI Tatuya
37a11387ba
[master] fixed tabbing
2011-12-08 13:21:42 -08:00
JINMEI Tatuya
cee6a7af5f
[master] added changelog entry for #1387
...
also fixed a minor type for entry 338 (as discussed on the dev ML)
2011-12-08 13:10:01 -08:00
JINMEI Tatuya
a5e9d9176e
[master] Merge branch 'trac1387'
2011-12-08 12:54:25 -08:00
Jelte Jansen
7f52292565
[1442] updated some comments in configure.ac
2011-12-08 17:53:03 +01:00
Stephen Morris
c0be7a6c0e
[1383] Changes to messages as a result of review
2011-12-08 14:52:32 +00:00
Yoshitaka Aharen
e82cf73f21
Revert "Merge branch 'master' into trac510"
...
This reverts commit 662233a148
, reversing
changes made to b41b7dc34a
.
2011-12-08 21:04:34 +09:00
Yoshitaka Aharen
777d6f3037
Revert "[510] forgot to include changes"
...
This reverts commit 8dcf5eebb1
.
2011-12-08 21:00:39 +09:00
Yoshitaka Aharen
b705708aaf
Revert "[master] update ChangeLog"
...
This reverts commit 83ecce54ed
.
2011-12-08 21:00:08 +09:00
Michal 'vorner' Vaner
a56e72ce1b
Fix missing isInstance
2011-12-08 12:44:30 +01:00
Michal 'vorner' Vaner
318dceaa39
Merge branch #802
...
Conflicts:
src/lib/python/isc/bind10/socket_cache.py
2011-12-08 11:28:13 +01:00
Michal 'vorner' Vaner
25ac24557f
Merge branch 'work/sock/cache' into work/sock/cacheinter
...
Conflicts:
src/lib/python/isc/bind10/socket_cache.py
2011-12-08 11:21:11 +01:00
Michal 'vorner' Vaner
2a6b5e55ca
Merge branch 'work/sock/unix' into work/sock/cacheinter
...
Conflicts:
src/bin/bind10/bind10_src.py.in
src/bin/bind10/tests/bind10_test.py.in
2011-12-08 11:09:01 +01:00
Yoshitaka Aharen
83ecce54ed
[master] update ChangeLog
2011-12-08 19:01:45 +09:00
Yoshitaka Aharen
8dcf5eebb1
[510] forgot to include changes
2011-12-08 18:31:53 +09:00
Yoshitaka Aharen
662233a148
Merge branch 'master' into trac510
...
Conflicts:
ChangeLog
src/bin/auth/statistics.cc
src/bin/auth/statistics.h
src/lib/Makefile.am
2011-12-08 18:30:10 +09:00
Michal 'vorner' Vaner
0e3736c7c3
[1429] Comments about blocking
2011-12-08 10:11:40 +01:00
Yoshitaka Aharen
4b57a79735
[510] move initialization in every test case into fixture
2011-12-08 14:43:47 +09:00
JINMEI Tatuya
b41b7dc34a
[master] Merge branch 'trac1369'
2011-12-07 15:15:17 -08:00
JINMEI Tatuya
6bda5426c6
[master] changelog for #1299
2011-12-07 15:11:13 -08:00
JINMEI Tatuya
6ff03bb9d6
[master] Merge branch 'trac1299'
2011-12-07 15:07:47 -08:00
JINMEI Tatuya
c37c596c84
[1198] added more detailed description in the style of doxygen
...
for findOnNameResult.
also removed obsolete note from the findNoNameResult description.
2011-12-07 14:57:55 -08:00
JINMEI Tatuya
0c8c0f808a
[1387] avoid using 'sun' for a variable name. not declare sockaddr_un
...
as const.
2011-12-07 10:55:23 -08:00
JINMEI Tatuya
df44752c7d
[1387] cleanup: removed an unused variable.
2011-12-07 10:48:50 -08:00
JINMEI Tatuya
e30dfe31fb
[1198] applied proposed further refactoring: extracted the common logic
...
for the positive case to a separate method and used it directly from find()
and findWildcardMatch(). Moved detailed comments of findWildcardMatch to
the head of its definition so that the function body will be physically
concise.
2011-12-07 09:26:48 -08:00
Stephen Morris
52802deb18
[1198] Changes as a result of review
2011-12-07 16:26:47 +00:00
Jelte Jansen
60fd293717
[510] move declaration into fixture
2011-12-07 16:03:57 +01:00
Michal 'vorner' Vaner
4220ef5ac9
[1429] More thorough test
2011-12-07 15:57:10 +01:00
Michal 'vorner' Vaner
56be59fbcd
[1429] Comment explaining importing twice
2011-12-07 15:35:11 +01:00
Michal 'vorner' Vaner
1341209064
[1429] Logging fixes
2011-12-07 15:32:05 +01:00
Tomek Mrugalski
86a4ce4511
[1238] Changes after review: openSocket*() now returns int
2011-12-07 13:15:46 +01:00
Tomek Mrugalski
14a64484a3
[1238] Memory leak in Option test fixed.
2011-12-07 13:09:28 +01:00