2010-10-13 Carl John Nobile * README: Fixed an inacurate statement. * docs/eclipse-1.0.txt: Added the Eclipse Public License - v 1.0. 2010-03-04 Carl John Nobile * AsyncoreHTTPServer.py, testACHTTPServer.py: Added the legalese. * README: Added documentation on how to subclass AsyncoreHTTPServer. 2008-08-13 Carl John Nobile * AsyncoreHTTPServer.py: Updated the version number to 0.4.1. * AsyncoreHTTPServer.py: Fixed a minor bug in the handleing of the request-line. Added a check for the host:port when starting from the command line. Changed some lists to tuples. Also put an 'import re' back in the code in the DisplayHandler class. 2008-08-05 Carl John Nobile * AsyncoreHTTPServer.py: Fixed a bug in the WSGI handler where the 'Host' header was not handled correctly for protocols other than HTTP/1.1. 2008-08-04 Carl John Nobile * AsyncoreHTTPServer.py: Fixed some doc strings. * AsyncoreHTTPServer.py: Added the remote addr and port to the environment. * AsyncoreHTTPServer.py: Fixed spelling and a variable name in getResponseHeaders(). 2008-08-03 Carl John Nobile * AsyncoreHTTPServer.py: Fixed an epydoc parameter name. * AsyncoreHTTPServer.py: Fixed the WSGI handler. Mostly environ variables were wrong. 2008-07-31 Carl John Nobile * AsyncoreHTTPServer.py: Fixed an epydoc tag. * AsyncoreHTTPServer.py: Added a WSGI handler. * testACHTTPServer.py: Fixed the GetOptions class constructor. 2008-07-01 Carl John Nobile * docs/Makefile: Changed the doc directory name. * testACHTTPServer.py: Changed the longOptions argument. 2008-06-18 Carl John Nobile * AsyncoreHTTPServer.py: Added a lot of missing doc strings. * Makefile: Fixed the target for making the docs. * README: Changed the email address. * README: Updated README to reflect the updated test script. 2008-06-17 Carl John Nobile * Makefile: Removed some unneeded lines in the clobber target. * docs/Makefile: Added a tar target to make a tarball of the docs. * Makefile, docs/Makefile: Added two Makefile's to do cleanup and make api docs. * AsyncoreHTTPServer.py: Fixed a bug in the handleLogging() method. 2008-06-16 Carl John Nobile * AsyncoreHTTPServer.py: Removed a doc string that was in the wrong place and fixed the spelling of a variable. * testACHTTPServer.py: Finished updating to run stress tests on the server. * AsyncoreHTTPServer.py: Chaned the GET and HEAD calls in AsyncoreHTTPRequestHandler also added a command line arg to switch between stress test and a directory listing. 2008-06-15 Carl John Nobile * testACHTTPServer.py: Making the test script more generic. * AsyncoreHTTPServer.py: Commented a debug print statement. * AsyncoreHTTPServer.py, README, testACHTTPServer.py: Initial Import * AsyncoreHTTPServer.py, README, testACHTTPServer.py: New file.