An error occurred fetching the project authors.
- 17 Aug, 2001 1 commit
-
-
Andreas Jung authored
then HTTP version could not be determined from the HTTP request. Now sending "HTTP/1.0..."
-
- 02 Jul, 2001 2 commits
-
-
Shane Hathaway authored
-
Chris McDonough authored
-
- 30 May, 2001 1 commit
-
-
Andreas Jung authored
-
- 01 May, 2001 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 30 Apr, 2001 1 commit
-
-
Andreas Jung authored
If a request contained really quoted text crack_request() failed with an exception because the correspondig regex is unable to handle an unquoted request. unquot() is now called *after* crack_request
-
- 25 Apr, 2001 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 13 Feb, 2001 1 commit
-
- 23 Aug, 2000 1 commit
-
- 27 Jun, 2000 1 commit
-
- 22 Jun, 2000 1 commit
-
-
matt@zope.com authored
e.g. GET http://www.zope.org:8080/ is legal, but medusa was not cleaning this up to a URI of /. The REQUEST regex was converted to a re format to accomplish this
-
- 02 Jun, 2000 1 commit
-
- 31 May, 2000 1 commit
-
- 14 Jan, 2000 1 commit
-
-
Amos Latteier authored
Synched with latest medusa sources from CVS. The main changes are the structure of asyncore.socket_map which now maps fds to channels which should provide a slight performance improvement.
-
- 15 Nov, 1999 1 commit
-
-
Amos Latteier authored
-
- 22 Sep, 1999 1 commit
-
-
Christopher Petrilli authored
-
- 10 Sep, 1999 1 commit
-
-
Christopher Petrilli authored
Thanks Brian Hooper.
-
- 04 Aug, 1999 1 commit
-
-
Amos Latteier authored
Now medusa's http server is better about handling broken HTTP requests. It now tries to figure out a reasonable request, and failing that it returns a 400 error. This patch has been submitted to Sam Rushing.
-
- 02 Aug, 1999 1 commit
-
-
Amos Latteier authored
-
- 20 Jul, 1999 1 commit
-
-
Amos Latteier authored
with print statements. This is accomplished by adding a log_info method to asyncore.dispatcher. I've sent the patches to Sam, and he indicates that he will accept them.
-
- 26 May, 1999 1 commit
-
-
Amos Latteier authored
Bring medusa libraries up to date with current medusa stuff. This should improve FTP Server on win95 problems, bogus DNS IP address problems, potential memory problems, and more. Also included in a little patch of my own to asyncore.py to fail on shutodown sockets in a slightly more friendly way.
-
- 09 Apr, 1999 1 commit
-
-
Amos Latteier authored
-
- 12 Mar, 1999 1 commit
-
- 18 Jan, 1999 1 commit
-
-
Amos Latteier authored
-
- 15 Jan, 1999 1 commit
-
-
Amos Latteier authored
-
- 13 Jan, 1999 1 commit
-
-
Amos Latteier authored
added ready medthod to producer interface and updated most existing producers to work with it. The ready method allows future producers.
-
- 09 Jan, 1999 1 commit
-
-
Amos Latteier authored
-