Commit History

Author SHA1 Message Date
  Richard Mudgett 2020c833b0 Fix locking issues with channel datastores in func_odbc.c. 13 years ago
  Richard Mudgett 506937e120 Fix deadlock when using dummy channels. 13 years ago
  Tilghman Lesher 5ffb61b3fa Typo 13 years ago
  Leif Madsen 51e95f4603 Introduce <support_level> tags in MODULEINFO. 13 years ago
  Tilghman Lesher db2f51965d Merged revisions 310414 via svnmerge from 14 years ago
  Tilghman Lesher 4e3a076153 Merged revisions 310141 via svnmerge from 14 years ago
  Tilghman Lesher e5c363eeda Merged revisions 308990 via svnmerge from 14 years ago
  Tilghman Lesher e82a9c4412 Merged revisions 307836 via svnmerge from 14 years ago
  Russell Bryant 20cee476c4 Don't attempt to release a NULL ODBC handle. 14 years ago
  Tilghman Lesher f6b79bb482 Handle OOM errors more gracefully. 15 years ago
  Tilghman Lesher 5e8b063677 Double free crash 15 years ago
  Tilghman Lesher 4b89f19770 Allow multiple rows to be fetched within the normal mode of operation. 15 years ago
  Tilghman Lesher ce99465a3b AST-2009-005 15 years ago
  Matthew Nicholson 610acf1b5f Convert func_odbc to use ast_dummy_alloc_channel() 15 years ago
  Russell Bryant f7b9998fad Merge the new Channel Event Logging (CEL) subsystem. 15 years ago
  Kevin P. Fleming 701033c41b More 'static' qualifiers on module global variables. 16 years ago
  Kevin P. Fleming 0b18e53c42 Const-ify the world (or at least a good part of it) 16 years ago
  Tilghman Lesher 5248258439 Second result should not contain data from the first result. 16 years ago
  Russell Bryant e0a7e26282 Convert the ast_channel data structure over to the astobj2 framework. 16 years ago
  Tilghman Lesher 6610b5af0f If the first column is empty, output a delimiter anyway. 16 years ago
  Tilghman Lesher 259a4f26f0 ODBC transaction support 16 years ago
  Tilghman Lesher 9a1a7ea698 Add assertions in the quest to track down a refcount leak. 16 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 16 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 16 years ago
  Tilghman Lesher 394ffd8d2f Merge ast_str_opaque branch (discontinue usage of ast_str internals) 16 years ago
  Eliel C. Sardanons e52a072999 Avoid allocating memory for a thread that don't need it. Also, this memory was not being freed until the 16 years ago
  Tilghman Lesher 7e100245ff Two bugs relating to colnames found by Marquis42 on #asterisk-dev 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
  Tilghman Lesher 89f0fba94c Should have passed the string pointer, not the ast_str structure. 16 years ago
  Kevin P. Fleming 1fdd7c85b6 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too 16 years ago