]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2007-12-18  Luigi Rizzomake configuration variable const so they are not accid...
2007-12-18  Luigi Rizzoremove unnecessary (char *) casts for ast_config_AST_...
2007-12-18  Luigi RizzoRename the macros in defaults.h - they are not meant...
2007-12-18  Luigi Rizzomake the code match documentation - now you can specify...
2007-12-18  Luigi RizzoName the people responsible for some recent contributio...
2007-12-18  Luigi RizzoTwo small changes:
2007-12-18  Olle JohanssonA minor update, caused by a recent bug report ;-)
2007-12-18  Luigi Rizzosmall documentation update (nothing important).
2007-12-18  Joshua ColpYou... will... build! I say so and therefore you will.
2007-12-18  Kevin P. Flemingminor cleanups
2007-12-17  Luigi Rizzofix building under cygwin.
2007-12-17  Jason ParkerBlocked revisions 93420 via svnmerge
2007-12-17  Luigi Rizzoremove some unnecessary includes
2007-12-17  Jason ParkerMerged revisions 93381 via svnmerge from
2007-12-17  Luigi Rizzosurprising as it may be, chan_oss compiles correctly...
2007-12-17  Joshua ColpMerged revisions 93377 via svnmerge from
2007-12-17  Tilghman LesherMerged revisions 93336 via svnmerge from
2007-12-17  Olle JohanssonMerged revisions 93182 via svnmerge from
2007-12-17  Mark MichelsonRemoving some leftover debug messages from a while...
2007-12-17  Mark MichelsonMerged revisions 93291 via svnmerge from
2007-12-17  Joshua ColpMerged revisions 93250 via svnmerge from
2007-12-17  Kevin P. Flemingall created files need to be listed in the ignore property
2007-12-17  Kevin P. Flemingmake the configure script detect that it is running...
2007-12-17  Kevin P. Flemingmake using PRINT_DIR a little easier
2007-12-17  Joshua ColpFix usage of rtptimeout. It can be used without rtpkeep...
2007-12-17  Joshua ColpIf no timezone is available use the default message.
2007-12-17  Joshua ColpMake chan_unistim actually be able to unload. When...
2007-12-17  Kevin P. FlemingBlocked revisions 93183 via svnmerge
2007-12-17  Kevin P. FlemingMerged revisions 93180 via svnmerge from
2007-12-16  Luigi Rizzomenuselect.makeopts is not a .PHONY target
2007-12-16  Olle JohanssonConvert from LOG_DEBUG etc to ast_debug. Thanks, dimas!
2007-12-16  Olle JohanssonAdding a new CLI command for "manager reload", which...
2007-12-16  Olle JohanssonChange manager so that registered accounts are stored...
2007-12-16  Olle JohanssonAdding console_video to CHANGES. It's important that...
2007-12-16  Olle JohanssonHUGE improvements to QoS/CoS handling by IgorG
2007-12-16  Luigi Rizzouse a simpler idiom for 'cmp -s ...'
2007-12-16  Olle JohanssonDon't drop the first character randomly in long listing...
2007-12-16  Olle JohanssonUpdate documentation
2007-12-16  Olle JohanssonMake more timers settable in SIP so that we can force...
2007-12-15  Olle JohanssonTypo fixed earlier, that wasn't a typo after all.
2007-12-15  Russell Bryant fix a typo from revision 93138
2007-12-15  Luigi Rizzoconfiguration options related to video support.
2007-12-15  Luigi RizzoBring in video console support for chan_oss (and later...
2007-12-15  Luigi Rizzoremove some redundant headers
2007-12-14  Luigi Rizzoinclude mmap header if detected by configure
2007-12-14  Mark MichelsonResolve a compiler warning
2007-12-14  Mark MichelsonChange places where the name "INBOX" was hardcoded...
2007-12-14  Tilghman LesherSolaris compat fixes
2007-12-14  Russell Bryantmake something static
2007-12-14  Tilghman LesherRemove use of privacy.conf by the Privacy app.
2007-12-14  Mark MichelsonI needed to increment the numbers used on the VERBOSITY...
2007-12-14  Mark MichelsonChanged VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be...
2007-12-14  Mark MichelsonAfter reading Russell's e-mail to the dev list stating...
2007-12-14  Tilghman Leshergcc 4.1.3 wants a union used here.
2007-12-14  Russell BryantPrint an error message if a #included file does not...
2007-12-14  Russell BryantBlocked revisions 93000 via svnmerge
2007-12-14  Tilghman LesherPublish the AGI events to manager.
2007-12-14  Mark MichelsonReintroduce an optimization that was lost when converti...
2007-12-14  Tilghman LesherIf malloc.h is included in a Solaris build, the compila...
2007-12-14  Joshua ColpMerged revisions 92937 via svnmerge from
2007-12-14  Tilghman LesherMerged revisions 92933 via svnmerge from
2007-12-14  Christian RichterMerged revisions 92934 via svnmerge from
2007-12-14  Tilghman LesherConvert ast_verbose to ast_verb.
2007-12-14  Mark MichelsonMerged revisions 92875 via svnmerge from
2007-12-13  Tilghman LesherWhen working with dates, use numeric form whenever...
2007-12-13  Tilghman LesherMerged revisions 92815 via svnmerge from
2007-12-13  Joshua ColpMove usage of the old LOCAL_USER_* macros to the new...
2007-12-13  Jason ParkerMerged revisions 92809 via svnmerge from
2007-12-13  Mark MichelsonMerged revisions 92807 via svnmerge from
2007-12-13  Mark MichelsonMerged revisions 92803 via svnmerge from
2007-12-13  Tilghman LesherDon't use backslash as an escape character, unless...
2007-12-13  Jason ParkerRemove remnants of a poorly merged commit. (92697)
2007-12-13  Doug BaileyTag voicemails with UTC time as opposed to local time...
2007-12-13  Jason ParkerMerged revisions 92696 via svnmerge from
2007-12-12  Russell BryantRevert an "optimization" that I added in revision 89887...
2007-12-12  Jason ParkerMerged revisions 92617 via svnmerge from
2007-12-12  Tilghman LesherConversions of free to ast_free, where applicable,...
2007-12-12  Russell BryantMerged revisions 92556 via svnmerge from
2007-12-12  Mark MichelsonSame change to trunk as revision 92510. I'm not sure...
2007-12-12  Mark MichelsonBlocked revisions 92510 via svnmerge
2007-12-12  Tilghman LesherCorrectly handle possible memory allocation failure
2007-12-12  Tilghman LesherMerged revisions 92463 via svnmerge from
2007-12-12  Mark MichelsonMerged revisions 92443 via svnmerge from
2007-12-11  Olle JohanssonDoxygen updates, formatting.
2007-12-11  Mark MichelsonTrunk build would fail due to the nonexistence of zapte...
2007-12-11  Jason ParkerWe need to set the address we want to match against...
2007-12-11  Mark MichelsonRemoving a pointless memset. The memory was just calloc...
2007-12-11  Jason ParkerAdd variable to show which key was pressed to stop...
2007-12-11  Joshua ColpOnly look to see if options are set if some have been...
2007-12-11  Joshua ColpMerged revisions 92363 via svnmerge from
2007-12-11  Mark MichelsonMerged revisions 92323 via svnmerge from
2007-12-11  Russell Bryant* In unaligned.h, remove some unnecessary casts and...
2007-12-11  Olle JohanssonA lot of doxygen updates
2007-12-11  Olle JohanssonDoxygen updates
2007-12-10  Doug BaileyAdd CLI commands to dynamically set hw and sw gains
2007-12-10  Joshua ColpAdd ast_atomic_fetchadd_int_slow to check_expr for...
2007-12-10  Joshua ColpMerged revisions 92204 via svnmerge from
2007-12-10  Mark MichelsonMerged revisions 92202 via svnmerge from
2007-12-10  Joshua ColpBlocked revisions 92200 via svnmerge
2007-12-10  Joshua ColpOnly send a SIGHUP if the pid is greater than -1, other...
next