| Commit message (Expand) | Author | Age | Files | Lines |
* | User Cursor.__iter__ instead of fetchall | Erik Johnston | 2017-03-23 | 1 | -1/+1 |
* | Remove lru option | Erik Johnston | 2016-08-19 | 1 | -1/+1 |
* | Cache get_event_reference_hashes | Erik Johnston | 2016-05-31 | 1 | -9/+16 |
* | Fix relative imports so they work in both py3 and py27 | Mark Haines | 2016-03-08 | 1 | -1/+1 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Remove unused functions from synapse/storage/signatures.py | Mark Haines | 2015-09-23 | 1 | -112/+0 |
* | Remove syutil dependency in favour of smaller single-purpose libraries | Mark Haines | 2015-08-24 | 1 | -1/+1 |
* | Add bulk insert events API | Erik Johnston | 2015-06-25 | 1 | -12/+16 |
* | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 1 | -4/+4 |
* | Fix unicode database support | Erik Johnston | 2015-03-25 | 1 | -5/+5 |
* | Remove uses of REPLACE and ON CONFLICT IGNORE to make the SQL more portable. | Erik Johnston | 2015-03-23 | 1 | -4/+0 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Convert rest and handlers to use new event structure | Erik Johnston | 2014-12-04 | 1 | -1/+4 |
* | Begin converting things to use the new Event structure | Erik Johnston | 2014-12-04 | 1 | -0/+16 |
* | Fix pep8 codestyle warnings | Mark Haines | 2014-11-20 | 1 | -5/+5 |
* | Store all signatures on events rather than just dropping them | Erik Johnston | 2014-11-12 | 1 | -9/+15 |
* | Start implementing auth chains | Erik Johnston | 2014-11-07 | 1 | -0/+12 |
* | Remove unused signature storage methods | Erik Johnston | 2014-10-31 | 1 | -138/+1 |
* | Fix SQL so that accepts we may want to persist events twice. | Erik Johnston | 2014-10-30 | 1 | -22/+42 |
* | Begin implementing all the PDU storage stuff in Events land | Erik Johnston | 2014-10-28 | 1 | -0/+127 |
* | fix pyflakes warnings | Mark Haines | 2014-10-27 | 1 | -2/+0 |
* | Hash the same content covered by the signature when referencing previous PDUs... | Mark Haines | 2014-10-17 | 1 | -4/+40 |
* | Include hashes of previous pdus when referencing them | Mark Haines | 2014-10-16 | 1 | -0/+31 |
* | Sign outgoing PDUs. | Mark Haines | 2014-10-16 | 1 | -3/+3 |
* | Storage for pdu signatures | Mark Haines | 2014-10-14 | 1 | -0/+90 |