Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-01-28 | More magic commas (including the place I copied it from...) | David Baker | 1 | -4/+4 |
2015-01-28 | Google doc style | David Baker | 1 | -4/+5 |
2015-01-28 | spaces | David Baker | 1 | -2/+2 |
2015-01-28 | Unnecessary newlines. | David Baker | 1 | -5/+0 |
2015-01-28 | Unnecessary newline. | David Baker | 1 | -1/+0 |
2015-01-28 | Better style | David Baker | 1 | -2/+5 |
2015-01-28 | Another superfluous newline | David Baker | 1 | -1/+0 |
2015-01-28 | Ah, the comma of doom. | David Baker | 1 | -1/+1 |
2015-01-28 | Brackets are nicer | David Baker | 1 | -2/+2 |
2015-01-28 | Unnecessary new line | David Baker | 1 | -1/+0 |
2015-01-28 | Easy on the newlines | David Baker | 1 | -1/+0 |
2015-01-28 | 2015 | David Baker | 1 | -1/+1 |
2015-01-28 | doc style fix | David Baker | 1 | -1/+1 |
2015-01-28 | It is 2015 | David Baker | 1 | -1/+1 |
2015-01-28 | Oops, bad merge: needed to change the base class of the rest servlets too. | David Baker | 3 | -6/+7 |
2015-01-28 | More code style things | David Baker | 1 | -3/+4 |
2015-01-28 | Brackets rather than slashes at end | David Baker | 1 | -3/+3 |
2015-01-28 | Redundant bracketing & missed space | David Baker | 1 | -2/+2 |
2015-01-28 | Update copyright | David Baker | 1 | -1/+1 |
2015-01-28 | Unused import | David Baker | 1 | -1/+0 |
2015-01-28 | Reset badge count to zero when last active time is bumped | David Baker | 4 | -3/+76 |
2015-01-27 | Oops, remove debugging | David Baker | 1 | -1/+0 |
2015-01-27 | or of course we could just return the deferred | David Baker | 1 | -2/+1 |
2015-01-27 | Need a defer.inlineCallbacks here as we yield in it: otherwise nothing in the... | David Baker | 1 | -0/+1 |
2015-01-27 |