You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/cdr
Jason Parker 6fd76e7bc3
Fix a race condition in cdr_pgsql that can occur when reloading the module.
19 years ago
..
Makefile GNU make already knows how to quietly ignore non-existent files in 'include' directives 20 years ago
cdr_csv.c use ast_localtime() in every place localtime_r() was being used 19 years ago
cdr_custom.c apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process 20 years ago
cdr_manager.c use ast_localtime() in every place localtime_r() was being used 19 years ago
cdr_odbc.c To prevent 92138749238754 more reports of "I have unixodbc installed, but 19 years ago
cdr_pgsql.c Fix a race condition in cdr_pgsql that can occur when reloading the module. 19 years ago
cdr_radius.c use ast_localtime() in every place localtime_r() was being used 19 years ago
cdr_sqlite.c use ast_localtime() in every place localtime_r() was being used 19 years ago
cdr_tds.c use ast_localtime() in every place localtime_r() was being used 19 years ago