| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 to... | Matthew Wild | 2012-04-26 | 1 | -9/+11 |
* | net.http.server: Lower score of wildcard handlers to ensure specific handlers... | Matthew Wild | 2012-04-26 | 1 | -1/+1 |
* | 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 |
* | 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 unregist... | Matthew Wild | 2012-04-26 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | net.http.server: Support for on_destroy callback on response objects, and a '... | Matthew Wild | 2012-04-25 | 1 | -0/+14 |
* | mod_bosh: Optimisation, store reply_before value as waiting_requests value (s... | Matthew Wild | 2012-04-25 | 1 | -4/+3 |
* | 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 response.... | Matthew Wild | 2012-04-24 | 1 | -12/+20 |
| * | 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 util.ev... | Matthew Wild | 2012-04-24 | 1 | -0/+29 |
| * | util.debug: Turn into a real-ish module ('debugx'), and require you call use(... | Matthew Wild | 2012-04-24 | 1 | -4/+12 |
| * | mod_proxy65: Port to portmanager, make a shared module | Matthew Wild | 2012-04-24 | 1 | -98/+86 |
| * | mod_http: Fix specifying method in app route keys | Matthew Wild | 2012-04-24 | 1 | -3/+4 |
| * | portmanager: Add get_service_at(interface, port) and close(interface, port) | Matthew Wild | 2012-04-24 | 1 | -3/+17 |
| * | net.server_event: Do not automatically close clients when closing a server port | Matthew Wild | 2012-04-24 | 1 | -16/+3 |
| * | net.server_select: Remove server from _server table when closing | Matthew Wild | 2012-04-24 | 1 | -0/+1 |
| * | mod_admin_telnet: Add initial port:list() and port:close() commands | Matthew Wild | 2012-04-24 | 1 | -1/+47 |
| * | prosody: Load portmanager at startup, to ensure it is ready to receive item-a... | Matthew Wild | 2012-04-24 | 1 | -0/+1 |
| * | mod_http_files: Rename argument to reflect what it actually is | Kim Alvefur | 2012-04-24 | 1 | -3/+3 |
| * | mod_httpserver: Rename to mod_http_files | Kim Alvefur | 2012-04-23 | 1 | -0/+0 |
| * | mod_httpserver: Adapt to use the new HTTP API | Kim Alvefur | 2012-04-23 | 1 | -39/+28 |
| * | mod_http: Pass portion of path that matched wildcard to wildcard handlers, as... | Matthew Wild | 2012-04-23 | 1 | -0/+8 |
| * | net.http.server: Support for wildcard events (events that end with '/*') | Matthew Wild | 2012-04-23 | 1 | -0/+51 |
| * | mod_http: Support for default_path in apps | Matthew Wild | 2012-04-23 | 1 | -4/+6 |
| * | moduleapi: Add module:add_timer(delay, callback) - automatically halts the ti... | Matthew Wild | 2012-04-23 | 1 | -0/+7 |
| * | modulemanager: Set module.loaded = false on unload | Matthew Wild | 2012-04-23 | 1 | -0/+1 |
| * | mod_http: Revamp module for new API and config | Matthew Wild | 2012-04-23 | 1 | -52/+54 |
| * | moduleapi: module:depends(): Load shared modules onto the current host even i... | Matthew Wild | 2012-04-23 | 1 | -0/+3 |
| * | modulemanager: Report errors that happen when loading a shared module onto it... | Matthew Wild | 2012-04-23 | 1 | -1/+1 |
| * | moduleapi: module:provides(): Add "-provider" onto the key name | Matthew Wild | 2012-04-23 | 1 | -1/+1 |