summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-19Merge the changes from the res_timing_timerfd branch.Mark Michelson
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-19Add check for t38_terminal_init in spandsp (not found in 0.0.6, so it should ...Tilghman Lesher
2008-11-19correct small bug introduced during API conversionKevin P. Fleming
2008-11-19move relevant entries into UPGRADE.txt and resync UPGRADE-1.6.txt with previo...Kevin P. Fleming
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...Kevin P. Fleming
2008-11-19Comment out config line that is in a commented out contextTerry Wilson
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilityTilghman Lesher
2008-11-19If malloc returns NULL, we need to return NULL immediately orMark Michelson
2008-11-19Fix a few build problems on Solaris (and check for an md5 utility inSean Bright
2008-11-18This change prevents a crash from occurring if res_musiconhold.soMark Michelson
2008-11-18Add some missing $(DESTDIR)s to the bininstallMark Michelson
2008-11-18Fix the logic for when delete=yes when IMAP storageMark Michelson
2008-11-18Merged revisions 157503 via svnmerge from Mark Michelson
2008-11-18Based on Russell's advice on the asterisk-dev list, I haveMark Michelson
2008-11-18Remove echo line that is unnecessary (Thanks seanbright).Jason Parker
2008-11-18Make this executableJason Parker
2008-11-18Add init script for ArchLinuxJason Parker
2008-11-18* Add a lock to be used in the update_call_counter function.Mark Michelson
2008-11-18Merged revisions 157365 via svnmerge from Jeff Peeler
2008-11-18Merged revisions 157305 via svnmerge from Mark Michelson
2008-11-18(closes issue #13420)Steve Murphy
2008-11-17Can't use items duplicated off the stack frame in an element returned fromTilghman Lesher
2008-11-15ensure that if a .i file (preprocessed source) is present, the .o file is mad...Kevin P. Fleming
2008-11-15Merged revisions 157162-157163 via svnmerge from Kevin P. Fleming
2008-11-15Merged revisions 157104 via svnmerge from Kevin P. Fleming
2008-11-15Avoid a not needed cast, making code more readable.Eliel C. Sardanons
2008-11-15Fix a few more places where the case insensitive hash should be used sinceRussell Bryant
2008-11-15Use the new case insensitive hash function for console interfaces. The compa...Russell Bryant
2008-11-14Allow setting static values in CDRsTilghman Lesher
2008-11-14Revision 155513 of chan_sip.c in trunk inadvertently Mark Michelson
2008-11-14Cleanup whitespace issuesTerry Wilson
2008-11-14Use Mark's new ast_str_case_hash function instead of jumping through hoops to...Terry Wilson
2008-11-14Ping is missing the standard double-newline after the event.Tilghman Lesher
2008-11-14Fix some refcounting in app_queue.c and change theMark Michelson
2008-11-14Remove some useless locking and make sure we hangup channels on a link when w...Matthew Fredrickson
2008-11-14Merged revisions 156816 via svnmerge from Mark Michelson
2008-11-14Merged revisions 156755 via svnmerge from Tilghman Lesher
2008-11-13Merged revisions 156688 via svnmerge from Tilghman Lesher
2008-11-13(closes issue #13891)Jeff Peeler
2008-11-13Command offsets were not changed correctly when the command syntax forTilghman Lesher
2008-11-13Kevin sent a note indicating that this change isMark Michelson
2008-11-13Introduce XML documentation for:Eliel C. Sardanons
2008-11-13Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_insi...Eliel C. Sardanons
2008-11-13Remove trailing whitespacesEliel C. Sardanons
2008-11-12Use the reviewboard:url SVN property so post-review will work without modific...Sean Bright
2008-11-12Merged revisions 156386 via svnmerge from Tilghman Lesher
2008-11-12- Make alias->real_cmd point to the allocated space outside alias->alias.Eliel C. Sardanons
2008-11-12Merged revisions 156297 via svnmerge from Steve Murphy
2008-11-12Fix a bug caused by using sizeof(pointer) instead of sizeof(the struct)Russell Bryant