Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | modulemanager: Set module.environment before calling add_host, otherwise the ↵ | Matthew Wild | 2012-04-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | module will get the parent's environment (thanks xnyhps and Maranda) | |||||
| * | | net.http.server: Remove unused variable | Matthew Wild | 2012-04-27 | 1 | -1/+0 | |
| | | | ||||||
| * | | net.http.server: Correctly cache results of handler indexing, and also cache ↵ | Matthew Wild | 2012-04-27 | 1 | -10/+14 | |
| | | | | | | | | | | | | failures | |||||
| * | | mod_bosh: Add routes without trailing-'/', so that both /http-bind and ↵ | Matthew Wild | 2012-04-27 | 1 | -0/+3 | |
| | | | | | | | | | | | | /http-bind/ work again | |||||
| * | | mod_http: Allow a route value to be static data rather than a handler function | Matthew Wild | 2012-04-27 | 1 | -1/+4 | |
| | | | ||||||
| * | | net.http.codes: Add missing 418 status code | Matthew Wild | 2012-04-27 | 1 | -0/+1 | |
| | | | ||||||
| * | | mod_http_files: Specify method in HTTP route | Matthew Wild | 2012-04-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | mod_http: Routes now require a method to be specified, but the path has ↵ | Matthew Wild | 2012-04-27 | 1 | -6/+5 | |
| | | | | | | | | | | | | become optional (defaults to the base path with no trailing '/' | |||||
| * | | mod_http: Link to docs on routes in error message | Matthew Wild | 2012-04-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | moduleapi: Rename module:hook_stanza() -> module:hook_tag() (hook_stanza ↵ | Matthew Wild | 2012-04-27 | 1 | -1/+2 | |
| | | | | | | | | | | | | works for compat) | |||||
| * | | moduleapi: get_host_type(): Return nil for global modules (no host) | Matthew Wild | 2012-04-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | mod_http: Remove unused import of url.parse | Matthew Wild | 2012-04-26 | 1 | -1/+0 | |
| | | | ||||||
| * | | mod_http_files, net.http.parser: Move path normalization to net.http.parser ↵ | Matthew Wild | 2012-04-26 | 2 | -24/+20 | |
| | | | | | | | | | | | | so that all modules can benefit | |||||
| * | | Merge with backout | Matthew Wild | 2012-04-26 | 1 | -4/+0 | |
| |\ \ | ||||||
| | * | | Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b7570 | Matthew Wild | 2012-04-26 | 1 | -4/+0 | |
| | | | | ||||||
| * | | | net.http.server: Fire http-error 400 if request fails sanity checks | Matthew Wild | 2012-04-26 | 1 | -1/+8 | |
| | | | | ||||||
| * | | | net.http.parser: Handle full URLs in status line. | Waqas Hussain | 2012-04-26 | 1 | -1/+6 | |
| | | | | ||||||
| * | | | mod_http_errors: Module to handle HTTP errors with a HTML page | Matthew Wild | 2012-04-26 | 1 | -0/+75 | |
| | | | | ||||||
| * | | | net.http.server: Make error handling overrideable via 'http-error' event | Matthew Wild | 2012-04-26 | 1 | -4/+12 | |
| |/ / | ||||||
| * | | net.server.http: Parse absolute URIs in requests (thanks Maranda) | Matthew Wild | 2012-04-26 | 1 | -0/+4 | |
| | | | ||||||
| * | | moduleapi: Fix parameters to unhook_object_event() | Matthew Wild | 2012-04-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | moduleapi: module:depends(): Don't load shared modules onto the current host ↵ | Matthew Wild | 2012-04-26 | 1 | -1/+2 | |
| | | | | | | | | | | | | if the current host is '*'... | |||||
| * | | net.http.server: Expose events object (for debug purposes) | Matthew Wild | 2012-04-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | util.helpers: show_events(): Make more robust, and allow filtering results ↵ | Matthew Wild | 2012-04-26 | 1 | -9/+11 | |
| | | | | | | | | | | | | to a specific event | |||||
| * | | net.http.server: Lower score of wildcard handlers to ensure specific ↵ | Matthew Wild | 2012-04-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | handlers beat them | |||||
| * | | mod_http_files: Change option name from http_path to http_files_dir | Matthew Wild | 2012-04-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | mod_http: Switch to single option for specifying HTTP app bases, http_paths. ↵ | Matthew Wild | 2012-04-26 | 1 | -1/+7 | |
| | | | | | | | | | | | | Keys are app/module names, values are base paths. | |||||
| * | | mod_http_files: Log 404 failure reason | Matthew Wild | 2012-04-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | mod_http_files: Return numeric error codes instead of custom error responses | Matthew Wild | 2012-04-26 | 1 | -12/+4 | |
| | | | ||||||
| * | | util.debug: Remove 'white' from boundary style (leave at default colour) | Matthew Wild | 2012-04-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | util.termcolours: tohtml() for converting output to HTML. I don't know. | Matthew Wild | 2012-04-26 | 1 | -0/+23 | |
| | | | ||||||
| * | | mod_bosh: Update informational message on GET | Matthew Wild | 2012-04-26 | 1 | -1/+4 | |
| | | | ||||||
| * | | mod_http: Use module:hook/unhook_event_object() so that handlers get ↵ | Matthew Wild | 2012-04-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | unregistered if mod_http is unloaded | |||||
| * | | moduleapi: Add module:unhook_object_event() | Matthew Wild | 2012-04-26 | 1 | -0/+4 | |
| | | | ||||||
| * | | net.http.server: Fix to compare priority if path lengths are the same (logic ↵ | Matthew Wild | 2012-04-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | fail) | |||||
| * | | util.debug: Some more magic constant fiddling. Don't ask me. | Matthew Wild | 2012-04-25 | 1 | -4/+4 | |
| | | | ||||||
| * | | mod_bosh: Large commit to update to mod_http/net.http.server APIs. Becomes a ↵ | Matthew Wild | 2012-04-25 | 1 | -85/+83 | |
| | | | | | | | | | | | | shared module. | |||||
| * | | net.http.server: Support for on_destroy callback on response objects, and a ↵ | Matthew Wild | 2012-04-25 | 1 | -0/+14 | |
| | | | | | | | | | | | | 'finished' flag to say when they are destroyed (responded to or connection closed) | |||||
| * | | mod_bosh: Optimisation, store reply_before value as waiting_requests value ↵ | Matthew Wild | 2012-04-25 | 1 | -4/+3 | |
| | | | | | | | | | | | | (saves a lookup) | |||||
| * | | net.http.server: Small fix to comment | Matthew Wild | 2012-04-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | net.http.server: Remove legacy compatibility | Matthew Wild | 2012-04-25 | 1 | -57/+4 | |
| | | | ||||||
| * | | portmanager: Fix selecting bind_interfaces from pre-0.9 config options. | Kim Alvefur | 2012-04-25 | 1 | -2/+3 | |
| | | | ||||||
| * | | Makefile: Fix for net/http | Matthew Wild | 2012-04-25 | 1 | -1/+3 | |
| | | | ||||||
| * | | mod_proxy65: Add multiplex pattern. | Waqas Hussain | 2012-04-25 | 1 | -0/+3 | |
| | | | ||||||
| * | | Merge timber->trunk - thanks everyone! | Matthew Wild | 2012-04-24 | 46 | -2100/+2928 | |
| |\ \ | ||||||
| | * | | net.http.server: Handle results returned by handlers, and send as a ↵ | Matthew Wild | 2012-04-24 | 1 | -12/+20 | |
| | | | | | | | | | | | | | | | | response. Also removes explicit firing of '*', which can now be done via wildcard events. | |||||
| | * | | net.http.server: Remove debug message | Matthew Wild | 2012-04-24 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | util.helpers: Add show_events(), to show the events and handlers in a ↵ | Matthew Wild | 2012-04-24 | 1 | -0/+29 | |
| | | | | | | | | | | | | | | | | util.events object | |||||
| | * | | util.debug: Turn into a real-ish module ('debugx'), and require you call ↵ | Matthew Wild | 2012-04-24 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | use() to override debug.traceback() | |||||
| | * | | mod_proxy65: Port to portmanager, make a shared module | Matthew Wild | 2012-04-24 | 1 | -98/+86 | |
| | | | |