| Commit message (Expand) | Author | Age | Files | Lines |
* | don't pass zero to malloc() | Anatol Belski | 2015-03-10 | 1 | -1/+4 |
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -7/+7 |
* | fix zts build on mac/clang | Ferenc Kovacs | 2014-12-21 | 1 | -1/+1 |
* | removed the extra tsrm pointer passed to ctor/dtor | Anatol Belski | 2014-12-16 | 1 | -7/+7 |
* | explicit passing of *tsrm_ls isn't needed anymore | Anatol Belski | 2014-12-12 | 1 | -2/+2 |
* | moved most of the core to use static tsrm ls cache pointer | Anatol Belski | 2014-10-15 | 1 | -0/+4 |
* | reworked the patch, less new stuff but worky | Anatol Belski | 2014-09-25 | 1 | -95/+52 |
* | call ctor if it's not done yet | Anatol Belski | 2014-09-24 | 1 | -1/+1 |
* | fix indent | Anatol Belski | 2014-09-23 | 1 | -20/+20 |
* | basic windows fix | Anatol Belski | 2014-09-22 | 1 | -4/+10 |
* | vars with __declspec(thread) cannot use __declspec(dllexport) | Anatol Belski | 2014-09-20 | 1 | -0/+4 |
* | native tls initial patch | krakjoe | 2014-09-20 | 1 | -50/+88 |
* | Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals) | Ilia Alshanetsky | 2011-06-02 | 1 | -0/+16 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | update copyright | Ilia Alshanetsky | 2010-02-16 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: fix TSRM mutex return value inconsitencies (patch by Scott MacVicar) | Antony Dovgal | 2008-02-07 | 1 | -8/+22 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | Fixed bug #35988 (Unknown persistent list entry type in module shutdown) | Dmitry Stogov | 2006-03-14 | 1 | -0/+46 |
* | - Update to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
* | MFH: allocate_new_resource() handles the malloc() for us. Don't leak by mall... | Sara Golemon | 2005-08-29 | 1 | -1/+0 |
* | Netware pthreads support is good enough. So removing all these fixes of old t... | Anantha Kesari H Y | 2005-07-16 | 1 | -18/+0 |
* | Unterminated paren group in BETHREADS definition of tsrm_tls_set() macro | Sara Golemon | 2005-05-16 | 1 | -1/+1 |
* | consolidate the various tls get/set calls for the different platforms into | Wez Furlong | 2005-04-28 | 1 | -58/+23 |
* | Add three new TSRM api functions: | Wez Furlong | 2005-04-27 | 1 | -0/+90 |
* | Merge | Zeev Suraski | 2005-03-20 | 1 | -2/+2 |
* | NetWare has pthreads implementation | Anantha Kesari H Y | 2005-02-21 | 1 | -22/+0 |
* | Apply the fix | Marcus Boerger | 2004-07-15 | 1 | -10/+0 |
* | - Fix typo although it isn't being built | Andi Gutmans | 2004-05-23 | 1 | -1/+1 |
* | - Once ts_free_id() will be used, we cannot call ctors for deleted ids | Marcus Boerger | 2004-05-13 | 1 | -3/+10 |
* | - More work on ts_free_id() but still keep it out | Marcus Boerger | 2004-05-12 | 1 | -4/+11 |
* | ifdef out the ts_free_id until php 5.1 and until it is complete | Marcus Boerger | 2004-05-12 | 1 | -0/+4 |
* | - Implement ts_free_id() | Marcus Boerger | 2004-05-12 | 1 | -11/+32 |
* | Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown makes | Stanislav Malyshev | 2004-03-30 | 1 | -0/+8 |
* | Removed doubled loop from wrongly applied patch | Marcus Boerger | 2003-12-14 | 1 | -5/+0 |
* | Fix from Michael Sisolak (destructors weren't always properly called) | Zeev Suraski | 2003-12-14 | 1 | -1/+6 |
* | Fixed bug #17414 (pthreads bug work around) | Ilia Alshanetsky | 2003-08-05 | 1 | -0/+1 |
* | Restore HEAD of TSRM to what it was two days ago. | Sebastian Bergmann | 2003-06-25 | 1 | -4/+44 |
* | bring head into sync with the php4 branch | James Cox | 2003-06-23 | 1 | -44/+4 |
* | Fix leaks | Zeev Suraski | 2003-01-07 | 1 | -0/+1 |
* | call dtors on shutdown | Zeev Suraski | 2003-01-07 | 1 | -0/+3 |
* | NetWare related changes/modifications. | Anantha Kesari H Y | 2003-01-02 | 1 | -4/+40 |
* | - Fix TSRM_ERROR macro | Andi Gutmans | 2002-11-05 | 1 | -1/+1 |
* | - Whitspace | Derick Rethans | 2002-10-05 | 1 | -19/+19 |
* | Add BeOS thread support to TSRM. This should not impact on any other OS's | David Reid | 2002-10-05 | 1 | -1/+25 |
* | make win32 debug output more verbose | Harald Radi | 2002-08-07 | 1 | -1/+0 |
* | Basic NetWare changes | Venkat Raghavan S | 2002-05-28 | 1 | -0/+15 |
* | - Also cache TSRM lookups in thread local storage on Windows. | Andi Gutmans | 2001-07-30 | 1 | -2/+14 |
* | Save TSRMLS_FETCH()'s | Zeev Suraski | 2001-07-30 | 1 | -6/+6 |