aboutsummaryrefslogtreecommitdiffstats
path: root/addons/cdr_mysql.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-11Permit dates and times to be stored in timezones other than the default ↵tilghman1-2/+12
(typically, UTC) (closes issue #16401) Reported by: lordmortis git-svn-id: http://svn.digium.com/svn/asterisk/trunk@239152 f38db490-d61c-443f-a65b-d21fe96a405b
2009-11-13If CDR logging is disabled, it's considered a FAILUREoej1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@229840 f38db490-d61c-443f-a65b-d21fe96a405b
2009-11-09Fix various problems detected with Valgrind.tilghman1-4/+4
* chan_console accessed pvts after deallocation. * cdr_mysql stored a pointer that was freed by realloc() * The module loader did not check usecount on shutdown, which led to chan_iax2 reading a timer that was already unloaded. * The event subsystem sometimes creates an event with no IEs. Due to a corner condition, the code would read beyond the memory boundary. * res_pktccops did not correctly check whether its monitor thread was started. (closes issue #16062) Reported by: alexanderheinz Patches: 20091109__issue16062.diff.txt uploaded by tilghman (license 14) Tested by: tilghman git-svn-id: http://svn.digium.com/svn/asterisk/trunk@228798 f38db490-d61c-443f-a65b-d21fe96a405b
2009-08-10AST-2009-005tilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@211539 f38db490-d61c-443f-a65b-d21fe96a405b
2009-06-30Rename cdr_addon_mysql to cdr_mysqlrussell1-0/+641
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@204418 f38db490-d61c-443f-a65b-d21fe96a405b