Tatuya JINMEI 神明達哉
|
9067efdee1
|
2414. [bug] A masterdump context held the database lock too long,
causing various troubles such as dead lock and
recursive lock acquisition. [RT #18311, #18456]
|
2008-08-13 02:24:25 +00:00 |
|
Tatuya JINMEI 神明達哉
|
515ada69db
|
2414. [bug] A masterdump context held the database lock too long,
causing various troubles such as dead lock and
recursive lock acquisition. [RT #18311, #18456]
|
2008-08-13 02:20:09 +00:00 |
|
Automatic Updater
|
2914684df9
|
regen
|
2008-08-13 01:12:16 +00:00 |
|
Jeremy Reed
|
2b9067ffb0
|
Remove an extra space before period at end of line.
Reword one sentence (to not say "number" twice).
Capitalize RDATA to be consistent.
Fix one mispelled word.
|
2008-08-12 14:40:26 +00:00 |
|
Automatic Updater
|
2128c24c02
|
auto update
|
2008-08-09 23:18:35 +00:00 |
|
Tatuya JINMEI 神明達哉
|
f8e7f1d3d1
|
2413. [bug] Fixed an unreachable code path in socket.c. [RT #18442]
|
2008-08-09 19:04:23 +00:00 |
|
Tatuya JINMEI 神明達哉
|
387bca7a55
|
2413. [bug] Fixed an unreachable code path in socket.c. [RT #18442]
|
2008-08-09 19:02:10 +00:00 |
|
Automatic Updater
|
cf5d7a5094
|
update copyright notice
|
2008-08-08 06:28:59 +00:00 |
|
Automatic Updater
|
f052347c03
|
update copyright notice
|
2008-08-08 06:27:25 +00:00 |
|
Automatic Updater
|
6a6965084d
|
newcopyrights
|
2008-08-08 06:26:24 +00:00 |
|
Automatic Updater
|
158c2bd699
|
newcopyrights
|
2008-08-08 06:26:02 +00:00 |
|
Mark Andrews
|
0e7b91b276
|
2412. [bug] win32: address a resourse leak. [RT #18374]
|
2008-08-08 06:00:42 +00:00 |
|
Mark Andrews
|
dc842cdcb9
|
2412. [bug] win32: address a resourse leak. [RT #18374]
|
2008-08-08 05:06:49 +00:00 |
|
Automatic Updater
|
13caac5ff8
|
update copyright notice
|
2008-08-07 23:47:34 +00:00 |
|
Automatic Updater
|
52eaca33b5
|
update copyright notice
|
2008-08-07 23:45:31 +00:00 |
|
Automatic Updater
|
7932a76371
|
newcopyrights
|
2008-08-07 23:30:26 +00:00 |
|
Automatic Updater
|
42d5cee57c
|
newcopyrights
|
2008-08-07 23:30:04 +00:00 |
|
Tatuya JINMEI 神明達哉
|
28b0e6cc00
|
2411. [bug] Allow using a larger number of sockets than FD_SETSIZE
for select(). To enable this, set ISC_SOCKET_MAXSOCKETS
at compilation time. [RT #18433]
|
2008-08-07 21:32:29 +00:00 |
|
Tatuya JINMEI 神明達哉
|
cd9bebfc4c
|
2411. [bug] Allow using a larger number of sockets than FD_SETSIZE
for select(). To enable this, set ISC_SOCKET_MAXSOCKETS
at compilation time. [RT #18433]
|
2008-08-07 21:28:13 +00:00 |
|
Mark Andrews
|
587c6b30e5
|
2410. [bug] Correctly delete m_versionInfo. [RT #18432]
|
2008-08-07 01:31:10 +00:00 |
|
Mark Andrews
|
04115a59c1
|
2410. [bug] Correctly delete m_versionInfo. [RT #18432]
|
2008-08-07 01:21:12 +00:00 |
|
Automatic Updater
|
ed072d6ef9
|
auto update
|
2008-08-06 23:18:02 +00:00 |
|
Mark Andrews
|
b1f7d25ee1
|
func->bug
|
2008-08-06 06:18:24 +00:00 |
|
Mark Andrews
|
4db36a15c5
|
2409. [func] Only log that we disabled EDNS processing if we were
subsequently successful. [RT #18029]
|
2008-08-06 06:11:15 +00:00 |
|
Automatic Updater
|
9b7f024220
|
auto update
|
2008-08-05 23:18:21 +00:00 |
|
Tatuya JINMEI 神明達哉
|
6faa03ad30
|
2408. [bug] A duplicate TCP dispatch event could be sent, which
could then trigger an assertion failure in
resquery_response(). [RT #18275]
|
2008-08-05 19:20:39 +00:00 |
|
Tatuya JINMEI 神明達哉
|
a9579d3386
|
2408. [bug] A duplicate TCP dispatch event could be sent, which
could then trigger an assertion failure in
resquery_response(). [RT #18275]
|
2008-08-05 19:18:02 +00:00 |
|
Mark Andrews
|
7f6776acfc
|
2407. [port] hpux: test for sys/dyntune.h. [RT #18421]
|
2008-08-05 07:24:40 +00:00 |
|
Mark Andrews
|
101a7960b7
|
2407. [port] hpux: test for sys/dyntune.h. [RT #18421]
|
2008-08-05 07:05:47 +00:00 |
|
Mark Andrews
|
146484aced
|
2407. [port] hpux: test for sys/dyntune.h. [RT #18421]
|
2008-08-05 07:04:49 +00:00 |
|
Automatic Updater
|
ca65030581
|
update copyright notice
|
2008-08-01 23:45:29 +00:00 |
|
Automatic Updater
|
4518516d72
|
newcopyrights
|
2008-08-01 23:30:09 +00:00 |
|
Tatuya JINMEI 神明達哉
|
c1165aca6d
|
2406. [bug] Sockets could be closed too early, leading to
inconsistent states in the socket module. [RT #18298]
|
2008-08-01 19:43:58 +00:00 |
|
Tatuya JINMEI 神明達哉
|
dbe9f900ec
|
2406. [bug] Sockets could be closed too early, leading to
inconsistent states in the socket module. [RT #18298]
|
2008-08-01 19:04:02 +00:00 |
|
Tatuya JINMEI 神明達哉
|
9a8852a9df
|
2386. [func] Add warning about too small 'open files' limit.
[RT #18269]
|
2008-08-01 02:12:46 +00:00 |
|
Automatic Updater
|
749739f4bf
|
auto update
|
2008-07-31 23:18:58 +00:00 |
|
Automatic Updater
|
ab48db2381
|
auto update
|
2008-07-29 23:19:07 +00:00 |
|
Tatuya JINMEI 神明達哉
|
c452130cbe
|
typo
|
2008-07-29 22:11:13 +00:00 |
|
Tatuya JINMEI 神明達哉
|
6769ce7c7b
|
typo
|
2008-07-29 22:09:53 +00:00 |
|
Evan Hunt
|
e43b095921
|
added note about dnssec-validation change
|
2008-07-29 02:21:27 +00:00 |
|
Automatic Updater
|
9d9989f4cc
|
update copyright notice
|
2008-07-28 23:47:22 +00:00 |
|
Automatic Updater
|
3b1417f3dc
|
update copyright notice
|
2008-07-28 23:45:48 +00:00 |
|
Automatic Updater
|
983359ccaf
|
newcopyrights
|
2008-07-28 23:30:04 +00:00 |
|
Automatic Updater
|
87204328a4
|
auto update
|
2008-07-28 23:19:20 +00:00 |
|
Mark Andrews
|
13a075f54a
|
2404. [port] hpux: files unlimited support.
|
2008-07-28 22:52:09 +00:00 |
|
Mark Andrews
|
7999db4215
|
2404. [port] hpux: files unlimited support.
|
2008-07-28 22:36:36 +00:00 |
|
Mark Andrews
|
342ab1f3f1
|
2403. [bug] TSIG context leak. [RT #18341]
|
2008-07-28 08:51:12 +00:00 |
|
Mark Andrews
|
481e9b573b
|
2403. [bug] TSIG context leak. [RT #18341]
|
2008-07-28 08:39:52 +00:00 |
|
Automatic Updater
|
189deb2074
|
regen
|
2008-07-28 01:21:35 +00:00 |
|
Mark Andrews
|
a39d4bd5ec
|
remove extra 'be'
|
2008-07-27 04:46:38 +00:00 |
|