summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merging bug 23138 into defaultMatthew Sackman2010-08-192-86/+126
|\ \
| * | once again allow use of fhc w/o registeringMatthias Radestock2010-08-191-4/+7
| * | refactorMatthias Radestock2010-08-191-3/+5
| * | rewriteMatthias Radestock2010-08-192-103/+94
| |/
| * Correct monitoring and actions upon DOWN messages. Note this is especially su...Matthew Sackman2010-08-171-65/+105
* | Don't ever keep the recovery process waiting, regardless of whether the queue...Matthew Sackman2010-08-181-1/+2
* | A rather crucial infinity missingMatthew Sackman2010-08-181-1/+2
* | small simplifying refactorMatthias Radestock2010-08-181-15/+13
* | take current memory alarms status into account straight awayMatthias Radestock2010-08-181-3/+4
|/
* obtain_and_release_on_death => obtain, and minor refactor of tcp acceptorMatthew Sackman2010-08-172-16/+14
* Combine obtains and release_on_deathMatthew Sackman2010-08-172-30/+33
* Minor correctionsMatthew Sackman2010-08-171-4/+5
* cosmeticMatthias Radestock2010-08-161-1/+1
* tweakMatthias Radestock2010-08-161-2/+2
* tweakMatthias Radestock2010-08-161-5/+5
* tweakMatthias Radestock2010-08-161-1/+1
* obtain_limit can be 'infinity'Matthias Radestock2010-08-161-1/+1
* cosmeticMatthias Radestock2010-08-161-1/+1
* refactor: incorporate limit checking into maybe_reduceMatthias Radestock2010-08-161-26/+22
* cosmeticMatthias Radestock2010-08-161-26/+35
* opens => open. obtains => obtainMatthew Sackman2010-08-161-61/+61
* Finally, it works. Important points: 1) remove elders from blocked clients so...Matthew Sackman2010-08-161-18/+24
* Whoops. Be consistent about comparisonsMatthew Sackman2010-08-161-1/+2
* Sockets have priority up to 90%. Processes have the full 100% but at lower pr...Matthew Sackman2010-08-162-55/+80
* Make sure tests have enough file descriptorsMatthew Sackman2010-08-161-1/+1
* WhoopsMatthew Sackman2010-08-161-1/+1
* Split obtains in two : one for open requests (higher priority) and one for ob...Matthew Sackman2010-08-161-39/+67
* Allow the fhc server to request the client closes file handles before grantin...Matthew Sackman2010-08-161-31/+52
* Merging default into bug 23132Matthew Sackman2010-08-162-151/+86
|\