aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-11-19move relevant entries into UPGRADE.txt and resync UPGRADE-1.6.txt with previo...kpfleming2-67/+62
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...kpfleming5-441/+544
2008-11-19Comment out config line that is in a commented out contexttwilson1-1/+1
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilitytilghman4-92/+106
2008-11-19If malloc returns NULL, we need to return NULL immediately ormmichelson1-0/+1
2008-11-19Fix a few build problems on Solaris (and check for an md5 utility inseanbright6-20/+68
2008-11-18This change prevents a crash from occurring if res_musiconhold.sommichelson1-0/+1
2008-11-18Add some missing $(DESTDIR)s to the bininstallmmichelson1-2/+2
2008-11-18Fix the logic for when delete=yes when IMAP storagemmichelson1-1/+23
2008-11-18Merged revisions 157503 via svnmerge from mmichelson1-0/+3
2008-11-18Based on Russell's advice on the asterisk-dev list, I havemmichelson1-16/+26
2008-11-18Remove echo line that is unnecessary (Thanks seanbright).qwell1-1/+0
2008-11-18Make this executableqwell1-0/+0
2008-11-18Add init script for ArchLinuxqwell2-0/+49
2008-11-18* Add a lock to be used in the update_call_counter function.mmichelson1-17/+49
2008-11-18Merged revisions 157365 via svnmerge from jpeeler1-1/+1
2008-11-18Merged revisions 157305 via svnmerge from mmichelson5-2/+31
2008-11-18(closes issue #13420)murf1-4/+5
2008-11-17Can't use items duplicated off the stack frame in an element returned fromtilghman1-3/+12
2008-11-15ensure that if a .i file (preprocessed source) is present, the .o file is mad...kpfleming1-4/+4
2008-11-15Merged revisions 157162-157163 via svnmerge from kpfleming3-4/+7
2008-11-15Merged revisions 157104 via svnmerge from kpfleming1-3/+48
2008-11-15Avoid a not needed cast, making code more readable.eliel1-14/+8
2008-11-15Fix a few more places where the case insensitive hash should be used sincerussell3-4/+6
2008-11-15Use the new case insensitive hash function for console interfaces. The compa...russell1-1/+1
2008-11-14Allow setting static values in CDRstilghman2-11/+41
2008-11-14Revision 155513 of chan_sip.c in trunk inadvertently mmichelson1-0/+1
2008-11-14Cleanup whitespace issuestwilson1-29/+29
2008-11-14Use Mark's new ast_str_case_hash function instead of jumping through hoops to...twilson1-19/+4
2008-11-14Ping is missing the standard double-newline after the event.tilghman1-1/+2
2008-11-14Fix some refcounting in app_queue.c and change themmichelson3-7/+36
2008-11-14Remove some useless locking and make sure we hangup channels on a link when w...mattf1-4/+15
2008-11-14Merged revisions 156816 via svnmerge from mmichelson1-1/+1
2008-11-14Merged revisions 156755 via svnmerge from tilghman1-0/+5
2008-11-13Merged revisions 156688 via svnmerge from tilghman1-1/+2
2008-11-13(closes issue #13891)jpeeler1-3/+0
2008-11-13Command offsets were not changed correctly when the command syntax fortilghman1-3/+3
2008-11-13Kevin sent a note indicating that this change ismmichelson2-13/+5
2008-11-13Introduce XML documentation for:eliel3-151/+379
2008-11-13Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_insi...eliel1-2/+2
2008-11-13Remove trailing whitespaceseliel3-11/+11
2008-11-12Use the reviewboard:url SVN property so post-review will work without modific...seanbright0-0/+0
2008-11-12Merged revisions 156386 via svnmerge from tilghman1-12/+15
2008-11-12- Make alias->real_cmd point to the allocated space outside alias->alias.eliel1-2/+3
2008-11-12Merged revisions 156297 via svnmerge from murf1-3/+3
2008-11-12Fix a bug caused by using sizeof(pointer) instead of sizeof(the struct)russell1-1/+1
2008-11-12Merged revisions 156294 via svnmerge from tilghman1-0/+4
2008-11-12Merged revisions 156289 via svnmerge from jpeeler1-1/+1
2008-11-12Merged revisions 156229 via svnmerge from tilghman1-3/+27
2008-11-12Merged revisions 156178 via svnmerge from jpeeler1-24/+148