aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-11-19Merge the changes from the res_timing_timerfd branch.mmichelson1-3/+6
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...kpfleming1-3/+45
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilitytilghman2-60/+50
2008-11-18Merged revisions 157305 via svnmerge from mmichelson1-0/+4
2008-11-14Fix some refcounting in app_queue.c and change themmichelson1-0/+19
2008-11-13Remove trailing whitespaceseliel2-5/+5
2008-11-12This commit does two things:mvanbaak1-6/+0
2008-11-12Implement AGI XML documentation parsing functions.eliel1-8/+13
2008-11-11use some fancy compiler magic (thanks to Matthew Woehlke on the gcc-help mail...kpfleming1-8/+2
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.eliel3-2/+91
2008-11-09In order to move away from nested function use, some changes to the recently ...seanbright1-1/+2
2008-11-09Merged revisions 155553 via svnmerge from seanbright1-1/+2
2008-11-08 - Check for failure when putting the packet in the ast_strrussell1-1/+1
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-15/+15
2008-11-07Convert open-coded linked list in indications to the AST_LIST_* macros. Thisseanbright1-2/+4
2008-11-07Clarify which part of OBJ_MULTIPLE is not implemented, and under what case itrussell1-3/+6
2008-11-06make S_OR and S_COR safe to use even if the parameters are function calls or ...kpfleming1-2/+8
2008-11-05Fix a problem found while building res_snmp.seanbright1-0/+8
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. Seetilghman1-0/+3
2008-11-05Make compilation of chan_dahdi so that it does not require the new pri_progre...mattf1-0/+6
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theseanbright1-0/+11
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...tilghman2-3/+5
2008-11-02instead of trying to forcibly load res_agi when app_stack is loaded (even if ...kpfleming3-5/+20
2008-11-02Merged revisions 153651 via svnmerge from russell1-0/+1
2008-11-01Merge changes from team/group/appdocsxmlrussell9-6/+220
2008-10-31* Fixed timeout logic in the dialing API as setting timeoutsmmichelson1-2/+2
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-0/+1
2008-10-30Add a todo for a new timing API implementation that would work for Linux systemsrussell1-0/+3
2008-10-30Fix a bug in AST_SCHED_REPLACE_UNREF(). The reference count of the objectrussell1-2/+1
2008-10-30try to get this committed before the buildbot complains about a broken treekpfleming1-0/+29
2008-10-29Merged revisions 152535 via svnmerge from murf2-14/+16
2008-10-19cleaup of the TCP/TLS socket API:kpfleming1-36/+27
2008-10-17Merge codec_consistency branch. This should make sample usage much happier.qwell1-0/+115
2008-10-17Fix the FRACK! warnings in chan_iax2 when POKE/LAGRQ packets are not answered.tilghman1-0/+16
2008-10-14Merged revisions 149204 via svnmerge from mmichelson1-0/+2
2008-10-14Add additional memory debugging to several core APIs, and fix several memorytilghman4-0/+45
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedtilghman2-2/+32
2008-10-10Don't include logger.h in asterisk.h by default as it is causing problems bui...seanbright1-2/+0
2008-10-09only include this for OpenBSD. At least FreeBSD is borked when including itmvanbaak1-0/+2
2008-10-09(closes issue #13557)murf2-3/+3
2008-10-07Allow people to select the old console behavior of white text on a blacktilghman1-0/+3
2008-10-06Update documentation; AST_THREADSTORAGE() in trunk only takes a singletilghman1-3/+2
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak1-0/+6
2008-10-06Similar to r143204, masquerade the channel in the case of Park being called f...jpeeler1-0/+2
2008-10-06Mvanbaak said this was needed to compile on OpenBSD, so put it in the OpenBSD...jpeeler1-1/+1
2008-10-06make aescrypt.c compile on OpenBSD againmvanbaak1-0/+2
2008-10-01Add schedule extensions to app_meetme. In addition, the reporter found atilghman1-0/+33
2008-09-27fix bugs caused by r144949 when MALLOC_DEBUG is definedkpfleming1-0/+7
2008-09-27Merged revisions 144924-144925 via svnmerge from kpfleming1-7/+4
2008-09-25I added a little verbage to hashtab for the hashtab_destroy func.murf1-1/+5