summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-10Oops, we do want to defer.return regardless of whether we are caching or notErik Johnston1-1/+1
2015-02-10Move construction of object within if blockErik Johnston1-6/+6
2015-02-09Fix testsErik Johnston1-1/+6
2015-02-06Bug fixes.Erik Johnston2-27/+57
2015-02-06Bugfix cache layerErik Johnston2-11/+22
2015-02-06Add cache layer to state group resolutionErik Johnston2-1/+72
2015-02-06SYN-258: get_recent_events_for_room only accepts stream tokens, convert the t...Mark Haines1-1/+3
2015-02-06Explicitly list the RejectedReasons that we can proveErik Johnston1-1/+6
2015-02-06Move delta/v13.sql to delta/v12.sqlErik Johnston2-24/+11
2015-02-06Don't query auth if the only difference is events that were rejected due to a...Erik Johnston1-56/+72
2015-02-06Make seen_ids a setErik Johnston1-1/+3
2015-02-06Return body of response in HttpResponseExceptionErik Johnston1-1/+2
2015-02-06Handle the fact the list.remove raises if element doesn't existErik Johnston1-4/