summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2009-01-09Merged revisions 168198 via svnmerge from Russell Bryant
2009-01-09Don't leak memory if phoneprov.conf does not existTerry Wilson
2009-01-09When using ast_str with a non-ast_str-enabled API, we need to update the bufferTilghman Lesher
2009-01-08Merged revisions 167840 via svnmerge from Tilghman Lesher
2008-12-30Fix some svn:keywordsTerry Wilson
2008-12-22Always use the value of the AGISIGHUP when running an AGI.Mark Michelson
2008-12-22Cosmetic change - don't mix struct initializer styles.Russell Bryant
2008-12-22Fix a bad typo.Russell Bryant
2008-12-22Re-work ref count handling of MoH classes using astobj2 to resolve crashes.Russell Bryant
2008-12-22Remove AST_PBX_KEEPALIVE usage from res_agi.Russell Bryant
2008-12-18Fix crashes in res_odbc.Mark Michelson
2008-12-18Merged revisions 165661 via svnmerge from Russell Bryant
2008-12-18Fix reference counts of the class and add an assertion to the end.Tilghman Lesher
2008-12-17Fix a refcount leak in res_odbcMark Michelson
2008-12-17Fix the buildMark Michelson
2008-12-17Merged revisions 165255 via svnmerge from Mark Michelson
2008-12-17Polycom phones close the connection after reading a little bit of the firmwar...Terry Wilson
2008-12-16Merged revisions 164605 via svnmerge from Russell Bryant
2008-12-13Use ast_str_strlen() instead of recalculating the string length.Sean Bright
2008-12-13nuke another use of the ast_str internals.Michiel van Baak
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-12Add a note to indicate why this only supports one channel for now.Russell Bryant
2008-12-12Add a new CLI command, "channel redirect", which is similar in operationRussell Bryant
2008-12-12Document default Monitor file location.Michiel van Baak
2008-12-11Fix a problem where continuous mode will get inadvertently get turned off if ...Russell Bryant
2008-12-11Merged revisions 163088 via svnmerge from Tilghman Lesher
2008-12-10Merged revisions 162926 via svnmerge from Jeff Peeler
2008-12-10Fix reloads of aliased CLI commands. Due to changes done to turn it into a si...Joshua Colp
2008-12-10Merged revisions 162874 via svnmerge from Jeff Peeler
2008-12-10FreeBSD also needs libgen.hJoshua Colp
2008-12-10Make res_snmp.so compile on OpenBSD.Michiel van Baak
2008-12-09Merged revisions 162264 via svnmerge from Steve Murphy
2008-12-09Merged revisions 162136 via svnmerge from Steve Murphy
2008-12-09Merged revisions 162013 via svnmerge from Steve Murphy
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-04Added XML documentation for the following AGI commands:Eliel C. Sardanons
2008-11-29we can now build with -Wformat=2, which found a couple of real bugsKevin P. Fleming
2008-11-28Make res_config_ldap compile with the official OpenLDAP 2.3.X versions.Michiel van Baak
2008-11-27Removed duplicate codePhilippe Sultan
2008-11-26improve handling of API calls provided by loaded modules through use of some ...Kevin P. Fleming
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cMatthew Nicholson
2008-11-20Fix one case where the application argument was not converted from a pipe toSean Bright
2008-11-20Merged revisions 157859 via svnmerge from Kevin P. Fleming
2008-11-20Fix compilingTerry Wilson
2008-11-19Cast this value since a uint64_t is not the sameMark Michelson
2008-11-19Merge the changes from the res_timing_timerfd branch.Mark Michelson
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-19correct small bug introduced during API conversionKevin P. Fleming
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...Kevin P. Fleming