summaryrefslogtreecommitdiff
path: root/src/rabbit_prelaunch.erl
Commit message (Expand)AuthorAgeFilesLines
* Merged bug24624 into defaultEmile Joubert2012-02-061-18/+4
|\
| * Move rabbit_misc:nodeparts/1 and rabbit_misc:makenode/1 into rabbit_nodesSimon MacMullen2012-02-021-2/+2
| * Unify the more resilient hostname check, refactor out this code into a new mo...Simon MacMullen2012-02-021-15/+2
| * Make rabbit:diagnostics/1 just return a string. It's still most convenient to...Simon MacMullen2011-12-161-2/+1
| * Ahem.Simon MacMullen2011-12-131-1/+1
| * Show node diagnostics when we see timeout_waiting_for_tables.Simon MacMullen2011-12-131-1/+1
* | Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
|/
* Consistency with wait_for_tables.bug24525Simon MacMullen2011-10-311-1/+1
* remove debugging printfAlexandru Scvortov2011-10-311-1/+0
* cosmeticAlexandru Scvortov2011-10-311-6/+3
* timeout epmd connection after 60sAlexandru Scvortov2011-10-311-1/+19
* Go faster stripes.Simon MacMullen2011-10-241-1/+2
* warn when enabled plugins can't be activated because they're missingAlexandru Scvortov2011-09-271-2/+9
* copy instead of symlinkAlexandru Scvortov2011-09-261-1/+2
* the plugins distributions may be either ezs or directoriesAlexandru Scvortov2011-09-221-9/+10
* don't use the plugins directoryAlexandru Scvortov2011-09-221-6/+14
* move file functions from misc to rabbit_fileAlexandru Scvortov2011-09-211-2/+2
* Merge bug 23056Jerry Kuch2011-09-131-32/+4
|\
| * use the recurisve delete from rabbit_miscAlexandru Scvortov2011-09-061-32/+4
| * don't ignore symlinksAlexandru Scvortov2011-09-061-1/+1
* | fix dialyzer warningsAlexandru Scvortov2011-08-081-0/+3
|/
* Since we should not normally see warnings now, let's zhuzh them up.bug24107Simon MacMullen2011-05-231-1/+2
* Rename variableSimon MacMullen2011-05-231-2/+2
* Introduce variableSimon MacMullen2011-05-231-2/+4
* Exclude mochiweb from the xref check.Simon MacMullen2011-05-231-1/+3
* Precisely provide the same api as file:write_file/2,3Matthew Sackman2011-04-281-2/+1
* Merging default into bug24004Matthew Sackman2011-04-281-2/+7
|\
| * Remove gratuitous export.bug23998Simon MacMullen2011-04-051-1/+1
| * Finishing touches.Marek Majkowski2011-03-291-11/+6
| * cosmeticMarek Majkowski2011-03-291-3/+2
| * Matthias doesn't like mentioning the port number.Marek Majkowski2011-03-291-2/+2
| * Slightly better explanation for some epmd errors.Marek Majkowski2011-03-291-3/+14
* | Avoid using file:write_fileMatthew Sackman2011-03-291-1/+2
|/
* sort out how often and when we do the rabbit:prepare (set up log handlers), a...Matthew Sackman2011-03-231-3/+1
* Merging default into bug23425Matthew Sackman2011-03-161-0/+2
|\
| * Revert where rabbit:prepare happens.Simon MacMullen2011-02-161-0/+2
| * Merged in defaultSimon MacMullen2011-01-261-2/+2
| |\
| | * Holy %$*! it works. Still needs tidying up somewhat...Simon MacMullen2011-01-111-2/+2
* | | cosmeticMatthias Radestock2011-03-041-7/+7
|/ /
* | Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
|/
* The arg to duplicate_node_check is always a string, and control:diags require...Matthew Sackman2010-12-131-4/+5
* Merged bug23591 into defaultEmile Joubert2010-12-131-2/+1
|\
| * Ensure we can cope with no specified nodename (misc:makenode takes care of th...Matthew Sackman2010-12-101-2/+1
* | cosmeticMatthias Radestock2010-12-101-8/+5
|/
* Error message readabilitybug23482Emile Joubert2010-12-071-1/+1
* Remove redundant codeEmile Joubert2010-12-071-19/+15
* Perform duplicate node check in a functionEmile Joubert2010-12-071-21/+27
* Cope with absence of epmd while performing pre-launch checksEmile Joubert2010-12-071-13/+22
* Consistent prelaunch checks on windowsEmile Joubert2010-12-031-3/+18
* Diagnostics on node start failureEmile Joubert2010-12-011-3/+8