Hunchentoot is yet another Common Lisp web server. It is implemented
atop TBNL and adds HTTP/1.1 chunking, persistent connections
(keep-alive), and SSL to the mix.
More info here:
<http://weitz.de/hunchentoot/>
Cheers,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
ChangeLog:
Version 0.9.2
2005-12-31
Protocol of reply is HTTP/1.1 now
Made HTTP/0.9 default protocol of request if none was provided
Some preparations for Hunchentoot
Various minor changes
Small fixes in docs
Download:
<http://weitz.de/files/tbnl.tar.gz>
Cheers,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
On Sun, 25 Dec 2005 02:17:31 -0800 (PST), Hilverd Reker <h_reker-lisp(a)yahoo.com> wrote:
> I just downloaded TBNL 0.9.0, and it seems like the file
> mime-types.lisp is missing (to which tbnl.asd refers). Could you
> please take a look?
Yeah, sorry, my bad. I just uploaded 0.9.1 which should have it.
Thanks,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
ChangeLog:
Version 0.9.0
2005-12-24
Experimental support for writing directly to the front-end (see SEND-HEADERS)
Added HANDLE-STATIC-FILE
Changed CREATE-STATIC-FILE-DISPATCHER-AND-HANDLER to use new facilities
Added CREATE-FOLDER-DISPATCHER-AND-HANDLER
Added link to Travis Cross' message w.r.t. SBCL
Download:
<http://weitz.de/files/tbnl.tar.gz>
Happy Holidays,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
On Wed, 14 Dec 2005 19:40:53 +0100, jidzikowski(a)common-lisp.net wrote:
> i have found some bugs in output.lisp. the stream-clear-output,
> stream-finish-output and stream-force-output methods only work for
> gray-streams but not for other streams. i have create a patch file.
>
> but nice work, i will use flexi-streams in cl-smtp
Hi Jan!
Thanks for the fix. I've released a new version which incorporates
your patch.
Cheers,
Edi.
_______________________________________________
flexi-streams-announce mailing list
flexi-streams-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce
On Tue, 06 Dec 2005 11:56:53 +0100, tichy <ssbm2(a)o2.pl> wrote:
> I think there is a bug in cl-ppcre (do-register-groups).
Yes, the thinko was actually in DO-SCANS so it affected all
function/macros that were defined on top of it. The new release (see
below) should fix this.
Thanks for the clear bug report.
ChangeLog:
Version 1.2.13
2005-12-06
Fixed bug involving *REAL-START-POS* (caught by "tichy")
Download:
<http://weitz.de/files/cl-ppcre.tar.gz>
Cheers,
Edi.
_______________________________________________
cl-ppcre-announce mailing list
cl-ppcre-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-ppcre-announce