Radim Kolar
365c55c865
merge site_scons scripts from fsplib to be Python3 compatible
2019-08-16 08:37:25 +02:00
Radim Kolar
cb795e9256
compiles fine on BSD and gentoo
2014-09-09 09:27:00 +02:00
Radim Kolar
13464201c7
raise version to beta 27 to prepare for release
2014-09-09 09:24:11 +02:00
Radim Kolar
3d14c83e56
always validate path in setpro and mkdir - avoid uninitialized pointer access
2014-09-09 09:03:40 +02:00
Radim Kolar
626c1dac57
allow dsssl stylesheets to be specified at scons command line
2014-09-09 07:49:51 +02:00
Radim Kolar
863bff21a0
correctly zero sockaddr_in structure
2014-09-09 07:37:46 +02:00
Radim Kolar
6cdb983bf4
cast nlink_t to unsigned int - to work correctly on 64 bit arch
2014-09-08 18:31:18 +02:00
Radim Kolar
1b556bda7a
print cache stats correctly on 64-bit arch
2014-09-08 18:10:49 +02:00
Radim Kolar
ee7117b721
make variable defined only if it is really used - REUSE_SOCKET
2014-09-08 18:06:54 +02:00
Radim Kolar
dd508336ad
fix DSSSL location detection on Gentoo
2014-09-08 17:35:10 +02:00
Radim Kolar
0e03498d69
handle correctly cases when compiler reject some option
2014-09-08 17:03:36 +02:00
Radim Kolar
6f8af27833
disable JADE if DSSSL are not found
2014-09-08 16:38:03 +02:00
Radim Kolar
2c1e494147
fix jade detection. Scons ships with outdated subprocess module
2014-09-08 16:36:21 +02:00
Radim Kolar
795eba7c3b
update INSTALL instructions. Clang can be used too, and sgmlformat was replaced by jade/openjade and docbook dsssl
2014-09-07 22:17:51 +02:00
Radim Kolar
b43ea3f23f
remove all remains of old sgmlformat SConstruct code
2014-09-07 21:32:19 +02:00
Radim Kolar
99341ea1d9
updated changelog
2014-09-07 21:29:00 +02:00
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