chiark / gitweb /
chiark-tcl.git
11 years agogitignore
Ian Jackson [Sat, 2 Jun 2012 10:55:30 +0000 (11:55 +0100)]
gitignore

11 years agodescription fixes
Ian Jackson [Sat, 2 Jun 2012 10:47:34 +0000 (11:47 +0100)]
description fixes

11 years agopackage name is ok
Ian Jackson [Sat, 2 Jun 2012 10:45:22 +0000 (11:45 +0100)]
package name is ok

11 years agocdb is pic now
Ian Jackson [Sat, 2 Jun 2012 10:44:41 +0000 (11:44 +0100)]
cdb is pic now

11 years agobuild-arch and build-indep
Ian Jackson [Sat, 2 Jun 2012 10:37:59 +0000 (11:37 +0100)]
build-arch and build-indep

11 years agolinda is obsolete
Ian Jackson [Sat, 2 Jun 2012 10:35:19 +0000 (11:35 +0100)]
linda is obsolete

11 years agoadd misc:Depends
Ian Jackson [Sat, 2 Jun 2012 10:32:53 +0000 (11:32 +0100)]
add misc:Depends

11 years agochange maintainer address
Ian Jackson [Sat, 2 Jun 2012 10:21:55 +0000 (11:21 +0100)]
change maintainer address

11 years agoMerge branch 'nmus'
Ian Jackson [Sat, 2 Jun 2012 10:20:39 +0000 (11:20 +0100)]
Merge branch 'nmus'

Conflicts:
debian/changelog

11 years agoimport changes from debian archive
Ian Jackson [Sat, 2 Jun 2012 10:18:49 +0000 (11:18 +0100)]
import changes from debian archive

15 years agoPortability fixes:
ian [Tue, 29 Jul 2008 21:17:13 +0000 (21:17 +0000)]
Portability fixes:
* #include <limits.h> (for INT_MAX).  Closes: #489901.

15 years agofinalise 1.1.0
ian [Fri, 20 Jun 2008 21:50:34 +0000 (21:50 +0000)]
finalise 1.1.0

15 years ago@@ -18,6 +18,8 @@
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.

17 years ago@@ -1,4 +1,4 @@
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

17 years agohbcrypto hash-{init,update,final} for incremental hashing
ian [Wed, 10 Jan 2007 22:34:54 +0000 (22:34 +0000)]
hbcrypto hash-{init,update,final} for incremental hashing

17 years agofix spelling of defence in changelog
ian [Sat, 21 Oct 2006 13:04:10 +0000 (13:04 +0000)]
fix spelling of defence in changelog

17 years ago@@ -2,9 +2,13 @@
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.

17 years agoUse correct errno value for error writing to new .main 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.

17 years agouse of int and overflow review
ian [Fri, 20 Oct 2006 11:35:04 +0000 (11:35 +0000)]
use of int and overflow review

17 years agofix up compilation errors
ian [Fri, 20 Oct 2006 11:27:42 +0000 (11:27 +0000)]
fix up compilation errors

17 years agoAdd a few assertions about *_LLEN in adns.c.
ian [Fri, 20 Oct 2006 10:44:50 +0000 (10:44 +0000)]
Add a few assertions about *_LLEN in adns.c.

17 years agoDo not adns_cancel in the middle of adns_forallqueries
ian [Fri, 20 Oct 2006 10:41:22 +0000 (10:41 +0000)]
Do not adns_cancel in the middle of adns_forallqueries

17 years agosort out changelog
ian [Wed, 18 Oct 2006 16:05:42 +0000 (16:05 +0000)]
sort out changelog

17 years agowarning disable ordering
ian [Wed, 18 Oct 2006 16:01:45 +0000 (16:01 +0000)]
warning disable ordering

17 years ago-Wno-strict-aliasing
ian [Wed, 18 Oct 2006 15:59:41 +0000 (15:59 +0000)]
-Wno-strict-aliasing

