summaryrefslogtreecommitdiff
path: root/ext/session/mod_files.c
Commit message (Collapse)AuthorAgeFilesLines
...
* More cosmetic thingsSascha Schumann2000-02-111-32/+26
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Use zend_sprintf by default (which is defined to sprintf, if the system'sSascha Schumann1999-12-191-1/+1
| | | | | sprintf is useable).
* Use workaround function for sprintf, if the return value of sprintf is neededSascha Schumann1999-12-191-1/+1
|
* (_ps_files_path_create) terminate string correctly and append the whole key ↵Sascha Schumann1999-12-131-1/+2
| | | | instead of the rest key
* Include errno.h.Andrei Zmievski1999-12-031-0/+1
| | | | | # Please try compiling before committing
* Improve locking when O_EXCL is availableSascha Schumann1999-12-031-5/+7
|
* (_ps_files_valid_key): small logic fixSascha Schumann1999-10-211-2/+2
|
* (_ps_files_open): evaluate key (session id) before path creationSascha Schumann1999-10-211-1/+28
|
* - 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