Commit History

Author SHA1 Message Date
  Kevin P. Fleming 80282ed194 a few more namespace updates... res_ael_share still needs some work before this can be merged to other release branches 15 years ago
  Tilghman Lesher ab989f3cd8 Oops, wrong direction of command 15 years ago
  Tilghman Lesher 259a4f26f0 ODBC transaction support 15 years ago
  Tilghman Lesher 9a1a7ea698 Add assertions in the quest to track down a refcount leak. 15 years ago
  Kevin P. Fleming 8aa194630f ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odbc API and just happens to use an ast_str as the buffer; move all of it to res_odbc.c and res_odbc.h, renaming appropriately 15 years ago
  Kevin P. Fleming 3e1ffa5935 remove the PBX_ODBC logic from the configure script, and add GENERIC_ODCB logic that includes copying the relevant LIB and INCLUDE data from either UnixODBC or iODBC, based on which was found; if both were found, prefer UnixODBC 15 years ago
  Mark Michelson 12f0324a43 Fix crashes in res_odbc. 16 years ago
  Tilghman Lesher 49867a43bd Fix reference counts of the class and add an assertion to the end. 16 years ago
  Mark Michelson 92e59faeca Fix a refcount leak in res_odbc 16 years ago
  Eliel C. Sardanons de93eb36b2 Janitor, use ARRAY_LEN() when possible. 16 years ago
  Kevin P. Fleming d6776c503f 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 16 years ago
  Sean Bright 8db046afa8 Keep up with shadow warnings. One day I'll actually enable this in the Makefile. 16 years ago
  Michiel van Baak b331098406 All ODBC parts can now use either unixodbc or iodbc. 16 years ago
  Tilghman Lesher 4f89c35762 Merged revisions 145751 via svnmerge from 16 years ago
  Tilghman Lesher 494f40bad2 Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating 16 years ago
  Tilghman Lesher 129c283429 Merged revisions 137138 via svnmerge from 16 years ago
  Sean Bright 6869d7976e All of the res/ stuff (other than res_jabber) from the RSW branch. 16 years ago
  Steve Murphy 7b9a923b22 a small change to make things compile 16 years ago
  Tilghman Lesher d8990dbc56 Don't copy on NULL. 16 years ago
  Tilghman Lesher 3d954e4556 Add some debug code and add a missing release 16 years ago
  Tilghman Lesher 48359c0e33 Move the table cache routines to res_odbc, so they can be used from other 16 years ago
  Tilghman Lesher 524c07b6b5 Protect the object from changing while the 'odbc show' CLI command is running 16 years ago
  Tilghman Lesher da9cdf7097 Increase limit of unshared connections from 1023 to 4.2 billion. 16 years ago
  Tilghman Lesher a9d71eaaf7 Revert part of previous fix, and heavily comment the logic for object 16 years ago
  Joshua Colp 4defcc18c2 Remove a premature mutex destroy (the destruction callback will end up destroying it) and use a callback to purge remaining classes. 16 years ago
  Tilghman Lesher 7fd0f8c363 Don't free the object on destroy, as astobj2 takes care of that for you 16 years ago
  Tilghman Lesher b31d0cea23 Merge refcounting of res_odbc 16 years ago
  Tilghman Lesher 3c5dcf1191 Clarify the pooling functionality by changing the config file keyword 16 years ago
  Tilghman Lesher c223a7f972 Merged revisions 99775 via svnmerge from 16 years ago
  Tilghman Lesher 1b89c71f9a Merged revisions 99341 via svnmerge from 16 years ago