Commit Graph

135 Commits (18.17)

Author SHA1 Message Date
Naveen Albert 6ae9a5835e xmldocs: Improve examples.
3 years ago
Joshua C. Colp 39cd09c246 func_odbc: Add SQL_ESC_BACKSLASHES dialplan function.
3 years ago
Alexander Traud f946b92553 progdocs: Fix for Doxygen, the hidden parts.
3 years ago
Alexander Traud 783b775946 odbc: Fix for Doxygen.
3 years ago
Jaco Kroon bee35fe04a func_odbc: Introduce minargs config and expose ARGC in addition to ARGn.
4 years ago
Alexander Traud bf9f0f13c4 loader: Sync load- and build-time deps.
4 years ago
Alexander Traud e0ee53dc9c Compiler fixes for GCC with -Og
5 years ago
Sean Bright 1e037ebb97 func_odbc: Prevent snprintf() truncation warning
5 years ago
Boris P. Korzun 8979921da9 func_odbc: acf_odbc_read() and cli_odbc_read() unicode support
6 years ago
Joshua Colp 54a912b26d res_odbc: Add basic query logging.
6 years ago
Corey Farrell 021ce938ca
astobj2: Remove legacy ao2_container_alloc routine.
7 years ago
Alexei Gradinari 65ff2f057a func_odbc: NODATA if SQLNumResultCols returned 0 columns on readsql
7 years ago
Alexander Traud 162fc4fba6 BuildSystem: Depend not implicitly but explicitly on external libraries.
7 years ago
Corey Farrell e3c9314a2e func_odbc: Add missing unlock's to acf_odbc_read.
7 years ago
Sean Bright fd0ca1c3f9 Remove as much trailing whitespace as possible.
7 years ago
Sean Bright 3f94373778 cli: Fix various CLI documentation and completion issues
8 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Joshua Colp 4ad333bb0e func_odbc: Fix connection deadlock.
9 years ago
Alexei Gradinari c378b00a83 func_odbc: single database connection should be optional
9 years ago
Mark Michelson 2b150f0b80 func_odbc: Check connection status before executing queries.
9 years ago
Mark Michelson 924738e950 func_odbc: Use one connection per DSN.
9 years ago
Mark Michelson 9714da7aa4 res_odbc: Remove connection management
9 years ago
Rodrigo Ramírez Norambuena eec010829a AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.
10 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" .
11 years ago
Walter Doekes 795af210a3 func_odbc: Fix fixed size buffers fix (r414968).
11 years ago
Joshua Colp dcfae78574 res_config_odbc: Use dynamically sized buffers to store row data so values do not get truncated.
11 years ago
Corey Farrell fbe0dfaf44 Fix dialplan function NULL channel safety issues
11 years ago
Mark Michelson 6a539ace84 Fix misuses of asprintf throughout the code.
13 years ago
Kevin P. Fleming 79087cbbd5 Ensure that all ast_datastore_info structures are 'const'.
13 years ago
Matthew Jordan 6eb4e81033 Fix more memory leaks
13 years ago
Matthew Jordan 7b51320642 Fix a variety of memory leaks
13 years ago
Walter Doekes fc63e07135 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
13 years ago
Walter Doekes db24fc2523 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
13 years ago
Richard Mudgett 2144ba5df2 Fix locking issues with channel datastores in func_odbc.c.
13 years ago
Richard Mudgett 55b70ae625 Merged revisions 337974 via svnmerge from
14 years ago
Tilghman Lesher e7f507ce18 Merged revisions 328541 via svnmerge from
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
14 years ago
Tilghman Lesher 9650fb3e1a Merged revisions 310415 via svnmerge from
14 years ago
Tilghman Lesher 67c91388db Merged revisions 310142 via svnmerge from
14 years ago
Tilghman Lesher 008aa0e3b8 Merged revisions 308991 via svnmerge from
14 years ago
Tilghman Lesher e38fa2d3cd Merged revisions 307837 via svnmerge from
14 years ago
Russell Bryant 2de5bbc89f Merged revisions 283350 via svnmerge from
15 years ago
Tilghman Lesher da0138932e Handle OOM errors more gracefully.
15 years ago
Tilghman Lesher 03e1608c29 Double free crash
15 years ago
Tilghman Lesher 75d8960740 Allow multiple rows to be fetched within the normal mode of operation.
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Matthew Nicholson 728fbf077e Convert func_odbc to use ast_dummy_alloc_channel()
16 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
16 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
16 years ago