aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-24as discussed on the -dev list, introduce a macro to simplify therizzo1-0/+5
2006-03-24 Doxygen typo fix.bweschke1-1/+1
2006-03-24don't treat timeouts as errors in ast_cond_timedwaitkpfleming1-2/+2
2006-03-23Replace ast_say_* functionn with function pointers, so that modulesrizzo1-17/+51
2006-03-23Fix a compile problem on FreeBSD for a missing header.rizzo1-0/+4
2006-03-22Merged revisions 14234 via svnmerge from file1-2/+2
2006-03-21update LOCAL_USER_ADD to use ast_callocrussell1-3/+3
2006-03-19fix the return value for the provided unsetenv() for Solarisrussell1-1/+1
2006-03-19- Doxygen fixes. oej1-76/+67
2006-03-19When astmm is in use, define ast_malloc and friends to malloc, etc., so thatrussell1-0/+15
2006-03-18- remove some unnecessary extern keywordsrussell1-223/+401
2006-03-17move the definition of the mappings between extension states and their textrussell1-12/+0
2006-03-14clarify which global options are enabled by defaultrussell1-0/+3
2006-03-14add an option to cdr.conf that enables ending CDRs before executingrussell1-1/+4
2006-03-10Doxygen fixes (we renamed a lot of README's recently)oej1-10/+10
2006-03-10Doxygen reformattingoej1-47/+39
2006-03-07Bug 5702 - Realtime patch for meetmetilghman1-1/+1
2006-03-01Merged revisions 11503 via svnmerge from tilghman1-4/+4