summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* It's binary up until it goes through public_key:pkix_decode_cert, at which ↵bug22902Matthew Sackman2010-10-011-1/+1
| | | | point it becomes an #'OTPCertificate'{}
* support for R14B; fix utf8 bugAlexandru Scvortov2010-10-011-4/+8
|
* merge default into bug22902Alexandru Scvortov2010-10-0133-816/+1020
|\
| * merge bug23190 into defaultMatthias Radestock2010-09-301-23/+44
| |\
| | * cosmeticbug23190Matthias Radestock2010-09-301-14/+17
| | |
| | * Minor reworkingsMatthew Sackman2010-09-301-8/+9
| | |
| | * FixedMatthew Sackman2010-09-301-24/+41
| | |
| * | merge bug23322 into default (gen_server2 has a broken format_status)Alexandru Scvortov2010-09-301-1/+2
| |\ \
| | * | Update format_status to work with gen_server2 state recordbug23322Matthew Sackman2010-09-301-1/+2
| | |/
| * | Merge bug23115 (add 'client_flow' channel info/stats item)Simon MacMullen2010-09-3015-131/+183
| |\ \ | | |/
| | * Merging bug 23315 into defaultMatthew Sackman2010-09-302-24/+2
| | |\
| | | * code doc tweakbug23315Emile Joubert2010-09-291-1/+1
| | | |
| | | * Don't require otp sources for buildbug23308Emile Joubert2010-09-291-23/+1
| | | | | | | | | | | | | | | | SSL connections using RC4 on Erlang versions earlier that R14B will now fail.
| | * | merge headsMatthias Radestock2010-09-292-2/+1
| | |\ \
| | | * | cosmeticMatthias Radestock2010-09-291-1/+0
| | | | |
| | | * | merge bug22141 into defaultMatthias Radestock2010-09-281-1/+1
| | | |\ \
| | | | * | exref on script activationbug22141Alexandru Scvortov2010-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is, warnings-not-errors-on-by-default. For instance, starting the server with bql installed throws the following warnings on startup: Activating RabbitMQ plugins ... *WARNING* Undefined function rfc4627:decode/1 *WARNING* Undefined function rfc4627:encode/1 *WARNING* Undefined function rfc4627:get_field/2
| | * | | | cosmeticMatthias Radestock2010-09-291-1/+0
| | | |_|/ | | |/| |
| | * | | merge bug23245 into defaultAlexandru Scvortov2010-09-2911-105/+180
| | |\ \ \ | | | |/ /
| | | * | Merged bug23310 into defaultEmile Joubert2010-09-281-4/+6
| | | |\ \
| | | | * | Factoring open modes betterbug23310Matthew Sackman2010-09-281-4/+5
| | | | | |
| | | | * | Merging default into bug23310Matthew Sackman2010-09-281-15/+18
| | | | |\ \
| | | | * | | only create read_ahead buffers for reading segment filesMatthias Radestock2010-09-271-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The buffers are a few hundred k in size, which is a significant cost. And there is no point having them when writing to segment/journal files, and they are of limited benefit when reading the journal file (which, in any case, only happens on startup).
| | | * | | | Merging bug 23143 into default (drive-by fixes include correcting the spec ↵Matthew Sackman2010-09-2854-1784/+2032
| | | |\ \ \ \ | | | | | |/ / | | | | |/| | | | | | | | | for delete_exclusive, and one cosmetic)
| | | | * | | Merging bug 23179 into defaultMatthew Sackman2010-09-281-15/+18
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | delay creation of a new queue's dir and qi journalbug23179Matthias 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-0/+17
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | Any change to deps.mk causes all beams to be rebuilt
| | | | | * | CosmeticEmile Joubert2010-09-241-4/+4
| | | | | | |
| | | | | * | bug23290 merged into defaultMarek Majkowski2010-09-241-0/+17
| | | | | |\ \
| | | | | | * | Query memory on AIXbug23290Emile Joubert2010-09-241-0/+17
| | | | | |/ / | | | | | | | | | | | | | | | | | | | | | (on the correct branch this time)
| | | | * | | By using an order only depend, we ensure that the deps file must exist, but ↵bug23300Matthew 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.
| | | | * | Merging bug 23193 onto defaultMatthew Sackman2010-09-214-62/+90
| | | | |\ \
| | | | | * | cosmeticsbug23193Matthew Sackman2010-09-212-4/+5
| | | | | | |
| | | | | * | Merging headsMatthew Sackman2010-09-213-10/+11
| | | | | |\ \
| | | | | | * | Only emit stats on shutdown if they're enabled...Simon MacMullen2010-09-203-5/+7
| | | | | | | |
| | | | | * | | cosmeticsMatthew Sackman2010-09-203-7/+8
| | | | | |/ /
| | | | | * | 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-133-5/+21
| | | | | |\ \
| | | | | | * | 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 callsbug23047Alexandru Scvortov2010-09-161-2/+0
| | | | | | | | |
| | | | | * | | | remove superfluous xref stuffAlexandru Scvortov2010-09-161-15/+1
| | | | | | | | |