Mark Andrews
02ff44e8ef
sync w/ head
2005-06-22 22:05:50 +00:00
Mark Andrews
a755c7e2a1
update copyright notice
2005-06-22 00:13:09 +00:00
Mark Andrews
0798f8e5e3
newcopyrights
2005-06-21 23:34:20 +00:00
Mark Andrews
2abe589f6b
1817. [func] add support for additional zone file formats for
...
improving loading performance. The masterfile-format
option in named.conf can be used to specify a
non-default format. A new separate command
named-compilezone was provided to generate zone files
in a new format.
2005-06-20 02:44:28 +00:00
Mark Andrews
fd759209ce
1817. [func] add support for additional zone file formats for
...
improving loading performance. The masterfile-format
option in named.conf can be used to specify a
non-default format. A new separate command
named-compilezone was provided to generate zone files
in a new format.
2005-06-20 01:21:17 +00:00
cvs2git
d6d88a0efb
This commit was manufactured by cvs2git to create branch 'v9_4'.
2005-06-20 01:05:34 +00:00
Mark Andrews
a903095bf4
1817. [func] add support for additional zone file formats for
...
improving loading performance. The masterfile-format
option in named.conf can be used to specify a
non-default format. A new separate command
named-compilezone was provided to generate zone files
in a new format.
2005-06-20 01:05:33 +00:00
Mark Andrews
49a83dbc7e
enable format checking
2005-06-19 22:57:59 +00:00
Mark Andrews
396819cd65
style
2005-06-19 22:56:03 +00:00
Mark Andrews
fd2d42320c
remove #define ROOTNS 1
2005-06-19 22:46:19 +00:00
Mark Andrews
1fb4c62faa
remove #define ROOTNS 1
2005-06-19 22:45:22 +00:00
Mark Andrews
e84be1e4c4
simplify conditional code
2005-06-19 22:17:14 +00:00
Mark Andrews
2fda20909f
simplify conditional code
2005-06-19 22:12:31 +00:00
Mark Andrews
e930c6b822
extent timeout now that we are have memrecord on
2005-06-19 05:50:23 +00:00
Mark Andrews
94271b0d99
extent timeout now that we are have memrecord on
2005-06-19 05:49:22 +00:00
Mark Andrews
34d26f0a33
CONF_modules_unload(), ENGINE_cleanup() and CRYPTO_cleanup_all_ex_data() are
...
not available in 0x0090607fL
2005-06-18 00:51:07 +00:00
Mark Andrews
6820d6f323
CONF_modules_unload(), ENGINE_cleanup() and CRYPTO_cleanup_all_ex_data() are
...
not available in 0x0090607fL
2005-06-18 00:48:53 +00:00
Mark Andrews
8c2490a92a
auto update
2005-06-17 23:24:59 +00:00
Mark Andrews
9b233a577b
silence implicit function declaration warning
2005-06-17 03:58:27 +00:00
Mark Andrews
bafbaadc0c
silence implicit function declaration warning
2005-06-17 03:55:51 +00:00
Mark Andrews
4643f41327
update
2005-06-17 03:15:37 +00:00
Mark Andrews
110aa8d42d
1888. [func] "USE INTERNAL MALLOC" is now runtime selectable.
...
[RT #14892 ]
2005-06-17 02:27:16 +00:00
Mark Andrews
016c0a82f1
1888. [func] "USE INTERNAL MALLOC" is now runtime selectable.
...
[RT #14892 ]
2005-06-17 02:22:45 +00:00
Mark Andrews
9ac4b79fc1
1887. [func] Detect duplicates of UDP queries we are recursing on
...
and drop them. New stats category "duplicates".
[RT #2471 ]
2005-06-17 02:04:33 +00:00
Mark Andrews
9b80f3a7c7
1887. [func] Detect duplicates of UDP queries we are recursing on
...
and drop them. New stats category "duplicates".
[RT #14892 ]
2005-06-17 01:58:23 +00:00
Mark Andrews
4f1662f715
1886. [bug] Fix unreasonably low quantum on call to
...
dns_rbt_destroy2(). Remove unnecessay unhash_node()
call. [RT #14919 ]
2005-06-17 01:01:56 +00:00
Mark Andrews
83a56f1e4f
1886. [bug] Fix unreasonably low quantum on call to
...
dns_rbt_destroy2(). Remove unnecessay unhash_node()
call. [RT #14919 ]
2005-06-17 01:00:08 +00:00
Mark Andrews
a0e9df38e5
auto update
2005-06-16 23:28:22 +00:00
Tatuya JINMEI 神明達哉
3c4e7e625a
regen
2005-06-16 22:16:31 +00:00
Tatuya JINMEI 神明達哉
ee61ed661a
[pull down from HEAD]
...
provided __asm version of assembly code for atomic atomic operations
for better compatibility.
(this is a temporary resolution so that this one won't block other tests.
we'll revisit this change when we figure out performance implication of
the __asm version.)
2005-06-16 22:01:02 +00:00
Tatuya JINMEI 神明達哉
2acaf2cfbb
regen
2005-06-16 21:59:33 +00:00
Tatuya JINMEI 神明達哉
c528bd6986
provided __asm version of assembly code for atomic atomic operations
...
for better compatibility.
(this is a temporary resolution so that this one won't block other tests.
we'll revisit this change when we figure out performance implication of
the __asm version.)
2005-06-16 21:58:00 +00:00
Mark Andrews
2f3f555262
auto update
2005-06-15 23:29:06 +00:00
Mark Andrews
608c78b88c
auto update
2005-06-14 23:25:46 +00:00
Mark Andrews
f2daad8ac3
update copyright notice
2005-06-12 00:03:20 +00:00
Mark Andrews
31be554eb7
update copyright notice
2005-06-12 00:02:53 +00:00
Mark Andrews
6e611cc919
newcopyrights
2005-06-11 23:34:54 +00:00
Mark Andrews
4a2b76db35
newcopyrights
2005-06-11 23:33:22 +00:00
Mark Andrews
1c528138d7
auto update
2005-06-10 23:28:12 +00:00
Mark Andrews
d3b3cfdf0d
#1864 had a size(foo) instead of sizeof(*foo) which broke on 64 bit machines.
2005-06-10 07:51:54 +00:00
Mark Andrews
0a26cd90ac
#1864 had a size(foo) instead of sizeof(*foo) which broke on 64 bit machines.
2005-06-10 07:49:44 +00:00
Mark Andrews
c1555d276d
1885. [func] Additional memory debugging support to track size
...
and mctx arguements. [RT #14814 ]
2005-06-10 07:10:08 +00:00
Mark Andrews
006dbb4c62
1884. [bug] process_dhtkey() was using the wrong memory context
...
to free some memory. [RT #14890 ]
2005-06-10 07:03:25 +00:00
Mark Andrews
d4d68515d2
1885. [func] Additional memory debugging support to track size
...
and mctx arguements. [RT #14814 ]
2005-06-10 07:00:20 +00:00
Mark Andrews
e8e62bb782
1884. [bug] process_dhtkey() was using the wrong memory context
...
to free some memory. [RT #14890 ]
2005-06-10 06:58:27 +00:00
Mark Andrews
f7d7c7ba43
update copyright notice
2005-06-10 00:00:59 +00:00
Mark Andrews
89fa5b1430
update copyright notice
2005-06-09 23:55:10 +00:00
Mark Andrews
618d936b47
newcopyrights
2005-06-09 23:35:22 +00:00
Mark Andrews
cfe26b0408
newcopyrights
2005-06-09 23:33:50 +00:00
Mark Andrews
b059a0ad48
auto update
2005-06-09 23:26:17 +00:00