Commit Graph

81 Commits (master)

Author SHA1 Message Date
Luz Paz e3ad4cea4e docs: Fix various typos in main/
2 months ago
Sean Bright 03f1c24674 utils: Remove libdb and astdb conversion scripts.
3 months ago
Sean Bright 468601fd13 manager: Add `<since>` tags for all AMI actions.
3 months ago
George Joseph d1d37d447c db.c: Remove limit on family/key length
7 months ago
George Joseph 628f8d7a43 Stir/Shaken Refactor
1 year ago
Naveen Albert 7fdc6334dc db: Fix incorrect DB tree count for AMI.
3 years ago
Naveen Albert e1e3e172a0 db: Add AMI action to retrieve DB keys at prefix.
3 years ago
Naveen Albert bcc18ca9f5 general: Fix various typos.
3 years ago
Naveen Albert 350ffcb02b db: Notify user if deleted DB entry didn't exist.
3 years ago
Sean Bright fc99ac8c9a db: Initialize condition primitive before use
5 years ago
Richard Mudgett 467f7c6724 Fix 'statement' typo throughout code.
7 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
7 years ago
Corey Farrell 1b80ffa495 Fix Common Typo's.
7 years ago
Sean Bright 9a9edc6c9e astdb: Improve prefix searches in astdb
7 years ago
Richard Mudgett ee08f10d06 Fix ast_(v)asprintf() malloc failure usage conditions.
8 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Richard Mudgett c7ea108e02 Revert -r430452 It needs to be redone for the next major AMI version change instead.
10 years ago
Richard Mudgett ef34a05f21 AMI: Remove no longer used parameter from astman_send_listack().
10 years ago
Richard Mudgett 52a7cdb101 AMI: Make AMI actions that generate event lists consistent.
10 years ago
Michael L. Young 7059b001ad core/db: Revert Patch Added In Attempt To Improve I/O Performance
11 years ago
Michael L. Young b4a681684d core/db: Improve I/O When Updating Rows
11 years ago
Igor Goncharovskiy a1e0a5e4b0 We have faced situation when using CDR and CEL by sqlite3 modules. With system having high load (~100 concurrent calls created by sipp) we found many cdr and cel records missed. There is special finction in sqlite3, that make able to fix this situation - sqlite3_wait_timeout, that also can replace awful code cdr_sqlite3 ad cel_sqlite3 modules. Also this function can be used for aastdb and res_config_sqlite3 to avoid missed writes to sqlite db.
11 years ago
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.
13 years ago
Sean Bright 382d14a214 Sort the output of 'database show' by key.
13 years ago
Walter Doekes a2a3b3ee4b Fix shutdown handling of sqlite3 astdb.
13 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