2006-06-18 |
Russell Bryant | bail if ast_calloc fails, this was done before but...
|
commit | commitdiff | tree |
2006-06-18 |
Russell Bryant | Blocked revisions 34655 via svnmerge
|
commit | commitdiff | tree |
2006-06-18 |
Russell Bryant | fix various coding guidelines issues (issue #7345,...
|
commit | commitdiff | tree |
2006-06-18 |
Russell Bryant | use the CFLAGS from the main Makefile when building...
|
commit | commitdiff | tree |
2006-06-18 |
Russell Bryant | there is no reason to build and link stdtime/libtime...
|
commit | commitdiff | tree |
2006-06-18 |
Russell Bryant | Merged revisions 34627 via svnmerge from
|
commit | commitdiff | tree |
2006-06-16 |
Russell Bryant | remove IMAP_STORAGE from the build options list for...
|
commit | commitdiff | tree |
2006-06-16 |
Russell Bryant | remove prototypes for static functions and fix some...
|
commit | commitdiff | tree |
2006-06-16 |
Russell Bryant | remove "depend" from the "all" targets in sub Makefiles...
|
commit | commitdiff | tree |
2006-06-16 |
Russell Bryant | add support for setting the CFLAGS for voicemail storage...
|
commit | commitdiff | tree |
2006-06-16 |
Russell Bryant | build menuselect objects with -Wall and remove an unused...
|
commit | commitdiff | tree |
2006-06-15 |
Russell Bryant | remove prototypes for private functions and make functions...
|
commit | commitdiff | tree |
2006-06-14 |
Russell Bryant | make the compiler's life easier. Thanks Kevin :)
|
commit | commitdiff | tree |
2006-06-14 |
Russell Bryant | indicate which options are just binary and don't really...
|
commit | commitdiff | tree |
2006-06-13 |
Russell Bryant | Merged revisions 33813 via svnmerge from
|
commit | commitdiff | tree |
2006-06-13 |
Russell Bryant | destroy the loaded say.conf on module unload
|
commit | commitdiff | tree |
2006-06-13 |
Russell Bryant | fix a place where code returns without unlocking the...
|
commit | commitdiff | tree |
2006-06-13 |
Russell Bryant | Blocked revisions 33783 via svnmerge
|
commit | commitdiff | tree |
2006-06-13 |
Russell Bryant | Merged revisions 33781 via svnmerge from
|
commit | commitdiff | tree |
2006-06-13 |
Russell Bryant | Merged revisions 33753 via svnmerge from
|
commit | commitdiff | tree |
2006-06-12 |
Russell Bryant | only set the QOS variables if the pvt has an owner...
|
commit | commitdiff | tree |
2006-06-12 |
Russell Bryant | Merged revisions 33693 via svnmerge from
|
commit | commitdiff | tree |
2006-06-12 |
Russell Bryant | update aclocal.m4 as generated by a newer version of...
|
commit | commitdiff | tree |
2006-06-12 |
Russell Bryant | the menu must be redrawn after displaying the help...
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | optimize the display of the module selection menus...
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | suppress warnings when building with DEBUG_CHANNEL_LOCKS...
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | Merged revisions 33548 via svnmerge from
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | fix up some places where frames are not free'd and...
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | Blocked revisions 33545 via svnmerge
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | Merged revisions 33515 via svnmerge from
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | Merged revisions 33513 via svnmerge from
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | Merged revisions 33510 via svnmerge from
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | Merged revisions 33480 via svnmerge from
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | Merged revisions 33466 via svnmerge from
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | Blocked revisions 33449 via svnmerge
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | don't leak a frame when breaking out of the loop on...
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | don't leak a frame when exiting when the user presses '#'
|
commit | commitdiff | tree |
2006-06-11 |
Russell Bryant | don't leak a frame when breaking out of the main loop...
|
commit | commitdiff | tree |
2006-06-10 |
Russell Bryant | don't use ast_copy_string when building for an external...
|
commit | commitdiff | tree |
2006-06-10 |
Russell Bryant | don't redefine PATH_MAX
|
commit | commitdiff | tree |
2006-06-10 |
Russell Bryant | convert a few more uses of AST_CONFIG_MAX_PATH to use...
|
commit | commitdiff | tree |
2006-06-08 |
Russell Bryant | always include inttypes.h and sys/types.h in asterisk...
|
commit | commitdiff | tree |
2006-06-07 |
Russell Bryant | move the common wget arguments to a variable and remove...
|
commit | commitdiff | tree |
2006-06-07 |
Russell Bryant | fix a typo in an option name in config parsing
|
commit | commitdiff | tree |
2006-06-07 |
Russell Bryant | simplify the loop that iterates through the categories...
|
commit | commitdiff | tree |
2006-06-07 |
Russell Bryant | fix the build with astmm enabled
|
commit | commitdiff | tree |
2006-06-07 |
Russell Bryant | fix an incorrect usage of scanf, where it should be...
|
commit | commitdiff | tree |
2006-06-07 |
Russell Bryant | remove the WITH_SMDI define
|
commit | commitdiff | tree |
2006-06-07 |
Russell Bryant | Merged revisions 32818 via svnmerge from
|
commit | commitdiff | tree |
2006-06-07 |
Russell Bryant | add an updated patch that adds dnsmgr support for outgoing...
|
commit | commitdiff | tree |
2006-06-07 |
Russell Bryant | remove the need to have to re-run make after a default...
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | revert my changes to convert fields of zt_pvt to use...
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | oops.
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | move a variable declaration to the beginning of a block
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | use sizeof to determine the size of a buffer
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | use sizeof to get the size of a buffer
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | make a global list head static
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | move a declaration to the beginning of a block
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | allocate an int on the stack instead of with ast_calloc
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | add missing include
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | don't return -1 if zapata.conf is not present (part...
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | fix a channel deadlock in ast_answer
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | - use stringfields in a bunch of the fields of the...
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | fix some typos in the stringfields documentation
|
commit | commitdiff | tree |
2006-06-06 |
Russell Bryant | add the ability to do the same thing as "make dont...
|
commit | commitdiff | tree |
2006-06-05 |
Russell Bryant | revert the changes to allow chan_iax2 to use dnsmgr...
|
commit | commitdiff | tree |
2006-06-05 |
Russell Bryant | use the standard Asterisk copyright header
|
commit | commitdiff | tree |
2006-06-05 |
Russell Bryant | clean up various formatting issues
|
commit | commitdiff | tree |
2006-06-05 |
Russell Bryant | fix a typo in the documentation of how to use string...
|
commit | commitdiff | tree |
2006-06-04 |
Russell Bryant | Use a dynamically sized array to store the list of...
|
commit | commitdiff | tree |
2006-06-03 |
Russell Bryant | when using moh files mode, don't look for a file past...
|
commit | commitdiff | tree |
2006-06-02 |
Russell Bryant | add credits for cdr_radius
|
commit | commitdiff | tree |
2006-06-02 |
Russell Bryant | add a comment where some memory usage optimization...
|
commit | commitdiff | tree |
2006-06-01 |
Russell Bryant | use strcpy instead of snprintf in a couple places
|
commit | commitdiff | tree |
2006-06-01 |
Russell Bryant | allow menuselect to display dependencies and conflicts...
|
commit | commitdiff | tree |
2006-06-01 |
Russell Bryant | - add the ability to configure forced jitterbuffers...
|
commit | commitdiff | tree |
2006-06-01 |
Russell Bryant | my last changes to the jitterbuffer files need a forced...
|
commit | commitdiff | tree |
2006-06-01 |
Russell Bryant | fix an incorrect comment (issue #7259, tardieu)
|
commit | commitdiff | tree |
2006-06-01 |
Russell Bryant | make a global variable static and remove an unused...
|
commit | commitdiff | tree |
2006-06-01 |
Russell Bryant | - add slav, zoa, and royk to the CREDITS for the generic...
|
commit | commitdiff | tree |
2006-06-01 |
Russell Bryant | change a warning message to a debug message
|
commit | commitdiff | tree |
2006-06-01 |
Russell Bryant | fix the problem where defaults.h is missing after a...
|
commit | commitdiff | tree |
2006-05-31 |
Russell Bryant | Merged revisions 31194 via svnmerge from
|
commit | commitdiff | tree |
2006-05-31 |
Russell Bryant | remove the "frog" CLI command left over from April 1st
|
commit | commitdiff | tree |
2006-05-31 |
Russell Bryant | git-svn-id: https://origsvn.digium.com/svn/asterisk...
|
commit | commitdiff | tree |
2006-05-31 |
Russell Bryant | clean up various whitespace issues (issue #7236, casper)
|
commit | commitdiff | tree |
2006-05-31 |
Russell Bryant | add a missing file, and use an enum for some constants
|
commit | commitdiff | tree |
2006-05-31 |
Russell Bryant | move the includes of abstract_jb.h to be with the rest...
|
commit | commitdiff | tree |
2006-05-31 |
Russell Bryant | update the rest of the channel drivers that use RTP...
|
commit | commitdiff | tree |
2006-05-31 |
Russell Bryant | Add support for using a jitterbuffer for RTP on bridged...
|
commit | commitdiff | tree |
2006-05-30 |
Russell Bryant | remove a bunch of duplicated log messages. There is...
|
commit | commitdiff | tree |
2006-05-29 |
Russell Bryant | remove duplicate static keywords, oops
|
commit | commitdiff | tree |
2006-05-27 |
Russell Bryant | make some variables static ... committed from xcode :)
|
commit | commitdiff | tree |
2006-05-26 |
Russell Bryant | Fix various problems in the addition of the ability...
|
commit | commitdiff | tree |
2006-05-26 |
Russell Bryant | document the changes I made yesterday to the exit behavior...
|
commit | commitdiff | tree |
2006-05-26 |
Russell Bryant | wrap test at 80 characters
|
commit | commitdiff | tree |
2006-05-26 |
Russell Bryant | add some more text about the build system
|
commit | commitdiff | tree |
2006-05-25 |
Russell Bryant | only display a debug message if option_debug is in use
|
commit | commitdiff | tree |
2006-05-25 |
Russell Bryant | regenerate configure after the last fix
|
commit | commitdiff | tree |
2006-05-25 |
Russell Bryant | restore default paths for FreeBSD (reported by alphaque...
|
commit | commitdiff | tree |
next |