Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refine permission structurebug20288 | Matthias Radestock | 2009-01-27 | 1 | -3/+4 |
| | |||||
* | beginnings of permission admin | Matthias Radestock | 2009-01-16 | 1 | -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 permissions | Matthias Radestock | 2009-01-16 | 1 | -1/+2 |
| | |||||
* | merged default into bug18381bug18381 | Tony Garnock-Jones | 2008-12-09 | 1 | -0/+2 |
|\ | |||||
| * | move info types into common header file | Matthias Radestock | 2008-11-12 | 1 | -0/+2 |
| | | | | | | | | so we can re-use them | ||||
* | | Update copyrights.bug19974 | Tony Garnock-Jones | 2008-12-09 | 2 | -13/+25 |
| | | |||||
* | | rename node() type to erlang_node()bug19792 | Matthias Radestock | 2008-11-21 | 1 | -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 binding | Ben Hood | 2008-10-13 | 1 | -2/+2 |
| | |||||
* | cosmetic changes and some minor refactoring | Matthias Radestock | 2008-09-28 | 1 | -5/+1 |
| | |||||
* | Binned resource() type | Ben Hood | 2008-09-27 | 1 | -4/+0 |
| | |||||
* | Removed e_m_t/2 | Ben Hood | 2008-09-27 | 1 | -1/+0 |
| | |||||
* | Cosmetic fix | Ben Hood | 2008-09-27 | 1 | -1/+1 |
| | |||||
* | Dialyzer fixes | Ben Hood | 2008-09-27 | 1 | -0/+5 |
| | |||||
* | Merged default into 18776 | Ben Hood | 2008-09-21 | 2 | -2/+2 |
|\ | |||||
| * | Better naming for types | Hubert Plociniczak | 2008-09-02 | 2 | -2/+2 |
| | | |||||
| * | Fixed spec definition. Renamed name() to | Hubert Plociniczak | 2008-08-27 | 2 | -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 Hood | 2008-09-14 | 2 | -2/+2 |
| | | | | | | | | file | ||||
* | | Fixed alignment of the comment about the constant field | Ben Hood | 2008-09-14 | 1 | -2/+3 |
| | | |||||
* | | Merged default into 18776 | Ben Hood | 2008-08-27 | 1 | -6/+7 |
|\ \ | |/ | |||||
| * | cosmetic changes | Matthias Radestock | 2008-08-14 | 1 | -5/+7 |
| | | |||||
| * | Deleted spec reference to permission type | Ben Hood | 2008-08-05 | 1 | -6/+5 |
| | | |||||
* | | Cleanup rabbit_exchange a bit | Ben Hood | 2008-08-25 | 1 | -0/+5 |
| | | |||||
* | | Renamed the routing fields to keep the naming conventions consistent | Ben Hood | 2008-08-05 | 1 | -10/+11 |
| | | |||||
* | | Added vhost to binding spec | Ben Hood | 2008-08-05 | 1 | -5/+5 |
| | | |||||
* | | Saving my work, IRC interrupts :-( | Ben Hood | 2008-08-05 | 1 | -0/+2 |
| | | |||||
* | | Savepoint for changing the routing structure | Ben Hood | 2008-07-31 | 1 | -9/+7 |
|/ | |||||
* | Savepoint for lifecycle test that now works without realms or tickets | Ben Hood | 2008-07-13 | 1 | -15/+0 |
| | |||||
* | Initial commit, from repo-rebase-20080703121916_default (e96543d904a2) | Tony Garnock-Jones | 2008-07-03 | 2 | -0/+214 |