aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-05-09Minor documentation update for ast_event_queue().russell1-3/+4
2009-05-05Add a more efficient way of allocating structures that use stringfieldskpfleming1-0/+25
2009-05-05Correct some flaws in the memory accounting code for stringfields and ao2 obj...kpfleming1-1/+1
2009-05-05Properly account for memory allocated for channels and datastoreskpfleming3-11/+35
2009-05-05Ensure that string pools allocated to hold stringfields are properly accounte...kpfleming1-6/+14
2009-05-04Restore 'asyncagi break' command to 1.6.1 and higher.tilghman1-17/+29
2009-05-04Ensure that astobj2 memory allocations are properly accounted for when MALLOC...kpfleming1-19/+62
2009-05-03Add 'bitflags'-style information elements to event frameworkkpfleming2-1/+56
2009-05-02Remove rarely-used event_log/LOG_EVENT supportkpfleming1-11/+0
2009-04-30Add buffer and echo canceller control to CHANNEL() dialplan function for DAHD...kpfleming1-29/+23
2009-04-30Detect eaccess (or euidaccess) before using it.tilghman1-0/+6
2009-04-29SIP option to specify outbound TLS/SSL client protocol.dvossel1-1/+7
2009-04-29Merge str_substitution branch.tilghman3-20/+131
2009-04-29Consistent SSL/TLS options across conf filesdvossel1-0/+5
2009-04-29Resolve Solaris build issues and add some API documentation.russell1-1/+20
2009-04-27Merged revisions 190721 via svnmerge from kpfleming1-29/+17
2009-04-24TLS/SSL private key optiondvossel1-0/+1
2009-04-24Update comment.rmudgett1-2/+3
2009-04-24Add \since tag for new API calls.russell1-0/+20
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell3-83/+361
2009-04-23Support HTTP digest authentication for the http manager interface.tilghman2-24/+123
2009-04-22Merged revisions 190092 via svnmerge from tilghman2-2/+76
2009-04-22Fix building of chan_h323 with gcc-3.3jpeeler1-1/+1
2009-04-21Merged revisions 189601 via svnmerge from dbailey2-2/+14
2009-04-14Add service maintenance message supportjpeeler1-0/+6
2009-04-10revert addition of LOG_SECURITY log channel; after further discussion, a much...kpfleming1-12/+1
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listtilghman2-394/+401
2009-04-09Add ability for dialplan execution to continue when caller hangs up.jpeeler1-0/+1
2009-04-09Merged revisions 187428 via svnmerge from tilghman2-0/+191
2009-04-09Add support for allowing the channel driver to handle transcoding.file1-0/+9
2009-04-09Merged revisions 187300-187301 via svnmerge from tilghman1-0/+29
2009-04-09add a dedicated log channel for modules to be able report security-related ev...kpfleming1-1/+12
2009-04-08Add timer for features so that backup bridge config can go awayjpeeler1-1/+1
2009-04-08Add documentation for reviewboard usage and guidelines.russell2-0/+128
2009-04-08Add some additional notes on release numbering.russell1-0/+18
2009-04-08Start splitting up miscellaneous doxygen documentation into separate files.russell4-491/+554
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson3-346/+1010
2009-04-03Add better support for relaying success or failure of the ast_transfer() API ...file1-0/+6
2009-04-03Merged revisions 186320 via svnmerge from file1-7/+7
2009-04-02Merge in the RTP engine API.file4-416/+1666
2009-04-01Merge changes from str_substitution that are unrelated to that branch.tilghman5-53/+93
2009-04-01Fix dev-mode build on my box.russell1-1/+1
2009-03-31Optimizations to the stringfields APIkpfleming1-31/+58
2009-03-27Update commit message guidelines in re: to punctuation.lmadsen1-1/+2
2009-03-27Improve timing interface to remember which provider provided a timerkpfleming2-30/+40
2009-03-27Change global_app_buf to ast_str_thread_global_buf.russell1-1/+1
2009-03-27Change g_eid to ast_eid_default.russell1-1/+1
2009-03-27Fix some issues with rwlock corruption that caused deadlock like symptoms.russell1-49/+39
2009-03-27Pass more useful information through to lock tracking when DEBUG_THREADS is on.russell1-0/+13
2009-03-25Improve performance of the ast_event cache functionality.russell4-33/+61