17 years ago-Wno-strict-alias
ian [Wed, 18 Oct 2006 15:58:55 +0000 (15:58 +0000)]
-Wno-strict-alias

17 years agofix build-depends for tinycdb; improve changelog
ian [Wed, 18 Oct 2006 15:50:54 +0000 (15:50 +0000)]
fix build-depends for tinycdb; improve changelog

17 years agotuntap
ian [Fri, 25 Aug 2006 21:25:40 +0000 (21:25 +0000)]
tuntap

17 years agouse dispatch()
ian [Fri, 25 Aug 2006 21:04:33 +0000 (21:04 +0000)]
use dispatch()

17 years agodgram compiles and works; dispatch()
ian [Mon, 21 Aug 2006 10:41:39 +0000 (10:41 +0000)]
dgram compiles and works; dispatch()

17 years ago@@ -2,6 +2,8 @@
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.)

17 years ago@@ -1,3 +1,10 @@
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.

18 years agoprovide adns txt rrs
ian [Mon, 3 Apr 2006 01:22:19 +0000 (01:22 +0000)]
provide adns txt rrs

18 years agofinalise unofficial version for chiark test
ian [Mon, 3 Apr 2006 00:54:48 +0000 (00:54 +0000)]
finalise unofficial version for chiark test

18 years ago@@ -3,6 +3,9 @@
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.

18 years agoDo not run dpkg-shlibdeps on adns and nettle plugins. Use correct syntax for avoidin...
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.

18 years agofinal changes before upload
ian [Sun, 2 Apr 2006 14:01:18 +0000 (14:01 +0000)]
final changes before upload

18 years agolinda override actually works
ian [Sun, 2 Apr 2006 13:58:03 +0000 (13:58 +0000)]
linda override actually works

18 years agolinda overrides other format
ian [Sun, 2 Apr 2006 13:45:40 +0000 (13:45 +0000)]
linda overrides other format

18 years agolinda overrides somewhere else
ian [Sun, 2 Apr 2006 13:43:49 +0000 (13:43 +0000)]
linda overrides somewhere else

18 years agofix some linda warnings
ian [Sun, 2 Apr 2006 13:41:37 +0000 (13:41 +0000)]
fix some linda warnings

18 years agobetter changelog comment
ian [Sun, 2 Apr 2006 13:37:56 +0000 (13:37 +0000)]
better changelog comment

18 years agonew initialisation arrangements are sane and consistent
ian [Sun, 2 Apr 2006 13:35:26 +0000 (13:35 +0000)]
new initialisation arrangements are sane and consistent

18 years agolintian sorted out
ian [Sun, 2 Apr 2006 12:25:12 +0000 (12:25 +0000)]
lintian sorted out

18 years agocompression yes/no; rename base .so
ian [Sun, 2 Apr 2006 12:01:07 +0000 (12:01 +0000)]
compression yes/no; rename base .so

18 years agoDebian package wip
ian [Thu, 30 Mar 2006 19:11:24 +0000 (19:11 +0000)]
Debian package wip

18 years ago.log -> .jrn
ian [Thu, 30 Mar 2006 17:04:25 +0000 (17:04 +0000)]
.log -> .jrn

18 years agochanged build arrangements, added version number, in preparation for productisation
ian [Thu, 30 Mar 2006 17:01:55 +0000 (17:01 +0000)]
changed build arrangements, added version number, in preparation for productisation

18 years agofix up opening and closing
ian [Thu, 30 Mar 2006 15:53:38 +0000 (15:53 +0000)]
fix up opening and closing

18 years agoadjust divisor
ian [Thu, 30 Mar 2006 15:36:15 +0000 (15:36 +0000)]
adjust divisor

18 years agofixes for cdb; it now works at least a bit
ian [Thu, 30 Mar 2006 14:13:46 +0000 (14:13 +0000)]
fixes for cdb; it now works at least a bit

18 years agoworking on testing cdb-wr
ian [Thu, 30 Mar 2006 00:38:35 +0000 (00:38 +0000)]
working on testing cdb-wr

