提交历史

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