Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More cosmetic things | Sascha Schumann | 2000-02-11 | 1 | -32/+26 | |
| | ||||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 | |
| | | | | | you start counting at 0 or 1). | |||||
* | Use zend_sprintf by default (which is defined to sprintf, if the system's | Sascha Schumann | 1999-12-19 | 1 | -1/+1 | |
| | | | | | sprintf is useable). | |||||
* | Use workaround function for sprintf, if the return value of sprintf is needed | Sascha Schumann | 1999-12-19 | 1 | -1/+1 | |
| | ||||||
* | (_ps_files_path_create) terminate string correctly and append the whole key ↵ | Sascha Schumann | 1999-12-13 | 1 | -1/+2 | |
| | | | | instead of the rest key | |||||
* | Include errno.h. | Andrei Zmievski | 1999-12-03 | 1 | -0/+1 | |
| | | | | | # Please try compiling before committing | |||||
* | Improve locking when O_EXCL is available | Sascha Schumann | 1999-12-03 | 1 | -5/+7 | |
| | ||||||
* | (_ps_files_valid_key): small logic fix | Sascha Schumann | 1999-10-21 | 1 | -2/+2 | |
| | ||||||
* | (_ps_files_open): evaluate key (session id) before path creation | Sascha Schumann | 1999-10-21 | 1 | -1/+28 | |
| | ||||||
* | - support for external entropy sources | Sascha Schumann | 1999-09-11 | 1 | -1/+1 | |
| | | | | | | - extern_referer_chk => extern_referer_check - kill a warning in mod_files.c | |||||
* | - Make dir functions compile in Win32 | Andi Gutmans | 1999-09-05 | 1 | -0/+6 | |
| | | | | | - Fix too early memory manager initialization (For you Thies) | |||||
* | cleanup | Sascha Schumann | 1999-09-04 | 1 | -80/+91 | |
| | ||||||
* | implement single directory garbage collector | Sascha Schumann | 1999-09-04 | 1 | -1/+49 | |
| | ||||||
* | - fix potential buffer problem in send_cookie | Sascha Schumann | 1999-08-27 | 1 | -2/+2 | |
| | | | | | | | | | | - 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. | |||||
* | - cleanup code | Sascha Schumann | 1999-08-22 | 1 | -9/+16 | |
| | | | | | | | | | | | - 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 | |
| | ||||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 | |
| | ||||||
* | that should be included 1st | Sascha Schumann | 1999-07-15 | 1 | -1/+2 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-07-03 | 1 | -0/+4 | |
| | ||||||
* | add missing include | Sascha Schumann | 1999-07-03 | 1 | -0/+1 | |
| | ||||||
* | * Fix a buglet in the session module | Zeev Suraski | 1999-06-11 | 1 | -1/+1 | |
| | | | | | | | | | * Make some renames in the session module - avoid having a function called 'delete' so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals to {startup,shutdown}_session_globals, so that they're a bit less general names, and made them static. * Remove uselss variables | |||||
* | better scaling for large servers using many session ids | Sascha Schumann | 1999-06-07 | 1 | -2/+30 | |
| | ||||||
* | - some cleanups | Sascha Schumann | 1999-06-07 | 1 | -1/+2 | |
| | | | | | | - add gc logic - add session_destroy() | |||||
* | - Fix PSLS issues | Zeev Suraski | 1999-06-06 | 1 | -4/+6 | |
| | | | | | | - Add a standard info function for the session module (use them!) - Replace PATH_MAX with MAXPATHLEN (that's our platform indepedent constant) | |||||
* | first import of session module | Sascha Schumann | 1999-06-05 | 1 | -0/+152 | |