Commit Graph

67 Commits (110a0aa803fa2bc9f61a1df91be77e8bd4cfecb6)

Author SHA1 Message Date
Luigi Rizzo 899cdda8cb minor cleanup
19 years ago
Luigi Rizzo b560433a36 convert to use ast_stream_and_wait
19 years ago
Luigi Rizzo ca9e77fe46 code simplifications
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
BJ Weschke d2480538d2 Provide the ability to read extension number after name #6938 (delink)
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Matt O'Gorman a5ece3388a Janitor work converting !ast_strlen_zero(a)?a:b
19 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Russell Bryant 4414f45393 on this pass, only remove duplicate log messages
20 years ago
Russell Bryant 9fa6eb5e07 revert my pass through the tree to remove checks of the result of ast_strdupa
20 years ago
Russell Bryant 7ad681adc8 remove lots of useless checks of the result of ast_strdupa
20 years ago
Russell Bryant 2eb7eecdd0 conversions to memory allocation wrappers (issue #6210)
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Russell Bryant db755f9035 use app arg parsing macros (issue #5681)
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Russell Bryant 45c7589284 update the descriptions of a couple more apps
20 years ago
Kevin P. Fleming f09c6bc78e application doc update
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Russell Bryant 5187de9ab6 remove unnecessary checks before calls to ast_strlen_zero
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Russell Bryant 4aa7912057 Massive cleanups to applications for LOCAL_USER handling and some other things.
20 years ago
Russell Bryant 29829640bf it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCALUSERS
20 years ago
Kevin P. Fleming e338682949 fix memory leak and unload problems (issue #5380)
20 years ago
Kevin P. Fleming 981970c57b _really_ fix app_directory (doh... how did I miss this before?) (issue #5232, take two)
20 years ago
Kevin P. Fleming 5bd40f4e11 revert a portion of issue #5138 which broke this app (issue #5232)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming e0f02b46f1 convert a bunch of apps to use ast_goto_if_exists() (issue #5138)
20 years ago
Kevin P. Fleming 9d8d86e19d phase two of string portability stuff:
20 years ago
Russell Bryant 206f712599 more ast_copy_string conversions
20 years ago
Kevin P. Fleming c0b1e88e8a the last round of file version tags
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Russell Bryant fbbac7cd26 use ast_strcasestr (bug #4203)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Kevin P. Fleming b3613d3e48 re-implement realtime support in app_directory
20 years ago
Mark Spencer 592b27b17a Add realtime support to app_directory (bug #2475)
21 years ago
Mark Spencer 5f726ad8c7 Merge config updates (bug #3406)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 1d200d55bd Allow '*' to exit the directory (bug #3118)
21 years ago
Mark Spencer 52a39dd8c1 Merge josh's exit dir patch (bug #2995)
21 years ago
Mark Spencer 04fc29c8b2 Huge callerid rework (might break H.323, others)
21 years ago
Mark Spencer 28e5320ab4 Minor fix in directory app (bug #2322)
21 years ago
Mark Spencer c16542c1d0 Allow directory to be searched by first name (bug #2208)
21 years ago
Mark Spencer eb9adf42d6 Directory fixes (bug #1887)
21 years ago
Mark Spencer a03db324dd Tilghman's directory fix (bug #1892)
21 years ago
James Golovich f5c18f62a1 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago
Mark Spencer 2bd13db091 Directory fixes courtesy rgagnon (bug #1887)
21 years ago
James Golovich 8ef3b1544b More ast_strlen_zero changes
21 years ago
Mark Spencer 0e89f839e1 Make directory spell name if available
21 years ago
Mark Spencer c7df3b4b22 Even better, let it be specified per-context
21 years ago
Mark Spencer da010f1600 Add ability to customize directory introduction (bug #1488)
21 years ago