summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tweakMatthias Radestock2010-08-261-1/+2
* report the root cause when 'terminate' callback failsMatthias Radestock2010-08-261-26/+27
* Merge bug23141 into defaultDavid Wragg2010-08-261-1/+8
|\
| * preemptively detect common cause of failed startupMatthias Radestock2010-08-251-1/+8
* | Convert use of proplists:lookup to proplists:get_valueMatthew Sackman2010-08-251-4/+3
* | oopsMatthias Radestock2010-08-251-2/+2
* | display app version during plugin activationMatthias Radestock2010-08-251-1/+3
|/
* Add priorities to two calls to ensure queue declaration remains quick even wi...Matthew Sackman2010-08-221-2/+2
* Avoid crashMatthew Sackman2010-08-221-2/+2
* ensure and assert that closed handles have last_used_at=undefinedMatthias Radestock2010-08-221-7/+12
* cosmeticMatthias Radestock2010-08-221-3/+3
* make it more obvious that reopen is a with_age_tree in disguiseMatthias Radestock2010-08-221-9/+10
* don't traverse age tree unnnecessarily on error in reopenMatthias Radestock2010-08-221-14/+12
* cosmeticMatthew Sackman2010-08-221-3/+2
* refactor: move open1 into reopenMatthias Radestock2010-08-221-22/+18
* If we've obtained permission to open some fds and that turns out not to work ...Matthew Sackman2010-08-221-1/+4
* record for pending itemsMatthias Radestock2010-08-221-17/+29
* Modify test so that the -1 => -2 change to OBTAIN_LIMIT does not result in th...Matthew Sackman2010-08-221-5/+12
* Use foldr instead of foldl to avoid having to do extra reversesMatthew Sackman2010-08-221-11/+9
* always return refs/handles in correct orderMatthias Radestock2010-08-221-31/+30
* cosmeticMatthias Radestock2010-08-221-7/+7
* always leave at least two fds unobtainableMatthias Radestock2010-08-221-2/+5
* refactor: make new_closed_handle create the Ref and return itMatthias Radestock2010-08-221-19/+18
* add testMatthias Radestock2010-08-221-0/+20
* merge bug23166 into bug23153Matthias Radestock2010-08-222-11/+29
|\
| * add support for dynamic setting/getting of fhc limitMatthias Radestock2010-08-222-11/+29
* | Rejigged client side so that it asks for the correct number of fds upfront.Matthew Sackman2010-08-221-60/+94
* | Modify server logic to deal with requests for multiple fds. Including nice pe...Matthew Sackman2010-08-211-31/+76
* | Add infrastructure to server to be able to handle requests for multiple fdsMatthew Sackman2010-08-201-13/+16
|/
* merge bug23152 into defaultMatthias Radestock2010-08-201-2/+3
|\
| * Grab the msg from the cur ets file cache, thus avoiding having to send the sa...Matthew Sackman2010-08-191-2/+3
* | merge bug23139 into defaultMatthias Radestock2010-08-201-146/+196
|\ \ | |/ |/|
| * oopsMatthias Radestock2010-08-201-4/+4
| * merge headsMatthias Radestock2010-08-201-15/+13
| |\
| | * simplification due to the fact that we always request closing of allMatthias Radestock2010-08-201-7/+5
| | * cosmeticMatthias Radestock2010-08-201-8/+8
| * | ensure_mref => track_client andalso cosmeticMatthew Sackman2010-08-201-11/+11
| |/
| * Convert fhc to use an ets table with record per client which amalgamates seve...Matthew Sackman2010-08-201-145/+135
| * Given the clients are demanded to close all open fds when asked to, them send...Matthew Sackman2010-08-201-10/+9
| * If we sent an age of 0 to clients, make sure we do not send more ages of 0 to...Matthew Sackman2010-08-201-39/+58
| * refactorMatthias Radestock2010-08-191-16/+23
| * cosmeticMatthias Radestock2010-08-191-11/+11
| * Some essential assertionsMatthew Sackman2010-08-191-5/+5
| * More meaningful variable nameMatthew Sackman2010-08-191-2/+2
| * WhoopsMatthew Sackman2010-08-191-1/+1
| * Reworked substantiallyMatthew Sackman2010-08-191-88/+117
| * Merging default into bug 23139 (substantial debitrot)Matthew Sackman2010-08-196-121/+113
| |\
| * | The solution is very simple: In the case where the fhc sends out requests to ...Matthew Sackman2010-08-171-1/+3
| * | Track blocked pids explicitlyMatthew Sackman2010-08-171-27/+42
* | | Use string tokens, not re:splitMatthew Sackman2010-08-191-1/+1
| |/ |/|