Commit Graph

58 Commits (e9f09ab2bce1e1aa1b619507b45d228bbc49f12c)

Author SHA1 Message Date
Mark Michelson 510a6e6e64 Remove an extra ast_cond_wait() that slipped through the patch.
11 years ago
Mark Michelson c1e9d2f177 Prevent delayed astdb syncs.
11 years ago
Scott Griepentrog 2882c5f9f1 astdb: crash in sqlite3 during shutdown
12 years ago
Richard Mudgett e47d3db365 Doxygen comment tweaks.
12 years ago
Matthew Jordan a243f4f153 Properly finalize prepared SQLite3 statements to prevent memory leak
13 years ago
David M. Lee c5acf22cec Fix DBDelTree error codes for AMI, CLI and AGI
13 years ago
Matthew Jordan a094707d51 Fix a variety of ref counting issues
13 years ago
Sean Bright b9eeff1521 app_queue: Support persisting and loading of long member lists.
13 years ago
Sean Bright b3c739a842 Use ast_copy_string instead of strncpy to guarantee a NUL terminated string.
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
13 years ago
Richard Mudgett 334f13d8b8 Allow AMI action callback to be reentrant.
13 years ago
Sean Bright 409751e2dc Sort the output of 'database showkey' as well.
14 years ago
Sean Bright 382d14a214 Sort the output of 'database show' by key.
14 years ago
Walter Doekes a2a3b3ee4b Fix shutdown handling of sqlite3 astdb.
14 years ago
Terry Wilson 980ab2d018 Add ASTSBINDIR to the list of configurable paths
14 years ago
Tilghman Lesher 6e7359f594 Update the documentation to better clarify how the existing commands work.
14 years ago
Tilghman Lesher 6b8b13ec2d Fix a change in behavior in 'database show' from 1.8.
14 years ago
Terry Wilson 15fd1e375c Return error when no rows are deleted for AMI DBDelTree
14 years ago
Terry Wilson cf8db24132 Merged revisions 340222 via svnmerge from
14 years ago
Terry Wilson f0c8b18c18 Use older functions out of deference to older distros
14 years ago
Terry Wilson efd040cd11 Replace Berkeley DB with SQLite 3
14 years ago
Terry Wilson 58ca560291 Merged revisions 322981 via svnmerge from
14 years ago
Russell Bryant f13654961a Merged revisions 286112 via svnmerge from
15 years ago
Tilghman Lesher d66b4616f0 Add DBGetComplete event after a DBGetResponse.
15 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
16 years ago
Eliel C. Sardanons 2c882626a0 Implement a new element in AstXML for AMI actions documentation.
16 years ago
Tilghman Lesher 3e22e8bc94 Merged revisions 182449 via svnmerge from
16 years ago
Mark Michelson 483c555c41 Merged revisions 167299 via svnmerge from
17 years ago
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
17 years ago
Tilghman Lesher 857e3412f4 Several manager changes:
18 years ago
Luigi Rizzo fd88390af7 remove unnecessary (char *) casts for ast_config_AST_* variables.
18 years ago
Luigi Rizzo e0ff5fef5c remove a bunch of useless #include "options.h"
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Luigi Rizzo 915b97d300 move internal function declarations to include/asterisk/_private.h
18 years ago
Luigi Rizzo 9335ace850 another bunch of include removals (errno.h and asterisk/logger.h)
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Luigi Rizzo ba6664ef7d remove a cygwin-specific function remap that does not work.
18 years ago
James Golovich 05dd7fec2c Set CLI command to the correct name. Rev 85460 introduced two 'database show' commands when this one
18 years ago
Jason Parker ebe4050128 Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
18 years ago
Jason Parker b0f3e6097e Convert NEW_CLI to AST_CLI.
18 years ago
Russell Bryant e97a723cf1 Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)
18 years ago
Tilghman Lesher 977d8e2c8a Merged revisions 84851 via svnmerge from
18 years ago
Jason Parker 10f28b2d79 Add a counter to the 'database deltree' CLI command.
18 years ago
Jason Parker ccb6b0065d Add counter to 'database show' CLI command.
18 years ago
Tilghman Lesher d6c0627c4f Merged revisions 71289 via svnmerge from
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Joshua Colp 7669c0ede7 Make the database show command spit out how many results it got. (issue #9332 reported by junky)
18 years ago
Joshua Colp e6f894b27a Add DBDel and DBDelTree manager commands. (issue #8516 reported by dprado)
19 years ago