summaryrefslogtreecommitdiff
path: root/ebin
Commit message (Collapse)AuthorAgeFilesLines
* enable heartbeats with a 10 minutes interval by defaultbug24971Francesco Mazzoli2012-07-191-0/+1
| | | | | I tested with 20k connections and the CPU usage is reasonable on my machine.
* Default to 1GB limit, check every 10s.bug24992Simon MacMullen2012-06-191-1/+1
|
* Actually, it seems slightly cleaner to do this.Simon MacMullen2012-06-141-1/+1
|
* Disable disk space alarms by default.Simon MacMullen2012-06-141-1/+1
|
* cosmetic: move comment to a better placeMatthias Radestock2012-06-121-0/+2
|
* 1.0 is less of a magic number than 1.8.bug23463Simon MacMullen2012-03-291-1/+1
|
* First draft of disk space monitoringEmile Joubert2012-03-221-0/+1
|
* Move the mode thing into the server too.bug24182Simon MacMullen2012-02-201-0/+1
|
* introduce log categoriesMatthias Radestock2012-01-261-0/+1
| | | | | thus opening pandora's box this turned out to be simplest way of controlling the connection logging
* clearly this was tested thoroughlyMatthias Radestock2012-01-161-1/+1
|
* don't lingerMatthias Radestock2012-01-101-0/+1
|
* Go faster stripes.Simon MacMullen2011-10-241-1/+2
|
* Merge in defaultbug24164Simon MacMullen2011-06-171-2/+1
|\
| * Matthias points out that these pertain to the old persister which we no ↵Simon MacMullen2011-06-161-2/+0
| | | | | | | | longer ship.
| * Make the stats interval configurable.bug24162Simon MacMullen2011-06-091-0/+1
| |
* | First pass at user tags.Simon MacMullen2011-06-091-1/+1
|/
* Switch to hard coding the exchange name.Simon MacMullen2011-05-201-1/+1
|
* Rewrite the rabbitmqctl interface. Define trace_exchanges in rabbit.app.Simon MacMullen2011-05-201-0/+1
|
* Merge bug21973 (Make suggested frame-max configurable)Simon MacMullen2011-03-091-0/+1
|\
| * Merge defaultbug21973Simon MacMullen2011-01-131-0/+1
| |\
| | * Put in Matthias's changes.John DeTreville2010-12-141-0/+1
| | |
* | | Make tcp listen options configurablebug23792Matthew Sackman2011-02-021-1/+8
| | |
* | | merging in from defaultVlad Alexandru Ionescu2011-01-271-1/+1
|\ \ \
| * \ \ Merge in defaultSimon MacMullen2011-01-171-0/+1
| |\ \ \ | | |/ /
| * | | Allow specifying a listener as just a port number, meaning "bind to ↵Simon MacMullen2011-01-051-1/+1
| | | | | | | | | | | | | | | | everything, whatever that means on your OS", and use that by default.
* | | | adding supervision support for direct connection channelsVlad Alexandru Ionescu2011-01-191-1/+2
| |/ / |/| |
* | | Merge with defaultRob Harrop2011-01-051-1/+2
|\ \ \ | |/ /
| * | cosmetic and minor refactorMatthias Radestock2010-12-201-5/+1
| | |
| * | Substantially reworked delegateMatthew Sackman2010-12-181-1/+6
| | |
* | | Merge from defaultSimon MacMullen2010-12-141-1/+2
|\ \ \ | |/ / |/| |
| * | Rather impressionistic sketch of how pluggable auth backends might start out.Simon MacMullen2010-11-191-1/+2
| | |
* | | Merge from default.bug23467Simon MacMullen2010-12-131-1/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Fix default configSimon MacMullen2010-11-161-2/+1
| |
| * Beginning of a config mechanism.Simon MacMullen2010-11-101-1/+3
| |
* | Rip out old persister as it no longer works given the arrival of pub acksMatthew Sackman2010-12-061-1/+0
|/
* Merged bug23218 into default (configurable server_properties)Emile Joubert2010-10-291-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | Allow custom server_properties to be configured in addition to, or overriding the default ones (product, version, platform, copyright, information). E.g. [ {rabbit, [ {server_properties, [ {foo, "foo-value"}, {bar, "bar-value"} ]} ]} ].
| * Fix for bug23218Jerry Kuch2010-10-281-0/+1
| |
* | remove references to cluster_config_fileAlexandru Scvortov2010-10-261-0/+1
|/ | | | Also, add cluster_nodes to the .app file.
* Tube strike WIP WFH commit.Simon MacMullen2010-09-061-0/+1
|
* Make statistics collection into an application parameter, switched off by ↵Simon MacMullen2010-07-261-1/+2
| | | | default.
* Merge default into bug 21673Matthew Sackman2010-06-301-1/+4
|\
| * Reduce msg store file size limit and queue index journal size temporarily ↵Matthew Sackman2010-06-171-1/+1
| | | | | | | | whilst running intensive tests
| * Make the queue_index max_journal_entry_count configurableMatthew Sackman2010-06-171-0/+1
| |
| * Expose the msg_store file size limit to configuration. Also some suitable ↵Matthew Sackman2010-06-171-0/+1
| | | | | | | | derivisions in tests.
| * Merging default into bug 21673Matthew Sackman2010-04-261-0/+2
| |\
| | * All sorts of tidying, cosmetics, reorganisation and pruning. A veritable ↵Matthew Sackman2010-04-091-1/+1
| | | | | | | | | | | | sm?rg?sbord of improvements.
| | * Pluggable queues landMatthew Sackman2010-04-081-0/+1
| | |
| | * Env var does not need rabbit_ prefixMatthew Sackman2009-12-261-1/+1
| | |
| | * Put the default index module (ets) in the .app template, and assume the env ↵Matthew Sackman2009-12-261-0/+1
| | | | | | | | | | | | var exists
* | | ssl works againbug22882Alexandru Scvortov2010-06-231-2/+2
| | |