| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge bug 24227 | Simon MacMullen | 2011-07-29 | 11 | -82/+561 |
| |\ | |||||
| | * | employ more sophisticated message queue formatting | Matthias Radestock | 2011-07-28 | 5 | -17/+35 |
| | * | refactor | Matthias Radestock | 2011-07-28 | 1 | -14/+13 |
| | * | Don't unpack and repack | Matthew Sackman | 2011-07-28 | 1 | -14/+10 |
| | * | Don't call prioritise_info for EXIT from parent. Use infinity priority for sy... | Matthew Sackman | 2011-07-28 | 1 | -0/+7 |
| | * | Minor refactor and introduce horrific inefficiency | Matthew Sackman | 2011-07-28 | 1 | -10/+6 |
| | * | Make priority_queue be able to have a concept of infinity as a priority | Matthew Sackman | 2011-07-28 | 2 | -9/+64 |
| | * | refactor: use multiple heads instead of 'case' | Matthias Radestock | 2011-07-28 | 1 | -21/+13 |
| | * | merge bug24288 into default | Matthias Radestock | 2011-07-27 | 2 | -9/+34 |
| | |\ | |||||
| | | * | General improvements | Matthew Sackman | 2011-07-27 | 1 | -11/+11 |
| | | * | dict => orddict | Matthew Sackman | 2011-07-26 | 1 | -9/+10 |
| | | * | +documentation, minor renaming, clarity | Matthew Sackman | 2011-07-26 | 2 | -4/+10 |
| | | * | factoring | Matthew Sackman | 2011-07-21 | 1 | -5/+5 |
| | | * | Support optionally formatting the priority queue mailbox, and do so on the qu... | Matthew Sackman | 2011-07-21 | 2 | -9/+27 |
| | * | | Move ha boot steps to somewhere more appropriate | Matthew Sackman | 2011-07-26 | 2 | -12/+12 |
| | * | | merge bug24296 into default | Matthias Radestock | 2011-07-26 | 1 | -0/+392 |
| | |\ \ | |||||
| | | * \ | Merging bug23464 to default | Matthew Sackman | 2011-07-26 | 9 | -13/+26 |
| | | |\ \ | | | |/ | |||||
| | | * | | Convert O(N*M) to O(M*log_2(N)) | Matthew Sackman | 2011-07-26 | 1 | -6/+2 |
| | | * | | More consistent use of macro | Emile Joubert | 2011-07-26 | 1 | -3/+3 |
| | | * | | Cosmetic | Emile Joubert | 2011-07-19 | 1 | -3/+6 |
| | | * | | Speed improvements | Emile Joubert | 2011-07-18 | 1 | -40/+42 |
| | | * | | appending to a list is slow. And we don't seem to care about this list being ... | Matthew Sackman | 2011-07-18 | 1 | -6/+6 |
| | | * | | Stronger constraints and some notes on frequency | Emile Joubert | 2011-07-15 | 1 | -8/+22 |
| | | * | | Merged default into bug23464 | Emile Joubert | 2011-07-11 | 28 | -947/+2660 |
| | | |\ \ | |||||
| | | * | | | Minor refactor | Emile Joubert | 2011-07-06 | 1 | -6/+4 |
| | | * | | | Added timeout testing | Emile Joubert | 2011-07-05 | 1 | -8/+19 |
| | | * | | | Improve code coverage | Emile Joubert | 2011-07-05 | 1 | -35/+84 |
| | | * | | | Better code coverage | Emile Joubert | 2011-07-01 | 1 | -5/+44 |
| | | * | | | Add conditional compilation and makefile infrastructure | Emile Joubert | 2011-06-28 | 1 | -0/+3 |
| | | * | | | Add further backing queue methods | Emile Joubert | 2011-06-27 | 1 | -54/+133 |
| | | * | | | More realistic tests | Emile Joubert | 2011-06-21 | 1 | -61/+83 |
| | | * | | | First draft of qc property for backing store | Emile Joubert | 2011-06-20 | 1 | -0/+181 |
| | * | | | | cosmetic | Matthias Radestock | 2011-07-26 | 1 | -8/+7 |
| | * | | | | Convert dict to orddict | Matthew Sackman | 2011-07-22 | 1 | -8/+8 |
| | | |_|/ | |/| | | |||||
| * | | | | abstract out mnesia:start and mnesia:stop | Alexandru Scvortov | 2011-07-28 | 1 | -11/+16 |
| * | | | | strip out the new backup naming scheme since it isn't necessary anymore | Alexandru Scvortov | 2011-07-28 | 1 | -17/+5 |
| * | | | | merge heads | Alexandru Scvortov | 2011-07-26 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | oops | Alexandru Scvortov | 2011-07-26 | 1 | -1/+1 |
| * | | | | | Cosmetic | Simon MacMullen | 2011-07-26 | 1 | -2/+1 |
| * | | | | | Cosmetic | Simon MacMullen | 2011-07-26 | 1 | -5/+4 |
| |/ / / / | |||||
| * | | | | cosmetic and refactoring | Alexandru Scvortov | 2011-07-26 | 1 | -39/+32 |
| * | | | | improve comments | Alexandru Scvortov | 2011-07-25 | 2 | -6/+3 |
| * | | | | use mnesia:system_config(use_dir) | Alexandru Scvortov | 2011-07-22 | 2 | -3/+11 |
| * | | | | more spacing | Alexandru Scvortov | 2011-07-22 | 1 | -1/+1 |
| * | | | | rename IsDiskNode, WasDiskNode | Alexandru Scvortov | 2011-07-22 | 1 | -4/+4 |
| * | | | | un-misname waiting_for | Alexandru Scvortov | 2011-07-22 | 1 | -2/+2 |
| * | | | | Sp | Simon MacMullen | 2011-07-22 | 1 | -1/+1 |
| * | | | | cosmetic | Alexandru Scvortov | 2011-07-21 | 2 | -5/+5 |
| * | | | | remove starting/stopping improvements | Alexandru Scvortov | 2011-07-21 | 1 | -11/+3 |
| * | | | | remove the disc schema for stand-alone ram nodes | Alexandru Scvortov | 2011-07-21 | 1 | -5/+7 |
