projects/mirror/hunchentoot-vhost.git
2 years agoexport virtual-host-dispatch-table master
Cyrus Harmon [Fri, 1 Apr 2011 19:17:35 +0000] 
export virtual-host-dispatch-table

3 years agohunchentoot-vhost-0.2 hunchentoot-vhost-0.2
Cyrus Harmon [Fri, 12 Jun 2009 15:56:12 +0000] 
hunchentoot-vhost-0.2

3 years agoMerge branch 'master' of /pub/git/hunchentoot-vhost
Cyrus Harmon [Tue, 9 Jun 2009 08:53:56 +0000] 
Merge branch 'master' of /pub/git/hunchentoot-vhost

3 years agouse new (1.0) hunchentoot acceptor instead of server.
Cyrus Harmon [Tue, 9 Jun 2009 08:51:41 +0000] 
use new (1.0) hunchentoot acceptor instead of server.

4 years agoMerge branch 'master' of git+ssh://cyrusharmon.org/pub/git/hunchentoot-vhost
Cyrus Harmon [Sat, 6 Sep 2008 18:58:43 +0000] 
Merge branch 'master' of git+ssh://cyrusharmon.org/pub/git/hunchentoot-vhost

4 years ago* use #:hunchentoot
Cyrus Harmon [Mon, 21 Jul 2008 04:08:11 +0000] 
* use #:hunchentoot
* add virtual-host prefix to virtual-host slots
* push 'dispatch-virtual-host-handler instead of #'...
* rework dispatch-virtual-host-handlers to work better
  with multiple overlapping hosts
* formatting

4 years agoMerge branch 'master' of git+ssh://cyrusharmon.org/pub/git/hunchentoot-vhost
Cyrus Harmon [Tue, 8 Jul 2008 15:25:15 +0000] 
Merge branch 'master' of git+ssh://cyrusharmon.org/pub/git/hunchentoot-vhost

4 years agoindentation
Cyrus Harmon [Tue, 8 Jul 2008 07:31:49 +0000] 
indentation

