Tatuya JINMEI 神明達哉
|
20cd6fd589
|
2417. [bug] Connecting UDP sockets for outgoing queries could
unexpectedly fail with an 'address already in use'
error. [RT #18411]
|
2008-08-15 17:32:55 +00:00 |
|
Tatuya JINMEI 神明達哉
|
c69b5b3eb4
|
(forgot to update CHANGES)
|
2008-08-13 23:46:08 +00:00 |
|
Automatic Updater
|
6ccb11e93d
|
update copyright notice
|
2008-08-13 23:46:04 +00:00 |
|
Tatuya JINMEI 神明達哉
|
dced057f93
|
2416. [func] Log file descriptors that cause exceeding the
internal maximum. [RT #18460]
|
2008-08-13 23:45:34 +00:00 |
|
Automatic Updater
|
aa443b3cbc
|
newcopyrights
|
2008-08-13 23:30:09 +00:00 |
|
Tatuya JINMEI 神明達哉
|
2dbf95401e
|
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:21:37 +00:00 |
|
Tatuya JINMEI 神明達哉
|
dd3b73157c
|
missing changes entry
|
2008-08-09 19:05:01 +00:00 |
|
Tatuya JINMEI 神明達哉
|
15afb2941e
|
2413. [bug] Fixed an unreachable code path in socket.c. [RT #18442]
|
2008-08-09 19:03:30 +00:00 |
|
Automatic Updater
|
ec8d5a1654
|
update copyright notice
|
2008-08-08 06:27:56 +00:00 |
|
Automatic Updater
|
c8be10428a
|
newcopyrights
|
2008-08-08 06:26:12 +00:00 |
|
Mark Andrews
|
fb422286de
|
2412. [bug] win32: address a resourse leak. [RT #18374]
|
2008-08-08 05:15:09 +00:00 |
|
Automatic Updater
|
9fe786f14d
|
update copyright notice
|
2008-08-07 23:46:21 +00:00 |
|
Automatic Updater
|
0510953ee2
|
newcopyrights
|
2008-08-07 23:30:10 +00:00 |
|
Tatuya JINMEI 神明達哉
|
5e912f21d4
|
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:30:50 +00:00 |
|
Mark Andrews
|
a45e630851
|
2410. [bug] Correctly delete m_versionInfo. [RT #18432]
|
2008-08-07 01:30:20 +00:00 |
|
Tatuya JINMEI 神明達哉
|
094b373376
|
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:19:58 +00:00 |
|
Mark Andrews
|
c84431ff01
|
2407. [port] hpux: test for sys/dyntune.h. [RT #18421]
|
2008-08-05 07:18:12 +00:00 |
|
Automatic Updater
|
129cfb3a10
|
update copyright notice
|
2008-08-01 23:45:58 +00:00 |
|
Automatic Updater
|
d8910c65a3
|
newcopyrights
|
2008-08-01 23:30:21 +00:00 |
|
Tatuya JINMEI 神明達哉
|
50ae43d146
|
cleanup
|
2008-08-01 19:35:30 +00:00 |
|
Tatuya JINMEI 神明達哉
|
befbc68ee5
|
2406. [bug] Sockets could be closed too early, leading to
inconsistent states in the socket module. [RT #18298]
(note: part of this change was already in rev. 1.237.18.39 accidentally)
|
2008-08-01 19:24:53 +00:00 |
|
Tatuya JINMEI 神明達哉
|
280a0203f2
|
canceled the previous change that was accidentally committed.
|
2008-08-01 02:11:20 +00:00 |
|
Tatuya JINMEI 神明達哉
|
19d3add998
|
2386. [func] Add warning about too small 'open files' limit.
[RT #18269]
|
2008-08-01 02:00:42 +00:00 |
|
Tatuya JINMEI 神明達哉
|
7fc50c4b52
|
typo
|
2008-07-29 22:10:55 +00:00 |
|
Automatic Updater
|
b851e4516c
|
update copyright notice
|
2008-07-28 23:46:20 +00:00 |
|
Automatic Updater
|
d87176e2c7
|
newcopyrights
|
2008-07-28 23:30:14 +00:00 |
|
Mark Andrews
|
fd315b229f
|
2404. [port] hpux: files unlimited support.
|
2008-07-28 22:57:38 +00:00 |
|
Mark Andrews
|
0d8333f087
|
2403. [bug] TSIG context leak. [RT #18341]
|
2008-07-28 08:46:11 +00:00 |
|
Mark Andrews
|
47021cb467
|
remove extra 'be'
|
2008-07-27 04:45:12 +00:00 |
|
Tatuya JINMEI 神明達哉
|
c6ce0491ea
|
2392. [bug] remove 'grep -q' from acl test script, some platforms
don't support it. [RT #18253]
|
2008-07-26 19:01:23 +00:00 |
|
Francis Dupont
|
567ed9e42e
|
Support Solaris 2.11 and over. [RT #18362]
|
2008-07-25 20:46:58 +00:00 |
|
Francis Dupont
|
a8f4d3b633
|
Expect to get E[MN]FILE errno internal_accept() [RT #18358]
|
2008-07-24 10:06:50 +00:00 |
|
Tatuya JINMEI 神明達哉
|
d5a9b6964d
|
2399. [bug] Abort timeout queries to reduce the number of open
UDP sockets. [RT #18367]
|
2008-07-24 05:26:44 +00:00 |
|
Tatuya JINMEI 神明達哉
|
8bb981783d
|
comment wording
|
2008-07-24 04:59:00 +00:00 |
|
Automatic Updater
|
acfad98caa
|
update copyright notice
|
2008-07-23 23:46:04 +00:00 |
|
Mark Andrews
|
a370328554
|
2396. [bug] Don't set SO_REUSEADDR for randomized ports.
[RT #18336]
part 2
|
2008-07-23 23:33:03 +00:00 |
|
Automatic Updater
|
0f81af0773
|
update copyright notice
|
2008-07-22 23:46:04 +00:00 |
|
Automatic Updater
|
9a154f89ba
|
newcopyrights
|
2008-07-22 23:30:10 +00:00 |
|
Mark Andrews
|
462df43837
|
2396. [bug] Don't set SO_REUSEADDR for randomized ports.
[RT #18336]
|
2008-07-22 03:51:44 +00:00 |
|
Mark Andrews
|
b9fe743658
|
2395. [port] Avoid warning and no effect from "files unlimited"
on Linux when running as root. [RT #18335]
|
2008-07-21 03:41:38 +00:00 |
|
Automatic Updater
|
296dbf9b17
|
update copyright notice
|
2008-07-20 23:46:12 +00:00 |
|
Automatic Updater
|
1c15574ef3
|
newcopyrights
|
2008-07-20 23:30:13 +00:00 |
|
Francis Dupont
|
ccd7f16a98
|
"files unlimited" in code [rt18331]
|
2008-07-20 10:27:20 +00:00 |
|
Automatic Updater
|
bc91517988
|
update copyright notice
|
2008-07-18 23:45:58 +00:00 |
|
Mark Andrews
|
0d70096bda
|
change 2390 leaked memory
|
2008-07-18 06:07:14 +00:00 |
|
Mark Andrews
|
8f13e3b7f9
|
#ifdef EPROTO/#endif
|
2008-07-18 03:46:44 +00:00 |
|
Tatuya JINMEI 神明達哉
|
6e0fe0bcdd
|
2391 [port] hpux: cover additional recvmsg() error codes.
[RT #18301]
|
2008-07-18 02:45:49 +00:00 |
|
Tatuya JINMEI 神明達哉
|
edffbefe20
|
2390 [bug] dispatch.c could make a false warning on 'odd socket'.
[RT #18301].
|
2008-07-18 02:38:32 +00:00 |
|
Mark Andrews
|
7871069127
|
update description
|
2008-07-18 02:05:29 +00:00 |
|
Mark Andrews
|
9b16a48b9b
|
2389 [bug] Move the working directory writable to after the
ns_os_changeuser() call. [RT #18326]
|
2008-07-18 01:31:15 +00:00 |
|