aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
AgeCommit message (Expand)AuthorFilesLines
2008-12-16Add timezone to the possible fields in a timespec.tilghman1-0/+2
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman4-117/+77
2008-12-11Merged revisions 163253 via svnmerge from russell2-22/+0
2008-12-09Avoid allocating memory for a thread that don't need it. Also, this memory wa...eliel1-2/+12
2008-12-04Jcolp pointed out that num will also match numberrmudgett1-6/+6
2008-12-04* Found a couple more places where num/number needed to be donermudgett1-13/+20
2008-12-03Merged revisions 160703 via svnmerge from murf1-3/+17
2008-11-29we can now build with -Wformat=2, which found a couple of real bugskpfleming3-170/+237
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-5/+5
2008-11-22last commit worked on OpenBSD but still generated warning on Ubuntu.mvanbaak1-1/+1
2008-11-22make this compile under devmodemvanbaak1-1/+1
2008-11-19Two new functions, REALTIME_FIELD, and REALTIME_HASH, which should maketilghman1-2/+149
2008-11-12This commit does two things:mvanbaak1-46/+1
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-5/+5
2008-11-07Two bugs relating to colnames found by Marquis42 on #asterisk-devtilghman1-0/+3
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. Seetilghman1-0/+116
2008-11-05- Add some see-also references based on TFOT.eliel2-0/+17
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-1/+1
2008-11-03Should have passed the string pointer, not the ast_str structure.tilghman1-2/+2
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+6
2008-11-02Fix various spelling and grammatical issues in documentationrussell4-6/+6
2008-11-01Merge changes from team/group/appdocsxmlrussell34-665/+1751
2008-10-31Failover for func_odbc, allowing an INSERT query to be performed when the UPD...tilghman1-25/+88
2008-10-30 - spaces to tabsrussell1-12/+15
2008-10-26Merged revisions 152059 via svnmerge from seanbright1-4/+4
2008-10-23allow to compile under --enable-dev-mode (gcc didn't actually complain when I...twilson1-1/+1
2008-10-23Simplify some nested functions, as suggested by Russell on -devtilghman1-101/+121
2008-10-22Added debugging CLI functionstilghman1-4/+327
2008-10-15Permit data fields to contain more than 255 characters.tilghman1-25/+36
2008-10-15Only set buf to blank before the goto.tilghman1-2/+1
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...seanbright1-3/+3
2008-10-07Independent change from branch issue8824 that is not part of COLP. (-r142574 ...rmudgett1-39/+26
2008-10-06All ODBC parts can now use either unixodbc or iodbc.mvanbaak1-1/+3
2008-10-06Merged revisions 146799 via svnmerge from tilghman7-12/+36
2008-10-02Permit the syntax and synopsis fields to be set (for func_odbc).tilghman1-3/+30
2008-10-01Add schedule extensions to app_meetme. In addition, the reporter found atilghman1-9/+4
2008-09-25(closes issue #13557)murf1-2/+2
2008-09-24Create a 'hashcompat' option that permits the results of a CURL() able to betilghman1-4/+40
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman2-4/+4
2008-09-07make func_curl.c compile under devmode.mvanbaak1-1/+1
2008-09-06Get rid of the casts that cause warnings on OpenBSD. The compiler is errantlytilghman1-4/+4
2008-09-05Fix func_curl compilationmmichelson1-3/+3
2008-09-05Add the CURLOPT dialplan function, which permits setting various options fortilghman1-37/+377
2008-08-29Merged revisions 140488 via svnmerge from mmichelson1-4/+4
2008-08-15Merged revisions 138023 via svnmerge from tilghman1-4/+15
2008-08-07Continue merging in changes from resolve-shadow-warnings. funcs/ this time.seanbright4-42/+42
2008-08-06Persist DIALGROUP() values in astdbtilghman1-13/+80
2008-08-06Use a dynamic buffer for rendered SQL, instead of hardcoding 2048 bytes. Also,tilghman1-37/+60
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming6-14/+14
2008-07-30Merged revisions 134540 via svnmerge from russell1-0/+2