summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2008-12-09Avoid allocating memory for a thread that don't need it. Also, this memory wa...Eliel C. Sardanons
2008-12-04Jcolp pointed out that num will also match numberRichard Mudgett
2008-12-04* Found a couple more places where num/number needed to be doneRichard Mudgett
2008-12-03Merged revisions 160703 via svnmerge from Steve Murphy
2008-11-29we can now build with -Wformat=2, which found a couple of real bugsKevin P. Fleming
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-22last commit worked on OpenBSD but still generated warning on Ubuntu.Michiel van Baak
2008-11-22make this compile under devmodeMichiel van Baak
2008-11-19Two new functions, REALTIME_FIELD, and REALTIME_HASH, which should makeTilghman Lesher
2008-11-12This commit does two things:Michiel van Baak
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-11-07Two bugs relating to colnames found by Marquis42 on #asterisk-devTilghman Lesher
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. SeeTilghman Lesher
2008-11-05- Add some see-also references based on TFOT.Eliel C. Sardanons
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-11-03Should have passed the string pointer, not the ast_str structure.Tilghman Lesher
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-11-02Fix various spelling and grammatical issues in documentationRussell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-31Failover for func_odbc, allowing an INSERT query to be performed when the UPD...Tilghman Lesher
2008-10-30 - spaces to tabsRussell Bryant
2008-10-26Merged revisions 152059 via svnmerge from Sean Bright
2008-10-23allow to compile under --enable-dev-mode (gcc didn't actually complain when I...Terry Wilson
2008-10-23Simplify some nested functions, as suggested by Russell on -devTilghman Lesher
2008-10-22Added debugging CLI functionsTilghman Lesher
2008-10-15Permit data fields to contain more than 255 characters.Tilghman Lesher
2008-10-15Only set buf to blank before the goto.Tilghman Lesher
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...Sean Bright
2008-10-07Independent change from branch issue8824 that is not part of COLP. (-r142574 ...Richard Mudgett
2008-10-06All ODBC parts can now use either unixodbc or iodbc.Michiel van Baak
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2008-10-02Permit the syntax and synopsis fields to be set (for func_odbc).Tilghman Lesher
2008-10-01Add schedule extensions to app_meetme. In addition, the reporter found aTilghman Lesher
2008-09-25(closes issue #13557)Steve Murphy
2008-09-24Create a 'hashcompat' option that permits the results of a CURL() able to beTilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-09-07make func_curl.c compile under devmode.Michiel van Baak
2008-09-06Get rid of the casts that cause warnings on OpenBSD. The compiler is errantlyTilghman Lesher
2008-09-05Fix func_curl compilationMark Michelson
2008-09-05Add the CURLOPT dialplan function, which permits setting various options forTilghman Lesher
2008-08-29Merged revisions 140488 via svnmerge from Mark Michelson
2008-08-15Merged revisions 138023 via svnmerge from Tilghman Lesher
2008-08-07Continue merging in changes from resolve-shadow-warnings. funcs/ this time.Sean Bright
2008-08-06Persist DIALGROUP() values in astdbTilghman Lesher
2008-08-06Use a dynamic buffer for rendered SQL, instead of hardcoding 2048 bytes. Also,Tilghman Lesher
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-07-30Merged revisions 134540 via svnmerge from Russell Bryant
2008-07-27Add a missing unlock within error handlingRussell Bryant
2008-07-16Fixes sysinfo operator issue also fixed elsewhere in r131445.Brett Bryant
2008-07-01Add a \todoRussell Bryant