18 years agoh2hexquote et al - revert as I have changed my mind
ian [Wed, 29 Mar 2006 22:54:02 +0000 (22:54 +0000)]
h2hexquote et al - revert as I have changed my mind

18 years agoh2hexquote et al - check in before 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

18 years agoall entrypoints done now; loads
ian [Sat, 11 Feb 2006 20:09:58 +0000 (20:09 +0000)]
all entrypoints done now; loads

18 years agodispatch entrypoints
ian [Sat, 11 Feb 2006 20:07:25 +0000 (20:07 +0000)]
dispatch entrypoints

18 years agoro compiles
ian [Sat, 11 Feb 2006 20:05:20 +0000 (20:05 +0000)]
ro compiles

18 years agowriteable lookups now compile
ian [Sat, 11 Feb 2006 19:25:36 +0000 (19:25 +0000)]
writeable lookups now compile

18 years agoworking on lookups
ian [Sat, 11 Feb 2006 19:08:36 +0000 (19:08 +0000)]
working on lookups

18 years agolookup wip; see cvs diff from 1.12 before checkin
ian [Sun, 5 Feb 2006 14:00:47 +0000 (14:00 +0000)]
lookup wip; see cvs diff from 1.12 before checkin

18 years agoupdate 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

18 years agoimplement cht_do_cdbwr_delete
ian [Sun, 5 Feb 2006 00:59:15 +0000 (00:59 +0000)]
implement cht_do_cdbwr_delete

18 years agoimplement cht_do_cdbwr_open_okjunk
ian [Sun, 5 Feb 2006 00:58:18 +0000 (00:58 +0000)]
implement cht_do_cdbwr_open_okjunk

18 years agowriteable, update entrypoints impl'd
ian [Sun, 5 Feb 2006 00:56:59 +0000 (00:56 +0000)]
writeable, update entrypoints impl'd

18 years agorecord way to get list of unimplemented symbols in a plugin stack
ian [Sun, 5 Feb 2006 00:56:35 +0000 (00:56 +0000)]
record way to get list of unimplemented symbols in a plugin stack

18 years agocompilation fixes
ian [Sat, 4 Feb 2006 14:33:41 +0000 (14:33 +0000)]
compilation fixes

18 years agonew compaction entrypoints impl'd
ian [Wed, 25 Jan 2006 23:18:04 +0000 (23:18 +0000)]
new compaction entrypoints impl'd

18 years agomintstamp => lexminval; much work, it sort of compiles now but more needs writing
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

18 years agofix it so it compiles
ian [Wed, 25 Jan 2006 22:46:01 +0000 (22:46 +0000)]
fix it so it compiles

18 years agohalfway through implementing mintstamp
ian [Sun, 22 Jan 2006 16:00:16 +0000 (16:00 +0000)]
halfway through implementing mintstamp

18 years agoslight improvements to scriptinv, including scriptinv_invoke_fg
ian [Sun, 22 Jan 2006 15:59:47 +0000 (15:59 +0000)]
slight improvements to scriptinv, including scriptinv_invoke_fg

18 years agocope with gcc which does not support -Wno-pointer-sign
ian [Sun, 22 Jan 2006 15:59:25 +0000 (15:59 +0000)]
cope with gcc which does not support -Wno-pointer-sign

18 years agowriteable wip
ian [Sun, 22 Jan 2006 14:47:50 +0000 (14:47 +0000)]
writeable wip

18 years agowip is good
ian [Mon, 16 Jan 2006 01:06:32 +0000 (01:06 +0000)]
wip is good

18 years agomuch work on hash tables etc.
ian [Mon, 16 Jan 2006 00:25:39 +0000 (00:25 +0000)]
much work on hash tables etc.

18 years agoprovide errorCode for invalid reverse addrs
ian [Mon, 16 Jan 2006 00:25:22 +0000 (00:25 +0000)]
provide errorCode for invalid reverse addrs

