| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
All data is compiled into functions that return new copies in order to
prevent mutation of stored data.
This has downsides.
Also an ugly hack.
|
| |
|
| |
|
|
|
|
| |
This was used to construct the event name previously
|
| |
|
|
|
|
|
| |
Now an event like `GET /path` is fired at first, and mod\_http
dispatches the old `GET host/path` events.
|
| |
|
|
|
|
| |
This relies on the new name mapping in util.dataforms
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
users is disabled by default
|
|
|
|
| |
.conn might just be the FD sometimes
|
| |
|
|
|
|
| |
The main loop calls :onwritable but here it was spelled :onwriteable
|
| |
|
|
|
|
| |
Why does this fix building?
|
| |
|
| |
|
| |
|
| |
|
| |
|