2006-04-28 |
Russell Bryant | remove this option for now, because it can only be...
|
commit | commitdiff | tree |
2006-04-27 |
Russell Bryant | add STACK_BACKTRACES to the CFLAGS selectable in menuselect
|
commit | commitdiff | tree |
2006-04-27 |
Russell Bryant | when doing the checks necessary for chan_phone, look...
|
commit | commitdiff | tree |
2006-04-27 |
Russell Bryant | - add missing IXJUSER to menuselect-deps.in
|
commit | commitdiff | tree |
2006-04-27 |
Russell Bryant | only define HAVE_SOMELIB if somelib's header file was...
|
commit | commitdiff | tree |
2006-04-26 |
Russell Bryant | add the missing prototype for the included asprintf
|
commit | commitdiff | tree |
2006-04-26 |
Russell Bryant | another Solaris compatability fix - this makes sure...
|
commit | commitdiff | tree |
2006-04-25 |
Russell Bryant | AEL is no longer considered experimental :)
|
commit | commitdiff | tree |
2006-04-25 |
Russell Bryant | if an external library is found, but the associated...
|
commit | commitdiff | tree |
2006-04-25 |
Russell Bryant | don't list strcompat.o as a dependency in the build_tools...
|
commit | commitdiff | tree |
2006-04-25 |
Russell Bryant | remove a bashism ...
|
commit | commitdiff | tree |
2006-04-25 |
Russell Bryant | apparently some systems may have ncurses that doesn...
|
commit | commitdiff | tree |
2006-04-25 |
Russell Bryant | another little Solaris fix, unset LIBS before building...
|
commit | commitdiff | tree |
2006-04-25 |
Russell Bryant | menuselect needs strcompat.o for strsep on Solaris
|
commit | commitdiff | tree |
2006-04-24 |
Russell Bryant | check for automake before aclocal, so that the error...
|
commit | commitdiff | tree |
2006-04-24 |
Russell Bryant | add a note indicating that you can press 'h' for help
|
commit | commitdiff | tree |
2006-04-24 |
Russell Bryant | remove properties added as a part of the AEL merge
|
commit | commitdiff | tree |
2006-04-24 |
Russell Bryant | remove some files we don't need
|
commit | commitdiff | tree |
2006-04-24 |
Russell Bryant | print a message before running the autotools
|
commit | commitdiff | tree |
2006-04-24 |
Russell Bryant | fix kevin's silly typos
|
commit | commitdiff | tree |
2006-04-19 |
Russell Bryant | add the malloc attribute to the memory allocation wrappers
|
commit | commitdiff | tree |
2006-04-18 |
Russell Bryant | update res_odbc to support pooled connections
|
commit | commitdiff | tree |
2006-04-15 |
Russell Bryant | add indications for Thailand (issue #6971)
|
commit | commitdiff | tree |
2006-04-15 |
Russell Bryant | add the ability to turn off the feature that allows...
|
commit | commitdiff | tree |
2006-04-15 |
Russell Bryant | Big oops. I did this from my trunk directory instead...
|
commit | commitdiff | tree |
2006-04-15 |
Russell Bryant | include autoconfig.h (casper)
|
commit | commitdiff | tree |
2006-04-12 |
Russell Bryant | make sure uint64_t is available on mac
|
commit | commitdiff | tree |
2006-04-10 |
Russell Bryant | remove a couple more unnecessary "out of memory" error...
|
commit | commitdiff | tree |
2006-04-10 |
Russell Bryant | use ast_*alloc and don't create duplicated error messages.
|
commit | commitdiff | tree |
2006-04-10 |
Russell Bryant | Instead of using strncpy, use ast_copy_string. Also...
|
commit | commitdiff | tree |
2006-04-10 |
Russell Bryant | run the module through indent to fix the formatting...
|
commit | commitdiff | tree |
2006-04-10 |
Russell Bryant | fix typo in the provided indent command
|
commit | commitdiff | tree |
2006-04-10 |
Russell Bryant | add back braces that were removed in a recent commit...
|
commit | commitdiff | tree |
2006-04-08 |
Russell Bryant | fix bug in smdi config parsing (issue #6908)
|
commit | commitdiff | tree |
2006-04-08 |
Russell Bryant | remove traces of "look", something that does not exist...
|
commit | commitdiff | tree |
2006-04-07 |
Russell Bryant | change a couple uses of !strlen() to ast_strlen_zero...
|
commit | commitdiff | tree |
2006-04-06 |
Russell Bryant | git-svn-id: https://origsvn.digium.com/svn/asterisk...
|
commit | commitdiff | tree |
2006-04-06 |
Russell Bryant | various cleanups to the Makefile
|
commit | commitdiff | tree |
2006-03-31 |
Russell Bryant | move a NULL check to before the first time the pointer...
|
commit | commitdiff | tree |
2006-03-31 |
Russell Bryant | - code formatting tweaks
|
commit | commitdiff | tree |
2006-03-31 |
Russell Bryant | Merged revisions 16744 via svnmerge from
|
commit | commitdiff | tree |
2006-03-31 |
Russell Bryant | make an error message more descriptive (issue #6855)
|
commit | commitdiff | tree |
2006-03-30 |
Russell Bryant | convert internal timing to be stored as a flag in the...
|
commit | commitdiff | tree |
2006-03-29 |
Russell Bryant | convert calloc and malloc+memset to ast_calloc and...
|
commit | commitdiff | tree |
2006-03-29 |
Russell Bryant | oops! :)
|
commit | commitdiff | tree |
2006-03-29 |
Russell Bryant | git-svn-id: https://origsvn.digium.com/svn/asterisk...
|
commit | commitdiff | tree |
2006-03-29 |
Russell Bryant | fix the provided unsetenv for solaris to return an...
|
commit | commitdiff | tree |
2006-03-29 |
Russell Bryant | conversion from malloc to ast_malloc
|
commit | commitdiff | tree |
2006-03-28 |
Russell Bryant | git-svn-id: https://origsvn.digium.com/svn/asterisk...
|
commit | commitdiff | tree |
2006-03-28 |
Russell Bryant | Merged revisions 15703 via svnmerge from
|
commit | commitdiff | tree |
2006-03-28 |
Russell Bryant | only display a debug message if iaxdebug is enabled...
|
commit | commitdiff | tree |
2006-03-28 |
Russell Bryant | Merged revisions 15658 via svnmerge from
|
commit | commitdiff | tree |
2006-03-28 |
Russell Bryant | store f->callno in a local var (issue #6818)
|
commit | commitdiff | tree |
2006-03-28 |
Russell Bryant | conversions to S_OR (issue #6817)
|
commit | commitdiff | tree |
2006-03-28 |
Russell Bryant | disable the http server by default at the request of...
|
commit | commitdiff | tree |
2006-03-26 |
Russell Bryant | use ast_calloc instead of calloc, and do a little bit...
|
commit | commitdiff | tree |
2006-03-26 |
Russell Bryant | fix asterisk header include format and add the doxygen...
|
commit | commitdiff | tree |
2006-03-26 |
Russell Bryant | conversions to S_OR (issue #6803)
|
commit | commitdiff | tree |
2006-03-26 |
Russell Bryant | suppress some compiler warnings on mac
|
commit | commitdiff | tree |
2006-03-24 |
Russell Bryant | Merged revisions 14704 via svnmerge from
|
commit | commitdiff | tree |
2006-03-23 |
Russell Bryant | Merged revisions 14462 via svnmerge from
|
commit | commitdiff | tree |
2006-03-21 |
Russell Bryant | update enum documentation to reflect recent changes...
|
commit | commitdiff | tree |
2006-03-21 |
Russell Bryant | add a CLI command that allows converting files to other...
|
commit | commitdiff | tree |
2006-03-21 |
Russell Bryant | update LOCAL_USER_ADD to use ast_calloc
|
commit | commitdiff | tree |
2006-03-21 |
Russell Bryant | Merged revisions 13964 via svnmerge from
|
commit | commitdiff | tree |
2006-03-21 |
Russell Bryant | Merged revisions 13961 via svnmerge from
|
commit | commitdiff | tree |
2006-03-21 |
Russell Bryant | git-svn-id: https://origsvn.digium.com/svn/asterisk...
|
commit | commitdiff | tree |
2006-03-21 |
Russell Bryant | Merged revisions 13888 via svnmerge from
|
commit | commitdiff | tree |
2006-03-21 |
Russell Bryant | add note about phonetic sounds being removed from asterisk...
|
commit | commitdiff | tree |
2006-03-21 |
Russell Bryant | Merged revisions 13851 via svnmerge from
|
commit | commitdiff | tree |
2006-03-21 |
Russell Bryant | spelling and formatting fixes (issue #6760)
|
commit | commitdiff | tree |
2006-03-21 |
Russell Bryant | This was from issue #6765
|
commit | commitdiff | tree |
2006-03-21 |
Russell Bryant | add indications for Malaysia (issue #6758)
|
commit | commitdiff | tree |
2006-03-20 |
Russell Bryant | fix astmm on sparc or any other architecture that doesn...
|
commit | commitdiff | tree |
2006-03-19 |
Russell Bryant | fix the build of eagi-test on Solaris in combination...
|
commit | commitdiff | tree |
2006-03-19 |
Russell Bryant | fix the return value for the provided unsetenv() for...
|
commit | commitdiff | tree |
2006-03-19 |
Russell Bryant | fix memory leak due to not freeing the channel's string...
|
commit | commitdiff | tree |
2006-03-19 |
Russell Bryant | convert a few more uses of strlen where ast_strlen_zero...
|
commit | commitdiff | tree |
2006-03-19 |
Russell Bryant | convert a couple uses of strlen() to use ast_strlen_zero()
|
commit | commitdiff | tree |
2006-03-19 |
Russell Bryant | Merged revisions 13550 via svnmerge from
|
commit | commitdiff | tree |
2006-03-19 |
Russell Bryant | When astmm is in use, define ast_malloc and friends...
|
commit | commitdiff | tree |
2006-03-19 |
Russell Bryant | suppress compiler warning on mac
|
commit | commitdiff | tree |
2006-03-18 |
Russell Bryant | use ast_calloc instead of malloc+memset and remove...
|
commit | commitdiff | tree |
2006-03-18 |
Russell Bryant | convert malloc+memset to ast_calloc
|
commit | commitdiff | tree |
2006-03-18 |
Russell Bryant | - remove some unnecessary extern keywords
|
commit | commitdiff | tree |
2006-03-17 |
Russell Bryant | move the definition of the mappings between extension...
|
commit | commitdiff | tree |
2006-03-16 |
Russell Bryant | fix compiler warning on mac (issue #6737)
|
commit | commitdiff | tree |
2006-03-16 |
Russell Bryant | Merged revisions 13237 via svnmerge from
|
commit | commitdiff | tree |
2006-03-15 |
Russell Bryant | git-svn-id: https://origsvn.digium.com/svn/asterisk...
|
commit | commitdiff | tree |
2006-03-15 |
Russell Bryant | Furthermore, set the disposition to FAILED if the CDR...
|
commit | commitdiff | tree |
2006-03-15 |
Russell Bryant | don't calculate a duration if the CDR wasn't started...
|
commit | commitdiff | tree |
2006-03-15 |
Russell Bryant | remove calculations that always evaluate to zero, thanks...
|
commit | commitdiff | tree |
2006-03-14 |
Russell Bryant | add a CLI command that allows conversion of files to...
|
commit | commitdiff | tree |
2006-03-14 |
Russell Bryant | update to reflect conversion of the accountcode to...
|
commit | commitdiff | tree |
2006-03-14 |
Russell Bryant | update UPGRADE.txt to reflect the last change to chan_iax2
|
commit | commitdiff | tree |
2006-03-14 |
Russell Bryant | Merged revisions 12927 via svnmerge from
|
commit | commitdiff | tree |
2006-03-14 |
Russell Bryant | Merged revisions 12925 via svnmerge from
|
commit | commitdiff | tree |
2006-03-14 |
Russell Bryant | add a couple of variables to clarify some code (issue...
|
commit | commitdiff | tree |
2006-03-14 |
Russell Bryant | deprecate the mailboxdetail option and always use its...
|
commit | commitdiff | tree |
2006-03-14 |
Russell Bryant | clarify which global options are enabled by default
|
commit | commitdiff | tree |
next |