summary refs log tree commit diff
path: root/database-prepare-for-0.5.0.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-11Make sure we pass a tuple to string '%' formattingMark Haines1-2/+2
2014-12-10update media repository implementation docsMark Haines1-4/+9
2014-12-10import Image as PIL.Image.Mark Haines1-1/+1
2014-12-10Get the code actually workingMark Haines6-52/+61
2014-12-10Thumbnail uploaded and cached imagesMark Haines7-175/+587
2014-12-10oopsMatthew Hodgson1-3/+3
2014-12-10update codestyle based on debate on #matrix-devMatthew Hodgson1-3/+34
2014-12-10turn back on per-request transaction retries, so that every time we try to hi...Matthew Hodgson1-4/+3
2014-12-10Add newline back inErik Johnston1-0/+1
2014-12-10Remove whitespaceErik Johnston1-1/+1
2014-12-10Code style.Erik Johnston3-46/+85
2014-12-10plateau retries after 1hMatthew Hodgson1-3/+6
2014-12-10add errbacks to enqueue_pdu deferreds; change logging for failed federation s...Matthew Hodgson2-8/+12
2014-12-10squidge to 79 columns as per pep8Matthew Hodgson3-19/+36
2014-12-09fix UTs by telling all the mock stores about the new methods for tracking ret...Matthew Hodgson4-3/+23
2014-12-08fix a million stupid bugs and make it actually workMatthew Hodgson3-20/+33
2014-12-08add a write-through cache on the retry scheduleMatthew Hodgson1-4/+15
2014-12-08Ignore pycharm dirErik Johnston1-0/+2
2014-12-08actually reset retry schedule if we can successfuly talk to itMatthew Hodgson2-0/+9
2014-12-07fix stupid syntax thinkosMatthew Hodgson2-13/+12
2014-12-07track replication destination health, and perform exponential back-off when s...Matthew Hodgson9-18/+156
2014-12-05point the entry_point for synapse-homeserver at the right methodMark Haines1-1/+1
2014-12-05Add a method field to thumbnai