[Bese-devel] New patches to ucw_dev: 24-Apr-2006

Marco Baringer mbaringer at common-lisp.net
Tue Apr 25 04:30:03 UTC 2006


Mon Apr 24 13:38:51 EDT 2006  Marco Baringer <mb at bese.it>
  * More refactoring in standard-dispatchers.
  
  Hopefully this consolidation of code makes things easier to read

    M ./src/rerl/standard-dispatcher.lisp -86 +73

Mon Apr 24 13:28:06 EDT 2006  Marco Baringer <mb at bese.it>
  * API change: split shutdown into send-headers and send-body.
  
  This change requires changes in the backend which have, atm, only been
  implemented for the httpd backend. The dispatcher code has also
  changed, the server's handle-request method no longer shutdown's the
  response, this must be done inside the various dispatch methods.

    M ./examples/gd.lisp -1 +2
    M ./src/backend/common.lisp -1 +2
    M ./src/backend/httpd.lisp -15 +20
    M ./src/packages.lisp +3
    M ./src/rerl/protocol.lisp -2 +9
    M ./src/rerl/standard-dispatcher.lisp -2 +40
    M ./src/rerl/standard-request-context.lisp -1 +3
    M ./src/rerl/standard-server.lisp -22 +15

Mon Apr 24 11:52:46 EDT 2006  Marco Baringer <mb at bese.it>
  * Fix thinko in regexp-dipatchers's dispatch method (we were accidentaly definig the method on url-dispatcher)

    M ./src/rerl/standard-dispatcher.lisp -1 +1

Mon Apr 24 11:52:25 EDT 2006  Marco Baringer <mb at bese.it>
  * Added the simple-dispatcher class

    M ./examples/examples.lisp -1 +22
    M ./src/packages.lisp +1
    M ./src/rerl/standard-dispatcher.lisp +34

Mon Apr 24 08:01:31 EDT 2006  Marco Baringer <mb at bese.it>
  * Minor documentation fixs to standard-dispatchers

    M ./src/rerl/standard-dispatcher.lisp -1 +10

Mon Apr 24 07:45:46 EDT 2006  Marco Baringer <mb at bese.it>
  * Added COPYRIGHT info in standard-disptacher.lisp

    M ./src/rerl/standard-dispatcher.lisp +29

Mon Apr 24 05:50:16 EDT 2006  Marco Baringer <mb at bese.it>
  * Added William Halliburton's gd example

    A ./examples/gd.lisp


An updated tarball of ucw_dev's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_dev-20060424.tar.gz

Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=ucw_dev;a=summary



More information about the bese-devel mailing list