Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added session expiration. | Andrey Hristov | 1999-06-29 | 2 | -4/+21 | |
| | ||||||
* | Added session_is_registered(varname) function. | Andrey Hristov | 1999-06-28 | 2 | -0/+28 | |
| | ||||||
* | * Fix a buglet in the session module | Zeev Suraski | 1999-06-11 | 3 | -13/+13 | |
| | | | | | | | | | * 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 | 2 | -4/+30 | |
| | ||||||
* | - some cleanups | Sascha Schumann | 1999-06-07 | 4 | -8/+46 | |
| | | | | | | - add gc logic - add session_destroy() | |||||
* | - Fix PSLS issues | Zeev Suraski | 1999-06-06 | 2 | -13/+25 | |
| | | | | | | - Add a standard info function for the session module (use them!) - Replace PATH_MAX with MAXPATHLEN (that's our platform indepedent constant) | |||||
* | one C too much | Sascha Schumann | 1999-06-06 | 1 | -1/+1 | |
| | ||||||
* | avoid unnecessary PSLS_FETCH() in internal functions | Sascha Schumann | 1999-06-06 | 1 | -23/+17 | |
| | ||||||
* | -Init tsrm on minit | Andi Gutmans | 1999-06-06 | 1 | -0/+3 | |
| | ||||||
* | - Use PS() everywhere. | Andi Gutmans | 1999-06-06 | 1 | -11/+11 | |
| | ||||||
* | - Make sessions compile on win32 but it still doesn't link. | Andi Gutmans | 1999-06-06 | 1 | -6/+10 | |
| | ||||||
* | - Add some *_FETCH()'s. Still some work to be done so that it'll compile on ↵ | Andi Gutmans | 1999-06-06 | 1 | -2/+9 | |
| | | | | win32. | |||||
* | - s/encoded/encode/ | Sascha Schumann | 1999-06-06 | 2 | -4/+5 | |
| | | | | | - new TODO entry | |||||
* | add some protos | Sascha Schumann | 1999-06-06 | 1 | -0/+28 | |
| | ||||||
* | add some thoughts | Sascha Schumann | 1999-06-06 | 1 | -0/+8 | |
| | ||||||
* | - auto startup when calling register | Sascha Schumann | 1999-06-05 | 1 | -2/+7 | |
| | | | | | - auto startup using a configuration option | |||||
* | moving start code into its own function | Sascha Schumann | 1999-06-05 | 1 | -24/+29 | |
| | ||||||
* | SAPI does not want line endings | Sascha Schumann | 1999-06-05 | 1 | -1/+1 | |
| | ||||||
* | first import of session module | Sascha Schumann | 1999-06-05 | 9 | -0/+835 | |