c656292b | 12-Sep-1999 |
Sascha Schumann |
check for c++ only, if thread safety is enabled |
96559e91 | 12-Sep-1999 |
Sascha Schumann |
use static buffer for URLs instead of allocating/freeing memory for each one |
ac524d4b | 12-Sep-1999 |
Sascha Schumann |
calculate length of cookie string correctly |
2e844a07 | 12-Sep-1999 |
Sascha Schumann |
add missing result msg |
691881a5 | 12-Sep-1999 |
Sascha Schumann |
move session URL stuff to the last place before SAPI takes over |
f2ff18e7 | 12-Sep-1999 |
Sascha Schumann |
These shouldn't be here |
d5968b8f | 12-Sep-1999 |
Andi Gutmans |
- Oops |
da973fe6 | 12-Sep-1999 |
Andi Gutmans |
- Make it compile on Win32 |
a1784083 | 12-Sep-1999 |
Zeev Suraski |
Time to do that - rename the output layer prefix |
5a6b8653 | 12-Sep-1999 |
Zeev Suraski |
*** empty log message *** |
036cc83e | 12-Sep-1999 |
Sascha Schumann |
expand version number |
3a9f68eb | 12-Sep-1999 |
Sascha Schumann |
update |
b203fb34 | 12-Sep-1999 |
Andrey Hristov |
Reverting to previous state. |
276c815f | 12-Sep-1999 |
Sascha Schumann |
update macro |
0ac98aa9 | 12-Sep-1999 |
Andrey Hristov |
Use global symbol table instead.. |
0c3ada7d | 12-Sep-1999 |
Andrey Hristov |
Use TRANS_SID macro for selective compilation.. |
d8fc73b5 | 12-Sep-1999 |
Andrey Hristov |
- Fixed mem leak when undefined variable was passed in for serialization - Made it properly serialize object properties |
95318461 | 12-Sep-1999 |
Sascha Schumann |
add rule for url_scanner.c |
b0f01a47 | 11-Sep-1999 |
Sascha Schumann |
- add standard disclaimer - regenerate scanner with re2c -s |
f040ce58 | 11-Sep-1999 |
Sascha Schumann |
add transparent session id propagation this uses a custom scanner which detects relative URIs and changes them appropiately. must be explicitly enabled with --enable-trans-sid
add transparent session id propagation this uses a custom scanner which detects relative URIs and changes them appropiately. must be explicitly enabled with --enable-trans-sid (normal case is not affected, since session_adapt_uris defaults to void statement. Compiler should eliminate dead code in output.c then.)
show more ...
|
9706aa1d | 11-Sep-1999 |
Andrey Hristov |
- Added session_unset() function - Fixed double session globals shutdown crash - Added warning when session_destroy() is called without session_start() |
99caa5d4 | 11-Sep-1999 |
Andrey Hristov |
Use OnUpdateBool for Boolean entries. |
2f39b484 | 11-Sep-1999 |
Sascha Schumann |
avoid mmap overhead for small files |
dda0b783 | 11-Sep-1999 |
Sascha Schumann |
optimize fpassthru/readfile to use mmap instead of fread which especially increases speed on large files. |
533ef398 | 11-Sep-1999 |
Sascha Schumann |
- support for external entropy sources - extern_referer_chk => extern_referer_check - kill a warning in mod_files.c |