Commit Graph

390 Commits

Author SHA1 Message Date
Radim Kolar
1e687d7349 use jade directly for generating sgml to html 2014-09-07 21:20:35 +02:00
Radim Kolar
ef41b107f5 cleaned LOT OF errors in SGML FAQ markup 2014-09-07 21:19:59 +02:00
Radim Kolar
fb255a9ca9 direct use of dsssl processor 2014-09-07 20:45:54 +02:00
Radim Kolar
e72a26bfe2 remove unused imports 2014-09-07 19:37:12 +02:00
Radim Kolar
a800b3314c initial copy of jade.py 2014-09-07 19:36:02 +02:00
Radim Kolar
00d67e7e8c rename scons check module sgmldoc to sgmlformat 2014-09-07 15:40:30 +02:00
Radim Kolar
0e27fc79ad spellcheck changelog 2014-09-07 12:25:23 +02:00
Radim Kolar
7f1bad17de fspscan: silence clang warning about empty body in for cycle 2014-09-07 11:59:16 +02:00
Radim Kolar
f6d8e6ea78 do not shadow host variable in fspscan 2014-09-07 11:57:28 +02:00
Radim Kolar
fdddaa5468 make clang complain less about possible compile errors by disabling some warnings 2014-09-07 11:51:23 +02:00
Radim Kolar
91a990a561 remove unused variable 2014-09-07 11:46:47 +02:00
Radim Kolar
ba56dcfe88 fix build on systems with utmpx.h 2014-09-07 07:35:41 +02:00
Radim Kolar
6d863fc99f Note default fspd packet size in documentation 2010-10-18 12:46:18 +02:00
Radim Kolar
c5662cb879 Work correctly with FSP_TIMEOUT set to 0 2010-10-18 12:35:26 +02:00
Radim Kolar
4c573d0f6a Note default timeout values in fsp_env man page 2010-10-18 12:29:18 +02:00
Radim Kolar
0d3068f524 Initialize client packet sent counter to zero 2010-10-18 11:47:40 +02:00
Radim Kolar
e7f7549fb2 Fixed FSP_TRACE output for Bourne shells in fhostcmd 2010-10-18 11:12:49 +02:00
User &
4f1ab5d148 remove -Wmissing-noreturn compile switch 2010-06-26 20:01:31 +02:00
User &
a2fbdcde4d fix warning, added parentheses to if statement 2010-06-26 19:50:35 +02:00
User &
70b553f84e removed unneeded const 2010-06-26 19:28:52 +02:00
User &
8d13a84f56 use socklen_t type 2010-06-26 19:26:24 +02:00
User &
e971a68d50 make NULLP void * instead of char * 2010-06-26 19:24:15 +02:00
Radim Kolar
9375b35dfe change version number and release date 2009-10-01 22:32:25 +02:00
Radim Kolar
ebaf850564 PROTOCOL Document version and last changed date raised 2009-10-01 22:09:27 +02:00
Radim Kolar
3783b9517b document FSP URL format 2009-10-01 22:05:53 +02:00
Radim Kolar
8911f4aff5 off_t needs #include <sys/types.h> on BSD systems 2009-10-01 20:44:17 +02:00
Radim Kolar
40c577972b dont check variable sizes in SCons we do not use them anymore. It should improve compatibility with cross compiling. 2009-09-23 00:20:06 +02:00
Radim Kolar
f68ddb93a8 Remove last traces of using SIZEOF_ preprocesor defines for other types
than off_t.
2009-09-23 00:12:45 +02:00
Radim Kolar
eed29b6cd2 removed use of nonstandard type BYTE and SIZEOF defines from tweak.h 2009-09-22 23:56:05 +02:00
Radim Kolar
df13788e57 added missing prototype for function gettimeofday 2009-09-22 23:54:36 +02:00
Radim Kolar
cb6518427d fixed compiler warning about different pointer types 2009-09-22 23:46:35 +02:00
Radim Kolar
757be6a8df Merged patchset for fifocache.
Set contains:
1. javadoc style comments for fifocache
2. fifocache do not longer depends on nonstandard BYTE data type
3. fixed compile warnings in cachecheck
4. profilers now operate on cost * pointers
2009-09-22 19:24:49 +02:00
Radim Kolar
c45f3e0794 print what we inserting into cache during test. fixed all gcc warnings. 2009-09-22 18:16:28 +02:00
Radim Kolar
1f570b0049 add const to file FIFO cache profilers 2009-09-22 18:06:16 +02:00
Radim Kolar
eed479202c make memory profilers to operate on const void * pointers, they have to reason for changing data 2009-09-22 17:59:33 +02:00
Radim Kolar
7665817754 we need to use const * pointer to avoid gcc warning 2009-09-22 17:55:04 +02:00
Radim Kolar
4fa6d2b648 convert entry * to int8_t before substracting pointers 2009-09-22 17:53:33 +02:00
Radim Kolar
a876e9d6c8 next pointers in fifocache must be int8_t also 2009-09-22 17:48:36 +02:00
Radim Kolar
b7a2d77f86 define cache heads as int8_t * 2009-09-22 17:41:09 +02:00
Radim Kolar
a22c6b9cff removed last traces of BYTE datatype 2009-09-22 17:21:50 +02:00
Radim Kolar
9fd3051b4f javadoc style comments added to fifocache 2009-09-22 17:13:35 +02:00
Radim Kolar
ac199f985f use void * instead of BYTE pointers 2009-09-22 16:53:39 +02:00
Radim Kolar
a18032611e clarify copyright for fifocache - its dual licensed LGPL v2.1 with MIT if used as part of FSP 2009-09-22 15:16:03 +02:00
Radim Kolar
9401d5c906 remove tweak.h from fifocache. it should not depends on FSP 2009-09-22 15:13:45 +02:00
Radim Kolar
530bd1841c remove check for STAT_MACROS_BROKEN, its relic from autoconf days 2009-09-21 22:58:40 +02:00
Radim Kolar
dda183fc0e if we cant find size of off_t default to 4 2009-09-21 22:57:02 +02:00
Radim Kolar
1f3e259eee add support for error codes for CC_ERR 2009-09-21 18:17:08 +02:00
Radim Kolar
6aa153fd1e add note to ChangeLog that large support on linux should work now 2009-09-21 17:40:14 +02:00
Radim Kolar
2a52e5b0ff add scons script for enabling large files with special linux support 2009-09-21 17:38:42 +02:00
Radim Kolar
748e529b27 Make more descriptive comments about packet sizes supported by this server 2009-09-20 10:54:32 +02:00