Commit Graph

142 Commits (a66fa4db24553d6ec6c8978c528081a94b1715a1)

Author SHA1 Message Date
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
17 years ago
Kevin P. Fleming 448562af93 improve configure script to remember the previous value of each dependency in build_tools/menuselect-deps, so that (once it has been written) menuselect can use this information to warn the user when a previously met dependency is no longer met
17 years ago
Sean Bright ceee55ea63 Keep up with shadow warnings. One day I'll actually enable this in the Makefile.
17 years ago
Michiel van Baak 4560279c69 All ODBC parts can now use either unixodbc or iodbc.
17 years ago
Tilghman Lesher 1697c6e588 Merged revisions 145751 via svnmerge from
17 years ago
Tilghman Lesher 08af5bb312 Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
17 years ago
Tilghman Lesher 37133a6993 Merged revisions 137138 via svnmerge from
17 years ago
Sean Bright 357bf3e90b All of the res/ stuff (other than res_jabber) from the RSW branch.
17 years ago
Steve Murphy b247dcf432 a small change to make things compile
17 years ago
Tilghman Lesher caf226d50e Don't copy on NULL.
17 years ago
Tilghman Lesher bead8cd6f0 Add some debug code and add a missing release
17 years ago
Tilghman Lesher 97fe3abeec Move the table cache routines to res_odbc, so they can be used from other
17 years ago
Tilghman Lesher ebb4ba3b9a Protect the object from changing while the 'odbc show' CLI command is running
17 years ago
Tilghman Lesher 6353bddc57 Increase limit of unshared connections from 1023 to 4.2 billion.
17 years ago
Tilghman Lesher 01e2bd1e2f Revert part of previous fix, and heavily comment the logic for object
17 years ago
Joshua Colp 872eaba11d Remove a premature mutex destroy (the destruction callback will end up destroying it) and use a callback to purge remaining classes.
17 years ago
Tilghman Lesher 842df68a1f Don't free the object on destroy, as astobj2 takes care of that for you
17 years ago
Tilghman Lesher bbab1a6d2f Merge refcounting of res_odbc
17 years ago
Tilghman Lesher de0d0ad137 Clarify the pooling functionality by changing the config file keyword
18 years ago
Tilghman Lesher 65e31e0741 Merged revisions 99775 via svnmerge from
18 years ago
Tilghman Lesher 6181e386b5 Merged revisions 99341 via svnmerge from
18 years ago
Tilghman Lesher 8dd48a5e7c Permit username and password to be NULL (which enables pass-through from the layer above).
18 years ago
Tilghman Lesher fa4f7d3727 Merged revisions 98467 via svnmerge from
18 years ago
Russell Bryant 3509415be1 Use ast_free() instead of free().
18 years ago
Tilghman Lesher f1de129e5f Merged revisions 89559 via svnmerge from
18 years ago
Luigi Rizzo e0ff5fef5c remove a bunch of useless #include "options.h"
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Tilghman Lesher 0f6892419e One more typo in config.c; and missed conversions due to the constifying of ast_variable_new parameters
18 years ago
Kevin P. Fleming edc78d6023 improve linked-list macros in two ways:
18 years ago
Tilghman Lesher 87bcdb9273 Merged revisions 88539 via svnmerge from
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
Jason Parker c7a9ec1691 (issue #10724)
18 years ago
Tilghman Lesher bc494164c8 Add a direct execute method to res_odbc (closes issue #10722)
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Tilghman Lesher c41121cdbb Only use the sanitysql if it's not zero-len
18 years ago
Tilghman Lesher 89588a043f Merged revisions 79142 via svnmerge from
18 years ago
Tilghman Lesher 72cc1dcfea Merged revisions 78437 via svnmerge from
18 years ago
Tilghman Lesher ce3de6a530 Merged revisions 77571 via svnmerge from
18 years ago
Russell Bryant 43658278ff Merged revisions 69702 via svnmerge from
18 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
18 years ago
Tilghman Lesher 1236ed3214 Issue 9477 - Improve menuselect labels
18 years ago
Tilghman Lesher fdb5e1107d Merged revisions 59289 via svnmerge from
18 years ago
Tilghman Lesher 207c34f2d6 Merged revisions 58479 via svnmerge from
18 years ago
Paul Cadach b2aa1a68e6 Merged revisions 52808 via svnmerge from
19 years ago
Russell Bryant af870057c1 Constify a bunch of usage strings for CLI commands.
19 years ago
Tilghman Lesher f2bc05d1d4 Feature: allow the sanity SQL to be customized per connection class (Issue 6453)
19 years ago
Tilghman Lesher 70f6330157 Merged revisions 47526 via svnmerge from
19 years ago
Tilghman Lesher 10875731ec Merged revisions 47051 via svnmerge from
19 years ago
Tilghman Lesher 859bc68383 Merged revisions 43464 via svnmerge from
19 years ago
Tilghman Lesher 6ae8741518 Lots more removal of deprecated things
19 years ago
Kevin P. Fleming 32d119746c move ODBC API into ast_ namespace
19 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
19 years ago
Matt O'Gorman 05a695af72 everything that loads a config that needs a config file to run
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Tilghman Lesher 6fec811743 Convert func_odbc to use the prepare_and_execute callback, which helps with a database reconnection issue (bug 7693)
19 years ago
Tilghman Lesher 14ebe471c5 ast_calloc() already reports OOM conditions
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
19 years ago
Russell Bryant 501ac5189c update res_odbc to support pooled connections
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
19 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Matthew Fredrickson 54135bacbd Fix for very unlikely memory leak in res_odbc
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming a87d3f5c19 issue #5563
20 years ago
Kevin P. Fleming 7b2e24777f issue #5650
20 years ago
Kevin P. Fleming 551ac9af04 don't use 'rowcount' after SELECT statements, since the ODBC API does not say it is allowed (issue #5083)
20 years ago
Russell Bryant 3332a8acd1 clean up a lot of doxygen errors and warnings (issue #5522)
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Russell Bryant 6fea13619e fix typo in function name (issue #5437)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming c5ca63efc9 eliminate compiler warning (issue #5094)
20 years ago
Russell Bryant c18fd5cd8c more ast_copy_string conversions
20 years ago
Kevin P. Fleming f64717b556 clean up compiler warnings during build on 64-bit systems
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Mark Spencer 730194d609 Merge Russell's formatting patch (bug #3838)
20 years ago
Mark Spencer 69061dec64 Merge anthm's ODBC sanity check fix (bug #3529)
21 years ago
Mark Spencer 5f726ad8c7 Merge config updates (bug #3406)
21 years ago
Russell Bryant 0c30452423 update copyright headers for 2005
21 years ago
Mark Spencer 11e6ed5eac ODBC CLI improvements (bug #3220)
21 years ago
Mark Spencer bec04aa020 Misc code fixes (bug #2762)
21 years ago
James Golovich 73831ac046 More memory checks
21 years ago
Mark Spencer ebb18daf22 Major changes to res_config to support centralized config, eliminate configuration of res_config_odbc, update config examples, integrate with iax2, remove mysql friends from iax2, put on flame retardant vest...
21 years ago
Mark Spencer 044ad2e2e7 Merge remaining audit patch (save dlfcn.c)
21 years ago
James Golovich 8426e454de Massive code formatting cleanup in res_odbc.c thanks to bkw_
21 years ago
James Golovich 8801247d76 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
21 years ago
Mark Spencer 319011b0e3 Fix ODBC build for FreeBSD
21 years ago
Mark Spencer c96b39a960 Merge res_odbc and res_config
21 years ago