summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* only do compact after having ack'd all messages.Matthew Sackman2009-04-111-31/+39
* oops, forgot to remove that io:format in terminateMatthew Sackman2009-04-111-1/+0
* err, we only need to attempt compaction if we removed something!Matthew Sackman2009-04-111-5/+4
* Mainly removing the unnecessary file:position in append.Matthew Sackman2009-04-111-30/+39
* did some profiling and brought out an mnesia lock much earlier.Matthew Sackman2009-04-101-1/+2
* A couple more fixes.Matthew Sackman2009-04-101-16/+17
* refactored away from using the ets bag incorrectly.Matthew Sackman2009-04-101-38/+68
* many bugs fixed. Still no compaction. However, performance is horrible, becau...Matthew Sackman2009-04-101-22/+25
* initial fixes from testingMatthew Sackman2009-04-101-8/+8
* All but the compaction/GC done now. Not tested at all.Matthew Sackman2009-04-101-53/+171
* internal_publish, internal_deliver, internal_ack done, but UNTESTED.Matthew Sackman2009-04-091-23/+210
* Well, I think I can recover crashes that happened mid way through a compaction.Matthew Sackman2009-04-092-4/+199
* Seem to be able to reliable read and write...Matthew Sackman2009-04-081-0/+75
* wait foreverMatthias Radestock2009-04-017-25/+28
* merge bug20423Matthew Sackman2009-03-301-20/+26
|\
| * persister hibernationMatthias Radestock2009-02-271-20/+26
* | merge v1_5 into defaultMatthias Radestock2009-03-273-30/+53
|\ \
| * | recover exchanges/bindings/queues in per-item transactionsMatthias Radestock2009-03-193-29/+52
* | | Correct name of table.Tony Garnock-Jones2009-03-261-1/+1
| |/ |/|
* | make it easier to add more exceptions to the 'warning' category in futureMatthias Radestock2009-02-171-6/+6
* | Special-case as a warning the relatively common abrupt-disconnection message.Tony Garnock-Jones2009-02-131-2/+6
* | merge bug20348 into defaultTony Garnock-Jones2009-02-135-45/+135
|\ \ | |/
| * keep serial in separate process, to avoid persister bottleneckMatthias Radestock2009-02-065-45/+135
* | Merged bug 20179 into defaultBen Hood2009-02-021-3/+3
|\ \
| * | turn rabbit_router into gen_server2Matthias Radestock2009-01-211-3/+3
* | | Merged bug 20260 into defaultBen Hood2009-02-021-2/+1
|\ \ \
| * | | get rid of index on 'pid' field in rabbit_queueMatthias Radestock2009-01-301-2/+1
* | | | Merged 20288 into defaultBen Hood2009-02-025-47/+51
|\ \ \ \
| * | | | refine permission structureMatthias Radestock2009-01-275-47/+51
* | | | | don't terminate channel processes abnormally for amqp errorsMatthias Radestock2009-01-292-10/+26
| |/ / / |/| | |
* | | | cosmetic: break some overlong linesMatthias Radestock2009-01-284-6/+12
|/ / /
* | | more efficient lockingMatthias Radestock2009-01-262-4/+4
* | | prefix all mnesia table names with 'rabbit_'Matthias Radestock2009-01-226-96/+122
* | | don't infer table name from record type in mnesia opsMatthias Radestock2009-01-224-36/+58
* | | refactoringMatthias Radestock2009-01-221-24/+20
* | | fix indentationMatthias Radestock2009-01-221-4/+2
* | | anybody can do anything with server-named resourcesMatthias Radestock2009-01-211-0/+4
* | | merge default into bug20173Matthias Radestock2009-01-211-6/+6
|\ \ \ | |/ /
| * | Merged default into 20097Ben Hood2009-01-2110-259/+240
| |\ \
| * | | oops, meant to advertise this as an ordinary gen_serverMatthias Radestock2009-01-081-1/+1
| * | | replace gen_server:cast with gen_server2:cast in rabbit_limiterMatthias Radestock2009-01-081-7/+7
| * | | merge bug19749 into bug20097Matthias Radestock2009-01-083-23/+877
| |\ \ \
| * \ \ \ merge bug18557 into bug20097Matthias Radestock2009-01-084-89/+384
| |\ \ \ \
* | | | | | simplify resource access cacheMatthias Radestock2009-01-201-19/+10
* | | | | | replace simple permission cache with lru cache, to make it boundedMatthias Radestock2009-01-201-14/+28
* | | | | | clear permission cache before hibernatingMatthias Radestock2009-01-191-0/+1
* | | | | | merge default into bug20173Matthias Radestock2009-01-196-234/+121
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merged 19749 into defaultBen Hood2009-01-192-25/+25
| |\ \ \ \ \
| | * | | | | change a gen_server:call to a gen_server2:callMatthias Radestock2009-01-161-1/+1
| | * | | | | merge default into bug19749Matthias Radestock2009-01-168-133/+522
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |