summaryrefslogtreecommitdiff
path: root/TSRM/TSRM.c
Commit message (Expand)AuthorAgeFilesLines
* - Also cache TSRM lookups in thread local storage on Windows.Andi Gutmans2001-07-301-2/+14
* Save TSRMLS_FETCH()'sZeev Suraski2001-07-301-6/+6
* Fix release runtime :)Zeev Suraski2001-07-271-1/+6
* Fix release buildZeev Suraski2001-07-271-1/+1
* - Prepare for optimization - use a single fetch for multiple resourcesZeev Suraski2001-07-271-47/+48
* Portable use of multiple arguments macro without generating lots ofSascha Schumann2001-07-231-17/+17
* Support for SGI's State Threads. Will be used by PHP's thttpd SAPISascha Schumann2001-06-211-2/+23
* - Commit test passedAndi Gutmans2001-04-271-1/+0
* - Testing commit scriptAndi Gutmans2001-04-271-0/+1
* - Fix some ws to be like the rest of TSRMAndi Gutmans2001-04-271-2/+2
* - WhitespaceAndi Gutmans2001-04-051-1/+1
* - Lock the whole thing for now in order not to have a race condition.Andi Gutmans2001-04-051-3/+0
* - Revert previous fix because dtor's which access thread local storageAndi Gutmans2001-04-041-7/+8
* - Fix race condition in ts_free_thread().Andi Gutmans2001-04-041-8/+7
* - Use tabs and not spaces !!!Andi Gutmans2001-04-041-24/+24
* - This can explain lots of instability on multi-threaded platforms!Andi Gutmans2001-04-041-1/+1
* Speedup for pthread implementation. We make use of thread local storageBen Mansell2001-03-061-13/+60
* Fix a TSRM bug (possibly fixing a sporadic crash in the timeout windowZeev Suraski2001-03-011-2/+2
* my mistake...freed in a different function.Shane Caraveo2001-01-081-2/+0
* be sure to unlock that mutex before returning!Shane Caraveo2001-01-081-0/+2
* Beef up debugging supportZeev Suraski2000-11-181-17/+43
* Import debug-level improvements to TSRM, by Dmitri DmitrienkoZeev Suraski2000-11-171-31/+48
* - Use TSRM_WIN32Andi Gutmans2000-09-021-5/+5
* - Support for always building TSRM into PHPAndi Gutmans2000-08-311-0/+5
* - Change license of .c and .h files of TSRM. It's still not the completeAndi Gutmans2000-08-311-7/+4
* - Export ts_resource_ex in order to succesfully build Windows versionAndi Gutmans2000-06-171-1/+1
* Make it possible to access other threads' local storage. Only use it if you ...Zeev Suraski2000-06-161-2/+7
* Make TSRM compile again. ZTS is defined by a header file included inSascha Schumann2000-06-061-4/+0
* - Only compile if building a thread safe versionAndi Gutmans2000-06-041-0/+3
* Use Critical Sections under Win32 - shows roughly 40% performance increase underZeev Suraski1999-12-201-4/+7
* Fix leak in pthreads, and add initial support for GNU PthSascha Schumann1999-12-051-0/+19
* Add ts_allocate_dtor, use ts_allocate_[cd]tor where appropiate.Sascha Schumann1999-12-051-5/+5
* Close a resource leak.Sascha Schumann1999-11-261-1/+1
* This should fix the deadlockZeev Suraski1999-10-101-7/+13
* Remove C++ style comments from C source file.Sascha Schumann1999-09-271-2/+6
* Add new-thread handlersZeev Suraski1999-08-141-8/+40
* FixZeev Suraski1999-05-111-1/+1
* calloc et al need stdlib.h according to ANSI-CSascha Schumann1999-05-061-0/+1
* - export patchAndi Gutmans1999-04-281-2/+2
* *** empty log message ***Zeev Suraski1999-04-241-2/+6
* LicenseZeev Suraski1999-04-231-2/+25
* Thread Safe Resource ManagerZeev Suraski1999-04-201-0/+364