| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- extern_referer_chk => extern_referer_check
- kill a warning in mod_files.c
|
|
|
|
|
| |
- Fix too early memory manager initialization (For you Thies)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
- add gc logic
- add session_destroy()
|
|
|
|
|
|
| |
- Add a standard info function for the session module (use them!)
- Replace PATH_MAX with MAXPATHLEN (that's our platform indepedent constant)
|
|
|