aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-29Resolve Solaris build issues and add some API documentation.russell1-2/+4
2009-04-27Fix a small memory leak on error in ast_channel_alloc().rmudgett1-0/+2
2009-04-27Don't warn on pipe in the System call.tilghman1-1/+2
2009-04-27Fix a bug where we tried to send events out when no sessions container was pr...file1-15/+17
2009-04-24TLS/SSL private key optiondvossel3-4/+28
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell9-550/+750
2009-04-23Labels are sometimes (most of the time?) NULL for extensions.tilghman1-2/+2
2009-04-23Support HTTP digest authentication for the http manager interface.tilghman4-773/+1688
2009-04-22Fix building of chan_h323 with gcc-3.3jpeeler2-10/+10
2009-04-22Fix call parking callback. Pipes -> Commas.russell1-2/+2
2009-04-20Use nanosleep instead of poll.tilghman1-2/+4
2009-04-20Merged revisions 189391 via svnmerge from dbailey2-2/+4
2009-04-20Merged revisions 189277 via svnmerge from mmichelson1-7/+7
2009-04-17Fix copy/paste error with 'transmit silence' flag.seanbright1-1/+1