aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-23Avoid race with consolethread on shutdown (on parallel processors).tilghman1-6/+13
2010-06-28Don't change ownership/group/permissions on run directory, if it already exists.tilghman1-4/+8
2010-06-28Backport unit test API to 1.4.russell1-0/+7
2010-06-10Ensure restartable system calls can restart (BSD signal semantics)tilghman1-0/+4
2010-06-01Prevent CLI prompt from distorting output of lines shorter than the prompt.tilghman1-1/+1
2010-05-26Use sigaction for signals which should persist past the initial trigger, not ...tilghman1-16/+31
2010-05-25Merged revisions 265320,265467 via svnmerge from twilson1-0/+5
2010-03-15Launch Asterisk on Mac OS X with launchd.tilghman1-1/+1
2010-02-25Some platforms clear /var/run at boot, which makes connecting a remote consol...tilghman1-0/+12
2010-02-05Update main copyright date.seanbright1-2/+2
2009-11-19Update copyright year in visible output. (cli)mvanbaak1-3/+3
2009-10-01Fix a bunch of off-by-one errorstilghman1-2/+2
2009-08-10AST-2009-005tilghman1-10/+10
2009-06-04Safely handle AMI connections/reload requests that occur during startup.seanbright1-9/+8
2009-04-09Add debugging mode for diagnosing file descriptor leaks.tilghman1-0/+1
2009-03-25Avoid destroying the CLI line when moving the cursor backward and trying to a...eliel1-3/+10
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell1-5/+6
2009-02-25Update the copyright year for the main page of the doxygen documentation.russell1-1/+1
2009-01-29Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, iftilghman1-2/+11
2009-01-21Extra NULLs in the output cause some terminal types to abort in the middle oftilghman1-0/+1
2008-12-23Compile, even if both DAHDI and Zaptel are not installed.tilghman1-0/+2
2008-12-19(closes issue #13480)jpeeler1-37/+17
2008-12-12Simple fix for Ctrl-C not immediately exiting Asterisk, but also add atilghman1-0/+2
2008-12-11When a Ctrl-C or Ctrl-D ends a remote console, on certain shells, the terminaltilghman1-0/+21
2008-12-09Remove the test_for_thread_safety() function completely.russell1-4/+0
2008-11-12Move the sanity check that makes sure "always fork" is not set along with the russell1-6/+8
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-42/+70
2008-10-25Move AMI initialization to occur after loading modules. This prevents arussell1-5/+9
2008-10-19 As per kpfleming's comments to the prior commit, I'm reverting some of the c...bweschke1-8/+1
2008-10-19 Fix the 1.4 branch compile again broken with r150557 when using with Zaptel ...bweschke1-2/+9
2008-10-17Correctly allow chan_dahdi to compile against older versions of Zaptel.qwell1-1/+1
2008-07-26Add the licensing section to the docs in 1.4, as well, so that we can work onrussell1-8/+1
2008-07-23make some more changes to the dahdi/zap channel name support stuff to ensure ...kpfleming1-10/+12
2008-07-23As suggested by seanbright, the PSEUDO_CHAN_LEN in mmichelson1-0/+6
2008-07-22fix up namespace pollution for dahdi_chan_mode enumkpfleming1-4/+4
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming1-4/+22
2008-06-19The RDTSC instruction was introduced on the Pentium line of microprocessors,tilghman1-1/+4
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-3/+36
2008-05-27NULL character should terminate only commands back to the core, not logtilghman1-7/+14
2008-05-22Also remove preamble from asynchronous events (reported by jsmith on #asteris...tilghman1-0/+9
2008-05-21Strip the preamble from the output also when -rx is not being usedtilghman1-0/+8
2008-05-21Don't filter the magic character in the network verboser. It gets filteredrussell1-3/+0
2008-05-211) Don't print the verbose marker in front of every message from ast_verbose()russell1-0/+3
2008-05-21Don't display the verbose marker for calls to ast_verbose() that do not includerussell1-1/+5
2008-05-13If the socket dies (read returns 0=EOF), return immediately.tilghman1-1/+1
2008-05-06Don't print the terminating NUL. (Closes issue #12589)tilghman1-1/+1
2008-05-05Separate verbose output from CLI output, by using a preamble.tilghman1-3/+35
2008-04-08Work around some silliness caused by sys/capability.h - this should fix compi...qwell1-5/+6
2008-04-04One thing at a time... let's get 1.4 building.file1-1/+5
2008-04-03add a Zaptel timer check to verify the timer is responding when Zaptel suppor...dhubbard1-1/+29