aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2007-03-08Fix segfault (Issue 9236)tilghman1-1/+1
2007-03-05Don't reference a potentially NULL pointer. (issue #9199 reported by klolik)file1-1/+2
2007-02-20No need to cast nor free with strdupa (thanks file)qwell1-2/+2
2007-02-19- Not sending arguments to an application is not "out of memory"oej1-27/+25
2007-02-16Clean up a few coding guidelines issues - spaces to tabs, use sizeof() to passrussell1-9/+9
2007-02-16Merged revisions 54771 via svnmerge from oej1-1/+1
2007-02-09add some inter-module dependencieskpfleming2-1/+2
2007-02-07Text fix for jabber reload command (reported by bkruse via IRC)tilghman1-1/+1
2007-02-01Merged revisions 53084 via svnmerge from file1-12/+13
2007-01-30Don't play with free()'d pointerspcadach1-2/+4
2007-01-23this mod from 8593 (dstchannel in cdr is empty when transfer call).murf1-0/+3
2007-01-23Merged revisions 51512 via svnmerge from file1-0/+6
2007-01-16Merged revisions 51145 via svnmerge from file1-0/+2
2007-01-13Only join the snmp thread on an unload if the thread is actually running. (is...file1-1/+1
2007-01-06Save 1 whopping byte of allocated memory!qwell1-1/+1
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming3-28/+27
2006-12-19use the proper variable type for these unixODBC API calls, eliminating warnin...kpfleming1-3/+3
2006-12-11Merged revisions 48374 via svnmerge from tilghman2-6/+29
2006-12-07Merged revisions 48356 via svnmerge from russell1-0/+1
2006-11-30Merged revisions 48154 via svnmerge from file1-6/+0
2006-11-27Merged revisions 48045 via svnmerge from tilghman1-17/+14
2006-11-13Merged revisions 47525 via svnmerge from tilghman1-0/+1
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-7/+3
2006-11-07Merged revisions 47238 via svnmerge from russell1-0/+2
2006-11-02More changes making the CLI more consistent with "category verb arguments" (c...tilghman2-3/+3
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman6-18/+13
2006-11-02Merged revisions 46964 via svnmerge from russell1-0/+4
2006-11-01a fix for bug 8251; the var_val needs to accept longer strings or mass confus...murf1-1/+1
2006-11-01Merged revisions 46776 via svnmerge from russell1-1/+19
2006-10-31Merged revisions 46557 via svnmerge from russell1-2/+2
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell2-3/+3
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-3/+2
2006-10-24Fix FastAGI when there is no pid (bug #7628, #8147)markster1-1/+2
2006-10-23don't crash when an incoming message has no "from" (issue #8205, jmls)russell1-1/+2
2006-10-21Add a couple missing unregistrations of manager actions and remove duplicaterussell1-2/+2
2006-10-19Let's remember to unregister JabberStatus too (issue #8184 reported by jmls)file1-0/+1
2006-10-13Clear the quiet flag too since we are restarting a recognition again (reporte...file1-0/+1
2006-10-13Check return value from engine in case of failure (ie: out of licenses) (repo...file1-2/+6
2006-10-12change some debug output to use LOG_DEBUG instead of verbose outputrussell1-12/+12
2006-10-04update thread creation code a bitkpfleming4-5/+5
2006-10-03fix issue with dialing client without resource.mogorman1-7/+19
2006-10-03updated res_jabber for even better component support, soon will be jep-0100 c...mogorman1-54/+73
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming1-1/+1
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file3-5/+5
2006-09-27Merged revisions 43778 via svnmerge from russell1-5/+7
2006-09-21updates for better compontent supportmogorman1-41/+67
2006-09-21Twould help if we actually documented how the new features in res_odbc actual...tilghman1-1/+2
2006-09-20Magical eightball says warnings be gone.file1-1/+1
2006-09-20Fix a bug in the CLI reverbification, as pointed out by ZX81 in #asterisk-devqwell1-2/+69
2006-09-20these functions never should have been non-static or in a header filekpfleming1-2/+2