summaryrefslogtreecommitdiff
path: root/ext/session/mod_mm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a serious long-standing bug which deleted the shared memory segmentSascha Schumann2001-07-191-48/+92
* Fix GC bug which did not increment the proper variable.Sascha Schumann2001-07-181-61/+73
* Retire old hash algorithm and use the FNV-1 algorithm.Sascha Schumann2001-07-181-18/+11
* The extension name seems to be usually totally lower-cased.foobar2001-06-241-1/+1
* Fold a bit more codeRasmus Lerdorf2001-06-061-0/+10
* fix buggy debug statementsSascha Schumann2001-05-241-3/+3
* - Nuke GINITAndi Gutmans2001-05-231-5/+4
* add an interface for registering storage modules at run-time.Sascha Schumann2001-05-031-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* No need for GCC extensions in non-debugging mode.Sascha Schumann2000-12-211-1/+1
* Add some additional checksSascha Schumann2000-11-031-4/+17
* Fix implementation of hash algorithmSascha Schumann2000-11-031-1/+1
* Return SUCCESS from write handler, if vallen is 0.Sascha Schumann2000-09-291-3/+5
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* GC now prints out how many session objects were removedSascha Schumann2000-03-291-1/+4
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* More cosmetic thingsSascha Schumann2000-02-111-33/+28
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* bail out, if ps_mm_instance wasn't initialized correctlySascha Schumann1999-09-041-0/+4
* - add global startup/shutdown handlersSascha Schumann1999-09-031-12/+73
* - fix potential buffer problem in send_cookieSascha Schumann1999-08-271-0/+277