summary refs log tree commit diff
path: root/synapse/handlers (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-16PEP8Erik Johnston3-6/+0
2015-04-16Go back to storing JSON in TEXTErik Johnston11-41/+20
2015-04-16Move encoding and decoding of JSON into storage layerErik Johnston2-27/+7
2015-04-15Remove mysql/maria supportErik Johnston5-95/+26
2015-04-15Change full_schemas/11 to work with postgresErik Johnston13-84/+90
2015-04-15Remove debug loggingErik Johnston1-2/+0
2015-04-15Add missing yieldErik Johnston1-1/+1
2015-04-15pushers table requires a unique id.Erik Johnston2-3/+11
2015-04-15Make LruCache thread safe, as its used for event cacheErik Johnston1-0/+20
2015-04-15Don't pass in removed flagErik Johnston1-1/+0
2015-04-15Change from exception to warnErik Johnston1-1/+1
2015-04-15Don't wait on federation_handler.handle_new_eventErik Johnston1-3/+7
2015-04-15Remove run_on_reactor()sErik Johnston1-4/+0
2015-04-15Postgres does not allow you to continue using a cursor after a DB exception h...Erik Johnston1-11/+14
2015-04-15Do more parellelization for initialSyncErik Johnston1-7/+11
2015-04-15Parellelize initial syncErik Johnston1-2/+8
2015-04-15Turn off persistance of sent_transactions.response_jsonErik Johnston1-1/+1
2015-04-15Add index on events (topological_ordering, stream_ordering) to help with ORDE...Erik Johnston2-0/+2
2015-04-15Use try..finally in contextlib.contextmanagerErik Johnston1-3/+5
2015-04-15Use True for True rather than 1Erik Johnston1-5/+7
2015-04-15Add missing yield in storage funcErik Johnston1-1/+1
2015-04-15Correctly identify deadlocksErik Johnston1-1/+1
2015-04-15Change port script to work with postgresErik Johnston1-47/+67
2015-04-14