Merged revisions 85997 via svnmerge from
[asterisk/asterisk.git] / include / asterisk / lock.h
2007-10-16 Russell BryantMerged revisions 85997 via svnmerge from
2007-10-16 Russell BryantMerged revisions 85994 via svnmerge from
2007-10-09 Tilghman LesherMerged revisions 85158 via svnmerge from
2007-10-01 Russell BryantMerged revisions 84271 via svnmerge from
2007-10-01 Russell BryantMerged revisions 84206 via svnmerge from
2007-09-09 Tilghman LesherMerged revisions 82028 via svnmerge from
2007-09-05 Tilghman LesherMerged revisions 81569 via svnmerge from
2007-08-20 Steve MurphyStephn Davies reports that this will help make things...
2007-08-10 Russell BryantMerged revisions 78995 via svnmerge from
2007-08-05 Russell BryantMerged revisions 78143 via svnmerge from
2007-08-03 Russell BryantMerged revisions 78095 via svnmerge from
2007-07-24 Tilghman LesherMerged revisions 76937 via svnmerge from
2007-04-28 Russell BryantRemove a message that goes to LOG_ERROR that's not...
2007-01-08 Joshua ColpChange trylock output for what already has the lock...
2006-12-23 Joshua ColpWe should probably declare the lock... and not just...
2006-12-23 Russell BryantUse the correct function to destroy an rwlock in the...
2006-12-15 Joshua ColpAdd support to see what holds the lock when doing trylock.
2006-11-02 Joshua ColpSet the AST_RWLOCK_INIT_VALUE to the PTHREAD_RWLOCK_INI...
2006-11-02 Joshua ColpI'm crazy so I will add this... pthread rwlock wrappers...
2006-10-30 Olle JohanssonIssue 8246 Doxygen updates (kshumard)
2006-09-28 Kevin P. FlemingMerged revisions 43952 via svnmerge from
2006-09-18 Kevin P. Flemingdon't need two copies of this
2006-09-18 Kevin P. Fleminga little cleanup and simplification, and remove ON_FIRS...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-08-17 Joshua ColpUse OSAtomicAdd instead of OSAtomicDecrement to decreme...
2006-06-30 Russell Bryantfix the condition for including the header for osx...
2006-06-30 Russell Bryantadd support for atomic operations provided by mac osx
2006-06-13 Kevin P. Fleminguse atomic operations provided by the compiler if they...
2006-06-11 Russell Bryantsuppress warnings when building with DEBUG_CHANNEL_LOCK...
2006-05-23 Kevin P. Flemingrestore AST_LIST_HEAD_INIT (with no users in the tree...
2006-05-11 Luigi Rizzoset correct type for lock initializers
2006-04-16 Olle Johansson- Fixes to ast_channel_lock functions
2006-04-15 Olle JohanssonMore ast_channel_lock fixes
2006-04-15 Olle JohanssonNew functions for locking a channel - these simplify...
2006-04-14 Luigi Rizzotemporarily revert the way mutex are initialized on...
2006-04-12 Kevin P. Flemingsimplify macro usage
2006-04-12 Luigi Rizzoadd 'show threads' and 'show profile' commands.
2006-04-11 Luigi Rizzofix various bugs in the DEBUG_THREADS code including:
2006-03-31 Olle Johansson- Change AST_INLINE_AP to AST_INLINE_API for non-386...
2006-03-30 Luigi Rizzoinitial implementation of support for native atomic...
2006-03-30 Olle JohanssonDoxygen doc updates
2006-03-30 Luigi Rizzoremove AST_MUTEX_DEFINE_EXPORTED, which now has no...
2006-03-30 Luigi Rizzodocument why there are so many versions of the mutex...
2006-03-24 Kevin P. Flemingdon't treat timeouts as errors in ast_cond_timedwait
2006-02-12 Russell Bryantfix a little typo
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-11 Kevin P. Flemingissue #5668, modified to compile on non-Cygwin platform...
2005-11-08 Kevin P. Flemingissue #5570
2005-11-01 Kevin P. Flemingissue #4678
2005-10-28 Kevin P. Flemingfix non-DEBUG_THREADS builds with new cond wrappers...
2005-10-28 Kevin P. Flemingadd 'ast_cond_t' type for pthread condition variables...
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-09-09 Mark SpencerMake lock logging reentrant when DEBUG_THREADS enabled
2005-09-01 Kevin P. Flemingeliminate spurious warnings
2005-08-31 Kevin P. Flemingmake DEBUG_THREADS have more visible logging
2005-08-30 Kevin P. Flemingmajor header file cleanup: license, copyrights, descrip...
2005-08-09 Kevin P. Flemingeliminate compiler warnings when DEBUG_THREADS is enabled
2005-07-26 Kevin P. Flemingcorrect comment
2005-06-23 Mark SpencerFix debugging to not print warnings
2005-02-08 Mark SpencerMinor deadlock detect fix (bug #3531)
2005-01-21 Russell Bryantupdate copyright headers for 2005
2004-12-14 Mark SpencerMerge slimey's Solaris compatibility (with small mods...
2004-10-20 Mark SpencerFix initialization tiddly bit
2004-10-20 James GolovichFix typo and missing format string in a fprintf in...
2004-10-17 Mark SpencerThread fixes, vm fix (bug #2665)
2004-10-06 Mark SpencerLocking updates for debug mode, fix SIP MWI (bug #2582)
2004-08-08 Mark SpencerMerge BSD stack size work (bug #2067)
2004-06-22 James GolovichCode formatting cleanups in utils.c and include/asteris...
2004-06-22 Mark SpencerMerge major BSD mutex and symbol conflict patches ...
2004-06-09 Mark SpencerLock fixes for FreeBSD (bug #1810)
2004-06-09 Mark SpencerMerge FreeBSD locking fixes (bug #1411)
2004-05-24 Mark SpencerFix potential segfault, add support for MacOS X locks
2004-05-09 James GolovichAdd new file utils.c, Move ast_gethostbyname to utils.c
2004-04-22 Mark Spencergethostbyname isn't reentrant, who knew...
2004-04-19 Mark SpencerFix lock initialization in lock debugging mode
2004-04-12 Mark SpencerRevert locking changes which break static locks (even...
2004-04-12 James GolovichChange mutex defines so it should work on OS that don...
2004-04-06 Mark SpencerDon't redefine ast_mutex_init
2004-04-06 Mark SpencerUpdate locking for non-debug mode, too
2004-04-06 Mark SpencerBite the bullet and require RECURSIVE mutexes
2004-04-01 Mark SpencerExpand SIP opaque buffers, prefer recursive to "error...
2004-03-20 James GolovichAdd some comments to lock.h
2004-03-15 James GolovichActually commit the new #defines
2003-08-26 Mark SpencerMake debugging possible by using #define's instead...
2003-08-13 Mark SpencerAdd crash option
2003-08-13 Mark SpencerTotally revamp thread debugging to support locating...
2003-04-27 Mark SpencerMore contributed BSD enhancements
2003-02-04 Mark SpencerVersion 0.3.0 from FTP
2002-05-14 Mark SpencerVersion 0.1.12 from FTP