aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-05-21Merged revisions 195881 via svnmerge from mnicholson1-0/+24
2009-05-20Merged revisions 195688 via svnmerge from file1-5/+11
2009-05-18Fix the CLI command 'manager show command' documentation and functionality.eliel1-2/+2
2009-05-18Rollback commit 195367.eliel1-14/+9
2009-05-18Avoid autocompleting passed the action name argument in the CLI command.eliel1-9/+14
2009-05-18Move the spawn of astcanary down, until after the call to daemon(3).tilghman1-51/+50
2009-05-18Merged revisions 195206 via svnmerge from file1-1/+1
2009-05-18Warn about the use of the application WaitExten() within a Macro().eliel1-0/+1
2009-05-18Merged revisions 195095 via svnmerge from file1-1/+2
2009-05-18Do not avoid loading the XML documentation if not XInclude substitution is done.eliel1-1/+1
2009-05-16Allow to include sections of other parts of the xml documentation.eliel1-1/+8
2009-05-16Fix a missing unlock in case of error, and a missing free().eliel1-5/+2
2009-05-15Allow to specify an enumlist inside an enum.eliel1-0/+9
2009-05-15Add ability for modules to dynamically register logger levelskpfleming1-73/+224
2009-05-14Fix a typo where an equality check should be an assignment.russell1-1/+1
2009-05-14If the timing ended on a zero, then we would loop forever.tilghman1-3/+2
2009-05-13Do not lock the 'sessions' container, lock the allocated 'session'.eliel1-2/+2
2009-05-13Merged revisions 194137 via svnmerge from tilghman1-1/+1
2009-05-13Two fixes found while debugging with ast_backtrace():tilghman2-5/+6
2009-05-12Fix a crash when logging out from the AMI and avoid astobj2 warning messages.eliel1-63/+67
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming4-4/+4
2009-05-10Fix a bug where receiving a control frame of subclass -1 would cause certain ...file1-2/+14
2009-05-09Declare private data as static.russell1-1/+1
2009-05-08Merged revisions 193193 via svnmerge from kpfleming1-10/+4
2009-05-07Merged revisions 193119 via svnmerge from tilghman1-2/+17
2009-05-06Merged revisions 192858 via svnmerge from jpeeler1-2/+2
2009-05-06If no extension was found in the pattern tree, don't crash.jpeeler1-1/+1
2009-05-06Add numbers in Urdu, the national language of Pakistantilghman1-0/+64
2009-05-05Fixed crashes from issue8824 review board channel locking changes.rmudgett1-1/+2
2009-05-05Merged revisions 192454 via svnmerge from file1-4/+4
2009-05-05Add a more efficient way of allocating structures that use stringfieldskpfleming1-0/+49
2009-05-05Correct some flaws in the memory accounting code for stringfields and ao2 obj...kpfleming2-2/+2
2009-05-05Properly account for memory allocated for channels and datastoreskpfleming3-15/+99
2009-05-05Ensure that string pools allocated to hold stringfields are properly accounte...kpfleming1-18/+41
2009-05-04Ensure that astobj2 memory allocations are properly accounted for when MALLOC...kpfleming1-4/+7
2009-05-04Do not re-define _POSIX_C_SOURCE if it was already defined.eliel1-1/+0
2009-05-03Add 'bitflags'-style information elements to event frameworkkpfleming1-12/+96
2009-05-02Do a bit of code cleanup.russell1-54/+135
2009-05-02Remove rarely-used event_log/LOG_EVENT supportkpfleming2-78/+3
2009-05-02Fix an error in queue_log file rotation optimization codekpfleming1-2/+1
2009-05-02Update copyright year to 2009seanbright1-2/+2
2009-05-01Merged revisions 191488 via svnmerge from jpeeler1-1/+20
2009-05-01Drop my IRC nickname.file1-1/+1
2009-04-30Detect eaccess (or euidaccess) before using it.tilghman1-4/+11
2009-04-30Change working directory to / under certain conditions.tilghman1-0/+17
2009-04-29Part of the merge did not happen correctly, which resulted in a compile errortilghman1-3/+4
2009-04-29SIP option to specify outbound TLS/SSL client protocol.dvossel1-10/+43
2009-04-29Merge str_substitution branch.tilghman3-44/+395
2009-04-29Consistent SSL/TLS options across conf filesdvossel3-48/+52
2009-04-29Log an error message if indications.conf is not found.russell1-0/+1