aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2007-07-05Merged revisions 73512 via svnmerge from russell1-9/+16
2007-07-03Correct an issue where the wrong type was being used to start sasl.qwell1-1/+1
2007-07-02After some discussion on the asterisk-dev list, we determined that this approachrussell1-72/+0
2007-07-02Fix up the AGI doc dump CLI command and update the AGI commands tex file to notrussell1-0/+3
2007-07-02Fix building under Solaris.file1-1/+7
2007-07-02Add a CLI command to export the AGI command docsrussell1-0/+69
2007-07-02Add a note that the AGI commands array is not handled in a thread-safe wayrussell1-0/+7
2007-06-28Remove the ill-advised ast_restrdupa API call and related structurestilghman2-7/+1
2007-06-28Fix building with -Wdeclaration-after-statementqwell1-3/+6
2007-06-28move variable declarations to the beginning of a block.rizzo1-1/+2
2007-06-26Simplify some code in res_jabber relating to SASL support.qwell1-70/+92
2007-06-25Merged revisions 71657 via svnmerge from tilghman1-1/+1
2007-06-25Minor header inclusion tweak for new usage of stat()file1-0/+1
2007-06-24Merged revisions 71291 via svnmerge from tilghman1-2/+2
2007-06-23Merged revisions 71230 via svnmerge from murf1-4/+9
2007-06-22Use stat to determine whether the file exists or not. (issue #10038 reported ...file1-2/+3
2007-06-22Merged revisions 71068 via svnmerge from qwell1-15/+5
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-16/+5
2007-06-21Expand AGISTATUS variable to include NOTFOUND which is set when the AGI file ...file1-2/+13
2007-06-19Merged revisions 69847 via svnmerge from file1-4/+4
2007-06-18Merged revisions 69702 via svnmerge from russell2-0/+2
2007-06-14Convert uses of strdup() to ast_strdup()russell3-8/+8
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell10-207/+103
2007-06-13Continuation of issue 9968 (revision 69081). This should be the last one.qwell1-2/+2
2007-06-13Simplify some logic and convert spaces to tabsrussell1-143/+97
2007-06-13The variable used for the return value must be declared as static. I brokerussell1-2/+2
2007-06-08Add support for retrieving the number of channels that are currently bridgedrussell1-0/+23
2007-06-08Add an option for ControlPlayback to be able to start at an offset fromrussell1-1/+1
2007-06-08Fix incorrect logic for param count.qwell1-4/+3
2007-06-07Fix a bunch of doxygen errors and document more thingsrussell1-1/+2
2007-06-07Doxygenify a lot of the functions in res_jabberrussell1-51/+145
2007-06-07Minor formatting change ... testing mantis stuff to see if we're donerussell1-1/+1
2007-06-07Merged revisions 68030 via svnmerge from oej1-0/+5
2007-06-07Merged revisions 68028 via svnmerge from oej1-13/+7
2007-06-07Merged revisions 68027 via svnmerge from oej1-0/+28
2007-06-07Merged revisions 67993 via svnmerge from oej1-7/+17
2007-06-07Simplification of res_jabber code (done at Inria, Paris with Philippe)oej1-32/+6
2007-06-06Merged revisions 67872 via svnmerge from russell1-18/+0
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman11-125/+120
2007-06-06Constify the return values of ast_parking_ext() and ast_pickup_ext()russell1-3/+3
2007-06-06Another tiny formatting change for testing ...russell1-1/+1
2007-06-06Change "show parkedcalls" to "parkedcalls show" and mark the previous commandrussell1-11/+29
2007-06-06Merged revisions 67597 via svnmerge from file1-2/+2
2007-06-04Merged revisions 67064 via svnmerge from file1-1/+1
2007-06-04Merged revisions 67021 via svnmerge from tilghman1-0/+4
2007-06-01Documentation fixes for res_config_sqlite.qwell1-12/+6
2007-05-31Merged revisions 66775 via svnmerge from russell1-2/+2
2007-05-31Add support for configuring named groups of custom call features inrussell1-6/+190
2007-05-31Revert changes that snuck in with revision 66724.russell1-177/+6
2007-05-31Fix a crash on reload by using calloc() instead of malloc() to ensure thatrussell1-6/+177