summary refs log tree commit diff
path: root/synapse/api (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-09Add cache to get_user_by_idErik Johnston1-0/+3
2016-05-06Remove unused importErik Johnston1-1/+1
2016-05-06Pull loop one level upErik Johnston1-36/+41
2016-05-06Queue events for persistenceErik Johnston1-11/+144
2016-05-06Pull prev txn from in memoryErik Johnston1-5/+13
2016-05-06Don't needlessly enter transactionErik Johnston1-9/+9
2016-05-06Reduce database inserts when sending transactionsErik Johnston2-45/+114
2016-05-05Rename openid/token to openid/request_tokenMark Haines1-2/+2
2016-05-05Don't warnErik Johnston1-2/+0
2016-05-05Add an openidish mechanism for proving to third parties that you own a given ...Mark Haines7-2/+193
2016-05-05Add some log information at returned replication streamsErik Johnston1-0/+11
2016-05-05Add bulk fetch storage APIErik Johnston3-11/+26
2016-05-04Add primary keyErik Johnston1-1/+1
2016-05-04