| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | in/3 -> in/2; drain/2 -> drain/1 | Alexandru Scvortov | 2010-08-31 | 1 | -14/+15 |
| * | updated docs | Alexandru Scvortov | 2010-08-25 | 1 | -4/+6 |
| * | removed all references to pcall and pcast | Alexandru Scvortov | 2010-08-25 | 3 | -44/+18 |
| * | typo | Alexandru Scvortov | 2010-08-24 | 1 | -2/+2 |
| * | refactoring | Alexandru Scvortov | 2010-08-24 | 1 | -31/+23 |
| * | migrated rabbit_limiter to prioritizers | Alexandru Scvortov | 2010-08-24 | 1 | -2/+5 |
| * | refactoring | Alexandru Scvortov | 2010-08-24 | 2 | -28/+27 |
| * | migrated amqqueue to prioritisers | Alexandru Scvortov | 2010-08-24 | 2 | -22/+40 |
| * | migrated msg_store to prioritisers | Alexandru Scvortov | 2010-08-24 | 1 | -8/+26 |
| * | merge default into bug23157 | Alexandru Scvortov | 2010-08-24 | 1 | -2/+2 |
| |\ | |||||
| | * | 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... | Matthew Sackman | 2010-08-22 | 1 | -2/+2 |
| * | | | rabbit_channel migrated to prioritisers | Alexandru Scvortov | 2010-08-24 | 1 | -4/+17 |
| * | | | added error handling wrappers for prioritisers | Alexandru Scvortov | 2010-08-24 | 1 | -13/+27 |
| * | | | prioritize -> prioritise | Alexandru Scvortov | 2010-08-24 | 1 | -14/+14 |
| * | | | unprioritized calls, casts and infos are passed through the prioritize functions | Alexandru Scvortov | 2010-08-23 | 1 | -29/+48 |
| * | | | gen_server2: functions now use a record instead of 9 arguments | Alexandru Scvortov | 2010-08-23 | 1 | -118/+177 |
| |/ / | |||||
| * | | Merge bug23155 | Michael Bridgen | 2010-08-23 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | make 'xmlto' invocation work with stricter getopt implementations | Matthias Radestock | 2010-08-22 | 1 | -1/+1 |
| |/ | |||||
| * | merge bug23153 into default | Matthias Radestock | 2010-08-22 | 2 | -119/+241 |
| |\ | |||||
| | * | Avoid crash | 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 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * | | | Remove modifications that I accidentally introduced for testing and forgot to... | Matthew Sackman | 2010-08-19 | 1 | -6/+2 |
| * | | | | Merging bug 23166 into default | Matthew Sackman | 2010-08-22 | 2 | -11/+29 |
| |\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| | * | | add support for dynamic setting/getting of fhc limit | 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... | Matthew Sackman | 2010-08-19 | 1 | -2/+3 |
| * | | | merge bug23139 into default | Matthias Radestock | 2010-08-20 | 1 | -146/+196 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | oops | Matthias Radestock | 2010-08-20 | 1 | -4/+4 |
| | * | | merge heads | Matthias Radestock | 2010-08-20 | 1 | -15/+13 |
| | |\ \ | |||||
| | | * | | simplification due to the fact that we always request closing of all | Matthias Radestock | 2010-08-20 | 1 | -7/+5 |
