Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1 |
|
#
e88d121b |
| 07-Jul-1999 |
Andrey Hristov |
Fix a memory leak by not allowing session_start() to be called more than once.
|
#
1f029140 |
| 01-Jul-1999 |
Sascha Schumann |
implement a simple API in the case someone wants to define his/her own serialization stuff
|
#
258d4276 |
| 29-Jun-1999 |
Zeev Suraski |
No need for a PSLS_FETCH() if PSLS_D/PSLS_DC are supplied as function arguments
|
#
3e5f7a80 |
| 29-Jun-1999 |
Andrey Hristov |
*** empty log message ***
|
#
88ed2002 |
| 29-Jun-1999 |
Andrey Hristov |
Added session expiration.
|
#
a6aacfd2 |
| 28-Jun-1999 |
Andrey Hristov |
Added session_is_registered(varname) function.
|
#
1798a018 |
| 11-Jun-1999 |
Zeev Suraski |
* Fix a buglet in the session module * 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,s
* Fix a buglet in the session module * 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
show more ...
|
#
4b023c15 |
| 07-Jun-1999 |
Sascha Schumann |
better scaling for large servers using many session ids
|
#
d8a9548c |
| 07-Jun-1999 |
Sascha Schumann |
- some cleanups - add gc logic - add session_destroy()
|
#
34b3dc9b |
| 06-Jun-1999 |
Zeev Suraski |
- Fix PSLS issues - Add a standard info function for the session module (use them!) - Replace PATH_MAX with MAXPATHLEN (that's our platform indepedent constant)
|
#
82806ea2 |
| 06-Jun-1999 |
Sascha Schumann |
one C too much
|
#
e9b28fe2 |
| 06-Jun-1999 |
Sascha Schumann |
avoid unnecessary PSLS_FETCH() in internal functions
|
#
f5dbfbae |
| 06-Jun-1999 |
Andi Gutmans |
-Init tsrm on minit
|
#
ed97964f |
| 06-Jun-1999 |
Andi Gutmans |
- Use PS() everywhere.
|
#
c329da5d |
| 06-Jun-1999 |
Andi Gutmans |
- Make sessions compile on win32 but it still doesn't link.
|
#
c5fd7244 |
| 06-Jun-1999 |
Andi Gutmans |
- Add some *_FETCH()'s. Still some work to be done so that it'll compile on win32.
|
#
605756de |
| 06-Jun-1999 |
Sascha Schumann |
- s/encoded/encode/ - new TODO entry
|
#
a821a185 |
| 06-Jun-1999 |
Sascha Schumann |
add some protos
|
#
2f79ba1a |
| 06-Jun-1999 |
Sascha Schumann |
add some thoughts
|
#
19a2a02f |
| 05-Jun-1999 |
Sascha Schumann |
- auto startup when calling register - auto startup using a configuration option
|
#
f830cf7d |
| 05-Jun-1999 |
Sascha Schumann |
moving start code into its own function
|
#
2db1d617 |
| 05-Jun-1999 |
Sascha Schumann |
SAPI does not want line endings
|
#
a1b42e3f |
| 05-Jun-1999 |
Sascha Schumann |
first import of session module
|