summaryrefslogtreecommitdiff
path: root/pbx
AgeCommit message (Expand)Author
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11Merged revisions 19345 via svnmerge from Kevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-06whitespace and formatting fix postponed from last commit:Luigi Rizzo
2006-04-06split pbx_load_module so we can reduce the indentation depth.Luigi Rizzo
2006-04-06use FREE instead of free as pointer to the destructor function.Luigi Rizzo
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-03-31fix formattingLuigi Rizzo
2006-03-31minor code simplifications - no need to use temporaryLuigi Rizzo
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-29Whitespace fix forgotten by someone who added a note about needing to fix thi...Olle Johansson
2006-03-28as reported in mantis #6066, fix a bunch of cli bugs andLuigi Rizzo
2006-03-28Merged revisions 15658 via svnmerge from Russell Bryant
2006-03-28- remove an unnecessary cast and recomputation of (timeout - now);Luigi Rizzo
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.Olle Johansson
2006-02-24Update to trunkOlle Johansson
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-23Fix a few compile warnings (turned errors) and disable -Werror on the Mark Spencer
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDRussell Bryant
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds don't...Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Merged revisions 9609 via svnmerge from Russell Bryant
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-02-11use auto-build for pbx modulesKevin P. Fleming
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-17remove some more deprecated (pre-1.2) stuffKevin P. Fleming
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...Russell Bryant
2006-01-09Merged revisions 7908 via svnmerge fromTilghman Lesher
2006-01-07Merged revisions 7848 via svnmerge fromTilghman Lesher
2006-01-06Merged revisions 7831 via svnmerge fromTilghman Lesher
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-21Merged revisions 7577 via svnmerge fromTilghman Lesher
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-29remove remaining .cvsignore filesKevin P. Fleming
2005-11-20Make conform to coding guidelines... thanks drumkilla :)Josh Roberson
2005-11-20issue #5806Josh Roberson
2005-11-16issue #5761Kevin P. Fleming
2005-11-14finish merging doxygen updates from issue #5605Russell Bryant
2005-11-13Never call load_module / unload_moduleMark Spencer
2005-11-11issue #5354Kevin P. Fleming
2005-11-10issue #5701Kevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-08issue #5648Kevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-11-01issue #4678Kevin P. Fleming
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)Kevin P. Fleming
2005-10-26use ast_skip_blanks in pbx_aelRussell Bryant