summaryrefslogtreecommitdiff
path: root/include/asterisk/lock.h
AgeCommit message (Expand)Author
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-11issue #5668, modified to compile on non-Cygwin platforms :-)Kevin P. Fleming
2005-11-08issue #5570Kevin P. Fleming
2005-11-01issue #4678Kevin P. Fleming
2005-10-28fix non-DEBUG_THREADS builds with new cond wrappers and lock header reorganiz...Kevin P. Fleming
2005-10-28add 'ast_cond_t' type for pthread condition variables, and appropriate API wr...Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-09Make lock logging reentrant when DEBUG_THREADS enabledMark Spencer
2005-09-01eliminate spurious warningsKevin P. Fleming
2005-08-31make DEBUG_THREADS have more visible loggingKevin P. Fleming
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-09eliminate compiler warnings when DEBUG_THREADS is enabledKevin P. Fleming
2005-07-26correct commentKevin P. Fleming
2005-06-23Fix debugging to not print warningsMark Spencer
2005-02-08Minor deadlock detect fix (bug #3531)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-10-20Fix initialization tiddly bitMark Spencer
2004-10-20Fix typo and missing format string in a fprintf in lock.hJames Golovich
2004-10-17Thread fixes, vm fix (bug #2665)Mark Spencer
2004-10-06Locking updates for debug mode, fix SIP MWI (bug #2582)Mark Spencer
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-06-22Code formatting cleanups in utils.c and include/asterisk/lock.hJames Golovich
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-09Lock fixes for FreeBSD (bug #1810)Mark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-24Fix potential segfault, add support for MacOS X locksMark Spencer
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.cJames Golovich
2004-04-22gethostbyname isn't reentrant, who knew...Mark Spencer
2004-04-19Fix lock initialization in lock debugging modeMark Spencer
2004-04-12Revert locking changes which break static locks (even on linux since it's par...Mark Spencer
2004-04-12Change mutex defines so it should work on OS that don't have the _NP mutex ty...James Golovich
2004-04-06Don't redefine ast_mutex_initMark Spencer
2004-04-06Update locking for non-debug mode, tooMark Spencer
2004-04-06Bite the bullet and require RECURSIVE mutexesMark Spencer
2004-04-01Expand SIP opaque buffers, prefer recursive to "error checking" mutexes...Mark Spencer
2004-03-20Add some comments to lock.hJames Golovich
2004-03-15Actually commit the new #definesJames Golovich
2003-08-26Make debugging possible by using #define's instead of inlinesMark Spencer
2003-08-13Add crash optionMark Spencer
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksMark Spencer
2003-04-27More contributed BSD enhancementsMark Spencer
2003-02-04Version 0.3.0 from FTPMark Spencer
2002-05-14Version 0.1.12 from FTPMark Spencer