Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-01-29 | Bump AccountDataAndTagsChangeCache size | Erik Johnston | 1 | -1/+1 |
2016-01-29 | Don't work out unread_notifs_for_room_id unless needed | Erik Johnston | 1 | -11/+12 |
2016-01-29 | Allow three_pid_creds as well as threePidCreds in /account/3pid | Mark Haines | 1 | -2/+3 |
2016-01-29 | Add tests | Erik Johnston | 2 | -0/+19 |
2016-01-29 | Directly set self.value | Erik Johnston | 1 | -1/+1 |
2016-01-29 | Remove spurious self.size | Erik Johnston | 1 | -1/+0 |
2016-01-29 | Correctly bookkeep the size of TreeCache | Erik Johnston | 1 | -3/+28 |
2016-01-29 | Make TreeCache keep track of its own size. | Erik Johnston | 2 | -6/+10 |
2016-01-29 | Reset size on clear | Erik Johnston | 1 | -0/+2 |
2016-01-28 | Amalgamate tags and account data stream caches | Erik Johnston | 2 | -12/+9 |
2016-01-28 | If the same as the earliest key, assume nothing has changed. | Erik Johnston | 1 | -0/+5 |
2016-01-28 | Correctly update _entity_to_key | Erik Johnston | 1 | -4/+5 |
2016-01-28 | Fix inequalities | Erik Johnston | 1 | -2/+2 |
2016-01-28 | Don't use defer.retur |