18 years agowriteable wip
ian [Sun, 15 Jan 2006 15:42:11 +0000 (15:42 +0000)]
writeable wip

18 years agotoplevels all have * mark now
ian [Sun, 15 Jan 2006 15:29:24 +0000 (15:29 +0000)]
toplevels all have * mark now

18 years agocorrect doc comment re EntryExtra
ian [Sun, 15 Jan 2006 15:29:12 +0000 (15:29 +0000)]
correct doc comment re EntryExtra

18 years ago"quick" rw table entry extra value
ian [Sun, 15 Jan 2006 15:28:33 +0000 (15:28 +0000)]
"quick" rw table entry extra value

18 years agocdb framework compiles - now just need to implement it
ian [Sun, 15 Jan 2006 15:20:55 +0000 (15:20 +0000)]
cdb framework compiles - now just need to implement it

18 years agosettling on interface to cdb binding
ian [Sun, 15 Jan 2006 15:06:21 +0000 (15:06 +0000)]
settling on interface to cdb binding

18 years agocdb binding wip
ian [Tue, 10 Jan 2006 22:39:41 +0000 (22:39 +0000)]
cdb binding wip

18 years agohbytes and crypto compile now
ian [Sat, 7 Jan 2006 20:40:49 +0000 (20:40 +0000)]
hbytes and crypto compile now

18 years agohbytes compiles
ian [Sat, 7 Jan 2006 20:16:37 +0000 (20:16 +0000)]
hbytes compiles

18 years agoworking on compiling out of troglodyte; before relegage maskmap
ian [Sat, 7 Jan 2006 20:05:38 +0000 (20:05 +0000)]
working on compiling out of troglodyte; before relegage maskmap

18 years agoadns compiles ish, working on transferring the rest
ian [Sat, 7 Jan 2006 19:00:32 +0000 (19:00 +0000)]
adns compiles ish, working on transferring the rest

18 years agoinitial import and build-faff, wip
ian [Sat, 7 Jan 2006 17:32:18 +0000 (17:32 +0000)]
initial import and build-faff, wip

18 years agoinitial import and build-faff, wip
ian [Sat, 7 Jan 2006 16:16:56 +0000 (16:16 +0000)]
initial import and build-faff, wip

18 years agogutting this to put it in chiark-tcl
ian [Sat, 7 Jan 2006 16:15:10 +0000 (16:15 +0000)]
gutting this to put it in chiark-tcl

19 years agoworking on new addrmap instead of maskmap - compiles, but have not yet implemented...
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.

19 years agomask-map nonoverlapping representation - wip (needs compile errors fixing and debuggi...
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

19 years agoget resolver destruction right
ian [Mon, 27 Dec 2004 16:26:16 +0000 (16:26 +0000)]
get resolver destruction right

19 years agodo not crash on disposal of sock and tuntap
ian [Sun, 19 Dec 2004 23:55:43 +0000 (23:55 +0000)]
do not crash on disposal of sock and tuntap

19 years agoactually clean out unwanted file handlers; docuemtn -reverse options in right place
ian [Sun, 19 Dec 2004 23:26:32 +0000 (23:26 +0000)]
actually clean out unwanted file handlers; docuemtn -reverse options in right place

19 years agoreassemble adns log messages
ian [Sun, 19 Dec 2004 20:35:08 +0000 (20:35 +0000)]
reassemble adns log messages

19 years agoscriptinv is correct about not leaking xargs. do not pointlessly trash the args...
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

19 years agodefault resolvers
ian [Sun, 19 Dec 2004 19:11:28 +0000 (19:11 +0000)]
default resolvers

19 years agoput xargs in right place
ian [Sat, 18 Dec 2004 19:33:28 +0000 (19:33 +0000)]
put xargs in right place

19 years agoavoid invoking callback procedures other than from event handlers, by using a zero...
ian [Sat, 18 Dec 2004 19:33:16 +0000 (19:33 +0000)]
avoid invoking callback procedures other than from event handlers, by using a zero timeout handler when things are perturbed