summaryrefslogtreecommitdiff
path: root/ext/session/mod_files.c
Commit message (Expand)AuthorAgeFilesLines
* Use reentrant version of readdir. If the target platform does not supportSascha Schumann2000-05-231-2/+2
* - Support virtual unlink()Andi Gutmans2000-05-231-2/+2
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Complain, if write(2) failed.Sascha Schumann2000-05-151-1/+4
* - Change some open's to V_OPEN()'sAndi Gutmans2000-04-301-3/+3
* - Fix virtual cwd bugZeev Suraski2000-04-201-1/+1
* Improved error messagesSascha Schumann2000-03-291-3/+13
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fine tune Andi's patchZeev Suraski2000-02-111-2/+2
* 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
* Use zend_sprintf by default (which is defined to sprintf, if the system'sSascha Schumann1999-12-191-1/+1
* 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 i...Sascha Schumann1999-12-131-1/+2
* Include errno.h.Andrei Zmievski1999-12-031-0/+1
* 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
* - Make dir functions compile in Win32Andi Gutmans1999-09-051-0/+6
* 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
* - cleanup codeSascha Schumann1999-08-221-9/+16
* 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
* better scaling for large servers using many session idsSascha Schumann1999-06-071-2/+30
* - some cleanupsSascha Schumann1999-06-071-1/+2
* - Fix PSLS issuesZeev Suraski1999-06-061-4/+6
* first import of session moduleSascha Schumann1999-06-051-0/+152