Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | client scope grants permission *only* for amq.gen resourcesbug23185 | Alexandru Scvortov | 2010-08-31 | 1 | -1/+1 |
* | move treating 'amq\.*' specially to inner case | Alexandru Scvortov | 2010-08-26 | 1 | -12/+13 |
* | merge bug23167 into default (Large msg_store mailbox can block queue.declare) | Alexandru Scvortov | 2010-08-23 | 1 | -2/+2 |
|\ | |||||
| * | Add priorities to two calls to ensure queue declaration remains quick even wi...bug23167 | Matthew Sackman | 2010-08-22 | 1 | -2/+2 |
* | | Merge bug23155 | Michael Bridgen | 2010-08-23 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | make 'xmlto' invocation work with stricter getopt implementationsbug23155 | Matthias Radestock | 2010-08-22 | 1 | -1/+1 |
|/ | |||||
* | merge bug23153 into default | Matthias Radestock | 2010-08-22 | 2 | -119/+241 |
|\ | |||||
| * | Avoid crashbug23153 | Matthew Sackman | 2010-08-22 | 1 | -2/+2 |
| * | ensure and assert that closed handles have last_used_at=undefined | Matthias Radestock | 2010-08-22 | 1 | -7/+12 |
| * | cosmetic | Matthias Radestock | 2010-08-22 | 1 | -3/+3 |
| * | make it more obvious that reopen is a with_age_tree in disguise | Matthias Radestock | 2010-08-22 | 1 | -9/+10 |
| * | don't traverse age tree unnnecessarily on error in reopen | Matthias Radestock | 2010-08-22 | 1 | -14/+12 |
| * | cosmetic | Matthew Sackman | 2010-08-22 | 1 | -3/+2 |
| * | refactor: move open1 into reopen | Matthias Radestock | 2010-08-22 | 1 | -22/+18 |
| * | If we've obtained permission to open some fds and that turns out not to work ... | Matthew Sackman | 2010-08-22 | 1 | -1/+4 |
| * | record for pending items | Matthias Radestock | 2010-08-22 | 1 | -17/+29 |
| * | Modify test so that the -1 => -2 change to OBTAIN_LIMIT does not result in th... | Matthew Sackman | 2010-08-22 | 1 | -5/+12 |
| * | Use foldr instead of foldl to avoid having to do extra reverses | Matthew Sackman | 2010-08-22 | 1 | -11/+9 |
| * | always return refs/handles in correct order | Matthias Radestock | 2010-08-22 | 1 | -31/+30 |
| * | cosmetic | Matthias Radestock | 2010-08-22 | 1 | -7/+7 |
| * | always leave at least two fds unobtainable | Matthias Radestock | 2010-08-22 | 1 | -2/+5 |
| * | refactor: make new_closed_handle create the Ref and return it | Matthias Radestock | 2010-08-22 | 1 | -19/+18 |
| * | add test | Matthias Radestock | 2010-08-22 | 1 | -0/+20 |
| * | merge bug23166 into bug23153 | Matthias Radestock | 2010-08-22 | 2 | -11/+29 |
| |\ | |||||
| * | | Rejigged client side so that it asks for the correct number of fds upfront. | Matthew Sackman | 2010-08-22 | 1 | -60/+94 |
| * | | Modify server logic to deal with requests for multiple fds. Including nice pe... | Matthew Sackman | 2010-08-21 | 1 | -31/+76 |
| * | | Add infrastructure to server to be able to handle requests for multiple fds | Matthew Sackman | 2010-08-20 | 1 | -13/+16 |
* | | | Merging heads of default | Matthew Sackman | 2010-08-22 | 4 | -151/+224 |
|\ \ \ | |||||
| * \ \ | Merging bug 23166 into default | Matthew Sackman | 2010-08-22 | 2 | -11/+29 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | add support for dynamic setting/getting of fhc limitbug23166 | Matthias Radestock | 2010-08-22 | 2 | -11/+29 |
| |/ | |||||
| * | merge bug23152 into default | Matthias Radestock | 2010-08-20 | 1 | -2/+3 |
| |\ | |||||
| | * | Grab the msg from the cur ets file cache, thus avoiding having to send the sa...bug23152 | Matthew Sackman | 2010-08-19 | 1 | -2/+3 |
| * | | merge bug23139 into default | Matthias Radestock | 2010-08-20 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | merge bug23150 into default | Alexandru Scvortov | 2010-08-19 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Use string tokens, not re:splitbug23150 | Matthew Sackman | 2010-08-19 | 1 | -1/+1 |
| | |/ | |||||
| * | | oopsbug23139 | Matthias Radestock | 2010-08-20 | 1 | -4/+4 |
| * | | merge heads | Matthias Radestock | 2010-08-20 | 1 | -11/+11 |
| |\ \ | |||||
| | * | | ensure_mref => track_client andalso cosmetic | Matthew Sackman | 2010-08-20 | 1 | -11/+11 |
| * | | | simplification due to the fact that we always request closing of all | Matthias Radestock | 2010-08-20 | 1 | -7/+5 |
| * | | | cosmetic | Matthias Radestock | 2010-08-20 | 1 | -8/+8 |
| |/ / | |||||
| * | | Merging heads | Matthew Sackman | 2010-08-20 | 1 | -142/+131 |
| |\ \ | |||||
| | * | | Convert fhc to use an ets table with record per client which amalgamates seve... | Matthew Sackman | 2010-08-20 | 1 | -145/+135 |
| * | | | cosmetic and some minor refactoring | Matthias Radestock | 2010-08-20 | 1 | -30/+30 |
| * | | | fix bug that crept in | Matthias Radestock | 2010-08-20 | 1 | -3/+4 |
| |/ / | |||||
| * | | Given the clients are demanded to close all open fds when asked to, them send... | Matthew Sackman | 2010-08-20 | 1 | -10/+9 |
| * | | If we sent an age of 0 to clients, make sure we do not send more ages of 0 to... | Matthew Sackman | 2010-08-20 | 1 | -39/+58 |
| * | | refactor | Matthias Radestock | 2010-08-19 | 1 | -16/+23 |
| * | | cosmetic | Matthias Radestock | 2010-08-19 | 1 | -11/+11 |
| * | | Some essential assertions | Matthew Sackman | 2010-08-19 | 1 | -5/+5 |
| * | | More meaningful variable name | Matthew Sackman | 2010-08-19 | 1 | -2/+2 |