aboutsummaryrefslogtreecommitdiffstats
path: root/manager.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-16malloc + memset to ast_callocrussell1-5/+2
2006-07-15oops?north1-2/+2
2006-07-04Bug 7472 - Change line terminator for header to be RFC-complianttilghman1-2/+7
2006-06-22Formatting fixesoej1-14/+12
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-20- add a UserEvent action that allows a manager client to "broadcast" an eventrussell1-0/+26
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman1-1/+1
2006-05-11- Use systemname for realm in sip, if we have no configuration for realmoej1-0/+9
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-2/+1
2006-05-09Bug 7114 - Originate success/failure indicator was reversedtilghman1-1/+1
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andrussell1-32/+0
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)russell1-8/+8
2006-04-21more NULL and "" equivalence in cid fieldsrizzo1-9/+9
2006-04-11Bug 6943 - transition away from using CallerID header, when we really mean Ca...tilghman1-3/+9
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-1/+1
2006-04-04Issue #6884 - manager.c formatting (casper)oej1-51/+53
2006-04-03- Doxygen additionsoej1-21/+26
2006-04-03Bug 6861 - Routine should use the specified writetimeout, rather than the def...tilghman1-1/+1
2006-04-03Bug 6862 - No need to initialize memory to zero twicetilghman1-4/+3
2006-04-02Minor cleanup in wakeup logicmarkster1-1/+1
2006-04-02Unify manager behind a single event queuemarkster1-71/+171
2006-04-01Make excessive debug optionalmarkster1-3/+4
2006-04-01Flesh out the remainder of the manager + http changes and create a sample app...markster1-16/+560
2006-03-28more command completion normalization.rizzo1-20/+17
2006-03-26conversions to S_OR (issue #6803)russell1-4/+4
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-28/+78
2006-02-12major dialplan functions updatekpfleming1-1/+1
2006-02-11Merged revisions 9581 via svnmerge from russell1-20/+16
2006-01-23code clean up and macro implementation from mogorman1-8/+12
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-1/+1
2006-01-17remove some more deprecated (pre-1.2) stuffkpfleming1-6/+0
2006-01-17Portability - compilation warning on Mac OS/X removedoej1-1/+1
2006-01-15Prepare for removal of DBGet/DBPut manager commands, by allowing Getvar to ge...tilghman1-1/+5
2006-01-08Remove unnecessary unlock (bug #6171)markster1-1/+0
2006-01-07Bug 6162 - Constify manager_event argumentstilghman1-1/+1
2006-01-03update copyright headers for files changed this yearkpfleming1-1/+1
2006-01-03add optional timestamps to manager events (issue #5535, simplified)kpfleming1-5/+14
2006-01-03Bug #5228: Add caller ID and CallerIDname to OriginateSuccess/Failure manager...oej1-20/+17
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-27Bug 4880 - add priority label matching and dialplan function retrievaltilghman1-18/+19
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-15don't crash on setvar (issue #5760)russell1-3/+10
2005-11-15Issue #5737twisted1-2/+4
2005-11-14finish merging doxygen updates from issue #5605russell1-0/+13
2005-11-08issue #5571kpfleming1-11/+10
2005-11-08issue #5585kpfleming1-14/+22
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+1
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-20/+20
2005-10-26more doxygenification (issue #5513)russell1-6/+6