Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs WIPipv6-docs | James Socol | 2015-04-01 | 2 | -3/+13 |
| | |||||
* | Merge branch 'travis-flake8' | James Socol | 2015-03-26 | 2 | -5/+6 |
|\ | |||||
| * | sudo:false on travistravis-flake8 | James Socol | 2015-03-26 | 1 | -0/+1 |
| | | |||||
| * | Run flake8 on travis. | James Socol | 2015-03-26 | 2 | -5/+5 |
|/ | |||||
* | Merge branch 'ipv6-flag' | James Socol | 2015-03-26 | 6 | -15/+54 |
|\ | |||||
| * | 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 | 3 | -13/+47 |
|/ | |||||
* | More badgesv3.1 | James Socol | 2015-03-18 | 1 | -2/+10 |
| | |||||
* | Version 3.1 | James Socol | 2015-03-18 | 3 | -5/+5 |
| | |||||
* | Update CHANGES | James Socol | 2015-03-18 | 1 | -0/+7 |
| | |||||
* | Clean up new docs a little. | James Socol | 2015-03-18 | 2 | -30/+37 |
| | |||||
* | Merge pull request #59 from NetAccessCorp/refactor_into_baseclass | James Socol | 2015-03-18 | 6 | -225/+849 |
|\ | | | | | Adding TCP connection support | ||||
| * | update docs to document TCPStatsClient | Mauro Stettler | 2015-03-17 | 3 | -0/+107 |
| | | |||||
| * | 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 |
|/ | |||||
* | Merge pull request #55 from hanleyhansen/patch-1 | James Socol | 2014-11-05 | 1 | -3/+3 |
|\ | | | | | Typos in types.rst | ||||
| * | Typos in types.rst | Hanley Hansen | 2014-11-05 | 1 | -3/+3 |
|/ | |||||
* | Merge branch 'pull-52' | James Socol | 2014-10-01 | 2 | -2/+9 |
|\ | | | | | | | Fix #52. | ||||
| * | add ipv6 support | keras | 2014-10-01 | 2 | -2/+9 |
|/ | |||||
* | Merge pull request #51 from davidblewett/patch-1 | James Socol | 2014-08-21 | 1 | -4/+5 |
|\ | | | | | Optimize Pipeline by using a deque | ||||
| * | Optimize Pipeline by using a deque | David Blewett | 2014-08-12 | 1 | -4/+5 |
|/ | | | | | | | | | This section of code is going to be pretty hot; it's best to optimize it as much as possible. It might be worth it to switch to a list for the data variable as well, and use '\n'.join(data) (vs. string concatenation). From: https://docs.python.org/2/library/collections.html#collections.deque "Though list objects support similar operations, they are optimized for fast fixed-length operations and incur O(n) memory movement costs for pop(0) and insert(0, v) operations which change both the size and position of the underlying data representation." | ||||
* | Improve docs a little. | James Socol | 2014-07-28 | 2 | -4/+30 |
| | |||||
* | Version 3.0.1v3.0.1 | James Socol | 2014-07-27 | 2 | -2/+2 |
| | |||||
* | 3.0.1 Changelog | James Socol | 2014-07-27 | 1 | -0/+7 |
| | |||||
* | Merge branch 'pr-50' | James Socol | 2014-07-27 | 3 | -23/+39 |
|\ | |||||
| * | Made Timer.__call__ thread-safe | Blake Caldwell | 2014-07-27 | 3 | -23/+39 |
|/ | |||||
* | Add setup.cfg for wheels | James Socol | 2014-05-08 | 1 | -0/+2 |
| | |||||
* | Merge branch 'branch-3.x'v3.0 | James Socol | 2014-05-09 | 14 | -68/+72 |
|\ | |||||
| * | Version 3.0 | James Socol | 2014-05-09 | 2 | -2/+2 |
| | | |||||
| * | Update documentation for v3 | James Socol | 2014-05-09 | 6 | -25/+28 |
| | | |||||
| * | Update test envs and trove classifiers | James Socol | 2014-05-09 | 4 | -4/+7 |
| | | |||||
| * | Move default instances out of __init__.py | James Socol | 2014-05-09 | 4 | -37/+35 |
|/ | |||||
* | Merge pull request #46 from hlangeveld/docpatchbranch-2.x | James Socol | 2014-05-09 | 2 | -2/+2 |
|\ | | | | | Two more doc references fixed | ||||
| * | Two more doc references fixed | Henk Langeveld | 2014-05-08 | 2 | -2/+2 |
|/ | | | | Two more Graphite references moved from wikidot to readthedocs | ||||
* | Merge pull request #45 from hlangeveld/patch-1 | James Socol | 2014-04-29 | 1 | -1/+1 |
|\ | | | | | Link to graphite.readthedocs.org instead of wikidot | ||||
| * | Link to RTD instead of wikidot | Henk Langeveld | 2014-04-28 | 1 | -1/+1 |
|/ | | | The link to wikidot is outdated and refers back to graphite.readthedocs.org, so use that in the first place. | ||||
* | Typos | James Socol | 2014-03-18 | 2 | -2/+2 |
| | |||||
* | Warn about non-safe decorators. | James Socol | 2014-03-18 | 2 | -0/+10 |
| | |||||
* | Version 2.1.2v2.1.2 | James Socol | 2014-01-07 | 4 | -3/+10 |
| | |||||
* | 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 |
| | | | | | | | | - For negative absolute gauge values, zero out the gauge first, since StatsD can't distinguish it from a delta. - Add tests. - Patch via Ben Gilbert (https://github.com/bgilbert) - Fixes #40. | ||||
* | Version 2.1.1v2.1.1 | James Socol | 2014-01-03 | 3 | -4/+4 |
| | |||||
* | Fix timers used as decorators. | James Socol | 2014-01-03 | 3 | -1/+12 |
| | |||||
* | Do versioning simpler.v2.1 | James Socol | 2014-01-03 | 3 | -18/+3 |
| | |||||
* | Version 2.1. | James Socol | 2014-01-03 | 6 | -4/+15 |
| | |||||
* | Clean up docs examples and references. | James Socol | 2014-01-03 | 2 | -6/+4 |
| | |||||
* | Ignore swap files and build artifacts. | James Socol | 2014-01-03 | 1 | -1/+3 |
| | |||||
* | Reorganize doc headers. | James Socol | 2014-01-03 | 1 | -63/+63 |
| | |||||
* | Update references docs | James Socol | 2014-01-03 | 2 | -0/+59 |
| |