aboutsummaryrefslogtreecommitdiffstats
path: root/manager.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-06Issue 8987 - Status could return two responses (mnicholson)tilghman1-1/+1
2007-01-31Fix a bunch of places where pthread_attr_init() was called, butrussell1-0/+1
2006-02-11now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)russell1-20/+16
2006-01-09backport fix for unnecessary unlock (issue #6171)russell1-1/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...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
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-8/+8
2005-10-14Fix carefulwrite and its usage within manager (bug #5355, maybe)markster1-7/+10
2005-10-13don't try to send events to dead sessionskpfleming1-4/+6
2005-10-13allow manager getvar action to retrieve global variables as well asrussell1-11/+10
2005-10-05correct variable header documentation (issue #5397)kpfleming1-1/+1
2005-10-04allow write timeout to be set on a per-user basis in AMI (issue #5352)kpfleming1-3/+11
2005-10-04allow manager actions to properly close the session again (issue #5350)kpfleming1-2/+0
2005-10-03fix 'invalid command' logickpfleming1-1/+1
2005-10-03don't build manager event output until it is neededkpfleming1-9/+13
2005-10-01add ast_build_string_va(), which accepts a varargs list directlykpfleming1-6/+7
2005-09-30don't take session lock in astman_send_error() and astman_send_response(), si...kpfleming1-23/+36
2005-09-30tell the user about invalid/unknown commands before sending queued eventskpfleming1-8/+5
2005-09-30properly clear out manager header structure between actionskpfleming1-2/+2
2005-09-29Fix manager bug (can't destroy a session while a thread is using it!)markster1-16/+9
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster1-57/+104
2005-09-25Fix manager EINTR issue (bug #5247)markster1-11/+16
2005-09-25Fix GetVar manager action result (bug #5275)markster1-1/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+17
2005-08-26ensure that 'Events: On' enables all event types (issue #5016)kpfleming1-7/+9
2005-08-07Fix poll error condition causing memory corruption (bug #4915)markster1-0/+1
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessrussell1-2/+2
2005-08-05fix seg fault if no variable is specified (bug #4907)russell1-0/+4
2005-07-25don't set the event mask if the given eventmask was not validrussell1-2/+3
2005-07-25make sure a reponse is sent when setting the EventMask to on (bug #4799)russell1-1/+1
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell1-12/+39
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-2/+1
2005-07-10more ast_copy_string conversionsrussell1-15/+15
2005-06-09fix channel walking problems from recent changes (bug #4494)kpfleming1-0/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-0/+4
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-44/+11
2005-05-17remove call to pall on unitialied fdsrussell1-4/+4
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming1-1/+1
2005-05-15fix for dead manager connections to avoid deadlock (bug #4053)kpfleming1-0/+4
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-2/+2
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-14/+15
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-2/+2