Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-05-03 | Don't abortConnection() if the transport connection has already closed. | Will Hunt | 1 | -3/+8 |
2018-05-03 | Fix changes warning | Richard van der Hoff | 1 | -2/+2 |
2018-05-03 | Warn of potential client incompatibility from #3161 | Richard van der Hoff | 1 | -0/+15 |
2018-05-03 | Fix up grammar | Erik Johnston | 1 | -3/+3 |
2018-05-02 | add missing param to cancelled_to_request_timed_out_error | Richard van der Hoff | 1 | -1/+1 |
2018-05-02 | Make _escape_character take MatchObject | Erik Johnston | 1 | -2/+10 |
2018-05-02 | Escape label values in prometheus metrics | Erik Johnston | 2 | -3/+40 |
2018-05-02 | Fix logcontext leak in media repo | Richard van der Hoff | 2 | -1/+4 |
2018-05-02 | Remove spurious unittest.DEBUG | Richard van der Hoff | 1 | -1/+0 |
2018-05-02 | Fix a couple of logcontext leaks in unit tests | Richard van der Hoff | 2 | -3/+9 |
2018-05-02 | Fix a class of logcontext leaks | Richard van der Hoff | 2 | -33/+94 |
2018-05-02 | Fix incorrect reference to StringIO | Richard van der Hoff | 2 | -1/+39 |
2018-05-01 | missing word :| | Matthew Hodgson | 1 | -1/+1 |
2018-05-01 | fix markdown | Matthew Hodgson | 1 | -3/+3 |
2018-05-01 | changelog for 0.28.1 v0.28.1 | Matthew Hodgson | 1 | -2/+23 |
2018-05-01 | Update __init__.py | Neil Johnson | 1 | -1/+1 |
2018-05-01 | Miscellaneous fixes to python_dependencies | Richard van der Hoff | 1 | -1/+19 |
2018-05-01 | Apply some limits to depth to counter abuse | Richard van der Hoff | 3 | -4/+26 |
2018-04-30 | Burminate v1auth | Adrian Tschira | 7 | -25/+24 |
2018-04-30 | Fixes #3135 - Replace _OpenSSLECCurve with crypto.get_elliptic_curve (#3157) | Will Hunt | 2 | -8/+8 |
2018-04-30 | add guard for None on purge_history api | Krombel | 1 | -1/+14 |
2018-04-30 | run config tests on py3 | Adrian Tschira | 1 | -1/+2 |
2018-04-30 | add comment explaining attributeerror | Adrian Tschira | 1 | -0/+3 |
2018-04-30 | add py36 to build matrix | Richard van der Hoff | 1 | -5/+13 |
2018-04-30 | Remove redundant call to preserve_fn | Richard van der Hoff | 1 | -4/+2 |
2018-04-30 | Update tox.ini | Richard van der Hoff | 1 | -1/+1 |
2018-04-29 | Construct HMAC as bytes on py3 | Adrian Tschira | 2 | -11/+15 |
2018-04-29 | more bytes strings | Adrian Tschira | 4 | -7/+10 |
2018-04-28 | fix missing import | Matthew Hodgson | 1 | -0/+1 |
2018-04-28 | pep8 | Matthew Hodgson | 1 | -3/+5 |
2018-04-28 | make it work with sqlite | Matthew Hodgson | 2 | -34/+54 |
2018-04-28 | Move more xrange to six | Adrian Tschira | 9 | -11/+28 |
2018-04-28 | replace stringIO imports | Adrian Tschira | 2 | -3/+3 |
2018-04-28 | move httplib import to six | Adrian Tschira | 1 | -3/+3 |
2018-04-28 | make imports local | Adrian Tschira | 4 | -7/+7 |
2018-04-28 | Don't yield in list comprehensions | Adrian Tschira | 1 | -5/+9 |
2018-04-28 | open log_config in text mode too | Adrian Tschira | 1 | -1/+1 |
2018-04-27 | Add py3 tests to tox with folders that work | Adrian Tschira | 1 | -1/+9 |
2018-04-27 | pep8; remove spurious import | Richard van der Hoff | 1 | -1/+1 |
2018-04-27 | Use run_in_background in preference to preserve_fn | Richard van der Hoff | 22 | -71/+97 |
2018-04-27 | Backport deferred.addTimeout | Richard van der Hoff | 5 | -14/+90 |
2018-04-27 | Trap exceptions thrown within run_in_background | Richard van der Hoff | 1 | -1/+7 |
2018-04-27 | Update CHANGES.rst | Neil Johnson | 1 | -1/+1 |
2018-04-27 | Update CHANGES.rst | Neil Johnson | 1 | -1/+1 |
2018-04-27 | reraise exceptions more carefully | Richard van der Hoff | 2 | -13/+24 |
2018-04-27 | Refactor event storage to not require state | Erik Johnston | 1 | -37/+67 |
2018-04-27 | Add missing consumeErrors | Richard van der Hoff | 3 | -5/+9 |
2018-04-27 | Improve exception handling for background processes | Richard van der Hoff | 20 | -237/+335 |
2018-04-27 | also upgrade pip when installing | Richard van der Hoff | 1 | -0/+4 |
2018-04-26 | update changelog and bump version to 0.28.0 v0.28.0 github/release-v0.28.0-rc1 release-v0.28.0-rc1 | Neil Johnson | 2 | -1/+10 |
2018-04-26 | jenkins build: make sure we have a recent setuptools | Richard van der Hoff | 1 | -1/+12 |
2018-04-26 | Miscellaneous fixes to python_dependencies | Richard van der Hoff | 1 | -1/+19 |
2018-04-26 | Fix media admin APIs | Erik Johnston | 1 | -2/+2 |
2018-04-25 | Also fix reindexing of search | Erik Johnston | 1 | -1/+1 |
2018-04-25 |