Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run flake8 on travis. | James Socol | 2015-03-26 | 1 | -4/+0 |
* | Handle IPv6 in default clients | James Socol | 2015-03-26 | 3 | -2/+7 |
* | Make IPv6 opt-in an explicit choice. | James Socol | 2015-03-26 | 2 | -13/+41 |
* | Version 3.1 | James Socol | 2015-03-18 | 1 | -1/+1 |
* | Add TCPStatsClient and TCPPipeline | Mauro Stettler | 2015-03-17 | 3 | -4/+306 |
* | Refactor tests to allow for multiple protocols | Mauro Stettler | 2015-03-17 | 1 | -207/+388 |
* | refactor StatsClient and Pipeline into base classes | Mauro Stettler | 2015-03-17 | 1 | -16/+50 |
* | add ipv6 support | keras | 2014-10-01 | 2 | -2/+9 |
* | Optimize Pipeline by using a deque | David Blewett | 2014-08-12 | 1 | -4/+5 |
* | Version 3.0.1v3.0.1 | James Socol | 2014-07-27 | 1 | -1/+1 |
* | Made Timer.__call__ thread-safe | Blake Caldwell | 2014-07-27 | 2 | -16/+36 |
* | Version 3.0 | James Socol | 2014-05-09 | 1 | -1/+1 |
* | Update test envs and trove classifiers | James Socol | 2014-05-09 | 1 | -1/+1 |
* | Move default instances out of __init__.py | James Socol | 2014-05-09 | 4 | -37/+35 |
* | Version 2.1.2v2.1.2 | James Socol | 2014-01-07 | 1 | -1/+1 |
* | Close gaps in client coverage. | James Socol | 2014-01-07 | 1 | -0/+27 |
* | Handle negative absolute gauges. | James Socol | 2014-01-07 | 2 | -2/+37 |
* | Version 2.1.1v2.1.1 | James Socol | 2014-01-03 | 1 | -1/+1 |
* | Fix timers used as decorators. | James Socol | 2014-01-03 | 2 | -1/+6 |
* | Do versioning simpler.v2.1 | James Socol | 2014-01-03 | 2 | -3/+2 |
* | Version 2.1. | James Socol | 2014-01-03 | 2 | -2/+3 |
* | Guard against empty- or double- sending. | James Socol | 2014-01-03 | 2 | -0/+25 |
* | Rename some tests for clarity | James Socol | 2014-01-03 | 1 | -4/+4 |
* | Give timers manual start/stop methods. | James Socol | 2014-01-03 | 3 | -11/+63 |
* | Merge pull request #38 from aleasoluciones/master | James Socol | 2013-11-25 | 1 | -24/+16 |
|\ | |||||
| * | Refactor StatsClient | Guillermo Pascual | 2013-11-19 | 1 | -24/+16 |
* | | add maxudpsize option | trbs | 2013-09-17 | 2 | -4/+8 |
|/ | |||||
* | Version 2.0.3.v2.0.3 | James Socol | 2013-08-27 | 1 | -1/+1 |
* | Update gauge delta tests. | James Socol | 2013-08-26 | 1 | -10/+12 |
* | Handle very large numbers correctly. | James Socol | 2013-08-26 | 2 | -4/+21 |
* | Don't skip the _after step from Pipelines. | James Socol | 2013-08-26 | 1 | -2/+2 |
* | Revert "Added suffix parameter" | James Socol | 2013-07-27 | 3 | -26/+5 |
* | Merge remote-tracking branch 'spil-jasper/master' | James Socol | 2013-07-24 | 3 | -5/+26 |
|\ | |||||
| * | Added suffix parameter | Jasper Capel | 2013-04-23 | 3 | -5/+26 |
* | | Merge remote-tracking branch 'ustudio/master' | James Socol | 2013-07-24 | 2 | -0/+22 |
|\ \ | |||||
| * | | Testing non-integer values for the set data type | Thomas Stephens | 2013-04-26 | 1 | -1/+5 |
| * | | Adding the 'set' data type to the client | Thomas Stephens | 2013-04-26 | 2 | -0/+18 |
* | | | Version bump 2.0.2v2.0.2 | James Socol | 2013-07-24 | 1 | -1/+1 |
* | | | Don't try to pop an empty pipeline. Fix #28. | jonathan vanasco | 2013-05-30 | 2 | -0/+9 |
|/ / | |||||
* | | Fix #24, import with Django 1.5 on the PYTHONPATH. | Will Kahn-Greene | 2013-04-25 | 1 | -0/+8 |
|/ | |||||
* | Move __version__ to _version.py.v2.0.1 | James Socol | 2013-03-25 | 2 | -4/+2 |
* | s/xrange/range/ for Py3k | James Socol | 2013-03-06 | 1 | -1/+1 |
* | Support gauge deltas. Fixes #21. | James Socol | 2013-03-06 | 2 | -2/+21 |
* | Limit packet payload to 512 bytes. | James Socol | 2013-03-06 | 2 | -3/+33 |
* | Flake8 cleanup. | James Socol | 2013-03-06 | 1 | -2/+2 |
* | Clear pipeline._stats after send(). | James Socol | 2013-03-01 | 1 | -0/+1 |
* | Use __all__ instead of _ prefix. | James Socol | 2013-03-01 | 1 | -4/+7 |
* | Add _Pipeline, accessor, and docs. | James Socol | 2013-03-01 | 2 | -5/+68 |
* | Remove flush() and batch_len. | James Socol | 2013-03-01 | 3 | -49/+39 |
* | Improve docstring. | James Socol | 2012-10-23 | 1 | -2/+11 |