summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge default into bug25118bug25118Tim Watson2012-09-145-105/+127
|\
| * updated the essay to explain how the sync status works nowFrancesco Mazzoli2012-09-131-19/+25
| * two little fixes...Francesco Mazzoli2012-09-061-2/+2
| * cosmeticsFrancesco Mazzoli2012-09-041-1/+1
| * cosmeticsFrancesco Mazzoli2012-09-042-4/+1
| * cosmeticsFrancesco Mazzoli2012-09-041-1/+1
| * merge defaultFrancesco Mazzoli2012-09-047-110/+222
| |\
| * | remove differences with defaultFrancesco Mazzoli2012-09-041-10/+12
| * | track the delta of the depths, and replace `pending_ack' with `depth' in BQFrancesco Mazzoli2012-09-044-71/+52
| * | was getting `set_length' instead of `drop'Francesco Mazzoli2012-09-041-1/+1
| * | fix depth delta in the `publish' instructionFrancesco Mazzoli2012-09-041-1/+1
| * | forgot debug line inFrancesco Mazzoli2012-09-031-1/+0
| * | store the depth of master and slave instead of the unknown pending msgsFrancesco Mazzoli2012-09-032-69/+92
| * | refactoring: make the var match the fieldMatthias Radestock2012-08-311-8/+7
| * | refactoring: inline helper functionMatthias Radestock2012-08-311-24/+25
| * | cosmeticMatthias Radestock2012-08-311-3/+2
| * | styleFrancesco Mazzoli2012-08-311-5/+3
| * | revert `set_synchronized' => `update_unknown_pending'Francesco Mazzoli2012-08-311-22/+22
| * | `set_synchronized' => `update_unknown_pending'Francesco Mazzoli2012-08-311-22/+22
| * | `set_length' => `drop'Francesco Mazzoli2012-08-311-2/+2
| * | `external_pending' => `unknown_pending'Francesco Mazzoli2012-08-311-6/+9
| * | use `set_synchronized' instead than manually increasingFrancesco Mazzoli2012-08-311-6/+2
| * | simplify `set_length' case, fixing the ToDrop < 0 branchFrancesco Mazzoli2012-08-311-20/+16
| * | add the delta in `set_synchronized', fixes the call in `set_length'Francesco Mazzoli2012-08-311-3/+3
| * | `set_synchronized' accepts the difference instead of separate argsFrancesco Mazzoli2012-08-311-7/+7
| * | do not track external pendings until we receive `length'Francesco Mazzoli2012-08-311-2/+7
| * | actually, it looks like the slave might receive messages before `length'Francesco Mazzoli2012-08-311-1/+1
| * | `length' should be the first instructions, lets assert thatFrancesco Mazzoli2012-08-311-1/+1
| * | get the external pending acks at the beginningFrancesco Mazzoli2012-08-312-5/+7
| * | add a callback to backing queue to get the number of pending acksFrancesco Mazzoli2012-08-313-7/+17
| * | matthias doesn't like the nested `set_synchronised' :(Francesco Mazzoli2012-08-301-20/+18
| * | take into account requeues when setting synch state for slavesFrancesco Mazzoli2012-08-302-58/+65
* | | Merged bug25072Emile Joubert2012-09-142-9/+9
|\ \ \
| * | | fix runtime parameters test, and little bug with thembug25072Francesco Mazzoli2012-09-142-9/+9
* | | | Merged bug23903Emile Joubert2012-09-143-19/+28
|\ \ \ \
| * \ \ \ Merge defaultbug23903Emile Joubert2012-09-133-19/+28
| |\ \ \ \
| | * | | | Allow direct client users to provide a complete #user{} record rather than lo...Simon MacMullen2012-09-111-14/+14
| | * | | | Remove the previous hack, add a check for the "impersonator" tag instead.Simon MacMullen2012-09-111-20/+17
| | * | | | RenameSimon MacMullen2012-09-101-14/+14
| | * | | | Add a backdoor to allow the direct client to set a trusted user-id. Yes, this...Simon MacMullen2012-09-071-6/+13
| | * | | | Add a boolean validator.Simon MacMullen2012-09-071-1/+6
* | | | | | Merged bug25072Emile Joubert2012-09-136-60/+1313
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | add mochi license informationFrancesco Mazzoli2012-09-131-0/+3
| * | | | pushed changes to Makefile by mistakeFrancesco Mazzoli2012-09-111-1/+2
| * | | | merge defaultFrancesco Mazzoli2012-09-103-13/+26
| |\ \ \ \
| * \ \ \ \ mergeFrancesco Mazzoli2012-09-1011-167/+286
| |\ \ \ \ \
| | * \ \ \ \ merge defaultFrancesco Mazzoli2012-09-104-60/+952
| | |\ \ \ \ \
| * | | | | | | add mochinum.erl, which is needed by mochijson2.erlFrancesco Mazzoli2012-09-102-2/+359
| | |/ / / / / | |/| | | | |
| * | | | | | accept parameters in JSON formatFrancesco Mazzoli2012-08-231-60/+10
| * | | | | | re-introduced wrapper functions to strip and add the `struct' tagsFrancesco Mazzoli2012-08-231-1/+21