Tinderbox User
04b3e60a3e
update copyright notice
2013-01-11 23:45:15 +00:00
Mark Andrews
7a5d21ce36
backport missing win32 isc_time_formatISO8601
2013-01-11 13:40:40 +11:00
Mark Andrews
dd65cba6c8
backport missing win32 isc_time_formatISO8601
2013-01-11 13:40:21 +11:00
Mark Andrews
39621f0a19
sock is potentially unused in use_min_mtu
2012-11-01 15:29:53 +11:00
Tinderbox User
5079524c7c
update copyright notice
2012-10-31 23:45:11 +00:00
Mark Andrews
28cb874727
3411. [tuning] Use IPV6_USE_MIN_MTU or equivalent with TCP in addition to UDP. [RT #31690 ]
...
Squashed commit of the following:
commit bcbe9ae7a99e1f7f4236a22739a793b51ace8684
Author: Mark Andrews <marka@isc.org >
Date: Wed Oct 31 15:10:53 2012 +1100
Use IPV6_USE_MIN_MTU for TCP as well as UDP
Conflicts:
lib/isc/win32/socket.c
2012-11-01 08:46:00 +11:00
Mark Andrews
7f1fab8b88
3379. [bug] isc_interval_zero and isc_time_epoch should be
...
"const (type)* const". [RT #31069 ]
2012-09-26 15:21:18 +10:00
Mark Andrews
7278b54211
O_BINARY -> _O_BINARY
2012-09-12 13:56:22 +10:00
Mark Andrews
22e5707efa
3373. [bug] win32: open raw files in binary mode. [RT #30944 ]
2012-09-12 12:04:25 +10:00
Tinderbox User
ae47f254c7
update copyright notice
2012-06-29 23:45:10 +00:00
Mark Andrews
0b51f38570
reverse bad copyright update
2012-06-29 11:47:25 +10:00
Tinderbox User
a4da60cb18
update copyright notice
2012-06-29 01:21:32 +00:00
Tinderbox User
a3bf29d6c8
update copyright notice
2012-03-10 23:45:08 +00:00
Tinderbox User
d5c5ac0dbb
regen v9_6
2012-03-07 01:45:20 +00:00
Evan Hunt
aea84bd0d8
remove cvsignore, add gitignore
2012-03-04 09:08:12 -08:00
Evan Hunt
369582a031
remove old isc_assertion_failed data reference
2011-11-10 02:37:53 +00:00
Evan Hunt
012d88d6cc
update libisc.def
2011-11-10 02:30:03 +00:00
Automatic Updater
705084ab3b
update copyright notice
2011-10-31 23:45:36 +00:00
Mark Andrews
ef1a4098e6
3187. [port] win32: support for Visual Studio 2008. [RT #26356 ]
2011-10-30 23:46:38 +00:00
Evan Hunt
125383b7e3
3149. [tuning] Improve scalability by allocating one zone
...
task per 100 zones at startup time. (The
BIND9_ZONE_TASKS_HINT environment variable
which was established as a temporary measure
in change #3132 is no longer needed or
used.) [rt25541]
2011-09-05 07:19:28 +00:00
Automatic Updater
c362331845
update copyright notice
2011-08-30 23:45:13 +00:00
Mark Andrews
b755e5ee27
backport noreturn attribute tagging
2011-08-30 12:23:16 +00:00
Automatic Updater
fb013af232
update copyright notice
2011-07-28 23:46:13 +00:00
Mark Andrews
7d16e1e99f
3138. [bug] Address memory leaks and out-of-order operations when
...
shutting named down. [RT #25210 ]
2011-07-28 04:43:20 +00:00
Automatic Updater
08d01c3a4f
update copyright notice
2011-03-18 23:46:09 +00:00
Francis Dupont
d8077a6086
introduce STDTIME_ON_32BITS
2011-03-18 09:09:45 +00:00
Automatic Updater
9e5debd879
update copyright notice
2011-03-12 04:57:33 +00:00
Mark Andrews
e9cc9a1dce
3058. [bug] Cause named to terminate at startup or rndc reconfig/
...
reload to fail, if a log file specified in the conf
file isn't a plain file. [RT #22771 ]
2011-03-12 04:48:03 +00:00
Mark Andrews
5b4cdf0f41
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 10:50:00 +00:00
Automatic Updater
448f9dbdc5
update copyright notice
2011-02-03 12:16:45 +00:00
Mark Andrews
0417821b02
3015. [port] win32: fix IN6_IS_ADDR_LINKLOCAL and
...
IN6_IS_ADDR_SITELOCAL macros. [RT #22724 ]
2011-02-03 08:19:40 +00:00
Mark Andrews
f3786154f8
9.6.3b1
2010-12-09 07:29:04 +00:00
Evan Hunt
94c1870f9a
2979. [bug] named could deadlock during shutdown if two
...
"rndc stop" commands were issued at the same
time. [RT #22108 ]
2010-12-03 22:03:41 +00:00
Automatic Updater
72ba35c7af
update copyright notice
2010-11-18 00:58:40 +00:00
Mark Andrews
b77e2d2525
2972. [bug] win32: address windows socket errors. [RT #21906 ]
2010-11-18 00:37:54 +00:00
Mark Andrews
cbeb81c0d2
isc_mem_isovermem
2010-09-10 06:15:40 +00:00
Mark Andrews
d23df8966b
isc_sha256_data
2010-05-18 06:21:07 +00:00
Evan Hunt
905c946de0
add unresolved externals isc_sha{256,512}_invalidate
2010-01-15 21:53:59 +00:00
Evan Hunt
6d4ad45aee
2758. [bug] win32: Added a workaround for a windows 2008 bug
...
that could cause the UDP client handler to shut
down. [RT #19176 ]
2009-11-10 18:31:24 +00:00
Automatic Updater
38a32e22c4
update copyright notice
2009-10-01 23:47:17 +00:00
Mark Andrews
1de271fbae
2697. [port] win32: ensure that S_IFMT, S_IFDIR, S_IFCHR and
...
S_IFREG are defined after including <isc/stat.h>.
[RT #20309 ]
2009-10-01 05:18:38 +00:00
Automatic Updater
a471195d58
update copyright notice
2009-09-29 23:47:29 +00:00
Mark Andrews
7de6178969
2792. [port] win32: 32/64 bit cleanups. [RT #128244 ]
2009-09-29 05:06:55 +00:00
Automatic Updater
3a8f5eff97
update copyright notice
2009-09-25 23:47:27 +00:00
Mark Andrews
fff59bfeb3
2690. [bug] win32: fix isc_thread_key_getspecific() prototype.
...
[RT #20315 ]
2009-09-25 05:50:13 +00:00
Automatic Updater
ca31221f5b
update copyright notice
2009-09-23 23:47:15 +00:00
Evan Hunt
2226e9ec25
fix typo in net.c -- s/closeocket/closesocket/
2009-09-23 00:46:03 +00:00
Mark Andrews
6a1f2578fc
missing semicolon
2009-08-14 07:50:48 +00:00
Automatic Updater
dfc1a21b59
update copyright notice
2009-08-13 07:13:31 +00:00
Mark Andrews
38d8198fd0
2648. [port] win32: isc_time_seconds() was broken. [RT #19900 ]
2009-08-13 03:38:34 +00:00