aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* modulemanager: Remove unused function importsMatthew Wild2012-04-281-10/+4
|
* modulemanager: Remove unused NULL declarationMatthew Wild2012-04-281-2/+0
|
* portmanager: Fix breakage (import ALL the functions)Matthew Wild2012-04-281-2/+4
|
* portmanager: Rename activate_service() to activate() (to match deactivate())Matthew Wild2012-04-281-2/+2
|
* portmanager: Add module() definitionMatthew Wild2012-04-281-0/+2
|
* portmanager: Explicitly import some librariesMatthew Wild2012-04-281-0/+6
|
* net.http.server: Try default_host if client sent no host anywhere, ↵Matthew Wild2012-04-281-4/+4
| | | | otherwise... fail. It's 2012.
* net.http.server: Fix traceback on missing host header (thanks darkrain)Matthew Wild2012-04-281-2/+1
|
* mod_bosh: Remove unused import of net.httpserverMatthew Wild2012-04-281-2/+1
|
* mod_http_errors: Add two new config options, http_errors_always_show (show ↵Matthew Wild2012-04-271-2/+4
| | | | even for unknown errors) and http_errors_default_message (message for unknown errors)
* net.http.server, mod_http: Support http_default_host config option to ↵Matthew Wild2012-04-272-41/+63
| | | | specify where to direct requests for unknown HTTP vhosts
* net.http.server: Improve commentMatthew Wild2012-04-271-1/+1
|
* mod_component: Return true after denying a second component connection for a ↵Matthew Wild2012-04-271-0/+1
| | | | host (thanks xnyhps)
* modulemanager: Clear modulemap when a host is deactivated (thanks xnyhps)Matthew Wild2012-04-271-0/+3
|
* hostmanager: Remove unused host_config parameter from host-activated eventMatthew Wild2012-04-271-1/+1
|
* hostmanager: Add some TODO commentsMatthew Wild2012-04-271-0/+2
|
* hostmanager: Convert host-deactivating event parameters to a tableMatthew Wild2012-04-271-1/+1
|
* mod_proxy65: Fix traceback when proxy65 service fails to bind a portMatthew Wild2012-04-271-1/+1
|
* modulemanager: Set module.environment before calling add_host, otherwise the ↵Matthew Wild2012-04-271-2/+2
| | | | module will get the parent's environment (thanks xnyhps and Maranda)
* net.http.server: Remove unused variableMatthew Wild2012-04-271-1/+0
|
* net.http.server: Correctly cache results of handler indexing, and also cache ↵Matthew Wild2012-04-271-10/+14
| | | | failures
* mod_bosh: Add routes without trailing-'/', so that both /http-bind and ↵Matthew Wild2012-04-271-0/+3
| | | | /http-bind/ work again
* mod_http: Allow a route value to be static data rather than a handler functionMatthew Wild2012-04-271-1/+4
|
* net.http.codes: Add missing 418 status codeMatthew Wild2012-04-271-0/+1
|
* mod_http_files: Specify method in HTTP routeMatthew Wild2012-04-271-1/+1
|
* mod_http: Routes now require a method to be specified, but the path has ↵Matthew Wild2012-04-271-6/+5
| | | | become optional (defaults to the base path with no trailing '/'
* mod_http: Link to docs on routes in error messageMatthew Wild2012-04-271-1/+1
|
* moduleapi: Rename module:hook_stanza() -> module:hook_tag() (hook_stanza ↵Matthew Wild2012-04-271-1/+2
| | | | works for compat)
* moduleapi: get_host_type(): Return nil for global modules (no host)Matthew Wild2012-04-271-1/+1
|
* mod_http: Remove unused import of url.parseMatthew Wild2012-04-261-1/+0
|
* mod_http_files, net.http.parser: Move path normalization to net.http.parser ↵Matthew Wild2012-04-262-24/+20
| | | | so that all modules can benefit
* Merge with backoutMatthew Wild2012-04-261-4/+0
|\
| * Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b7570Matthew Wild2012-04-261-4/+0
| |
* | net.http.server: Fire http-error 400 if request fails sanity checksMatthew Wild2012-04-261-1/+8
| |
* | net.http.parser: Handle full URLs in status line.Waqas Hussain2012-04-261-1/+6
| |
* | mod_http_errors: Module to handle HTTP errors with a HTML pageMatthew Wild2012-04-261-0/+75
| |
* | net.http.server: Make error handling overrideable via 'http-error' eventMatthew Wild2012-04-261-4/+12
|/
* net.server.http: Parse absolute URIs in requests (thanks Maranda)Matthew Wild2012-04-261-0/+4
|
* moduleapi: Fix parameters to unhook_object_event()Matthew Wild2012-04-261-1/+1
|
* moduleapi: module:depends(): Don't load shared modules onto the current host ↵Matthew Wild2012-04-261-1/+2
| | | | if the current host is '*'...
* net.http.server: Expose events object (for debug purposes)Matthew Wild2012-04-261-0/+1
|
* util.helpers: show_events(): Make more robust, and allow filtering results ↵Matthew Wild2012-04-261-9/+11
| | | | to a specific event
* net.http.server: Lower score of wildcard handlers to ensure specific ↵Matthew Wild2012-04-261-1/+1
| | | | handlers beat them
* mod_http_files: Change option name from http_path to http_files_dirMatthew Wild2012-04-261-1/+1
|
* mod_http: Switch to single option for specifying HTTP app bases, http_paths. ↵Matthew Wild2012-04-261-1/+7
| | | | Keys are app/module names, values are base paths.
* mod_http_files: Log 404 failure reasonMatthew Wild2012-04-261-0/+1
|
* mod_http_files: Return numeric error codes instead of custom error responsesMatthew Wild2012-04-261-12/+4
|
* util.debug: Remove 'white' from boundary style (leave at default colour)Matthew Wild2012-04-261-1/+1
|
* util.termcolours: tohtml() for converting output to HTML. I don't know.Matthew Wild2012-04-261-0/+23
|
* mod_bosh: Update informational message on GETMatthew Wild2012-04-261-1/+4
|