summaryrefslogtreecommitdiff
path: root/manager.c
AgeCommit message (Expand)Author
2006-05-20- add a UserEvent action that allows a manager client to "broadcast" an eventRussell Bryant
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...Tilghman Lesher
2006-05-11- Use systemname for realm in sip, if we have no configuration for realmOlle Johansson
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-09Bug 7114 - Originate success/failure indicator was reversedTilghman Lesher
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andRussell Bryant
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)Russell Bryant
2006-04-21more NULL and "" equivalence in cid fieldsLuigi Rizzo
2006-04-11Bug 6943 - transition away from using CallerID header, when we really mean Ca...Tilghman Lesher
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-04-04Issue #6884 - manager.c formatting (casper)Olle Johansson
2006-04-03- Doxygen additionsOlle Johansson
2006-04-03Bug 6861 - Routine should use the specified writetimeout, rather than the def...Tilghman Lesher
2006-04-03Bug 6862 - No need to initialize memory to zero twiceTilghman Lesher
2006-04-02Minor cleanup in wakeup logicMark Spencer
2006-04-02Unify manager behind a single event queueMark Spencer
2006-04-01Make excessive debug optionalMark Spencer
2006-04-01Flesh out the remainder of the manager + http changes and create a sample app...Mark Spencer
2006-03-28more command completion normalization.Luigi Rizzo
2006-03-26conversions to S_OR (issue #6803)Russell Bryant
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-01-23code clean up and macro implementation from Matt O'Gorman
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-17remove some more deprecated (pre-1.2) stuffKevin P. Fleming
2006-01-17Portability - compilation warning on Mac OS/X removedOlle Johansson
2006-01-15Prepare for removal of DBGet/DBPut manager commands, by allowing Getvar to ge...Tilghman Lesher
2006-01-08Remove unnecessary unlock (bug #6171)Mark Spencer
2006-01-07Bug 6162 - Constify manager_event argumentsTilghman Lesher
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-03add optional timestamps to manager events (issue #5535, simplified)Kevin P. Fleming
2006-01-03Bug #5228: Add caller ID and CallerIDname to OriginateSuccess/Failure manager...Olle Johansson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-27Bug 4880 - add priority label matching and dialplan function retrievalTilghman Lesher
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-15don't crash on setvar (issue #5760)Russell Bryant
2005-11-15Issue #5737Josh Roberson
2005-11-14finish merging doxygen updates from issue #5605Russell Bryant
2005-11-08issue #5571Kevin P. Fleming
2005-11-08issue #5585Kevin P. Fleming
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)Russell Bryant
2005-10-26change ast_strlen_zero to also check for the string to be definedRussell Bryant
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-14Fix carefulwrite and its usage within manager (bug #5355, maybe)Mark Spencer
2005-10-13don't try to send events to dead sessionsKevin P. Fleming
2005-10-13allow manager getvar action to retrieve global variables as well asRussell Bryant
2005-10-05correct variable header documentation (issue #5397)Kevin P. Fleming