summaryrefslogtreecommitdiff
path: root/src/rabbit_access_control.erl
Commit message (Expand)AuthorAgeFilesLines
* applied qa notes; refactoringbug22677Alexandru Scvortov2010-07-191-3/+4
* slight optimisationAlexandru Scvortov2010-07-091-2/+2
* finished transition from regexp to reAlexandru Scvortov2010-07-091-4/+3
* replaced regexp with reAlexandru Scvortov2010-07-091-3/+4
* cleanupAlexandru Scvortov2010-07-061-6/+10
* {'ok', A} -> rabbit_types:ok(A)Alexandru Scvortov2010-07-061-1/+1
* {error, A} -> rabbit_types:error(A)Alexandru Scvortov2010-07-061-1/+1
* moved all rabbit.hrl types to rabbit_types.erlAlexandru Scvortov2010-07-061-9/+6
* moved common types rabbit_types; move net types to rabbit_networkingAlexandru Scvortov2010-07-061-8/+8
* moved export_types to inside ifdefsAlexandru Scvortov2010-07-051-1/+2
* improved typesAlexandru Scvortov2010-07-021-6/+5
* better typesAlexandru Scvortov2010-07-021-1/+1
* moved most hard-coded types from rabbit_framingAlexandru Scvortov2010-07-021-12/+10
* redistributed all types from rabbit_framing_spec.hrl and rabbit.hrlAlexandru Scvortov2010-07-021-11/+12
* partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-10/+20
* update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* tabs -> spacesMatthias Radestock2009-06-181-2/+2
* alignbug20877Matthias Radestock2009-06-031-2/+2
* Change from number to atom.Tony Garnock-Jones2009-06-031-2/+8
* Correct name of table.Tony Garnock-Jones2009-03-261-1/+1
* refine permission structurebug20288Matthias Radestock2009-01-271-17/+19
* more efficient lockingbug20193Matthias Radestock2009-01-261-3/+3
* prefix all mnesia table names with 'rabbit_'Matthias Radestock2009-01-221-17/+18
* don't infer table name from record type in mnesia opsMatthias Radestock2009-01-221-9/+21
* refactoringbug20173Matthias 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
* cache permissions in channelMatthias Radestock2009-01-191-1/+0
* replace list_{vhost_users,user_vhosts} with list_{vhost,user}_permissionsMatthias Radestock2009-01-191-35/+44
* hook in permission checksMatthias Radestock2009-01-161-1/+32
* beginnings of permission adminMatthias Radestock2009-01-161-29/+49
* modify table structure in preparation for permissionsMatthias Radestock2009-01-161-13/+20
* The PDF requires amq.match. The XML requires amq.headers. Create both.Tony Garnock-Jones2009-01-151-1/+2
* Add "amq.match" builtin exchange; accept "headers" in exchange.declare; andTony Garnock-Jones2009-01-151-0/+1
* merged default into bug18381bug18381Tony Garnock-Jones2008-12-091-2/+2
|\
| * qualify various list/info functions with vhostMatthias Radestock2008-12-031-2/+2
* | Update copyrights.bug19974Tony Garnock-Jones2008-12-091-6/+12
|/
* cosmetic changesMatthias Radestock2008-08-141-2/+8
* folded default user into default hostBen Hood2008-08-061-4/+2
* Put some spaces between the commas, left stuff that didnt get changed on this...Ben Hood2008-08-051-5/+5
* Re-keyed exchange and queue persistence on the vhostBen Hood2008-07-211-4/+4
* Savepoint for lifecycle test that now works without realms or ticketsBen Hood2008-07-131-112/+6
* Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)Tony Garnock-Jones2008-07-031-0/+366