summaryrefslogtreecommitdiff
path: root/statsd
Commit message (Expand)AuthorAgeFilesLines
* pyupgrade: Modernize syntax for Python >= 3.7Christian Clauss2022-12-034-11/+11
* Release v4.0.1James Socol2022-11-061-1/+1
* Bump version to v4.0.0James Socol2022-11-051-1/+1
* Fix timing decorator for async functionsJames Socol2022-11-052-8/+38
* Remove __future__ importsJames Socol2022-11-059-15/+0
* Replace nose with nose2James Socol2022-11-051-4/+5
* Add `close()` method to UDP clientJeremy Lainé2020-10-082-0/+9
* Fix regex string escape in testshintofbasil2018-11-161-1/+1
* Refactor client module into packageJames Socol2018-08-226-304/+303
* Introduce UnixSocketStatsClient class.Mateusz Moneta2018-08-213-1/+95
* Simplify timer decoratorJames Socol2018-08-211-2/+1
* Add timedelta support to Client.timingGijs van der Voort2018-08-212-1/+21
* Fix minor nits, spelling and unused importsfix-nitsJames Socol2018-08-211-1/+1
* Remove dependency on ABCMeta.James Socol2018-08-211-11/+3
* Skip IPv6 resolution testJames Socol2018-08-211-0/+2
* Bug: Fix timer decorator with partial functions (#85)Mathieu Leplatre2017-08-302-2/+22
* Bug: Fix time shifts for python 3.3 and above.Sam Pegler2017-07-111-5/+12
* fix assert_called_once() callsLogan Rosen2015-11-211-3/+2
* Version 3.2.1James Socol2015-10-221-1/+1
* Don't break compatibility with code that uses ordered args instead ofIan Moore2015-10-221-4/+4
* Version 3.2v3.2James Socol2015-10-191-1/+1
* Future-proof float formattingJames Socol2015-10-191-1/+1
* Updated statsd client to allow less than 1 ms timingStephen Bunn2015-09-012-16/+15
* Ignore RuntimeErrors together with socket errorsJakub Stasiak2015-08-031-1/+1
* Run flake8 on travis.James Socol2015-03-261-4/+0
* Handle IPv6 in default clientsJames Socol2015-03-263-2/+7
* Make IPv6 opt-in an explicit choice.James Socol2015-03-262-13/+41
* Version 3.1James Socol2015-03-181-1/+1
* 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
* add ipv6 supportkeras2014-10-012-2/+9
* Optimize Pipeline by using a dequeDavid Blewett2014-08-121-4/+5
* Version 3.0.1v3.0.1James Socol2014-07-271-1/+1
* Made Timer.__call__ thread-safeBlake Caldwell2014-07-272-16/+36
* Version 3.0James Socol2014-05-091-1/+1
* Update test envs and trove classifiersJames Socol2014-05-091-1/+1
* Move default instances out of __init__.pyJames Socol2014-05-094-37/+35
* Version 2.1.2v2.1.2James Socol2014-01-071-1/+1
* Close gaps in client coverage.James Socol2014-01-071-0/+27
* Handle negative absolute gauges.James Socol2014-01-072-2/+37
* Version 2.1.1v2.1.1James Socol2014-01-031-1/+1
* Fix timers used as decorators.James Socol2014-01-032-1/+6
* Do versioning simpler.v2.1James Socol2014-01-032-3/+2
* Version 2.1.James Socol2014-01-032-2/+3
* Guard against empty- or double- sending.James Socol2014-01-032-0/+25
* Rename some tests for clarityJames Socol2014-01-031-4/+4
* Give timers manual start/stop methods.James Socol2014-01-033-11/+63
* Merge pull request #38 from aleasoluciones/masterJames Socol2013-11-251-24/+16
|\
| * Refactor StatsClientGuillermo Pascual2013-11-191-24/+16