descriptionRabbitMQ Mochiweb Integration
ownerinfo@rabbitmq.com
last changeFri, 03 Feb 2012 13:06:35 +0000
changes
16 hours ago Simon MacMullen Merge bug24606 default tip
35 hours ago Emile Joubert Update copyright 2012 bug24606
39 hours ago Emile Joubert Update copyright 2012 bug24606
6 weeks ago Steve Powell Added tag rabbitmq_v2_7_1 for changeset 7c1d95da0f50
7 weeks ago Simon MacMullen R15B fix rabbitmq_v2_7_1
2 months ago Steve Powell Added tag rabbitmq_v2_7_0 for changeset 0c78d43ca7a6
3 months ago Simon MacMullen Merge bug21319 (include plugins in source and binary packages) rabbitmq_v2_7_0
3 months ago Alexandru Scvortov merge default into bug21319 bug21319
4 months ago Simon MacMullen Actually rabbitmq_mochiweb now contains some code that references webmachine. Depend on it to silence warnings. bug21319
4 months ago Michael Bridgen Merge bug23235
4 months ago Simon MacMullen Make the web workers transient since we might want to stop them. Make the registry transient as well, since there's no good reason for it to be permanent and permanent is kinda weird. bug23235
4 months ago Alexandru Scvortov Backed out changeset 12e472b84d7b bug21319
4 months ago Alexandru Scvortov mark rabbitmq-mochiweb as RELEASABLE bug21319
4 months ago Alexandru Scvortov depend on mochiweb bug21319
4 months ago Tim Fox Added tag rabbitmq_v2_6_1 for changeset 961f8d21efe0
5 months ago Simon MacMullen Unregister a context, and stop the listener if that's appropriate. bug23235
5 months ago Simon MacMullen Another infinity we were missing. Boo. rabbitmq_v2_6_1
5 months ago Matthew Sackman Added tag rabbitmq_v2_6_0 for changeset bcf9dd5d8d77
5 months ago Tim Fox Added tag rabbitmq_v2.6.0 for changeset bcf9dd5d8d77
5 months ago Simon MacMullen Merge bug24186 rabbitmq_v2.6.0 rabbitmq_v2_6_0
5 months ago Simon MacMullen Merge bug24345
5 months ago Alexandru Scvortov add dependency to webmachine-wrapper bug24345
5 months ago Alexandru Scvortov merge default into bug24186 bug24186
5 months ago Marek Majkowski bug24280 merged into default
6 months ago Michael Bridgen Merge bug24240
6 months ago Michael Bridgen Pattern match implicitly bug24240
6 months ago Simon MacMullen Set timeouts to infinity. bug24280
6 months ago Simon MacMullen A test? What a novel idea. bug24240
7 months ago Michael Bridgen Merge bug24193
7 months ago Michael Bridgen Admit that it's markdown bug24193
7 months ago Michael Bridgen Defuse these context/path pairs as well bug24193
7 months ago Simon MacMullen I *think* this makes it a bit clearer what goes with what... bug24193
7 months ago Simon MacMullen Matthias points out the existence of lists:key*. bug24240
7 months ago Simon MacMullen Make rabbit_mochiweb_registry:add/4 overwrite a record if you add the same context twice, rather than insert a duplicate. bug24240
7 months ago Michael Bridgen Factor out listener options in config grammar. Be consistent about quoting: Erlang values get backticks (markdown code blocks) and quoted as they would in Erlang. Everything else, i.e., URL bits, is quoted if it's string-like. bug24193
7 months ago Michael Bridgen Update README. Needs a bit more spelling out now. bug24193
7 months ago Simon MacMullen This test is no longer needed. bug24193
7 months ago Simon MacMullen Added tag rabbitmq_v2_5_1 for changeset e30e75ded13b v2_5
7 months ago Simon MacMullen Create 2.5 branch v2_5 rabbitmq_v2_5_1
7 months ago Simon MacMullen Change to a default listener that gets remapped to '*'. bug24193
7 months ago Simon MacMullen Resurrect default
7 months ago Simon MacMullen Merge default to junk (accidental commit from bug 24193) junk
7 months ago Simon MacMullen Pre-junk (accidental commit to default) default
7 months ago Simon MacMullen Change to a default listener that gets remapped to '*'.
7 months ago David Wragg Revert bug24186
7 months ago Michael Bridgen Merge bug24186
7 months ago David Wragg The base .app file now lives in src/*.app.src bug24186
7 months ago Simon MacMullen Junk bug 23890 (multi-static-context functionality moved to rabbitmq-management). junk
7 months ago Simon MacMullen Pre-junk bug23890
7 months ago Michael Bridgen Merge bug23521
7 months ago Michael Bridgen Reinstate authenticated static contexts. May yet be useful. bug23521
7 months ago Simon MacMullen Add generated app file to .hgignore
7 months ago Simon MacMullen Merge heads
7 months ago Jerry Kuch Added tag rabbitmq_v2_5_0 for changeset 4769054b20d2
7 months ago Michael Bridgen It's 405 Method Not Allowed for this case. bug23521
7 months ago Michael Bridgen Use pattern matching bug23521
7 months ago Simon MacMullen Abstract and tidy up context selector, move the HEAD / GET check for statoc content to the handler. bug23521
7 months ago Simon MacMullen Merged in default bug23521
7 months ago Simon MacMullen Oops bug23890
7 months ago Simon MacMullen Merge default, again bug23890
7 months ago Michael Bridgen Merge bug23944
7 months ago Simon MacMullen Don't bother try to cope if context has no name, that's a bug. bug23944
7 months ago Simon MacMullen Merge in default bug23890
8 months ago Simon MacMullen Merge in default bug23521
8 months ago Michael Bridgen Correct config grammar rabbitmq_v2_5_0
8 months ago Michael Bridgen Add unit tests for {Context, {Listener, Path}} form in config
8 months ago Michael Bridgen Merge bug24145
8 months ago Simon MacMullen Ensure there's always a leading "/" for webmachine. bug24145
8 months ago Rob Harrop Merge bug23868 into default
8 months ago Simon MacMullen Merge in default bug23944
8 months ago Rob Harrop Merge with default bug23868
8 months ago Matthew Sackman Correct .hgignore file again
8 months ago Matthew Sackman Correct .hgignore
8 months ago Matthew Sackman Merging bug24079 to default
8 months ago Simon MacMullen Merge in default bug23890
8 months ago Simon MacMullen Remove extra mgmt contexts. Fix contexts where the prefix is "". Remove register_authenticated_static_context. bug23521
8 months ago Simon MacMullen Merge in default bug23944
8 months ago Simon MacMullen Merge in default bug23868
8 months ago Simon MacMullen Merge bug23833 (Support multiple instances of mochiweb)
8 months ago Michael Bridgen Check for no_default_listener too bug23833
8 months ago Michael Bridgen Fix tests up for different implementation of check_contexts bug23833
8 months ago Simon MacMullen Silence warnings. bug23833
8 months ago Simon MacMullen Cosmetic bug23833
8 months ago Michael Bridgen Minor corrections bug23833
8 months ago Michael Bridgen Correct use of that form of context spec. bug23833
8 months ago Michael Bridgen Use longer names for the management contexts bug23833
8 months ago Michael Bridgen Account for the nested-pair variety of context spec. bug23833
8 months ago Michael Bridgen Update README with the new configuration and API bug23833
8 months ago Michael Bridgen Tidy ups as proposed in bug 23833 comment 58. Mainly just being consistent with names, and avoiding some unecessary (repeated) work. bug23833
8 months ago Simon MacMullen Move .app to .app.in, remove module list bug24079
9 months ago Simon MacMullen We don't need this any more, minimise difference from default. bug23890
9 months ago Simon MacMullen Don't be fooled by the presence of the root directory. bug23890
9 months ago Simon MacMullen Allow static contexts to serve from several docroots. bug23890
9 months ago Simon MacMullen Allow handlers to be updated. bug23890
9 months ago Simon MacMullen Oops bug23833
9 months ago Simon MacMullen Fix from previous default merge. bug23833
9 months ago Simon MacMullen Merge in default. bug23833
9 months ago Matthias Radestock merge bug23274 into junk junk
9 months ago Matthias Radestock clearing 'junk' branch junk
9 months ago Simon MacMullen Merge bug23568 to default (build system rewrite)
9 months ago Simon MacMullen You know what? I don't think these even have a good excuse for existing. bug23568
9 months ago Simon MacMullen Application names: rabbit_foo -> rabbitmq_foo bug23568
9 months ago Simon MacMullen Merge from default bug23568
10 months ago Alexandru Scvortov Added tag rabbitmq_v2_4_1 for changeset edc56c6f4a10
10 months ago Alexandru Scvortov Added tag rabbitmq_v2_4_0 for changeset e5eb88894c35 rabbitmq_v2_4_1
10 months ago Simon MacMullen rabbit_mochiweb_registry:list_all/0 bug23944
10 months ago Simon MacMullen Set mochiweb's ssl_opts automatically if it's not set explicitly. bug23868
10 months ago Michael Bridgen Also, compile. bug23833
10 months ago Michael Bridgen Exit if we don't have a port configured for a listener bug23833
11 months ago Michael Bridgen Give the path prefix and the listener to dynamic handlers. This is accounted for in rabbit_mochiweb:makeloop/1, meaning that webmachine dispatch tables no longer have to include the prefix. bug23833
11 months ago Michael Bridgen Default entries for all the mgmt contexts bug23833
11 months ago Michael Bridgen Check configuration of contexts and listeners bug23833
11 months ago Michael Bridgen Put management in together by default bug23833
11 months ago Michael Bridgen Merge in default bug23833
11 months ago Michael Bridgen Start listeners when a handler is registered on them bug23833
11 months ago Michael Bridgen Cosmetic rabbitmq_v2_4_0
11 months ago Simon MacMullen Merge bug 23702 (Let rabbit_mochiweb run more than one instance of webmachine)
11 months ago Michael Bridgen Change setup to set the logger env variable, so lookups internal to webmachine will at least work. provide convenience defaults. bug23702
11 months ago Michael Bridgen Acknowledge the adaption of webmachine:loop/1 bug23702
11 months ago Michael Bridgen Webmachine likes to have an error handler set, deep down in its code. bug23702
11 months ago Michael Bridgen Merge bug23702 heads bug23702
11 months ago Michael Bridgen Backed out changeset 8b76a3c95a9b bug23702
11 months ago Michael Bridgen Ops, this too. 404s get a triple back, not a pair. bug23702
11 months ago David Wragg s/IN_BROKER/WITH_BROKER/ bug23568
11 months ago Michael Bridgen Add rabbit_webmachine, with a procedure for making a fun loop/1 given a webmachine dispatch table bug23702
11 months ago Michael Bridgen Merge in default bug23702
11 months ago Michael Bridgen Minor change to default config bug23833
11 months ago David Wragg Add erl_crash.dump to .hgignore bug23568
11 months ago David Wragg Rename *_app.in to *.app bug23568
11 months ago Michael Bridgen Be consistent with use of Prefix (which avoids some daft badmatches) bug23833
11 months ago David Wragg Merge default into bug23568 bug23568
11 months ago Michael Bridgen Link contexts to listeners via the config, and give plugins that ability to find out listener options bug23833
11 months ago Michael Bridgen Merge bug 23827 (relative context paths)
11 months ago David Wragg More sensible listing of contexts without descriptions bug23827
11 months ago Michael Bridgen Change the interface exposed by rabbit_mochiweb to speak about contexts and default paths. bug23833
11 months ago Michael Bridgen Add the instance as a parameter to the context registration API. This is a breaking change for plugins. bug23833
11 months ago Michael Bridgen Give instances different registered names bug23833
11 months ago Michael Bridgen Parameterise basically everything with an instance name, and allow the configuration to include more than one instance. By default, provide a 'default' instance, and for the minute, make everything use that. This works with e.g., management plugin with no changes. (Well, one change: don't rely on rabbit_mochiweb having an env entry for 'port'). bug23833
11 months ago David Wragg Generate relative URLs in listing_fallback_handler bug23827
12 months ago David Wragg Update .hgignore bug23568
12 months ago David Wragg Merge default into bug23568 bug23568
12 months ago Simon MacMullen Added tag rabbitmq_v2_3_1 for changeset 0654eb4b8054
12 months ago David Wragg Make the test actually test something bug23568
12 months ago Simon MacMullen Added tag rabbitmq_v2_3_0 for changeset 7d872fcc6189 rabbitmq_v2_3_1
12 months ago David Wragg Simplify test, and hook into the new rabbitmq-public-umbrella testing support bug23568
12 months ago Marek Majkowski Mochiweb updated to recent version bug23702
13 months ago David Wragg Merge default into bug23568 bug23568
13 months ago Simon MacMullen Merge bug 23597 into default rabbitmq_v2_3_0
13 months ago Emile Joubert Fix random range bug23597
13 months ago Emile Joubert Smaller change by exact reimplementation of crypto:rand_bytes/1 bug23597
13 months ago Emile Joubert Reduce dependency on crypto module bug23597
14 months ago David Wragg Overhaul for bug23568 bug23568
14 months ago David Wragg Merge from default bug23568
14 months ago Rob Harrop Added tag rabbitmq_v2_2_0 for changeset 429782c8c77d
14 months ago Marek Majkowski bug23501 merged into default rabbitmq_v2_2_0
14 months ago Simon MacMullen Make the case where no contexts are installed clearer. bug23501
14 months ago Simon MacMullen List contexts without descriptions. I think doing it this way makes more sense than adding descriptions, since the JSON-RPC contexts which are like this are no good to click on and for more advanced users anyway. bug23501
15 months ago Rob Harrop Merged bug23458 into default
15 months ago Simon MacMullen Fix the test "suite" and rehabilitate the single test within it to actaully do something, albeit not much. bug23458
15 months ago Rob Harrop Merged bug23449 into default
15 months ago Simon MacMullen Provide a mechanism to have authenticated static content. bug23449
15 months ago Simon MacMullen Merging bug23269 (build under cygwin)
15 months ago Emile Joubert Build on cygwin bug23269
15 months ago Vlad Alexandru Ionescu Added tag rabbitmq_v2_1_1 for changeset d3cc0854fd6f
15 months ago Matthew Sackman Split $package/Makefile into $package/Makefile and $package/package.mk. bug23274
16 months ago Matthew Sackman Move test code so that test coverage works bug23274
16 months ago Matthew Sackman Correct naming of deps bug23274
16 months ago Matthew Sackman Make rabbitmq-mochiweb work with the new plugin build system bug23274
16 months ago Simon MacMullen Remove deprecated vars bug23253
16 months ago Marek Majkowski Added tag rabbitmq_v2_1_0 for changeset a67517043ee0 rabbitmq_v2_1_1
16 months ago Emile Joubert Build on cygwin bug23269
16 months ago Marek Majkowski Rewrite .app VSN. bug23205
17 months ago Marek Majkowski Use revision in .ez file name. bug23205
17 months ago Marek Majkowski export register_handler, as for qa bug23219
17 months ago Matthias Radestock merge heads rabbitmq_v2_1_0
17 months ago Marek Majkowski don't export register_handler, don't use registry:add in register_context_handler bug23219
17 months ago Marek Majkowski bug23199 merged into default
17 months ago Marek Majkowski default merged into bug23199 bug23199
17 months ago David Wragg Merge bug23196 into default
17 months ago David Wragg Merge bug23130 into default (place plugin version into .app descriptor
17 months ago Simon MacMullen More valid HTML. bug23199
17 months ago Simon MacMullen Fix + rename vars. bug23199
17 months ago Simon MacMullen Make the most cursory attempt possible towards valid HTML. bug23199
17 months ago Simon MacMullen Don't make list know about links. bug23199
17 months ago Simon MacMullen Remove old APIs, rename some args to hopefully make them clearer... bug23199
17 months ago Simon MacMullen Actually make the change... bug23196
17 months ago Simon MacMullen squeakyclean -> distclean bug23196
17 months ago Simon MacMullen List interesting contexts if no root handler is installed bug23199
17 months ago Simon MacMullen place plugin version into .app descriptor bug23130
17 months ago Michael Bridgen Added tag rabbitmq_v2_0_0 for changeset 6613e9664960
18 months ago Marek Majkowski bug23067 merged into default (mochweb build on R13B03) rabbitmq_v2_0_0
18 months ago Simon MacMullen Add note on Erlang version needed. bug23067
18 months ago Simon MacMullen Add a quick patch to make Mochiweb buildable on 12B3. This patch commits the following ugliness: bug23067
18 months ago Michael Bridgen Merge bug22982: newer version of mochiweb
18 months ago Michael Bridgen rabbit-mochiweb tests need inets and crypto too bug22982
18 months ago Simon MacMullen git clone -b is quite new; live without it. bug22982
18 months ago Simon MacMullen Update the version of mochiweb used to today's. bug22982
21 months ago Marek Majkowski bug21808 merged into default (updated readme)
21 months ago Marek Majkowski Mentioned default port number bug21808
23 months ago Tony Garnock-Jones Add RUNTIME_DEPS
...
tags
7 weeks ago rabbitmq_v2_7_1
3 months ago rabbitmq_v2_7_0
5 months ago rabbitmq_v2_6_1
5 months ago rabbitmq_v2_6_0
5 months ago rabbitmq_v2.6.0
7 months ago rabbitmq_v2_5_1
8 months ago rabbitmq_v2_5_0
10 months ago rabbitmq_v2_4_1
11 months ago rabbitmq_v2_4_0
12 months ago rabbitmq_v2_3_1
...
branches
16 hours ago 3e0ce593f77c default
35 hours ago 46ec6aa78265 bug24606
3 months ago 13cf0b3f8586 bug21319
4 months ago 7c95f4adf143 bug23235
5 months ago 69511e31d95e bug24345
5 months ago 44a0f2d103b8 bug24186
6 months ago 2f1fba40b2c6 bug24240
6 months ago fa1baa6453b1 bug24280
7 months ago 6666a4eb539b bug24193
7 months ago 78cd0a5c6dc2 v2_5
7 months ago fcfe3b0533c4 junk
7 months ago 9f023937fd7a bug23890
7 months ago 5daec4242263 bug23521
7 months ago 0a39b6c6cb06 bug23944
8 months ago 2900202dbea8 bug24145
8 months ago 2b04ad432447 bug23868
8 months ago 6c9b8f79a6e1 bug23833
8 months ago 412bf087578c bug24079
9 months ago 04b52175a5a3 bug23568
11 months ago 936fa68996ce bug23702
11 months ago 87de95e16ab3 bug23827
13 months ago 57e9e1b9187c bug23597
14 months ago bab99137346d bug23501
15 months ago 99792969d085 bug23458
15 months ago 4d7e50b77333 bug23449
15 months ago f92f77c275fd bug23269
15 months ago 3516e6a99850 bug23274
16 months ago 5fc2f0717cf4 bug23253
16 months ago e2b79d188674 bug23205
17 months ago 9f1b766325cf bug23219
17 months ago 8d6f7872239a bug23199
17 months ago 79c77c20ad33 bug23196
17 months ago 5351d4ec5824 bug23130
18 months ago 8d4ad285a6b4 bug23067
18 months ago 12a0b8703fb1 bug22982
21 months ago 60e6d0076b70 bug21808
2009-08-21 ec34c9ef8ea1 bug21180
2009-08-04 2cb9a20d6c41 with_registry
...