Commit Graph

653 Commits (a4725e9c739030ae41118ce670366802cfacbdce)

Author SHA1 Message Date
Tilghman Lesher 536dcc2058 Bug 6615 - Fix 64bit conversion errors by using a long int
20 years ago
Tilghman Lesher 677a22c209 Bug 5950 - reenable queue log rotation; also, eliminate redundant code
20 years ago
Kevin P. Fleming fcf8040825 backport list handling fix from trunk (solves memory leak problem in cdr variables and device state watchers)
20 years ago
Russell Bryant e27d844918 now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)
20 years ago
Tilghman Lesher 7a61b36104 Bug 6076 - Fix documentation of ast_trim_blank return value
20 years ago
Kevin P. Fleming 73ef559240 revert incorrect fix for bug #6048 from revision 7709
20 years ago
Tilghman Lesher 6ab729aeb3 We want to check the previous value, not the current value (which was just changed).
20 years ago
Tilghman Lesher ef09c506c8 Typo
20 years ago
Tilghman Lesher 3b80a35a66 Bug 5965 - major bug in AST_LIST_REMOVE
20 years ago
Kevin P. Fleming 77c6cd0bff remove remaining CVS references
20 years ago
Kevin P. Fleming a563eab49a remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming bf9d4b103d do the multiple-lock check for cond_wait properly...
20 years ago
Kevin P. Fleming 4e04f5f731 if the lock protected a pthread_cond is held recursively, warn before waiting onthe condition
20 years ago
Kevin P. Fleming 5ec3844077 remove CVS ignore lists, set SVN ignore lists
20 years ago
Russell Bryant 8c74501001 issue #5826
20 years ago
Kevin P. Fleming c6e7b2a333 issue #5590
20 years ago
Kevin P. Fleming 7e939cb273 issue #5669
20 years ago
Kevin P. Fleming b3ffb91539 issue #5668, modified to compile on non-Cygwin platforms :-)
20 years ago
Russell Bryant 14d426098e issue #5709
20 years ago
Kevin P. Fleming 0aa9429c96 issue #5658, different fix
20 years ago
Kevin P. Fleming a87d3f5c19 issue #5563
20 years ago
Kevin P. Fleming 9b03ffc513 issue #2720
20 years ago
Kevin P. Fleming 0941c32d38 issue #5569 minus lock.h changes
20 years ago
Kevin P. Fleming ebf04fc570 more header include simplification
20 years ago
Kevin P. Fleming 2251dd3723 issue #5570
20 years ago
Kevin P. Fleming eb24670aff header cleanup
20 years ago
Russell Bryant 869ae80f16 fix application options that take arguments
20 years ago
Kevin P. Fleming 8f7c94ab0f whitespace cleanup, don't include unnecessary header
20 years ago
Kevin P. Fleming 81bda951d2 issue #5599
20 years ago
Russell Bryant 7d4a5abb1d Convert some built-in applications to use new args parsing macros.
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Mark Spencer ddf63421f6 Fix extra semicolon (bug #5617)
20 years ago
Kevin P. Fleming 8f8fc4e57e old compiler compatibility (again...)
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Kevin P. Fleming 150ff6393b add some doxygen docs
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Kevin P. Fleming b05e64ed12 issue #5564
20 years ago
Kevin P. Fleming 8839ff95df add new GCC-specific macro and force inlining of certain functions where speed is paramount, even when optimization is disabled
20 years ago
Kevin P. Fleming 03ceef35ac optionally send silence during recording (issue #5135)
20 years ago
Kevin P. Fleming 236ce8f796 document locking rules for spy API functions
20 years ago
Kevin P. Fleming e86e9a9fe3 allow netsock objects to be unref'd so they can disappear when needed (issue #5454)
20 years ago
Kevin P. Fleming a40e852ed3 don't pass short arguments by value, it will cause compiler warnings on most platforms about implicit conversions (thanks Luigi!)
20 years ago
Kevin P. Fleming 8fb55e2478 fix various bugs related to list handling of channel variables (issue #5548)
20 years ago
Kevin P. Fleming 15ac76178a do saturated math properly (thanks to the eagle-eyes of Tony Mountifield)
20 years ago
Kevin P. Fleming 846b39a9f1 major redesign of the channel spy infrastructure, increasing efficiency and reducing locking conflicts
20 years ago
Kevin P. Fleming 97c9900b59 add API call to properly sum two frames of SLINEAR data
20 years ago
Kevin P. Fleming 8dad624c68 ensure that SLINEAR volume adjustments don't wrap around short integer maximums
20 years ago
Kevin P. Fleming 69194e2bc2 fix non-DEBUG_THREADS builds with new cond wrappers and lock header reorganization
20 years ago
Kevin P. Fleming a0cb07e467 add 'ast_cond_t' type for pthread condition variables, and appropriate API wrappers
20 years ago
Kevin P. Fleming ce6b727c2c add macros for explicit module usecount increment/decrement
20 years ago