summaryrefslogtreecommitdiff
path: root/ext/session/mod_files.c
Commit message (Collapse)AuthorAgeFilesLines
* - support for external entropy sourcesSascha Schumann1999-09-111-1/+1
| | | | | | - extern_referer_chk => extern_referer_check - kill a warning in mod_files.c
* - Make dir functions compile in Win32Andi Gutmans1999-09-051-0/+6
| | | | | - Fix too early memory manager initialization (For you Thies)
* cleanupSascha Schumann1999-09-041-80/+91
|
* implement single directory garbage collectorSascha Schumann1999-09-041-1/+49
|
* - fix potential buffer problem in send_cookieSascha Schumann1999-08-271-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 codeSascha Schumann1999-08-221-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 Schumann1999-08-221-1/+9
|
* License updateZeev Suraski1999-07-161-20/+9
|
* that should be included 1stSascha Schumann1999-07-151-1/+2
|
* *** empty log message ***Zeev Suraski1999-07-031-0/+4
|
* add missing includeSascha Schumann1999-07-031-0/+1
|
* * Fix a buglet in the session moduleZeev Suraski1999-06-111-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 idsSascha Schumann1999-06-071-2/+30
|
* - some cleanupsSascha Schumann1999-06-071-1/+2
| | | | | | - add gc logic - add session_destroy()
* - Fix PSLS issuesZeev Suraski1999-06-061-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 moduleSascha Schumann1999-06-051-0/+152