summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-07Stealing Tilghman's explanation from the -dev list and producing documentatio...Olle Johansson
2006-11-06Add support for manager hooks, so you could fire off manager events over IRC ...Joshua Colp
2006-11-03add a new cli/manager.conf option "debug" to enable/disableLuigi Rizzo
2006-11-02Let's make application/function/hint lists read/write lists... just for kicksJoshua Colp
2006-11-02Sure enough, some of the uses of astobj are doing recursive locking. ThisRussell Bryant
2006-11-02astobj was already set up to use read and write locks. Now that we have wrap...Russell Bryant
2006-11-02Add AST_RWLIST_* set of macros which implement linked lists using read/write ...Joshua Colp
2006-11-02Set the AST_RWLOCK_INIT_VALUE to the PTHREAD_RWLOCK_INIT_VALUE if it is avail...Joshua Colp
2006-11-02I'm crazy so I will add this... pthread rwlock wrappers, along with autoconf ...Joshua Colp
2006-10-31Merged revisions 46714 via svnmerge from Kevin P. Fleming
2006-10-31Issue #80898 - Restoring func_enum (otmar) Olle Johansson
2006-10-30Adding dialplan function IFMODULE, so you can create dialplans that handleOlle Johansson
2006-10-30Merged revisions 46511 via svnmerge from Kevin P. Fleming
2006-10-30Issue #3930 - Add manager command for listing dialplan (coded april 2005, in ...Olle Johansson
2006-10-30Issue 8246 Doxygen updates (kshumard) Olle Johansson
2006-10-25Merged revisions 46082-46083,46152-46153 via svnmerge from Kevin P. Fleming
2006-10-25Merged revisions 46154 via svnmerge from Kevin P. Fleming
2006-10-22regenerate the configure script and autoconfig.h.in to reflect recent changesRussell Bryant
2006-10-19restore freeing of threadstorage objects without custom cleanup functionsKevin P. Fleming
2006-10-19Extend the thread storage API such that a custom initialization function canRussell Bryant
2006-10-17Merged revisions 45408 via svnmerge from Kevin P. Fleming
2006-10-13Merged revisions 45027 via svnmerge from Kevin P. Fleming
2006-10-12Merged revisions 44956 via svnmerge from Kevin P. Fleming
2006-10-07Extend CALLERID() function for "pres" and "ton" valuesPaul Cadach
2006-10-06Merged revisions 44631 via svnmerge from Kevin P. Fleming
2006-10-06regenerate the configure script to reflect the latest changes done byRussell Bryant
2006-10-04Merged revisions 44390 via svnmerge from Kevin P. Fleming
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-10-04Merged revisions 44322 via svnmerge from Kevin P. Fleming
2006-10-0344240 same as but without the removing of chan_jingle and such, as I hope to ...Matt O'Gorman
2006-09-29Merged revisions 43996-43997,44008,44011-44012 via svnmerge from Kevin P. Fleming
2006-09-28Merged revisions 43952 via svnmerge from Kevin P. Fleming
2006-09-28Merged revisions 43933 via svnmerge from Joshua Colp
2006-09-28Merged revisions 43861-43862 via svnmerge from Paul Cadach
2006-09-26Merged revisions 43707 via svnmerge from Joshua Colp
2006-09-22compatibility fix:Luigi Rizzo
2006-09-21Merged revisions 43466 via svnmerge from Matt O'Gorman
2006-09-21And some deprecated APIs and modifications to documentationTilghman Lesher
2006-09-21SS7 marked the start of an open season for trunk again but here's something m...Joshua Colp
2006-09-21Merge in SS7 changes.... need to still cleanup zapata.confMatthew Fredrickson
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-20Avoid errors when compiling out of tree modules like asterisk-addons.Jason Parker
2006-09-20these functions never should have been non-static or in a header fileKevin P. Fleming
2006-09-20move ODBC API into ast_ namespaceKevin P. Fleming
2006-09-20move more API into the ast_ namespaceKevin P. Fleming
2006-09-20move ADSI functionality into ast_ namespaceKevin P. Fleming
2006-09-19move this header to include where it belongsKevin P. Fleming
2006-09-19After discussing this with other people, we decided we'd like to try to do th...Jason Parker
2006-09-195240 updateAnthony LaMantia