29
I Use This!
Low Activity

Commits : Listings

Analyzed 25 minutes ago. based on code collected about 11 hours ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove Unix files More... about 15 years ago
Remove setuid/setgid stuff More... about 15 years ago
Rename, part 2 More... about 15 years ago
Rename, part 1 More... about 15 years ago
Reworked More... about 15 years ago
checkpoint More... about 15 years ago
Tweak here and there More... about 15 years ago
Specialize method on T to silence "unused variable" warning in CCL. More... about 15 years ago
When you don't understand DO, use LOOP More... about 15 years ago
Some LW fixes More... about 15 years ago
Not for LispWorks More... about 15 years ago
guard against closed sockets (from ITA r235337) More... about 15 years ago
improve comment (from ITA r234477) More... about 15 years ago
Happy New Year More... about 15 years ago
Ignore ECONNABORTED errors while accepting incoming connections. More... over 15 years ago
Fix from Anton Vodonosov to ensure that MD5:MD5SUM-SEQUENCE is always passed a simple string. More... over 15 years ago
Handle wildcarded filenames properly. Requests for files containing wildcard characters will be responded to with a 404 response code instead of an error. More... over 15 years ago
Special case for zero-length string. More... over 15 years ago
support non-standard %u notation in URL-DECODE More... over 15 years ago
Don't export *CATCH-ERRORS-P* anymore. More... almost 16 years ago
Start session outside of lock scope in order to avoid recursive locking. More... almost 16 years ago
Make locks non-recursive - Recursive locks are not needed for the kind of application, and it helps cmucl which does not seem to have recursive locks. More... almost 16 years ago
Split up setting up the socket to listen for connections and accepting connections into two steps. The reason for this change is that listening is better done in the thread/process that invokes START-SERVER, as errors will then be reported directly (EADDRINUSE comes to mind) and that the caller of START-SERVER can be sure that the server will be ready enough to accept connections once START-SERVER returns. More... almost 16 years ago
Add SET-TIMEOUTS implementation for CMUCL More... almost 16 years ago
Fix handling of chunked requests (bug caught by Cyrus Harmon) More... almost 16 years ago
Remove WORKERS slot from ONE-SLOT-PER-CONNECTION-MANAGER. Workers were never removed from the list and it was used only for shutdown in LispWorks. As worker processes synchronously check for server shutdown anyway, losing the WORKERS slot was the best option to remove the leak. More... almost 16 years ago
Fix indentation. More... almost 16 years ago
Refactor SESSION-VERIFY for improved readability. More... almost 16 years ago
Include time stamp in access log. More... almost 16 years ago
Ignore unused arguments to silence annoying CCL warning. Pass request argument to SCRIPT-NAME in START-OUTPUT, pointed at by Cyrus Harmon. More... almost 16 years ago