summaryrefslogtreecommitdiff
path: root/manager.c
AgeCommit message (Expand)Author
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
2005-10-04allow write timeout to be set on a per-user basis in AMI (issue #5352)Kevin P. Fleming
2005-10-04allow manager actions to properly close the session again (issue #5350)Kevin P. Fleming
2005-10-03fix 'invalid command' logicKevin P. Fleming
2005-10-03don't build manager event output until it is neededKevin P. Fleming
2005-10-01add ast_build_string_va(), which accepts a varargs list directlyKevin P. Fleming
2005-09-30don't take session lock in astman_send_error() and astman_send_response(), si...Kevin P. Fleming
2005-09-30tell the user about invalid/unknown commands before sending queued eventsKevin P. Fleming
2005-09-30properly clear out manager header structure between actionsKevin P. Fleming
2005-09-29Fix manager bug (can't destroy a session while a thread is using it!)Mark Spencer
2005-09-28Remove possibility of manager deadlocks from manager actionsMark Spencer
2005-09-25Fix manager EINTR issue (bug #5247)Mark Spencer
2005-09-25Fix GetVar manager action result (bug #5275)Mark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-26ensure that 'Events: On' enables all event types (issue #5016)Kevin P. Fleming
2005-08-07Fix poll error condition causing memory corruption (bug #4915)Mark Spencer
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessRussell Bryant
2005-08-05fix seg fault if no variable is specified (bug #4907)Russell Bryant
2005-07-25don't set the event mask if the given eventmask was not validRussell Bryant
2005-07-25make sure a reponse is sent when setting the EventMask to on (bug #4799)Russell Bryant
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-06-09fix channel walking problems from recent changes (bug #4494)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-05-17remove call to pall on unitialied fdsRussell Bryant
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)Kevin P. Fleming
2005-05-15fix for dead manager connections to avoid deadlock (bug #4053)Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)Russell Bryant
2005-04-13add help text for manager redirect command (bug #4015)Kevin P. Fleming
2005-04-04make the manager interface list the privileges required for each command (bug...Kevin P. Fleming
2005-04-02correct 'sync' setting for manager-originated calls (bug #3922)Kevin P. Fleming
2005-03-23Merge Russell's formatting patch (bug #3838)Mark Spencer
2005-03-22Fix manager declarationsMark Spencer
2005-02-26Improve manager documentation (bug #3645)Mark Spencer
2005-02-02Include uniqueid in response for ManagerOriginate stuff (bug #3439)Mark Spencer
2005-02-01Allow hints to have names (bug #3471)Mark Spencer
2005-01-27Set dialed peer number properly when ringing multiple channels (bug #3437)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-05Allow connection notifications on manager interface to be hidden (bug #3085)Mark Spencer
2004-11-14Fix possible race...Mark Spencer