Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New relay code | Zeev Suraski | 1999-08-28 | 1 | -8/+6 | |
| | ||||||
* | If we stick to this style, parsing becomes easier (for humans and computers). | Sascha Schumann | 1999-08-28 | 1 | -5/+5 | |
| | ||||||
* | Beef up debug macros | Zeev Suraski | 1999-08-28 | 4 | -73/+77 | |
| | ||||||
* | Fix a crash bug in case of aborted execution | Zeev Suraski | 1999-08-27 | 1 | -1/+1 | |
| | ||||||
* | - fix potential buffer problem in send_cookie | Sascha Schumann | 1999-08-27 | 9 | -12/+369 | |
| | | | | | | | | | | - fix gc probability algorithm - don't access mod_data directly - initial version of mm support for session data storage This works pretty good, but we need to create the initial mm pool from the parent process/thread. Still looking for a clean way to do that. | |||||
* | Better debug macros | Zeev Suraski | 1999-08-27 | 7 | -111/+134 | |
| | ||||||
* | Typo fix | Andreas Karajannis | 1999-08-27 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-08-27 | 1 | -1/+4 | |
| | ||||||
* | Tiny fixes | Zeev Suraski | 1999-08-27 | 1 | -2/+2 | |
| | ||||||
* | Log date&time on script logs | Zeev Suraski | 1999-08-27 | 1 | -1/+5 | |
| | ||||||
* | lets not make global functions unless we need to..actually this should be ↵ | Mark Musone | 1999-08-27 | 1 | -1/+1 | |
| | | | | taken out someday | |||||
* | cleand up storing new events | Mark Musone | 1999-08-27 | 1 | -3/+5 | |
| | ||||||
* | Missing return types in prototypes | Rasmus Lerdorf | 1999-08-26 | 1 | -3/+3 | |
| | ||||||
* | shut up CVS | Andrey Hristov | 1999-08-26 | 0 | -0/+0 | |
| | ||||||
* | *** empty log message *** | Andrey Hristov | 1999-08-26 | 1 | -1/+2 | |
| | ||||||
* | Fix for #2161 | Andrey Hristov | 1999-08-26 | 1 | -4/+6 | |
| | ||||||
* | - Damn. It wasn't a correct fix. This should do it. | Andi Gutmans | 1999-08-26 | 1 | -1/+1 | |
| | | | | | | When the zval ** are equal we don't want to assign_ref, in any other case I can think of we do want to assign_ref. | |||||
* | - Fix leak when global is used in the global scope. | Andi Gutmans | 1999-08-26 | 1 | -1/+2 | |
| | ||||||
* | - Make Win32 compile again. | Andi Gutmans | 1999-08-26 | 1 | -0/+1 | |
| | ||||||
* | - Fix when redefining classes at run-time. | Andi Gutmans | 1999-08-26 | 1 | -1/+1 | |
| | ||||||
* | make it compile with gcc again | Sascha Schumann | 1999-08-25 | 1 | -0/+1 | |
| | ||||||
* | - Add hash_apply_with_arguments() | Andi Gutmans | 1999-08-25 | 2 | -2/+44 | |
| | ||||||
* | . | Sascha Schumann | 1999-08-25 | 1 | -0/+1 | |
| | ||||||
* | AIX wants the value, not the pointer to the value. | Sascha Schumann | 1999-08-25 | 1 | -1/+11 | |
| | | | | | Fixes #2149 | |||||
* | Make fopen() work with URL's in Win32 | Andi Gutmans | 1999-08-25 | 5 | -26/+47 | |
| | ||||||
* | - More elegant fix for Win32 include_path | Andi Gutmans | 1999-08-25 | 1 | -17/+4 | |
| | ||||||
* | - Fix for include_path for Win32 (Zend library) | Andi Gutmans | 1999-08-25 | 1 | -0/+3 | |
| | ||||||
* | - Temporary fix to allow Win32 MT safe version to use zend_fopen(). | Andi Gutmans | 1999-08-25 | 1 | -2/+24 | |
| | ||||||
* | Add output_buffering directive | Zeev Suraski | 1999-08-24 | 7 | -11/+40 | |
| | ||||||
* | argh..Finally | Mark Musone | 1999-08-24 | 2 | -14/+15 | |
| | ||||||
* | suppress error exit status on non Rhapsody systems | Sascha Schumann | 1999-08-23 | 1 | -1/+1 | |
| | ||||||
* | don't print out error message | Sascha Schumann | 1999-08-23 | 1 | -1/+1 | |
| | ||||||
* | malloc.h is deprecated, use stdlib.h instead | Sascha Schumann | 1999-08-23 | 1 | -1/+4 | |
| | ||||||
* | - Fixed a specific memory leak linked to locking. | Andi Gutmans | 1999-08-23 | 1 | -0/+20 | |
| | ||||||
* | changed to use the new, soon to be public libicap 0.99 | Mark Musone | 1999-08-23 | 2 | -122/+176 | |
| | ||||||
* | return true to match documentation | Sascha Schumann | 1999-08-23 | 1 | -0/+2 | |
| | ||||||
* | This changes makes it work on egcs 1.1.2/Alpha | Sascha Schumann | 1999-08-22 | 2 | -2/+2 | |
| | ||||||
* | - Add lcg to windows project. | Andi Gutmans | 1999-08-22 | 2 | -1/+11 | |
| | ||||||
* | . | Sascha Schumann | 1999-08-22 | 1 | -0/+1 | |
| | ||||||
* | remove all references to RAW_RPATHs | Sascha Schumann | 1999-08-22 | 3 | -7/+0 | |
| | | | | | Apache builds now correctly when shared core is used | |||||
* | remove checks | Sascha Schumann | 1999-08-22 | 2 | -7/+0 | |
| | ||||||
* | - cleanup code | Sascha Schumann | 1999-08-22 | 2 | -9/+32 | |
| | | | | | | | | | | | - add script which creates the directory tree for better scaling of mod_files I have to decide yet whether we implement the garbage collection in the module or if we simply let the user do find path -ctime +1 | xargs rm | |||||
* | Use O_EXCL where possible. | Sascha Schumann | 1999-08-22 | 1 | -1/+9 | |
| | ||||||
* | - add session.extern_referer_chk | Sascha Schumann | 1999-08-21 | 3 | -5/+36 | |
| | | | | | - use combined lcg in session id creation | |||||
* | . | Sascha Schumann | 1999-08-21 | 1 | -0/+3 | |
| | ||||||
* | get rid of that usleep() and add some entropy using the combined lcg | Sascha Schumann | 1999-08-21 | 1 | -6/+3 | |
| | ||||||
* | Fix for Thies's UMR | Zeev Suraski | 1999-08-20 | 3 | -5/+5 | |
| | ||||||
* | *** empty log message *** | Andrey Hristov | 1999-08-20 | 1 | -0/+1 | |
| | ||||||
* | Fix bug #2025 | Andrey Hristov | 1999-08-20 | 1 | -1/+1 | |
| | ||||||
* | Here was also something missing | Egon Schmid | 1999-08-19 | 1 | -1/+2 | |
| |