summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Docs WIPipv6-docsJames Socol2015-04-012-3/+13
|
* Merge branch 'travis-flake8'James Socol2015-03-262-5/+6
|\
| * sudo:false on travistravis-flake8James Socol2015-03-261-0/+1
| |
| * Run flake8 on travis.James Socol2015-03-262-5/+5
|/
* Merge branch 'ipv6-flag'James Socol2015-03-266-15/+54
|\
| * Handle IPv6 in default clientsJames Socol2015-03-263-2/+7
| |
| * Make IPv6 opt-in an explicit choice.James Socol2015-03-263-13/+47
|/
* More badgesv3.1James Socol2015-03-181-2/+10
|
* Version 3.1James Socol2015-03-183-5/+5
|
* Update CHANGESJames Socol2015-03-181-0/+7
|
* Clean up new docs a little.James Socol2015-03-182-30/+37
|
* Merge pull request #59 from NetAccessCorp/refactor_into_baseclassJames Socol2015-03-186-225/+849
|\ | | | | Adding TCP connection support
| * update docs to document TCPStatsClientMauro Stettler2015-03-173-0/+107
| |
| * Add TCPStatsClient and TCPPipelineMauro Stettler2015-03-173-4/+306
| |
| * Refactor tests to allow for multiple protocolsMauro Stettler2015-03-171-207/+388
| |
| * refactor StatsClient and Pipeline into base classesMauro Stettler2015-03-171-16/+50
|/
* Merge pull request #55 from hanleyhansen/patch-1James Socol2014-11-051-3/+3
|\ | | | | Typos in types.rst
| * Typos in types.rstHanley Hansen2014-11-051-3/+3
|/
* Merge branch 'pull-52'James Socol2014-10-012-2/+9
|\ | | | | | | Fix #52.
| * add ipv6 supportkeras2014-10-012-2/+9
|/
* Merge pull request #51 from davidblewett/patch-1James Socol2014-08-211-4/+5
|\ | | | | Optimize Pipeline by using a deque
| * Optimize Pipeline by using a dequeDavid Blewett2014-08-121-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 Socol2014-07-282-4/+30
|
* Version 3.0.1v3.0.1James Socol2014-07-272-2/+2
|
* 3.0.1 ChangelogJames Socol2014-07-271-0/+7
|
* Merge branch 'pr-50'James Socol2014-07-273-23/+39
|\
| * Made Timer.__call__ thread-safeBlake Caldwell2014-07-273-23/+39
|/
* Add setup.cfg for wheelsJames Socol2014-05-081-0/+2
|
* Merge branch 'branch-3.x'v3.0James Socol2014-05-0914-68/+72
|\
| * Version 3.0James Socol2014-05-092-2/+2
| |
| * Update documentation for v3James Socol2014-05-096-25/+28
| |
| * Update test envs and trove classifiersJames Socol2014-05-094-4/+7
| |
| * Move default instances out of __init__.pyJames Socol2014-05-094-37/+35
|/
* Merge pull request #46 from hlangeveld/docpatchbranch-2.xJames Socol2014-05-092-2/+2
|\ | | | | Two more doc references fixed
| * Two more doc references fixedHenk Langeveld2014-05-082-2/+2
|/ | | | Two more Graphite references moved from wikidot to readthedocs
* Merge pull request #45 from hlangeveld/patch-1James Socol2014-04-291-1/+1
|\ | | | | Link to graphite.readthedocs.org instead of wikidot
| * Link to RTD instead of wikidotHenk Langeveld2014-04-281-1/+1
|/ | | The link to wikidot is outdated and refers back to graphite.readthedocs.org, so use that in the first place.
* TyposJames Socol2014-03-182-2/+2
|
* Warn about non-safe decorators.James Socol2014-03-182-0/+10
|
* Version 2.1.2v2.1.2James Socol2014-01-074-3/+10
|
* Close gaps in client coverage.James Socol2014-01-071-0/+27
|
* Handle negative absolute gauges.James Socol2014-01-072-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.1James Socol2014-01-033-4/+4
|
* Fix timers used as decorators.James Socol2014-01-033-1/+12
|
* Do versioning simpler.v2.1James Socol2014-01-033-18/+3
|
* Version 2.1.James Socol2014-01-036-4/+15
|
* Clean up docs examples and references.James Socol2014-01-032-6/+4
|
* Ignore swap files and build artifacts.James Socol2014-01-031-1/+3
|
* Reorganize doc headers.James Socol2014-01-031-63/+63
|
* Update references docsJames Socol2014-01-032-0/+59
|