summaryrefslogtreecommitdiff
path: root/apps/app_sms.c
AgeCommit message (Expand)Author
2007-06-28move variable declarations to the beginning of a block.Luigi Rizzo
2007-06-22Code cleanupsTilghman Lesher
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...Tilghman Lesher
2006-12-27From coding guidelines:Olle Johansson
2006-12-22improve readability of a few macros.Luigi Rizzo
2006-12-21make sms_hexdump() thread safe;Luigi Rizzo
2006-12-21make isodate thread-safeLuigi Rizzo
2006-12-21- use the standard option parsing routines;Luigi Rizzo
2006-12-21put generator functions next to each other.Luigi Rizzo
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-12-21reduce indentationLuigi Rizzo
2006-12-21restructure a block to reduce nestingLuigi Rizzo
2006-12-21Add a bit of documentation on this code, including pointersLuigi Rizzo
2006-12-20more formatting cleanup.Luigi Rizzo
2006-12-19formatting and code cleanup.Luigi Rizzo
2006-12-19start documenting this code.Luigi Rizzo
2006-12-02DoxygenificationOlle Johansson
2006-11-13Merged revisions 47551 via svnmerge from Joshua Colp
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)Russell Bryant
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-08-29suppress compiler warningJason Parker
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-14Merged revisions 37612 via svnmerge from Tilghman Lesher
2006-07-07pointer signedness warnings cleanupRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-20fix up another place where the code made assumptions about how space forRussell Bryant
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)Olle Johansson
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...Kevin P. Fleming
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-01-20More doxygen updatesOlle Johansson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-27Reduce warnings on signedness conversionsTilghman Lesher
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-07application doc updateKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-07eliminate signedness warnings (issue #5130)Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-07-08clean up compiler warnings during build on 64-bit systemsKevin P. Fleming
2005-06-06the last round of file version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-04-29formatting cleanup (bug #4109)Kevin P. Fleming