summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* refine permission structurebug20288Matthias Radestock2009-01-271-3/+4
|
* beginnings of permission adminMatthias Radestock2009-01-161-1/+6
| | | | | | | | | | | | | | I changed the table structure (again). It's a choice between two of efficiency, integrity and no data duplication - I picked the last two. We pass the permission regexps around as binaries and store them like that too, just as we do for all other string-y datums. I was toying with the idea of making set_permissions take a #permission record instead of two separate regexp params, so that it is easy to add more permissions later. But that is inconsistent with the rest of the rabbit_access_control API, which is "flat", and complicates the code in rabbit_control and the rabbit_tests.
* modify table structure in preparation for permissionsMatthias Radestock2009-01-161-1/+2
|
* merged default into bug18381bug18381Tony Garnock-Jones2008-12-091-0/+2
|\
| * move info types into common header fileMatthias Radestock2008-11-121-0/+2
| | | | | | | | so we can re-use them
* | Update copyrights.bug19974Tony Garnock-Jones2008-12-092-13/+25
| |
* | rename node() type to erlang_node()bug19792Matthias Radestock2008-11-211-2/+2
|/ | | | | | because the r12b-5 compiler issues a "Warning: type node() is a new builtin type; its (re)definition is allowed only until the next release" otherwise
* Added arguments field to bindingBen Hood2008-10-131-2/+2
|
* cosmetic changes and some minor refactoringMatthias Radestock2008-09-281-5/+1
|
* Binned resource() typeBen Hood2008-09-271-4/+0
|
* Removed e_m_t/2Ben Hood2008-09-271-1/+0
|
* Cosmetic fixBen Hood2008-09-271-1/+1
|
* Dialyzer fixesBen Hood2008-09-271-0/+5
|
* Merged default into 18776Ben Hood2008-09-212-2/+2
|\
| * Better naming for typesHubert Plociniczak2008-09-022-2/+2
| |
| * Fixed spec definition. Renamed name() toHubert Plociniczak2008-08-272-2/+2
| | | | | | | | | | binary_name() because of the conflict with definition in kernel/include/file.hrl
* | Changed key type into binding_key and moved it to rabbit_framing_spec header ↵Ben Hood2008-09-142-2/+2
| | | | | | | | file
* | Fixed alignment of the comment about the constant fieldBen Hood2008-09-141-2/+3
| |
* | Merged default into 18776Ben Hood2008-08-271-6/+7
|\ \ | |/
| * cosmetic changesMatthias Radestock2008-08-141-5/+7
| |
| * Deleted spec reference to permission typeBen Hood2008-08-051-6/+5
| |
* | Cleanup rabbit_exchange a bitBen Hood2008-08-251-0/+5
| |
* | Renamed the routing fields to keep the naming conventions consistentBen Hood2008-08-051-10/+11
| |
* | Added vhost to binding specBen Hood2008-08-051-5/+5
| |
* | Saving my work, IRC interrupts :-(Ben Hood2008-08-051-0/+2
| |
* | Savepoint for changing the routing structureBen Hood2008-07-311-9/+7
|/
* Savepoint for lifecycle test that now works without realms or ticketsBen Hood2008-07-131-15/+0
|
* Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)Tony Garnock-Jones2008-07-032-0/+214