| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Since the module is now global, this event was also fired in a global
context by default.
|
| |
|
| |
|
|
|
|
| |
Such modules simply ignore the Host header and always handle the same path.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
I have no idea what Matthew meant to use this for. Easy enough to put back.
|
|
|
|
| |
after close)
|
| |
|
|
|
|
|
| |
Since It's tricky to go back and insert data at the beginning of a file,
but `cat blah.sch blah.scs` ought to be fine for now.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|