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/res
Mark Michelson 3e474b3b75
Fix a memory leak in res_monitor.c
17 years ago
..
snmp Fix a race condition that could cause a crash. 17 years ago
Makefile the gcc optimizer frequently finds broken code (use of uninitalized variables, unreachable code, etc.), which is good. however, developers usually compile with the optimizer turned off, because if they need to debug the resulting code, optimized code makes that process very difficult. this means that we get code changes committed that weren't adequately checked over for these sorts of problems. 17 years ago
res_adsi.c Free some frames that would otherwise leak on error. 18 years ago
res_adsi.exports Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
res_agi.c Fix cases where the internal poll() was not being used when it needed to be. 17 years ago
res_agi.exports Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
res_clioriginate.c Perform dialing asynchronously when using the originate CLI command so the CLI does not appear to block. 18 years ago
res_config_odbc.c Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
res_config_pgsql.c Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
res_convert.c (closes issue #10246) 19 years ago
res_crypto.c Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
res_features.c Cleaning up a few things in detect disconnect patch 17 years ago
res_features.exports Allow disconnect feature before a call is bridged 17 years ago
res_indications.c Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
res_jabber.c somehow missed a bunch of gcc 4.3.x warnings in this branch on the first pass 17 years ago
res_jabber.exports Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
res_monitor.c Fix a memory leak in res_monitor.c 17 years ago
res_monitor.exports Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
res_musiconhold.c Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
res_odbc.c Some sanity checks that may have led to prior crashes, found by codefreeze-lap 17 years ago
res_odbc.exports Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
res_smdi.c Dialplan functions should not actually return 0, unless they have modified the 17 years ago
res_smdi.exports Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
res_snmp.c Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago
res_speech.c Make it the engine's responsible to check for the presence of results. 19 years ago
res_speech.exports Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix. 17 years ago