summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-30Doxygen doc updatesOlle Johansson
2006-03-30deprecate insecure=very and insecure=yes, since we have more explicit version...Kevin P. Fleming
2006-03-30Merged revisions 16534 via svnmerge from Joshua Colp
2006-03-30remove AST_MUTEX_DEFINE_EXPORTED, which now has no more clients.Luigi Rizzo
2006-03-30do not export the tzlock and the list head, and introduce a new method,Luigi Rizzo
2006-03-30document why there are so many versions of the mutex functions,Luigi Rizzo
2006-03-30be more careful when merging in a branch with automerge properties :-(Kevin P. Fleming
2006-03-30convert internal timing to be stored as a flag in the ast_options flagsRussell Bryant
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)Olle Johansson
2006-03-30Issue #6450 - Don't remove characters from SIP uri's when not neededOlle Johansson
2006-03-30Fix IAX2 multithreaded scheduling (issue #6840)Joshua Colp
2006-03-30Set default value of adsipark (import from 1.2)Olle Johansson
2006-03-30Block patch on app_groupcount.c from 1.2Olle Johansson
2006-03-30TypoOlle Johansson
2006-03-30Formatting fix.Olle Johansson
2006-03-29whitespace "fixes", and general cleanupNorth Antara
2006-03-29the comment character is ';' not '#' ...Luigi Rizzo
2006-03-29Whitespace fix forgotten by someone who added a note about needing to fix thi...Olle Johansson
2006-03-29convert calloc and malloc+memset to ast_calloc and remove duplicate error mes...Russell Bryant
2006-03-29Merged revisions 16192 via svnmerge from Tilghman Lesher
2006-03-29Update to code documentation and developer guidelines.Olle Johansson
2006-03-29another batch of cli simplifications.Luigi Rizzo
2006-03-29mention issues with the protection of the list used in indications.cLuigi Rizzo
2006-03-29fixed no dtmf detect on 64 bitChristian Richter
2006-03-29Merged revisions 16082 via svnmerge from Tilghman Lesher
2006-03-29Fix build of asterisk again (ahem, committers!)Mark Spencer
2006-03-29Doxygen updatesOlle Johansson
2006-03-29- Formatting fixesOlle Johansson
2006-03-29oops! :)Russell Bryant
2006-03-29git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16009 65c4cc65-6c06...Russell Bryant
2006-03-29fix the provided unsetenv for solaris to return an int like it's supposed toRussell Bryant
2006-03-29conversion from malloc to ast_mallocRussell Bryant
2006-03-29Introduce an utility macro to set base, offset andLuigi Rizzo
2006-03-29Add two widely used constantsLuigi Rizzo
2006-03-29Added more "valid" phone types to skinny sample config.North Antara
2006-03-29Issue #6823 - Registration and port numbers. (from 1.2)Olle Johansson
2006-03-29Merged revisions 15896 via svnmerge from Kevin P. Fleming
2006-03-29Normalize some cli completion code.Luigi Rizzo
2006-03-28Doxygen fixes Olle Johansson
2006-03-28more command completion normalization.Luigi Rizzo
2006-03-28more command completion normalizationLuigi Rizzo
2006-03-28another batch of cli simplificationsLuigi Rizzo
2006-03-28normalize/simplify a bit of the command completion code.Luigi Rizzo
2006-03-28use ast_cli_complete() to largely simplify the command completion code.Luigi Rizzo
2006-03-28black magic to make sure we recompile things after the changes to cli.cLuigi Rizzo
2006-03-28make 'sip show subscriptions' include context for subscribed hintsKevin P. Fleming
2006-03-28as reported in mantis #6066, fix a bunch of cli bugs andLuigi Rizzo
2006-03-28bring in the code that was discussed on Mantis #6068,Luigi Rizzo
2006-03-28let's format that output sanely instead :-(Kevin P. Fleming