aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-31Trivial removal of unused variable when not on linux (bug #1753)markster1-0/+2
2004-05-15Fix a couple of small typos (bug #1648)markster1-2/+2
2004-05-13Update documentation of asterisk -h (bug #1622)markster1-13/+14
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.ccitats1-132/+0
2004-05-07Check h_addr_list, toomarkster1-1/+1
2004-05-07Check that hp->h_addr is not NULL before returning success (bug #1576)markster1-1/+1
2004-05-07Add debugging to failuremarkster1-2/+3
2004-05-04More strlen_zero checks (bug #1549)markster1-6/+7
2004-05-03Add SayPhonetic and SayAlpha applications (bug #793)markster1-1/+0
2004-05-02Merge Tilghman's color patches for the asterisk prompt (bug #1535)markster1-4/+49
2004-05-01Put poll in a loop forever when not doing anything else.markster1-1/+2
2004-04-29Don't propsoe sotp now on empty read (bug #1511)markster1-2/+0
2004-04-28More FreeBSD fixesmarkster1-4/+4
2004-04-28Provide gethostbyname_r emulation for FreeBSD and fix zap call to setstate to...markster1-1/+125
2004-04-26More select/poll updates for various applicationsmarkster1-1/+0
2004-04-25Properly migrate from select to poll for core asterisk.markster1-32/+31
2004-04-24Temporarily revert poll changesmarkster1-31/+32
2004-04-24Change select references to poll in core asterisk functions (hope this works)markster1-32/+31
2004-04-22Oopsiesmarkster1-3/+3
2004-04-22gethostbyname isn't reentrant, who knew...markster1-0/+13
2004-04-09Hopefully last fix to remote cli completioncitats1-0/+1
2004-04-07Fix command completion and remove compile time warningscitats1-3/+3
2004-04-06Remove size restiction on remote console command completion (bug 1360)citats1-3/+25
2004-03-29Get rid of annoying beeps on remote consolecitats1-0/+2
2004-03-26Allow CLI Prompt to be customizable via ASTERISK_PROMPT environmentcitats1-3/+90
2004-03-24Make cli_complete buffer as large as the one used in handle_commandmatchesarr...citats1-1/+1
2004-03-23Improve ast_safe_systemmarkster1-2/+2
2004-03-21Create ast_safe_system which closes off file descriptors before spawning syst...markster1-4/+41
2004-03-20Correctly handle call flow with outgoing queue, avoiding retries while call actimarkster1-4/+4
2004-03-20If asterisk is started with progname of 'rasterisk' assume its a remotecitats1-0/+5
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andcitats1-4/+4
2004-03-04Eliminate spurious select warningmarkster1-1/+2
2004-03-03Fix typocitats1-2/+2
2004-03-02Improve restart handlingcitats1-4/+6
2004-03-02Fix asterisk exiting on verbose without a console (bug #1126)citats1-1/+1
2004-03-02Ignore interrupted system call error on "accept"markster1-1/+2
2004-02-23Fix restarting when not called from the main console (bug #830 and #864)citats1-8/+17
2004-01-28Various minor cleanups (bug #931)markster1-2/+2
2004-01-23Fix overflow in too many arguments (bug #806)markster1-1/+2
2004-01-14Nitpicky stuffmalcolmd1-2/+2
2004-01-12Add ww's improved syslog support (bug #587)markster1-5/+26
2003-12-09Fix typomarkster1-1/+1
2003-12-03Revert bad patch in 187markster1-8/+1
2003-12-03Make asterisk -r not timeoutmarkster1-1/+1
2003-12-03Minor patch for improving console response with asterisk -r (bug #183)markster1-2/+9
2003-12-01Add ${TIMESTAMP} (bug #607) and don't ever ast_log from within handlermarkster1-3/+6
2003-11-09Back out "leak" fixes, as it causes segfaultsmarkster1-5/+0
2003-11-09CLI memory leak patchmarkster1-0/+5
2003-10-22Fix help issuemarkster1-6/+13
2003-10-16Report proper pid when forkingmarkster1-11/+8