summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-21- use the standard option parsing routines;Luigi Rizzo
2006-12-21Merge non-blocking logger from my branch. This should improve things under he...Joshua Colp
2006-12-21Merged revisions 48783 via svnmerge from Joshua Colp
2006-12-21This little mod gets rid of that g722 compiler warning that breaks builds con...Steve Murphy
2006-12-21put generator functions next to each other.Luigi Rizzo
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-12-21same as in other places, check that generator->release is not NULLLuigi Rizzo
2006-12-21reduce indentationLuigi Rizzo
2006-12-21restructure a block to reduce nestingLuigi Rizzo
2006-12-21Add a bit of documentation on this code, including pointersLuigi Rizzo
2006-12-21This small update will generate WARNINGS if there is garbage in your extensio...Steve Murphy
2006-12-21Really clean up indications to use the linkedlists APIJoshua Colp
2006-12-21Switch list of global variables to read/write locks.Joshua Colp
2006-12-21Convert alternate dialplan switch list to use read/write locks.Joshua Colp
2006-12-21As per bug 7978, this version introduces the jittertargetextra option in conf...Steve Murphy
2006-12-21Minor addition giving props to Steve Underwood for his hard work. Thanks again Matthew Fredrickson
2006-12-21Add codec G.722 support.Matthew Fredrickson
2006-12-20Clean up app_pageJoshua Colp
2006-12-20Merged revisions 48637 via svnmerge from Joshua Colp
2006-12-20more formatting cleanup.Luigi Rizzo
2006-12-19formatting and code cleanup.Luigi Rizzo
2006-12-19Merged revisions 48596 via svnmerge from Joshua Colp
2006-12-19Update res_snmp to use new API declaration of pbx_builtin_serialize_variables...Joshua Colp
2006-12-19Merged revisions 48592 via svnmerge from Joshua Colp
2006-12-19OpenBSD does not have RLIMIT_AS or RLIMIT_VMEM so until someone finds the rig...Joshua Colp
2006-12-19block 48583Luigi Rizzo
2006-12-19start documenting this code.Luigi Rizzo
2006-12-19Merged revisions 48586 via svnmerge from Kevin P. Fleming
2006-12-19better name for struct dial_localuser.Luigi Rizzo
2006-12-19remove now useless extern declarations.Luigi Rizzo
2006-12-19Merged revisions 48577 via svnmerge from Kevin P. Fleming
2006-12-19introduce a temporary variable for tmp->chan to shorten expressions.Luigi Rizzo
2006-12-19stop what i think is a memory leak in case Dial fails toLuigi Rizzo
2006-12-19move a large block related to privacy handling to a separate function.Luigi Rizzo
2006-12-19Merged revisions 48571 via svnmerge from Joshua Colp
2006-12-18unbreak the macro used for incrementing the frame counters.Luigi Rizzo
2006-12-18Clean up find_idle_thread function and use atomic operations for dynamic thre...Joshua Colp
2006-12-18Merged revisions 48564 via svnmerge from Joshua Colp
2006-12-18ctrl-w != w (nano search) (surprisingly, the fix was ever so slightly diffe...Jason Parker
2006-12-18Blocked revisions 48561 via svnmergeJason Parker
2006-12-18apply the proposed fix for bug 8602Luigi Rizzo
2006-12-18convert the final clients of ast_build_string to use ast_str_*()Luigi Rizzo
2006-12-18debugging shows that we always need more than 128 bytesLuigi Rizzo
2006-12-18Merged revisions 48554 via svnmerge from Kevin P. Fleming
2006-12-18Replace ast_build_string with ast_str_*().Luigi Rizzo
2006-12-17replace ast_build_string() with ast_str_*().Luigi Rizzo
2006-12-17replace ast_build_string() with ast_str_*();Luigi Rizzo
2006-12-17Merged revisions 48548 via svnmerge from Kevin P. Fleming
2006-12-17define a mask SIP_INSECURE sam as for other sets of flags.Luigi Rizzo
2006-12-16Merged revisions 48528 via svnmerge from Kevin P. Fleming