4 years agodispatch-table now contains '(dispatch-easy-virtual-handlers) rather
Cyrus Harmon [Tue, 8 Jul 2008 07:20:37 +0000] 
dispatch-table now contains '(dispatch-easy-virtual-handlers) rather
than (list #'dispatch-easy-virtual-handlers) such that redefinitions
to dispatch-easy-virtual-handlers take effect.

4 years agoindentation
Cyrus Harmon [Tue, 8 Jul 2008 07:16:19 +0000] 
indentation

4 years agoMerge branch 'master' of git+ssh://cyrusharmon.org/pub/git/hunchentoot-vhost
Cyrus Harmon [Fri, 30 May 2008 01:21:57 +0000] 
Merge branch 'master' of git+ssh://cyrusharmon.org/pub/git/hunchentoot-vhost

4 years agoremove *meta-dispatcher* stuff.
Cyrus Harmon [Fri, 30 May 2008 01:04:48 +0000] 
remove *meta-dispatcher* stuff.
check for exact hostnames first, then check suffixes.

4 years agoMerge branch 'master' of git+ssh://cyrusharmon.org/pub/git/hunchentoot-vhost
Cyrus Harmon [Tue, 27 May 2008 06:01:48 +0000] 
Merge branch 'master' of git+ssh://cyrusharmon.org/pub/git/hunchentoot-vhost

4 years agoremoved optimize declaration
Cyrus Harmon [Tue, 27 May 2008 06:01:43 +0000] 
removed optimize declaration

5 years agohunchentoot-vhost 0.1.11
Cyrus Harmon [Tue, 12 Feb 2008 21:53:03 +0000] 
hunchentoot-vhost 0.1.11
 * host-name and host-name-and-port request arg is now optional
 * fix off-by-one bug reporting the host name for host:port

5 years agohunchentoot-vhost 0.1.10 origin
sly [Fri, 4 Jan 2008 07:20:14 +0000] 
hunchentoot-vhost 0.1.10
 * use m-v-b instead of d-b to get host-name and host-port from
   host-name-and-port
 * remove bogus debug declare

5 years agohunchentoot-vhost 0.1.9
sly [Thu, 20 Dec 2007 23:57:11 +0000] 
hunchentoot-vhost 0.1.9

 * add host-name-and-port function

 * change virtual-host-handles to take (vhost request) instead of
   (vhost host-name) so that we can use other information in the
   request (like the port) to decide if we want to handle the request
   or not.

5 years agohunchentoot-vhost 0.1.8
sly [Wed, 19 Dec 2007 22:50:57 +0000] 
hunchentoot-vhost 0.1.8

 * define-easy-virtual-handler now pushes the function directly into
   the easy-handler-alist instead of defun'ing a function and pushing
   the name of that function onto the list.

5 years agohunchentoot-vhost 0.1.7
sly [Sun, 7 Oct 2007 06:36:07 +0000] 
hunchentoot-vhost 0.1.7

 * added NEWS to the ASDF file

5 years agohunchentoot-vhost 0.1.7
sly [Sun, 7 Oct 2007 06:26:34 +0000] 
hunchentoot-vhost 0.1.7

 * added NEWS to the ASDF file

5 years agohunchentoot-vhost 0.1.6
sly [Sat, 6 Oct 2007 21:25:44 +0000] 
hunchentoot-vhost 0.1.6
 * fix virtual-host-easy-handlers
 * add NEWS file

5 years agohunchentoot-vhost 0.1.5
sly [Sat, 6 Oct 2007 21:03:11 +0000] 
hunchentoot-vhost 0.1.5
 * added some README text
 * docstrings
 * added a *virtual-host* special variable
 * use *virtual-host* instead of the &optional vhost call when
   dispatching to virtual-host handlers
 * this means that now we can use standard
   hunchentoot::folder-dispatcher-and-handlers and can delete
   create-virtual-host-folder-dispatcher-and-handler and
   create-virtual-host-prefix-dispatcher. NOTE: this is an API change
   and will break code that uses
   virtual-host-prefix-dispatcher-and-handler's!

5 years agohunchentoot-vhost 0.1.4
sly [Sat, 29 Sep 2007 00:20:25 +0000] 
hunchentoot-vhost 0.1.4
 * line-wrapping

5 years agohunchentoot-vhost 0.1.4
sly [Sat, 29 Sep 2007 00:14:24 +0000] 
hunchentoot-vhost 0.1.4
 * line-wrapping

5 years agohunchentoot-vhost 0.1.3
sly [Tue, 11 Sep 2007 07:01:46 +0000] 
hunchentoot-vhost 0.1.3
 * remove debugging prints

5 years agohunchentoot-vhost 0.1.2
sly [Fri, 31 Aug 2007 05:33:51 +0000] 
hunchentoot-vhost 0.1.2
 * added add-virtual-host
 * removed &key class from make-virtual-host

5 years agohunchentoot-vhost 0.1.1
sly [Thu, 30 Aug 2007 06:21:49 +0000] 
hunchentoot-vhost 0.1.1
 * things seem to be working again -- commit before I lose my mind

5 years agohunchentoot-vhost 0.1
sly [Wed, 13 Jun 2007 23:06:21 +0000] 
hunchentoot-vhost 0.1
 * added Edi's copyright notice
 * removed cl-pdf-lm junk
 * renamed dispatcher to *dispatch-table* and used appropriately
 * added easy-handler-alist slot to virtual-host and use this instead
   of dispatcher for the virtual-easy-handler stuf
 * reordered a couple functions
 * removed vhost arg to
   create-virtual-host-folder-dispatcher-and-handler
 * added make-dist

5 years agohunchentoot-vhost 0.0.2
sly [Mon, 11 Jun 2007 18:12:24 +0000] 
hunchentoot-vhost 0.0.2
 * added create-virtual-host-folder-dispatcher-and-handler and
   create-virtual-host-prefix-dispatcher

5 years agohunchentoot-vhost 0.0.1
sly [Mon, 11 Jun 2007 06:36:52 +0000] 
hunchentoot-vhost 0.0.1
 * a package for virtual hosting with hunchentoot