summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename cluster config to runtime parameters.Simon MacMullen2012-03-266-36/+37
* I keep forgetting the trailing ".".Simon MacMullen2012-03-231-1/+5
* null is in JSON, we should allow that too.Simon MacMullen2012-03-231-0/+1
* Allow string keys, format the results for listing.Simon MacMullen2012-03-221-3/+8
* lookup/3.Simon MacMullen2012-03-211-8/+25
* NotifySimon MacMullen2012-03-212-9/+12
* Generic validation.Simon MacMullen2012-03-213-18/+34
* Some pluggable validation thing.Simon MacMullen2012-03-193-2/+46
* Simple CRUD for config-y Erlang termsSimon MacMullen2012-03-194-0/+90
* Simple test for multi call - and reverse the lists so they come out the same ...Simon MacMullen2012-03-152-1/+22
* Slightly nicer to use a -define().Simon MacMullen2012-03-151-1/+3
* CommentSimon MacMullen2012-03-141-1/+2
* Only sleep as much as we need, and tail recurse properly.Simon MacMullen2012-03-141-6/+5
* Hush, little dialyzer, don't cry.Simon MacMullen2012-03-141-2/+2
* Scatter-gather.Simon MacMullen2012-03-142-4/+33
* This fixes the bug, but it does not scatter-gather, which would certainly be ...Simon MacMullen2012-03-142-12/+29
* Merge bug24779Simon MacMullen2012-03-073-13/+15
|\
| * Let it crash...Simon MacMullen2012-03-071-7/+1
| * Ahem.Simon MacMullen2012-03-071-1/+1
| * Try to close the socket immediately on reader death.Simon MacMullen2012-03-072-6/+14
* | Add to qi the equivalent of msg_store_file:scan and rework a specialised walk...Matthew Sackman2012-03-061-12/+38
|/
* cosmetic, plus report Pid instead of {ok, Pid}Matthias Radestock2012-03-051-7/+6
* cosmeticMatthias Radestock2012-03-021-3/+3
* In fact, let's not call handle_ch_down in the case where we get a 'DOWN' whil...Simon MacMullen2012-03-011-5/+9
* And a commentSimon MacMullen2012-03-011-0/+2
* Actually be slightly more minimal about what we move.Simon MacMullen2012-03-011-10/+10
* Don't throw away 'DOWN' in delayed_stop.Simon MacMullen2012-03-011-15/+16
* Copy the error_string concept from ctl, in order to never format a string wit...Simon MacMullen2012-02-291-6/+11
* Merge bug24558Simon MacMullen2012-02-294-53/+50
|\
| * Missing specSimon MacMullen2012-02-291-0/+1
| * Assert in timeout, better sync comment, changed naming of needs_index_sync.Francesco Mazzoli2012-02-292-6/+6
| * Checking for memory usage in needs_timeoutFrancesco Mazzoli2012-02-221-4/+12
| * Using SYNC_INTERVAL for the idle timeout as well.Francesco Mazzoli2012-02-221-4/+3
| * Removed reduce_memory_use test before actual reduce_memory_use in timeout/1.Francesco Mazzoli2012-02-221-8/+1
| * Removed sync_if/2 and sync/2.Francesco Mazzoli2012-02-221-22/+7
| * Merge defaultFrancesco Mazzoli2012-02-164-29/+40
| |\
| | * Introduced a small timeout when needs_timeout returns 'idle'.Francesco Mazzoli2012-02-162-4/+5
| | * Got rid of unused function and warnings.Francesco Mazzoli2012-02-091-10/+3
| | * Merged defaultFrancesco Mazzoli2012-02-09105-420/+626
| | |\
| | * | Changed needs_sync/1 patterns order.Francesco Mazzoli2012-02-091-3/+2
| | * | Taking is_dirty into account in needs_sync/1.Francesco Mazzoli2012-02-091-2/+3
| | * | needs_sync/1 now uses the handle write buffer, sync/1 is unconditional.Francesco Mazzoli2012-02-092-7/+16
| | * | Syncing instead of flushing.Francesco Mazzoli2012-02-092-12/+8
| | * | Returning idle in needs_timeout/1 only when there is something to flush.Francesco Mazzoli2012-02-072-5/+11
| | * | Always returning either timed or idle, always flushing in timeout/1.Francesco Mazzoli2012-02-073-56/+12
| | * | Flushing periodically, trying out various way to find out when to flush.Francesco Mazzoli2012-02-073-13/+63
* | | | merge bug24650 into default (Move names for connections and channels from mgm...Alexandru Scvortov2012-02-2812-102/+506
|\ \ \ \
| * | | | that function doesn't return errorsAlexandru Scvortov2012-02-281-2/+1
| * | | | re-order arguments to BQ:fold to look more like an Erlang foldAlexandru Scvortov2012-02-283-7/+7
| * | | | Rename process_messages to fold.Simon MacMullen2012-02-275-15/+13