summary refs log tree commit diff
path: root/README.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-10SQLite wants INTEGER and not BIGINT for primary keysErik Johnston6-9/+9
2015-04-10Update full_schemas/16 to match delta files. Add delta/16 scriptsErik Johnston6-0/+245
2015-04-10Revert non-trivial changes to upgrade scriptsErik Johnston3-5/+5
2015-04-10Fix schema againErik Johnston2-3/+3
2015-04-10Revert non-trivial schema changes and move them to a new schema version.Erik Johnston19-27/+636
2015-04-09Remove unused importErik Johnston1-1/+1
2015-04-09Remove spurious spacesErik Johnston15-50/+50
2015-04-09Add commentMark Haines1-0/+1
2015-04-09Unset the timer in the timeout callback so that we don't try to cancel it if ...Mark Haines1-0/+1
2015-04-09Stream ordering and out of order insertions.Erik Johnston5-65/+153
2015-04-09SYN-339: Cancel the notifier timeout when the notifier firesMark Haines1-4/+26
2015-04-08Fix tests after commit 9a0579Erik Johnston1-0/+6
2015-04-08Use generic db exceptions rather than sqlite3 specific onesErik Johnston2-6/+2
2015-04-08Bump versionErik Johnston1-1/+1
2015-04-08SYN-338: Fix typo that caused the cache to throw an exception in some instancesErik Johnston1-1/+1
2015-04-08typoErik Johnston1-1/+1
2015-04-08Don't yield on notifying all listenersErik Johnston1-4/+36
2015-04-08Move comment into docstringErik Johnston1-5/+2
2015-04-08Factor out loops into '_discard_if_notified'Erik Johnston1-15/+14
2015-04-08Also perform paranoia checks in 'on_new_user_event'Erik Johnston1-2/+16
2015-04-08Add paranoia checks to make sure that we evict stale NotificationListeners wh...Erik Johnston1-5/+31
2015-04-08Fix bug where we didn't inform the NotificataionListeners about new rooms the...Erik Johnston1-0/+3
2015-04-08Move database timer logging to seperate loggerErik Johnston1-1/