summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Zeev Suraski1999-07-031-0/+4
* add missing includeSascha Schumann1999-07-031-0/+1
* implement a simple API in the case someone wants to define his/her own serial...Sascha Schumann1999-07-012-10/+74
* No need for a PSLS_FETCH() if PSLS_D/PSLS_DC are supplied as function argumentsZeev Suraski1999-06-291-1/+0
* *** empty log message ***Andrey Hristov1999-06-291-1/+1
* 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
* better scaling for large servers using many session idsSascha Schumann1999-06-072-4/+30
* - some cleanupsSascha Schumann1999-06-074-8/+46
* - Fix PSLS issuesZeev Suraski1999-06-062-13/+25
* 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 w...Andi Gutmans1999-06-061-2/+9
* - s/encoded/encode/Sascha Schumann1999-06-062-4/+5
* 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
* 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