Commit Graph

104 Commits (823f4559c9530d6f024169379bfbb72da511e4a5)

Author SHA1 Message Date
Mark Spencer d5c614397a Fix minor memory leak from tab completion (bug #2059)
21 years ago
Mark Spencer 7ca6f85a41 More strcpy / snprintf as part of rgagnon's audit (bug #2004)
21 years ago
James Golovich 70c530630a Fix compiler warning because file.h isnt included
21 years ago
Mark Spencer 7be9c6e469 Add "show file formats" (courtesy bkw_) and Update IAXY firmware to 17 (altserver support)
21 years ago
James Golovich 3d0e3d3c0f More formatting cleanups.
21 years ago
Mark Spencer 9ab74af94f Fixes to -R feature
21 years ago
Mark Spencer d37b6dd459 Add Tilghman's -R option to allow reconnecting when disconnected (bug #1916)
21 years ago
Mark Spencer 42ad569376 Commit remaining changes
21 years ago
Mark Spencer 5546e32355 Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
21 years ago
Mark Spencer aa63104784 Fix ast_safe_system
21 years ago
Mark Spencer 702b8a96b0 Close logging stuff so system doesn't have to (bug #1855)
21 years ago
James Golovich 7255d8797c Formatting fix. Tabs not spaces :)
21 years ago
Anthony Minessale II 46303772e5 Added an extra reload_logger() after *.so is loaded in case a custom config handler binded to logger.conf
21 years ago
Mark Spencer d208532e6e x86-64 compile fixes and cleanups
21 years ago
Mark Spencer c96b39a960 Merge res_odbc and res_config
21 years ago
Mark Spencer 727abcdec7 Merge FreeBSD locking fixes (bug #1411)
21 years ago
Mark Spencer c66bf9a326 Trivial removal of unused variable when not on linux (bug #1753)
21 years ago
Mark Spencer 4d1137ded4 Fix a couple of small typos (bug #1648)
21 years ago
Mark Spencer 83a8b6745f Update documentation of asterisk -h (bug #1622)
21 years ago
James Golovich c00550f3ae Add new file utils.c, Move ast_gethostbyname to utils.c
21 years ago
Mark Spencer b974395573 Check h_addr_list, too
21 years ago
Mark Spencer 1057e70da0 Check that hp->h_addr is not NULL before returning success (bug #1576)
21 years ago
Mark Spencer 36911830dd Add debugging to failure
21 years ago
Mark Spencer a5ad1269ef More strlen_zero checks (bug #1549)
21 years ago
Mark Spencer 73b389da6c Add SayPhonetic and SayAlpha applications (bug #793)
21 years ago
Mark Spencer e05b6242a5 Merge Tilghman's color patches for the asterisk prompt (bug #1535)
21 years ago
Mark Spencer b773853b03 Put poll in a loop forever when not doing anything else.
21 years ago
Mark Spencer b34020d5a6 Don't propsoe sotp now on empty read (bug #1511)
21 years ago
Mark Spencer e6b464ed23 More FreeBSD fixes
21 years ago
Mark Spencer 90a331f7a5 Provide gethostbyname_r emulation for FreeBSD and fix zap call to setstate to include callerid (bug #1411, #1498)
21 years ago
Mark Spencer ce44c6ec41 More select/poll updates for various applications
21 years ago
Mark Spencer 435e55958f Properly migrate from select to poll for core asterisk.
21 years ago
Mark Spencer b9604cde6c Temporarily revert poll changes
21 years ago
Mark Spencer 470f226d9d Change select references to poll in core asterisk functions (hope this works)
21 years ago
Mark Spencer 0d9adb7294 Oopsies
21 years ago
Mark Spencer d3f9887589 gethostbyname isn't reentrant, who knew...
21 years ago
James Golovich fcf76b36aa Hopefully last fix to remote cli completion
21 years ago
James Golovich f7b250f963 Fix command completion and remove compile time warnings
21 years ago
James Golovich 8cfed866d3 Remove size restiction on remote console command completion (bug 1360)
21 years ago
James Golovich 2c0d0d836c Get rid of annoying beeps on remote console
21 years ago
James Golovich c6aaaf438e Allow CLI Prompt to be customizable via ASTERISK_PROMPT environment
21 years ago
James Golovich 8279f0eac5 Make cli_complete buffer as large as the one used in handle_commandmatchesarray (bug 1281)
21 years ago
Mark Spencer 3b6c8b3f77 Improve ast_safe_system
21 years ago
Mark Spencer 98b59da9ad Create ast_safe_system which closes off file descriptors before spawning system() and so on.
21 years ago
Mark Spencer 79668f0624 Correctly handle call flow with outgoing queue, avoiding retries while call acti
21 years ago
James Golovich 32bde5b009 If asterisk is started with progname of 'rasterisk' assume its a remote
21 years ago
James Golovich 0e90480d6b Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL and
21 years ago
Mark Spencer fa7454688b Eliminate spurious select warning
21 years ago
James Golovich 22b56f13cc Fix typo
21 years ago
James Golovich e141e7311c Improve restart handling
21 years ago