Commit Graph

21 Commits

Author SHA1 Message Date
Kevin P. Fleming dc648f7334 add ActionID output and lock CLI fd for Manager action DBGet (bug #4727)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6175 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-07-20 00:38:20 +00:00
Kevin P. Fleming 3677a861c8 formatting cleanup (bug #4752)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6170 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-07-20 00:09:39 +00:00
Kevin P. Fleming 2b8338cb52 more file version tags
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5866 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-06-06 22:12:19 +00:00
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
add per-file revision tags and 'show version files' CLI command


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5864 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-06-06 20:27:51 +00:00
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)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-06-06 03:04:58 +00:00
Kevin P. Fleming 199add9567 phase 1 of header include cleanup (bug #4067)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5498 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-22 13:11:34 +00:00
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5490 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-21 06:02:45 +00:00
Mark Spencer fdb35c46a4 Fix "oopsie" (bug #3603)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5069 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-23 22:58:11 +00:00
Mark Spencer f12c0bb3aa Fix DBget (bug #3603)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5038 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-16 03:54:08 +00:00
Mark Spencer 3f80fd6bcc Add DBGet/DBPut (bug #3455)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4922 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-29 23:33:14 +00:00
Mark Spencer b2981a4430 Merge tilghman's "showkey" patch (bug #2986)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4524 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-22 01:07:02 +00:00
Mark Spencer 7ca6f85a41 More strcpy / snprintf as part of rgagnon's audit (bug #2004)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3410 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-07-09 10:08:09 +00:00
James Golovich 8801247d76 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3276 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-06-22 18:49:00 +00:00
Mark Spencer 727abcdec7 Merge FreeBSD locking fixes (bug #1411)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3176 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-06-09 01:45:08 +00:00
James Golovich 4926908616 Use ast_strlen_zero in db.c and some optimizations. Lets store the return value of strlen and use that rather than using strlen every time, and snprintf returns the length of the string
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3103 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-05-28 18:56:23 +00:00
Mark Spencer dec9f318a8 Make valgrind happy on db read
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1812 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-12-02 15:12:56 +00:00
Mark Spencer 1bb58646de Totally revamp thread debugging to support locating and removing deadlocks
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1310 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-08-13 15:25:16 +00:00
Martin Pycko 4a396046fe Make sure that we don't read too much from the data.data pointer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1309 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-08-13 04:36:06 +00:00
Martin Pycko 6d59eee9e3 Get the printf of the value returned length out
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1308 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-08-13 03:34:44 +00:00
Mark Spencer 523d20a573 Add ast_db_freetree and ast_db_gettree
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@843 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-04-13 04:17:45 +00:00
Mark Spencer 63ff352808 Version 0.3.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-01-30 15:03:20 +00:00