summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2009-05-18Fix the CLI command 'manager show command' documentation and functionality.Eliel C. Sardanons
2009-05-18Rollback commit 195367.Eliel C. Sardanons
2009-05-18Avoid autocompleting passed the action name argument in the CLI command.Eliel C. Sardanons
2009-05-18Move the spawn of astcanary down, until after the call to daemon(3).Tilghman Lesher
2009-05-18Merged revisions 195206 via svnmerge from Joshua Colp
2009-05-18Warn about the use of the application WaitExten() within a Macro().Eliel C. Sardanons
2009-05-18Merged revisions 195095 via svnmerge from Joshua Colp
2009-05-18Do not avoid loading the XML documentation if not XInclude substitution is done.Eliel C. Sardanons
2009-05-16Allow to include sections of other parts of the xml documentation.Eliel C. Sardanons
2009-05-16Fix a missing unlock in case of error, and a missing free().Eliel C. Sardanons
2009-05-15Allow to specify an enumlist inside an enum.Eliel C. Sardanons
2009-05-15Add ability for modules to dynamically register logger levelsKevin P. Fleming
2009-05-14Fix a typo where an equality check should be an assignment.Russell Bryant
2009-05-14If the timing ended on a zero, then we would loop forever.Tilghman Lesher
2009-05-13Do not lock the 'sessions' container, lock the allocated 'session'.Eliel C. Sardanons
2009-05-13Merged revisions 194137 via svnmerge from Tilghman Lesher
2009-05-13Two fixes found while debugging with ast_backtrace():Tilghman Lesher
2009-05-12Fix a crash when logging out from the AMI and avoid astobj2 warning messages.Eliel C. Sardanons
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-05-10Fix a bug where receiving a control frame of subclass -1 would cause certain ...Joshua Colp
2009-05-09Declare private data as static.Russell Bryant
2009-05-08Merged revisions 193193 via svnmerge from Kevin P. Fleming
2009-05-07Merged revisions 193119 via svnmerge from Tilghman Lesher
2009-05-06Merged revisions 192858 via svnmerge from Jeff Peeler
2009-05-06If no extension was found in the pattern tree, don't crash.Jeff Peeler
2009-05-06Add numbers in Urdu, the national language of PakistanTilghman Lesher
2009-05-05Fixed crashes from issue8824 review board channel locking changes.Richard Mudgett
2009-05-05Merged revisions 192454 via svnmerge from Joshua Colp
2009-05-05Add a more efficient way of allocating structures that use stringfieldsKevin P. Fleming
2009-05-05Correct some flaws in the memory accounting code for stringfields and ao2 obj...Kevin P. Fleming
2009-05-05Properly account for memory allocated for channels and datastoresKevin P. Fleming
2009-05-05Ensure that string pools allocated to hold stringfields are properly accounte...Kevin P. Fleming
2009-05-04Ensure that astobj2 memory allocations are properly accounted for when MALLOC...Kevin P. Fleming
2009-05-04Do not re-define _POSIX_C_SOURCE if it was already defined.Eliel C. Sardanons
2009-05-03Add 'bitflags'-style information elements to event frameworkKevin P. Fleming
2009-05-02Do a bit of code cleanup.Russell Bryant
2009-05-02Remove rarely-used event_log/LOG_EVENT supportKevin P. Fleming
2009-05-02Fix an error in queue_log file rotation optimization codeKevin P. Fleming
2009-05-02Update copyright year to 2009Sean Bright
2009-05-01Merged revisions 191488 via svnmerge from Jeff Peeler
2009-05-01Drop my IRC nickname.Joshua Colp
2009-04-30Detect eaccess (or euidaccess) before using it.Tilghman Lesher
2009-04-30Change working directory to / under certain conditions.Tilghman Lesher
2009-04-29Part of the merge did not happen correctly, which resulted in a compile errorTilghman Lesher
2009-04-29SIP option to specify outbound TLS/SSL client protocol.David Vossel
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-29Consistent SSL/TLS options across conf filesDavid Vossel
2009-04-29Log an error message if indications.conf is not found.Russell Bryant
2009-04-29Resolve Solaris build issues and add some API documentation.Russell Bryant
2009-04-27Fix a small memory leak on error in ast_channel_alloc().Richard Mudgett