Module: sip-router
Branch: master
Commit: 595909e8acc0e6d178e346bef6a08ca98ae7351c
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=595909e…
Author: Eloy Coto <eloy.coto(a)gmail.com>
Committer: Eloy Coto <eloy.coto(a)gmail.com>
Date: Tue Dec 9 17:23:46 2014 +0000
Add statsd module.
Changes that I did before merge from my github project:
- Remove Readme.md and doc/statsd.txt
- Add README in the module.
- Change sprintf to snprintf
- Doc: Add valid ids into the sections.
---
modules/statsd/Makefile | 15 +++
modules/statsd/README | 200 ++++++++++++++++++++++++++++++++++
modules/statsd/doc/Makefile | 6 +
modules/statsd/doc/statsd.xml | 36 ++++++
modules/statsd/doc/statsd_admin.xml | 204 +++++++++++++++++++++++++++++++++++
modules/statsd/lib_statsd.c | 152 ++++++++++++++++++++++++++
modules/statsd/statsd.c | 167 ++++++++++++++++++++++++++++
7 files changed, 780 insertions(+), 0 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=595…