summaryrefslogtreecommitdiff
path: root/asterisk.c
AgeCommit message (Expand)Author
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-21Fix ast_safe_systemMark Spencer
2004-06-17Close logging stuff so system doesn't have to (bug #1855)Mark Spencer
2004-06-15Formatting fix. Tabs not spaces :)James Golovich
2004-06-15Added an extra reload_logger() after *.so is loaded in case a custom config ...Anthony Minessale II
2004-06-13x86-64 compile fixes and cleanupsMark Spencer
2004-06-11Merge res_odbc and res_configMark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-31Trivial removal of unused variable when not on linux (bug #1753)Mark Spencer
2004-05-15Fix a couple of small typos (bug #1648)Mark Spencer
2004-05-13Update documentation of asterisk -h (bug #1622)Mark Spencer
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.cJames Golovich
2004-05-07Check h_addr_list, tooMark Spencer
2004-05-07Check that hp->h_addr is not NULL before returning success (bug #1576)Mark Spencer
2004-05-07Add debugging to failureMark Spencer
2004-05-04More strlen_zero checks (bug #1549)Mark Spencer
2004-05-03Add SayPhonetic and SayAlpha applications (bug #793)Mark Spencer
2004-05-02Merge Tilghman's color patches for the asterisk prompt (bug #1535)Mark Spencer
2004-05-01Put poll in a loop forever when not doing anything else.Mark Spencer
2004-04-29Don't propsoe sotp now on empty read (bug #1511)Mark Spencer
2004-04-28More FreeBSD fixesMark Spencer
2004-04-28Provide gethostbyname_r emulation for FreeBSD and fix zap call to setstate to...Mark Spencer
2004-04-26More select/poll updates for various applicationsMark Spencer
2004-04-25Properly migrate from select to poll for core asterisk.Mark Spencer
2004-04-24Temporarily revert poll changesMark Spencer
2004-04-24Change select references to poll in core asterisk functions (hope this works)Mark Spencer
2004-04-22OopsiesMark Spencer
2004-04-22gethostbyname isn't reentrant, who knew...Mark Spencer
2004-04-09Hopefully last fix to remote cli completionJames Golovich
2004-04-07Fix command completion and remove compile time warningsJames Golovich
2004-04-06Remove size restiction on remote console command completion (bug 1360)James Golovich
2004-03-29Get rid of annoying beeps on remote consoleJames Golovich
2004-03-26Allow CLI Prompt to be customizable via ASTERISK_PROMPT environmentJames Golovich
2004-03-24Make cli_complete buffer as large as the one used in handle_commandmatchesarr...James Golovich
2004-03-23Improve ast_safe_systemMark Spencer
2004-03-21Create ast_safe_system which closes off file descriptors before spawning syst...Mark Spencer
2004-03-20Correctly handle call flow with outgoing queue, avoiding retries while call actiMark Spencer
2004-03-20If asterisk is started with progname of 'rasterisk' assume its a remoteJames Golovich
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andJames Golovich
2004-03-04Eliminate spurious select warningMark Spencer
2004-03-03Fix typoJames Golovich
2004-03-02Improve restart handlingJames Golovich
2004-03-02Fix asterisk exiting on verbose without a console (bug #1126)James Golovich
2004-03-02Ignore interrupted system call error on "accept"Mark Spencer
2004-02-23Fix restarting when not called from the main console (bug #830 and #864)James Golovich
2004-01-28Various minor cleanups (bug #931)Mark Spencer
2004-01-23Fix overflow in too many arguments (bug #806)Mark Spencer
2004-01-14Nitpicky stuffMalcolm Davenport
2004-01-12Add ww's improved syslog support (bug #587)Mark Spencer
2003-12-09Fix typoMark Spencer