summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2009-05-05Add a more efficient way of allocating structures that use stringfieldsKevin P. Fleming
2009-05-05Correct some flaws in the memory accounting code for stringfields and ao2 obj...Kevin P. Fleming
2009-05-05Properly account for memory allocated for channels and datastoresKevin P. Fleming
2009-05-05Ensure that string pools allocated to hold stringfields are properly accounte...Kevin P. Fleming
2009-05-04Ensure that astobj2 memory allocations are properly accounted for when MALLOC...Kevin P. Fleming
2009-05-04Do not re-define _POSIX_C_SOURCE if it was already defined.Eliel C. Sardanons
2009-05-03Add 'bitflags'-style information elements to event frameworkKevin P. Fleming
2009-05-02Do a bit of code cleanup.Russell Bryant
2009-05-02Remove rarely-used event_log/LOG_EVENT supportKevin P. Fleming
2009-05-02Fix an error in queue_log file rotation optimization codeKevin P. Fleming
2009-05-02Update copyright year to 2009Sean Bright
2009-05-01Merged revisions 191488 via svnmerge from Jeff Peeler
2009-05-01Drop my IRC nickname.Joshua Colp
2009-04-30Detect eaccess (or euidaccess) before using it.Tilghman Lesher
2009-04-30Change working directory to / under certain conditions.Tilghman Lesher
2009-04-29Part of the merge did not happen correctly, which resulted in a compile errorTilghman Lesher
2009-04-29SIP option to specify outbound TLS/SSL client protocol.David Vossel
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-29Consistent SSL/TLS options across conf filesDavid Vossel
2009-04-29Log an error message if indications.conf is not found.Russell Bryant
2009-04-29Resolve Solaris build issues and add some API documentation.Russell Bryant
2009-04-27Fix a small memory leak on error in ast_channel_alloc().Richard Mudgett
2009-04-27Don't warn on pipe in the System call.Tilghman Lesher
2009-04-27Fix a bug where we tried to send events out when no sessions container was pr...Joshua Colp
2009-04-24TLS/SSL private key optionDavid Vossel
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-23Labels are sometimes (most of the time?) NULL for extensions.Tilghman Lesher
2009-04-23Support HTTP digest authentication for the http manager interface.Tilghman Lesher
2009-04-22Fix building of chan_h323 with gcc-3.3Jeff Peeler
2009-04-22Fix call parking callback. Pipes -> Commas.Russell Bryant
2009-04-20Use nanosleep instead of poll.Tilghman Lesher
2009-04-20Merged revisions 189391 via svnmerge from Doug Bailey
2009-04-20Merged revisions 189277 via svnmerge from Mark Michelson
2009-04-17Fix copy/paste error with 'transmit silence' flag.Sean Bright
2009-04-17Merged revisions 189009 via svnmerge from Matthew Nicholson
2009-04-17Fix a spacing issue that I claimed I would when I committed this code.Mark Michelson
2009-04-17Several fixes to the extenpatternmatchnew logic.Mark Michelson
2009-04-15Merged revisions 188582 via svnmerge from Mark Michelson
2009-04-14Making sure we have references to external libraries.Olle Johansson
2009-04-14As suggested by Russell, warn users when their dialplan arguments contain pip...Tilghman Lesher
2009-04-10Change how we set the local and remote address.Joshua Colp
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.Joshua Colp
2009-04-10Don't let ast_channel_alloc fail if explicitly passed NULL cid_name or cid_nu...Mark Michelson
2009-04-10revert addition of LOG_SECURITY log channel; after further discussion, a much...Kevin P. Fleming
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listTilghman Lesher
2009-04-09Add ability for dialplan execution to continue when caller hangs up.Jeff Peeler
2009-04-09Merged revisions 187428 via svnmerge from Tilghman Lesher
2009-04-09Add support for allowing the channel driver to handle transcoding.Joshua Colp
2009-04-09Merged revisions 187300-187301 via svnmerge from Tilghman Lesher
2009-04-09add a dedicated log channel for modules to be able report security-related ev...Kevin P. Fleming