aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-04-11Add new documentation files to index file 00README.1st and to doxygenoej1-0/+12
2006-04-11Data stores do not need a lock. As well change the way they are removed from ...file1-2/+2
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...file2-0/+163
2006-04-10Bug 6829 - asprintf for Solaristilghman1-0/+2
2006-04-09rename FR_SET_BUF to AST_FRAME_SET_BUFFERrizzo1-1/+9
2006-04-08update module license key text and update loader to accept itkpfleming1-6/+11
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-10/+9
2006-04-08merge rizzo's codec module rework (very similar to the format module rework)kpfleming1-31/+109
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c oej1-16/+94
2006-04-06small cleanups to module.h and loader.c to start playing withrizzo1-12/+27
2006-04-05- Doxygen fixesoej1-32/+24
2006-04-04Largely simplify format handlers (for file copy etc.)rizzo1-17/+98
2006-04-04some fields are constrizzo1-4/+4
2006-04-04Does nobody know how to write a linked list properly? I mean seriously!markster1-4/+6
2006-04-03list word cant be used with g++ and causes problemsmogorman1-1/+1
2006-04-03Add misdn.txt to doxygen docsoej1-0/+8
2006-04-03- Doxygen additionsoej2-9/+16
2006-04-02Unify manager behind a single event queuemarkster1-5/+0
2006-04-01Flesh out the remainder of the manager + http changes and create a sample app...markster1-0/+2
2006-03-31trailing whitespace/ useless extern removalrizzo2-13/+13
2006-03-31more trailing whitespace and extern removalrizzo3-33/+33
2006-03-31removal of trailing whitespace and useless 'extern'rizzo10-101/+101
2006-03-31another batch of whitespace removalrizzo1-31/+31
2006-03-31remove useless 'extern' and trailing whitespace.rizzo1-42/+42
2006-03-31- Change AST_INLINE_AP to AST_INLINE_API for non-386 systems :-)oej1-5/+9
2006-03-31remove useless 'extern' in function declarations.rizzo2-12/+12
2006-03-30initial implementation of support for native atomic ops.rizzo1-0/+46
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo2-34/+13
2006-03-30Doxygen doc updatesoej1-3/+7
2006-03-30remove AST_MUTEX_DEFINE_EXPORTED, which now has no more clients.rizzo1-1/+0
2006-03-30do not export the tzlock and the list head, and introduce a new method,rizzo1-7/+12
2006-03-30document why there are so many versions of the mutex functions,rizzo1-0/+27
2006-03-30convert internal timing to be stored as a flag in the ast_options flagsrussell1-2/+4
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)oej2-3/+13
2006-03-30Issue #6450 - Don't remove characters from SIP uri's when not neededoej1-2/+9
2006-03-29Merged revisions 16192 via svnmerge from tilghman1-0/+3
2006-03-29Doxygen updatesoej1-0/+13
2006-03-29fix the provided unsetenv for solaris to return an int like it's supposed torussell1-1/+1
2006-03-29Introduce an utility macro to set base, offset andrizzo1-0/+7
2006-03-29Add two widely used constantsrizzo2-2/+3
2006-03-29Merged revisions 15896 via svnmerge from kpfleming1-0/+1
2006-03-28Doxygen fixes oej1-10/+43
2006-03-28bring in the code that was discussed on Mantis #6068,rizzo2-0/+21
2006-03-28make 'show hints' CLI command show context name for each hintkpfleming1-0/+1
2006-03-28Bring in the new loader code as described in mantis #4377rizzo1-83/+189
2006-03-28remove the long since unused STANDARD_LOCAL_USERS macrorizzo1-2/+0
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ...kpfleming1-11/+12
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster2-34/+69
2006-03-25revert loader changes that have clearly not undergone adequate testing before...kpfleming1-188/+84
2006-03-25Bug 4377 - Round 2 of the loader updatestilghman1-84/+188