Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update .dsp | Zeev Suraski | 2001-05-09 | 1 | -0/+4 |
| | |||||
* | Layout fix | Zeev Suraski | 2001-05-05 | 1 | -1/+2 |
| | |||||
* | Fix missing statement | Zeev Suraski | 2001-05-05 | 1 | -0/+2 |
| | |||||
* | Fix chdir() under Windows 9x/ME | Zeev Suraski | 2001-05-03 | 1 | -4/+8 |
| | |||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -40/+40 |
| | |||||
* | - Commit test passed | Andi Gutmans | 2001-04-27 | 1 | -1/+0 |
| | |||||
* | - Testing commit script | Andi Gutmans | 2001-04-27 | 1 | -0/+1 |
| | |||||
* | - Fix some ws to be like the rest of TSRM | Andi Gutmans | 2001-04-27 | 3 | -28/+33 |
| | |||||
* | get rid of MS's _popen/_pclose | Daniel Beulshausen | 2001-04-27 | 4 | -5/+240 |
| | |||||
* | - Whitespace | Andi Gutmans | 2001-04-05 | 1 | -1/+1 |
| | |||||
* | - Lock the whole thing for now in order not to have a race condition. | Andi Gutmans | 2001-04-05 | 1 | -3/+0 |
| | | | | | | | It shouldn't effect performance too much because usually threads are reused a few times before they are nuked by the web server, at least under IIS and Zeus. | ||||
* | - Revert previous fix because dtor's which access thread local storage | Andi Gutmans | 2001-04-04 | 1 | -7/+8 |
| | | | | | | | might stop working. Need to fix this! We can either mutex the whole thing which is slow (this is how it was before the race condition was introduced) or find a different solution. | ||||
* | - Fix race condition in ts_free_thread(). | Andi Gutmans | 2001-04-04 | 1 | -8/+7 |
| | |||||
* | - Use tabs and not spaces !!! | Andi Gutmans | 2001-04-04 | 1 | -24/+24 |
| | |||||
* | - This can explain lots of instability on multi-threaded platforms! | Andi Gutmans | 2001-04-04 | 1 | -1/+1 |
| | |||||
* | support unc style paths | Daniel Beulshausen | 2001-03-23 | 2 | -0/+5 |
| | |||||
* | Speedup for pthread implementation. We make use of thread local storage | Ben Mansell | 2001-03-06 | 1 | -13/+60 |
| | | | | | | | to allow access to the current thread's resources without having to obtain the memory mutex and traverse our hash table. This is a big performance win! | ||||
* | Fix a TSRM bug (possibly fixing a sporadic crash in the timeout window | Zeev Suraski | 2001-03-01 | 1 | -2/+2 |
| | | | | | under Windows) - fix from Ben Mansell | ||||
* | - BeOS apparently doesn't have realpath(). Improve the previously | Andi Gutmans | 2001-01-21 | 1 | -5/+1 |
| | | | | | commited patch. | ||||
* | @BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | Rasmus Lerdorf | 2001-01-21 | 1 | -0/+4 |
| | | | | | BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | ||||
* | my mistake...freed in a different function. | Shane Caraveo | 2001-01-08 | 1 | -2/+0 |
| | |||||
* | be sure to unlock that mutex before returning! | Shane Caraveo | 2001-01-08 | 1 | -0/+2 |
| | |||||
* | Add Release_TSDbg to TSRM as well | Zeev Suraski | 2001-01-07 | 1 | -0/+25 |
| | |||||
* | Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress | Sascha Schumann | 2000-12-02 | 2 | -5/+1 |
| | | | | | defining PACKAGE/VERSION. | ||||
* | - Thanks to "Daniel Beulshausen" <daniel@php4win.de> | Andi Gutmans | 2000-11-22 | 2 | -3/+10 |
| | |||||
* | Beef up debugging support | Zeev Suraski | 2000-11-18 | 2 | -20/+48 |
| | |||||
* | Import debug-level improvements to TSRM, by Dmitri Dmitrienko | Zeev Suraski | 2000-11-17 | 3 | -36/+55 |
| | |||||
* | sizeof(size_t) != sizeof(int) on 64-bit platforms. | Sascha Schumann | 2000-11-06 | 2 | -2/+2 |
| | | | | | This also makes the API more consistent. | ||||
* | mode_t should be an unsigned_int | Zeev Suraski | 2000-10-31 | 1 | -1/+1 |
| | |||||
* | - Add V_RENAME() by "Daniel Beulshausen" <daniel@php4win.de>. | Andi Gutmans | 2000-10-26 | 2 | -0/+25 |
| | | | | | | - It is untested and all places which use rename() in PHP should now use - V_RENAME(). | ||||
* | - Move #define to .h file | Andi Gutmans | 2000-10-03 | 2 | -9/+8 |
| | |||||
* | - Fix V_CHDIR_FILE() | Andi Gutmans | 2000-10-03 | 1 | -1/+3 |
| | |||||
* | - Add TODO | Andi Gutmans | 2000-09-16 | 1 | -0/+2 |
| | |||||
* | - Add config_common.h to dsp | Andi Gutmans | 2000-09-11 | 1 | -0/+4 |
| | |||||
* | - Testing 1 2 3 | Andi Gutmans | 2000-09-11 | 1 | -0/+1 |
| | |||||
* | - Testing 1 2 3 | Andi Gutmans | 2000-09-11 | 1 | -1/+0 |
| | |||||
* | - Fix crash bug on NetBSD and OpenBSD. MAXPATHLEN didn't get defined | Andi Gutmans | 2000-09-07 | 3 | -7/+25 |
| | | | | | correctly and caused a stack overrun. This was *hard* to debug. | ||||
* | - Get rid of build warning on Windows | Andi Gutmans | 2000-09-07 | 1 | -0/+4 |
| | |||||
* | - Centralize some configuration stuff | Andi Gutmans | 2000-09-06 | 5 | -24/+38 |
| | | | | | - Use inline in my strtok_r implementation | ||||
* | - Added macros | Andi Gutmans | 2000-09-04 | 3 | -8/+67 |
| | |||||
* | - More TSRM work | Andi Gutmans | 2000-09-03 | 3 | -6/+13 |
| | |||||
* | - Add new files to TSRM windows project | Andi Gutmans | 2000-09-03 | 1 | -0/+16 |
| | |||||
* | - Make TSRM work on Windows. | Andi Gutmans | 2000-09-03 | 4 | -15/+76 |
| | |||||
* | - Move virtual cwd to TSRM. | Andi Gutmans | 2000-09-03 | 6 | -1/+992 |
| | | | | | In the least this still doesn't work on Windows. | ||||
* | - Revert change of defining TSRM_WIN32 in dsp | Andi Gutmans | 2000-09-02 | 2 | -3/+7 |
| | |||||
* | - Change TSRM_OTHER macro to TSRM_THREADS as it should be only to check | Andi Gutmans | 2000-09-02 | 2 | -2/+2 |
| | | | | | for threads | ||||
* | - Make TSRM compile stand-alone again | Andi Gutmans | 2000-09-02 | 1 | -1/+2 |
| | |||||
* | - Define TSRM_WIN32 in Windows dsp | Andi Gutmans | 2000-09-02 | 1 | -3/+3 |
| | |||||
* | - Use TSRM_WIN32 | Andi Gutmans | 2000-09-02 | 2 | -8/+8 |
| | |||||
* | Allow TSRM to be built on Windows platforms | Sam Ruby | 2000-09-02 | 1 | -3/+3 |
| |