2007-10-16 |
Russell Bryant | Merged revisions 85997 via svnmerge from |
blob | commitdiff |
2007-10-16 |
Russell Bryant | Merged revisions 85994 via svnmerge from |
blob | commitdiff | diff to current |
2007-10-09 |
Tilghman Lesher | Merged revisions 85158 via svnmerge from |
blob | commitdiff | diff to current |
2007-10-01 |
Russell Bryant | Merged revisions 84271 via svnmerge from |
blob | commitdiff | diff to current |
2007-10-01 |
Russell Bryant | Merged revisions 84206 via svnmerge from |
blob | commitdiff | diff to current |
2007-09-09 |
Tilghman Lesher | Merged revisions 82028 via svnmerge from |
blob | commitdiff | diff to current |
2007-09-05 |
Tilghman Lesher | Merged revisions 81569 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-20 |
Steve Murphy | Stephn Davies reports that this will help make things... |
blob | commitdiff | diff to current |
2007-08-10 |
Russell Bryant | Merged revisions 78995 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-05 |
Russell Bryant | Merged revisions 78143 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-03 |
Russell Bryant | Merged revisions 78095 via svnmerge from |
blob | commitdiff | diff to current |
2007-07-24 |
Tilghman Lesher | Merged revisions 76937 via svnmerge from |
blob | commitdiff | diff to current |
2007-04-28 |
Russell Bryant | Remove a message that goes to LOG_ERROR that's not... |
blob | commitdiff | diff to current |
2007-01-08 |
Joshua Colp | Change trylock output for what already has the lock... |
blob | commitdiff | diff to current |
2006-12-23 |
Joshua Colp | We should probably declare the lock... and not just... |
blob | commitdiff | diff to current |
2006-12-23 |
Russell Bryant | Use the correct function to destroy an rwlock in the... |
blob | commitdiff | diff to current |
2006-12-15 |
Joshua Colp | Add support to see what holds the lock when doing trylock. |
blob | commitdiff | diff to current |
2006-11-02 |
Joshua Colp | Set the AST_RWLOCK_INIT_VALUE to the PTHREAD_RWLOCK_INI... |
blob | commitdiff | diff to current |
2006-11-02 |
Joshua Colp | I'm crazy so I will add this... pthread rwlock wrappers... |
blob | commitdiff | diff to current |
2006-10-30 |
Olle Johansson | Issue 8246 Doxygen updates (kshumard) |
blob | commitdiff | diff to current |
2006-09-28 |
Kevin P. Fleming | Merged revisions 43952 via svnmerge from |
blob | commitdiff | diff to current |
2006-09-18 |
Kevin P. Fleming | don't need two copies of this |
blob | commitdiff | diff to current |
2006-09-18 |
Kevin P. Fleming | a little cleanup and simplification, and remove ON_FIRS... |
blob | commitdiff | diff to current |
2006-08-21 |
Kevin P. Fleming | merge new_loader_completion branch, including (at least): |
blob | commitdiff | diff to current |
2006-08-17 |
Joshua Colp | Use OSAtomicAdd instead of OSAtomicDecrement to decreme... |
blob | commitdiff | diff to current |
2006-06-30 |
Russell Bryant | fix the condition for including the header for osx... |
blob | commitdiff | diff to current |
2006-06-30 |
Russell Bryant | add support for atomic operations provided by mac osx |
blob | commitdiff | diff to current |
2006-06-13 |
Kevin P. Fleming | use atomic operations provided by the compiler if they... |
blob | commitdiff | diff to current |
2006-06-11 |
Russell Bryant | suppress warnings when building with DEBUG_CHANNEL_LOCK... |
blob | commitdiff | diff to current |
2006-05-23 |
Kevin P. Fleming | restore AST_LIST_HEAD_INIT (with no users in the tree... |
blob | commitdiff | diff to current |
2006-05-11 |
Luigi Rizzo | set correct type for lock initializers |
blob | commitdiff | diff to current |
2006-04-16 |
Olle Johansson | - Fixes to ast_channel_lock functions |
blob | commitdiff | diff to current |
2006-04-15 |
Olle Johansson | More ast_channel_lock fixes |
blob | commitdiff | diff to current |
2006-04-15 |
Olle Johansson | New functions for locking a channel - these simplify... |
blob | commitdiff | diff to current |
2006-04-14 |
Luigi Rizzo | temporarily revert the way mutex are initialized on... |
blob | commitdiff | diff to current |
2006-04-12 |
Kevin P. Fleming | simplify macro usage |
blob | commitdiff | diff to current |
2006-04-12 |
Luigi Rizzo | add 'show threads' and 'show profile' commands. |
blob | commitdiff | diff to current |
2006-04-11 |
Luigi Rizzo | fix various bugs in the DEBUG_THREADS code including: |
blob | commitdiff | diff to current |
2006-03-31 |
Olle Johansson | - Change AST_INLINE_AP to AST_INLINE_API for non-386... |
blob | commitdiff | diff to current |
2006-03-30 |
Luigi Rizzo | initial implementation of support for native atomic... |
blob | commitdiff | diff to current |
2006-03-30 |
Olle Johansson | Doxygen doc updates |
blob | commitdiff | diff to current |
2006-03-30 |
Luigi Rizzo | remove AST_MUTEX_DEFINE_EXPORTED, which now has no... |
blob | commitdiff | diff to current |
2006-03-30 |
Luigi Rizzo | document why there are so many versions of the mutex... |
blob | commitdiff | diff to current |
2006-03-24 |
Kevin P. Fleming | don't treat timeouts as errors in ast_cond_timedwait |
blob | commitdiff | diff to current |
2006-02-12 |
Russell Bryant | fix a little typo |
blob | commitdiff | diff to current |
2005-11-29 |
Kevin P. Fleming | remove extraneous svn:executable properties |
blob | commitdiff | diff to current |
2005-11-11 |
Kevin P. Fleming | issue #5668, modified to compile on non-Cygwin platform... |
blob | commitdiff | diff to current |
2005-11-08 |
Kevin P. Fleming | issue #5570 |
blob | commitdiff | diff to current |
2005-11-01 |
Kevin P. Fleming | issue #4678 |
blob | commitdiff | diff to current |
2005-10-28 |
Kevin P. Fleming | fix non-DEBUG_THREADS builds with new cond wrappers... |
blob | commitdiff | diff to current |
2005-10-28 |
Kevin P. Fleming | add 'ast_cond_t' type for pthread condition variables... |
blob | commitdiff | diff to current |
2005-10-24 |
Russell Bryant | Doxygen documentation update from oej (issue #5505) |
blob | commitdiff | diff to current |
2005-09-09 |
Mark Spencer | Make lock logging reentrant when DEBUG_THREADS enabled |
blob | commitdiff | diff to current |
2005-09-01 |
Kevin P. Fleming | eliminate spurious warnings |
blob | commitdiff | diff to current |
2005-08-31 |
Kevin P. Fleming | make DEBUG_THREADS have more visible logging |
blob | commitdiff | diff to current |
2005-08-30 |
Kevin P. Fleming | major header file cleanup: license, copyrights, descrip... |
blob | commitdiff | diff to current |
2005-08-09 |
Kevin P. Fleming | eliminate compiler warnings when DEBUG_THREADS is enabled |
blob | commitdiff | diff to current |
2005-07-26 |
Kevin P. Fleming | correct comment |
blob | commitdiff | diff to current |
2005-06-23 |
Mark Spencer | Fix debugging to not print warnings |
blob | commitdiff | diff to current |
2005-02-08 |
Mark Spencer | Minor deadlock detect fix (bug #3531) |
blob | commitdiff | diff to current |
2005-01-21 |
Russell Bryant | update copyright headers for 2005 |
blob | commitdiff | diff to current |
2004-12-14 |
Mark Spencer | Merge slimey's Solaris compatibility (with small mods... |
blob | commitdiff | diff to current |
2004-10-20 |
Mark Spencer | Fix initialization tiddly bit |
blob | commitdiff | diff to current |
2004-10-20 |
James Golovich | Fix typo and missing format string in a fprintf in... |
blob | commitdiff | diff to current |
2004-10-17 |
Mark Spencer | Thread fixes, vm fix (bug #2665) |
blob | commitdiff | diff to current |
2004-10-06 |
Mark Spencer | Locking updates for debug mode, fix SIP MWI (bug #2582) |
blob | commitdiff | diff to current |
2004-08-08 |
Mark Spencer | Merge BSD stack size work (bug #2067) |
blob | commitdiff | diff to current |
2004-06-22 |
James Golovich | Code formatting cleanups in utils.c and include/asteris... |
blob | commitdiff | diff to current |
2004-06-22 |
Mark Spencer | Merge major BSD mutex and symbol conflict patches ... |
blob | commitdiff | diff to current |
2004-06-09 |
Mark Spencer | Lock fixes for FreeBSD (bug #1810) |
blob | commitdiff | diff to current |
2004-06-09 |
Mark Spencer | Merge FreeBSD locking fixes (bug #1411) |
blob | commitdiff | diff to current |
2004-05-24 |
Mark Spencer | Fix potential segfault, add support for MacOS X locks |
blob | commitdiff | diff to current |
2004-05-09 |
James Golovich | Add new file utils.c, Move ast_gethostbyname to utils.c |
blob | commitdiff | diff to current |
2004-04-22 |
Mark Spencer | gethostbyname isn't reentrant, who knew... |
blob | commitdiff | diff to current |
2004-04-19 |
Mark Spencer | Fix lock initialization in lock debugging mode |
blob | commitdiff | diff to current |
2004-04-12 |
Mark Spencer | Revert locking changes which break static locks (even... |
blob | commitdiff | diff to current |
2004-04-12 |
James Golovich | Change mutex defines so it should work on OS that don... |
blob | commitdiff | diff to current |
2004-04-06 |
Mark Spencer | Don't redefine ast_mutex_init |
blob | commitdiff | diff to current |
2004-04-06 |
Mark Spencer | Update locking for non-debug mode, too |
blob | commitdiff | diff to current |
2004-04-06 |
Mark Spencer | Bite the bullet and require RECURSIVE mutexes |
blob | commitdiff | diff to current |
2004-04-01 |
Mark Spencer | Expand SIP opaque buffers, prefer recursive to "error... |
blob | commitdiff | diff to current |
2004-03-20 |
James Golovich | Add some comments to lock.h |
blob | commitdiff | diff to current |
2004-03-15 |
James Golovich | Actually commit the new #defines |
blob | commitdiff | diff to current |
2003-08-26 |
Mark Spencer | Make debugging possible by using #define's instead... |
blob | commitdiff | diff to current |
2003-08-13 |
Mark Spencer | Add crash option |
blob | commitdiff | diff to current |
2003-08-13 |
Mark Spencer | Totally revamp thread debugging to support locating... |
blob | commitdiff | diff to current |
2003-04-27 |
Mark Spencer | More contributed BSD enhancements |
blob | commitdiff | diff to current |
2003-02-04 |
Mark Spencer | Version 0.3.0 from FTP |
blob | commitdiff | diff to current |
2002-05-14 |
Mark Spencer | Version 0.1.12 from FTP |
blob | commitdiff | diff to current |
|