chiark / gitweb /
Ian Jackson [Sat, 2 Jun 2012 11:03:11 +0000 (12:03 +0100)]
remove changelog copy of copyright notice
Ian Jackson [Sat, 2 Jun 2012 11:01:10 +0000 (12:01 +0100)]
update compat
Ian Jackson [Sat, 2 Jun 2012 10:57:47 +0000 (11:57 +0100)]
We are good for standards-version 3.9.1
Ian Jackson [Sat, 2 Jun 2012 10:55:30 +0000 (11:55 +0100)]
gitignore
Ian Jackson [Sat, 2 Jun 2012 10:47:34 +0000 (11:47 +0100)]
description fixes
Ian Jackson [Sat, 2 Jun 2012 10:45:22 +0000 (11:45 +0100)]
package name is ok
Ian Jackson [Sat, 2 Jun 2012 10:44:41 +0000 (11:44 +0100)]
cdb is pic now
Ian Jackson [Sat, 2 Jun 2012 10:37:59 +0000 (11:37 +0100)]
build-arch and build-indep
Ian Jackson [Sat, 2 Jun 2012 10:35:19 +0000 (11:35 +0100)]
linda is obsolete
Ian Jackson [Sat, 2 Jun 2012 10:32:53 +0000 (11:32 +0100)]
add misc:Depends
Ian Jackson [Sat, 2 Jun 2012 10:21:55 +0000 (11:21 +0100)]
change maintainer address
Ian Jackson [Sat, 2 Jun 2012 10:20:39 +0000 (11:20 +0100)]
Merge branch 'nmus'
Conflicts:
debian/changelog
Ian Jackson [Sat, 2 Jun 2012 10:18:49 +0000 (11:18 +0100)]
import changes from debian archive
ian [Tue, 29 Jul 2008 21:17:13 +0000 (21:17 +0000)]
Portability fixes:
* #include <limits.h> (for INT_MAX). Closes: #489901.
ian [Fri, 20 Jun 2008 21:50:34 +0000 (21:50 +0000)]
finalise 1.1.0
ian [Fri, 20 Jun 2008 21:49:51 +0000 (21:49 +0000)]
@@ -18,6 +18,8 @@
Closes: #394039 (FTBFS due to unhelpful GCC warning).
+ * Use -fno-strict-aliasing because gcc-4.3 apparently ignores
+ -Wno-strict-aliasing! Closes: #471004.
ian [Sun, 25 Mar 2007 19:24:44 +0000 (19:24 +0000)]
@@ -1,4 +1,4 @@
-chiark-tcl (1.0.2) unstable; urgency=low
+chiark-tcl (1.0.2~~iwj) unstable; urgency=low
New features:
* hbcrypto hash-{init,update,final} etc. for incremental hashing.
@@ -12,6 +12,8 @@
Closes #393970. (Bug exists only where int and ssize_t differ.)
* Use correct errno value for error writing to new .main during compact.
* Do not coredump if fclose journal fails during compact.
+ * Do not fail lookups on cdb-wr's opened from just-created dbs.
+ * Do not leak cdb innards on compact.
Portability fixes:
* Remove unecessary assertion of val<=0xffffffffUL where uint32_t val;
@@ -21,7 +23,7 @@
* Add a few assertions about *_LLEN in adns.c.
* Comprehensive review of use of `int' and defence against overflow.
- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk> Sun, 25 Mar 2007 20:13:20 +0100
chiark-tcl (1.0.1) unstable; urgency=low
ian [Wed, 10 Jan 2007 22:34:54 +0000 (22:34 +0000)]
hbcrypto hash-{init,update,final} for incremental hashing
ian [Sat, 21 Oct 2006 13:04:10 +0000 (13:04 +0000)]
fix spelling of defence in changelog
ian [Sat, 21 Oct 2006 13:03:47 +0000 (13:03 +0000)]
@@ -2,9 +2,13 @@
Bugfixes:
+ * cdb: When cdbwr update writerecord fails, try to recover the
+ situation to sanity so we don't corrupt the log later; if this
+ fails, mark the cdb broken.
Closes #393970. (Bug exists only where int and ssize_t differ.)
+ * Do not coredump if fclose journal fails during compact.
ian [Sat, 21 Oct 2006 10:59:29 +0000 (10:59 +0000)]
Use correct errno value for error writing to new .main during compact.
ian [Fri, 20 Oct 2006 11:35:04 +0000 (11:35 +0000)]
use of int and overflow review
ian [Fri, 20 Oct 2006 11:27:42 +0000 (11:27 +0000)]
fix up compilation errors
ian [Fri, 20 Oct 2006 10:44:50 +0000 (10:44 +0000)]
Add a few assertions about *_LLEN in adns.c.
ian [Fri, 20 Oct 2006 10:41:22 +0000 (10:41 +0000)]
Do not adns_cancel in the middle of adns_forallqueries
ian [Wed, 18 Oct 2006 16:05:42 +0000 (16:05 +0000)]
sort out changelog
ian [Wed, 18 Oct 2006 16:01:45 +0000 (16:01 +0000)]
warning disable ordering
ian [Wed, 18 Oct 2006 15:59:41 +0000 (15:59 +0000)]
-Wno-strict-aliasing
ian [Wed, 18 Oct 2006 15:58:55 +0000 (15:58 +0000)]
-Wno-strict-alias
ian [Wed, 18 Oct 2006 15:50:54 +0000 (15:50 +0000)]
fix build-depends for tinycdb; improve changelog
ian [Fri, 25 Aug 2006 21:25:40 +0000 (21:25 +0000)]
tuntap
ian [Fri, 25 Aug 2006 21:04:33 +0000 (21:04 +0000)]
use dispatch()
ian [Mon, 21 Aug 2006 10:41:39 +0000 (10:41 +0000)]
dgram compiles and works; dispatch()
ian [Thu, 10 Aug 2006 00:33:07 +0000 (00:33 +0000)]
@@ -2,6 +2,8 @@
Tcl version and pass appropriate -I option. (Closes: #362806.)
+ * Declare versioned build-dependency on libadns1-dev >= 1.2
+ since we need adns_init_logfn. (Closes: #382287.)
ian [Wed, 9 Aug 2006 22:59:42 +0000 (22:59 +0000)]
@@ -1,3 +1,10 @@
+chiark-tcl (1.0.1) unstable; urgency=low
+
+ * Replace #include <tcl8.3/tcl.h> with <tcl.h> and in build system find
+ Tcl version and pass appropriate -I option. (Closes: #362806.)
+
+ --
+
chiark-tcl (1.0.0.99.iwj.2) unstable; urgency=low
* Provide adns txt RRs.
ian [Mon, 3 Apr 2006 01:22:19 +0000 (01:22 +0000)]
provide adns txt rrs
ian [Mon, 3 Apr 2006 00:54:48 +0000 (00:54 +0000)]
finalise unofficial version for chiark test
ian [Mon, 3 Apr 2006 00:03:46 +0000 (00:03 +0000)]
@@ -3,6 +3,9 @@
This prevents them turning up in Depends - see the README.
+ * Use correct variable name for cht_adnstcl_{queries,resolvers}
+ everywhere (prevents coredump accessing uninitialised version).
+ * Correct doc comment for supplying query options to adns asynch.
ian [Mon, 3 Apr 2006 00:01:57 +0000 (00:01 +0000)]
Do not run dpkg-shlibdeps on adns and nettle plugins. Use correct syntax for avoiding compressing doc/*/*.[ch].txt.
ian [Sun, 2 Apr 2006 14:01:18 +0000 (14:01 +0000)]
final changes before upload
ian [Sun, 2 Apr 2006 13:58:03 +0000 (13:58 +0000)]
linda override actually works
ian [Sun, 2 Apr 2006 13:45:40 +0000 (13:45 +0000)]
linda overrides other format
ian [Sun, 2 Apr 2006 13:43:49 +0000 (13:43 +0000)]
linda overrides somewhere else
ian [Sun, 2 Apr 2006 13:41:37 +0000 (13:41 +0000)]
fix some linda warnings
ian [Sun, 2 Apr 2006 13:37:56 +0000 (13:37 +0000)]
better changelog comment
ian [Sun, 2 Apr 2006 13:35:26 +0000 (13:35 +0000)]
new initialisation arrangements are sane and consistent
ian [Sun, 2 Apr 2006 12:25:12 +0000 (12:25 +0000)]
lintian sorted out
ian [Sun, 2 Apr 2006 12:01:07 +0000 (12:01 +0000)]
compression yes/no; rename base .so
ian [Thu, 30 Mar 2006 19:11:24 +0000 (19:11 +0000)]
Debian package wip
ian [Thu, 30 Mar 2006 17:04:25 +0000 (17:04 +0000)]
.log -> .jrn
ian [Thu, 30 Mar 2006 17:01:55 +0000 (17:01 +0000)]
changed build arrangements, added version number, in preparation for productisation
ian [Thu, 30 Mar 2006 15:53:38 +0000 (15:53 +0000)]
fix up opening and closing
ian [Thu, 30 Mar 2006 15:36:15 +0000 (15:36 +0000)]
adjust divisor
ian [Thu, 30 Mar 2006 14:13:46 +0000 (14:13 +0000)]
fixes for cdb; it now works at least a bit
ian [Thu, 30 Mar 2006 00:38:35 +0000 (00:38 +0000)]
working on testing cdb-wr
ian [Wed, 29 Mar 2006 22:54:02 +0000 (22:54 +0000)]
h2hexquote et al - revert as I have changed my mind
ian [Wed, 29 Mar 2006 22:53:44 +0000 (22:53 +0000)]
h2hexquote et al - check in before revert as I have changed my mind
ian [Sat, 11 Feb 2006 20:09:58 +0000 (20:09 +0000)]
all entrypoints done now; loads
ian [Sat, 11 Feb 2006 20:07:25 +0000 (20:07 +0000)]
dispatch entrypoints
ian [Sat, 11 Feb 2006 20:05:20 +0000 (20:05 +0000)]
ro compiles
ian [Sat, 11 Feb 2006 19:25:36 +0000 (19:25 +0000)]
writeable lookups now compile
ian [Sat, 11 Feb 2006 19:08:36 +0000 (19:08 +0000)]
working on lookups
ian [Sun, 5 Feb 2006 14:00:47 +0000 (14:00 +0000)]
lookup wip; see cvs diff from 1.12 before checkin
ian [Sun, 5 Feb 2006 01:04:27 +0000 (01:04 +0000)]
update wip; see cvs diff from 1.12 before checkin
ian [Sun, 5 Feb 2006 00:59:15 +0000 (00:59 +0000)]
implement cht_do_cdbwr_delete
ian [Sun, 5 Feb 2006 00:58:18 +0000 (00:58 +0000)]
implement cht_do_cdbwr_open_okjunk
ian [Sun, 5 Feb 2006 00:56:59 +0000 (00:56 +0000)]
writeable, update entrypoints impl'd
ian [Sun, 5 Feb 2006 00:56:35 +0000 (00:56 +0000)]
record way to get list of unimplemented symbols in a plugin stack
ian [Sat, 4 Feb 2006 14:33:41 +0000 (14:33 +0000)]
compilation fixes
ian [Wed, 25 Jan 2006 23:18:04 +0000 (23:18 +0000)]
new compaction entrypoints impl'd
ian [Wed, 25 Jan 2006 22:46:37 +0000 (22:46 +0000)]
mintstamp => lexminval; much work, it sort of compiles now but more needs writing
ian [Wed, 25 Jan 2006 22:46:01 +0000 (22:46 +0000)]
fix it so it compiles
ian [Sun, 22 Jan 2006 16:00:16 +0000 (16:00 +0000)]
halfway through implementing mintstamp
ian [Sun, 22 Jan 2006 15:59:47 +0000 (15:59 +0000)]
slight improvements to scriptinv, including scriptinv_invoke_fg
ian [Sun, 22 Jan 2006 15:59:25 +0000 (15:59 +0000)]
cope with gcc which does not support -Wno-pointer-sign
ian [Sun, 22 Jan 2006 14:47:50 +0000 (14:47 +0000)]
writeable wip
ian [Mon, 16 Jan 2006 01:06:32 +0000 (01:06 +0000)]
wip is good
ian [Mon, 16 Jan 2006 00:25:39 +0000 (00:25 +0000)]
much work on hash tables etc.
ian [Mon, 16 Jan 2006 00:25:22 +0000 (00:25 +0000)]
provide errorCode for invalid reverse addrs
ian [Sun, 15 Jan 2006 15:42:11 +0000 (15:42 +0000)]
writeable wip
ian [Sun, 15 Jan 2006 15:29:24 +0000 (15:29 +0000)]
toplevels all have * mark now
ian [Sun, 15 Jan 2006 15:29:12 +0000 (15:29 +0000)]
correct doc comment re EntryExtra
ian [Sun, 15 Jan 2006 15:28:33 +0000 (15:28 +0000)]
"quick" rw table entry extra value
ian [Sun, 15 Jan 2006 15:20:55 +0000 (15:20 +0000)]
cdb framework compiles - now just need to implement it
ian [Sun, 15 Jan 2006 15:06:21 +0000 (15:06 +0000)]
settling on interface to cdb binding
ian [Tue, 10 Jan 2006 22:39:41 +0000 (22:39 +0000)]
cdb binding wip
ian [Sat, 7 Jan 2006 20:40:49 +0000 (20:40 +0000)]
hbytes and crypto compile now
ian [Sat, 7 Jan 2006 20:16:37 +0000 (20:16 +0000)]
hbytes compiles
ian [Sat, 7 Jan 2006 20:05:38 +0000 (20:05 +0000)]
working on compiling out of troglodyte; before relegage maskmap
ian [Sat, 7 Jan 2006 19:00:32 +0000 (19:00 +0000)]
adns compiles ish, working on transferring the rest
ian [Sat, 7 Jan 2006 17:32:18 +0000 (17:32 +0000)]
initial import and build-faff, wip
ian [Sat, 7 Jan 2006 16:16:56 +0000 (16:16 +0000)]
initial import and build-faff, wip
ian [Sat, 7 Jan 2006 16:15:10 +0000 (16:15 +0000)]
gutting this to put it in chiark-tcl
ian [Tue, 28 Dec 2004 00:08:11 +0000 (00:08 +0000)]
working on new addrmap instead of maskmap - compiles, but have not yet implemented amend etc.
ian [Mon, 27 Dec 2004 16:30:48 +0000 (16:30 +0000)]
mask-map nonoverlapping representation - wip (needs compile errors fixing and debugging) but I think we will abandon it in favour of a ranges approach
ian [Mon, 27 Dec 2004 16:26:16 +0000 (16:26 +0000)]
get resolver destruction right
ian [Sun, 19 Dec 2004 23:55:43 +0000 (23:55 +0000)]
do not crash on disposal of sock and tuntap
ian [Sun, 19 Dec 2004 23:26:32 +0000 (23:26 +0000)]
actually clean out unwanted file handlers; docuemtn -reverse options in right place
ian [Sun, 19 Dec 2004 20:35:08 +0000 (20:35 +0000)]
reassemble adns log messages
ian [Sun, 19 Dec 2004 20:34:52 +0000 (20:34 +0000)]
scriptinv is correct about not leaking xargs. do not pointlessly trash the args to scriptinv_invoke