summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add necessary additional barrier bootstepMatthew Sackman2010-09-281-0/+6
|
* Merging bug 23143 into default (drive-by fixes include correcting the spec ↵Matthew Sackman2010-09-283-3/+24
|\ | | | | | | for delete_exclusive, and one cosmetic)
| * cosmeticAlexandru Scvortov2010-09-281-0/+1
| |
| * delete/1 -> delete_exclusive/1; lower priorities to 8Alexandru Scvortov2010-09-283-12/+16
| |
| * delete_now -> deleteAlexandru Scvortov2010-08-252-5/+5
| |
| * exclusive queues are deleted quickly on unclean connection terminationAlexandru Scvortov2010-08-251-1/+7
| |
| * exclusive queues are deleted quickly on clean connection terminationAlexandru Scvortov2010-08-253-2/+11
| |
* | Merging bug 23179 into defaultMatthew Sackman2010-09-281-15/+18
|\ \
| * | delay creation of a new queue's dir and qi journalMatthias Radestock2010-09-261-15/+18
|/ / | | | | | | | | | | Thus if a queue is created, never has any index entries written to disk, and is subsequently deleted, no file handles are needed and no filesystem writes are performed.
* | Merge bug23300 into defaultDavid Wragg2010-09-241-1/+2
|\ \ | | | | | | | | | Any change to deps.mk causes all beams to be rebuilt
| * | By using an order only depend, we ensure that the deps file must exist, but ↵Matthew Sackman2010-09-231-1/+2
| | | | | | | | | | | | it being newer than the beams will not cause beams to be rebuilt. We also ensure that if the deps is being rebuilt, we delete the old one first so that if deps generation fails, the order-only depends cannot be satisfied.
* | | CosmeticEmile Joubert2010-09-241-4/+4
| | |
* | | bug23290 merged into defaultMarek Majkowski2010-09-241-0/+17
|\ \ \ | |/ / |/| |
| * | Query memory on AIXEmile Joubert2010-09-241-0/+17
|/ / | | | | | | (on the correct branch this time)
* | Merging bug 23193 onto defaultMatthew Sackman2010-09-214-62/+90
|\ \
| * | cosmeticsMatthew Sackman2010-09-212-4/+5
| | |
| * | Merging headsMatthew Sackman2010-09-213-3/+3
| |\ \
| | * | cosmeticsMatthew Sackman2010-09-203-7/+8
| | | |
| * | | Only emit stats on shutdown if they're enabled...Simon MacMullen2010-09-203-5/+7
| |/ /
| * | Stop stats timer on hibernate.Simon MacMullen2010-09-143-6/+20
| | |
| * | Doc.Simon MacMullen2010-09-141-1/+1
| | |
| * | Don't forget about stats timer before hibernating; it may fire after ↵Simon MacMullen2010-09-143-10/+9
| | | | | | | | | | | | hibernating.
| * | Rename function.Simon MacMullen2010-09-144-9/+10
| | |
| * | * Use one-shot timersSimon MacMullen2010-09-144-63/+63
| | | | | | | | | | | | | | | * Ensure we always send a stats event straight after creation and before hibernation * Tidy the API a bit.
| * | Only emit stats in state running, so we don't emit stats before the ↵Simon MacMullen2010-09-131-2/+5
| | | | | | | | | | | | connection event in the case of a slow connection startup.
| * | Revert emiting stats on creation in the queue and channel.Simon MacMullen2010-09-132-8/+0
| | |
| * | Merge default into bug23193Simon MacMullen2010-09-1318-212/+335
| |\ \
| * | | Only emit stats if level != none.Simon MacMullen2010-09-133-6/+18
| | | |
| * | | init_expires/1 before emitting stats.Simon MacMullen2010-09-091-2/+2
| | | |
| * | | Emit stats just after creation event.Simon MacMullen2010-09-073-2/+6
| | | |
* | | | Merging bug23047 into defaultMatthew Sackman2010-09-202-13/+18
|\ \ \ \
| * | | | remove rest of xref callsAlexandru Scvortov2010-09-161-2/+0
| | | | |
| * | | | remove superfluous xref stuffAlexandru Scvortov2010-09-161-15/+1
| | | | |
| * | | | merge default into bug23047Alexandru Scvortov2010-09-1652-2047/+2577
| |\ \ \ \
| * | | | | removed underspecs warningsAlexandru Scvortov2010-08-251-1/+1
| | | | | |
| * | | | | added xref check for undefined, unused and deprecated functionsAlexandru Scvortov2010-08-192-11/+29
| | | | | |
| * | | | | told dialyzer to check for more thingsAlexandru Scvortov2010-08-181-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As Matthew suggested, I've added {wranings, [underspecs, behaiviours, race_conditions]} to dialyzer's options. As a result, we now have 56 warnings instead of just the 4. Most of them are underspecs (i.e. we say a function returns any() but dialyzer's figured out that's overly general).
* | | | | | Merging bug 22926 into defaultMatthew Sackman2010-09-191-7/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge default into bug22926David Wragg2010-09-17100-3497/+10867
| |\ \ \ \ \ \
| * | | | | | | Refine the inclusion of deps.mkDavid Wragg2010-07-011-7/+2
| | | | | | | |
* | | | | | | | Merge bug23255 into default (unresolved dependency on inets)David Wragg2010-09-191-1/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Rephrase commentDavid Wragg2010-09-191-2/+3
| | | | | | | |
| * | | | | | | Add a comment.Simon MacMullen2010-09-171-0/+2
| | | | | | | |
| * | | | | | | Revert ca0dfcaaecdcSimon MacMullen2010-09-171-3/+1
| | | | | | | |
| * | | | | | | Make erlang-inets into a "recommends" dependency.Simon MacMullen2010-09-141-1/+3
| | | | | | | |
| * | | | | | | Add a dependency on erlang-inets (for mochiweb really, in case someone ↵Simon MacMullen2010-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installs status or management).
* | | | | | | | cosmetic: remove trailing whitespaceMatthias Radestock2010-09-164-6/+5
| |_|_|/ / / / |/| | | | | |
* | | | | | | unknown_ca SSL workaround expiry reminderEmile Joubert2010-09-151-0/+2
| | | | | | |
* | | | | | | Merging bug 23157 into defaultMatthew Sackman2010-09-158-492/+562
|\ \ \ \ \ \ \
| * | | | | | | No sense in not using the full wordMatthew Sackman2010-09-151-3/+3
| | | | | | | |