summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Collapse)AuthorAgeFilesLines
...
* Added session expiration.Andrey Hristov1999-06-292-4/+21
|
* Added session_is_registered(varname) function.Andrey Hristov1999-06-282-0/+28
|
* * Fix a buglet in the session moduleZeev Suraski1999-06-113-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 idsSascha Schumann1999-06-072-4/+30
|
* - some cleanupsSascha Schumann1999-06-074-8/+46
| | | | | | - add gc logic - add session_destroy()
* - Fix PSLS issuesZeev Suraski1999-06-062-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 muchSascha Schumann1999-06-061-1/+1
|
* avoid unnecessary PSLS_FETCH() in internal functionsSascha Schumann1999-06-061-23/+17
|
* -Init tsrm on minitAndi Gutmans1999-06-061-0/+3
|
* - Use PS() everywhere.Andi Gutmans1999-06-061-11/+11
|
* - Make sessions compile on win32 but it still doesn't link.Andi Gutmans1999-06-061-6/+10
|
* - Add some *_FETCH()'s. Still some work to be done so that it'll compile on ↵Andi Gutmans1999-06-061-2/+9
| | | | win32.
* - s/encoded/encode/Sascha Schumann1999-06-062-4/+5
| | | | | - new TODO entry
* add some protosSascha Schumann1999-06-061-0/+28
|
* add some thoughtsSascha Schumann1999-06-061-0/+8
|
* - auto startup when calling registerSascha Schumann1999-06-051-2/+7
| | | | | - auto startup using a configuration option
* moving start code into its own functionSascha Schumann1999-06-051-24/+29
|
* SAPI does not want line endingsSascha Schumann1999-06-051-1/+1
|
* first import of session moduleSascha Schumann1999-06-059-0/+835