summary refs log tree commit diff
path: root/CONTRIBUTING.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-29Fix deadlock in id_generators. No idea why this was an actual deadlock.Erik Johnston1-14/+16
2015-04-29Also log when we've started pushersErik Johnston1-0/+2
2015-04-29Revert previousErik Johnston1-5/+1
2015-04-29Only start pushers when synapse has fully startedErik Johnston2-4/+5
2015-04-29Start pushers on reactor threadErik Johnston1-0/+3
2015-04-29Actually return rowsErik Johnston1-0/+2
2015-04-29Typo, args wrong way roundErik Johnston1-4/+1
2015-04-29Decode buffers in same threadErik Johnston1-13/+19
2015-04-29We store pusher data as bytesErik Johnston1-2/+2
2015-04-29Fix off by one in presence token handlingErik Johnston1-1/+1
2015-04-29Decode the data json in the storage layer (was moved but this part was missed)David Baker2-1/+14
2015-04-29Oops, update the contraint tooDavid Baker1-1/+1
2015-04-29