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
Radim Kolar
ae72ec7740
add check for port number > 65535 to fhostcmd also
2009-09-16 18:48:44 +02:00
Radim Kolar
3d7ee6de48
merged doc fixes
2009-09-15 21:31:07 +02:00
Radim Kolar
895a896d3e
mention directory protection bits also in hex notation
2009-09-15 20:08:37 +02:00
Radim Kolar
a453dbe5e1
check if CC compiler works
2009-09-15 17:52:58 +02:00
Radim Kolar
e9c22df0fd
fpwd command from setup.sh now prints site name instead of ip
2009-09-15 17:10:54 +02:00
Radim Kolar
588f449894
fsetupcmd got -l option
2009-09-15 17:01:16 +02:00
Radim Kolar
a241a9f1d6
fsetupcmd code cleanup
2009-09-15 16:04:02 +02:00
Radim Kolar
abfce62c10
add comments to fsetupcmd init
2009-09-15 15:43:59 +02:00
Radim Kolar
e37d784eca
correct comment fsetupcmd is searchig for .fspsites not .fsp_prof
2009-09-15 15:35:01 +02:00
Radim Kolar
849fe9371c
note in changelog that we updated INFO
2009-09-15 14:23:58 +02:00
Radim Kolar
ffae99d120
Internet part of info document reworked. Split into 2 parts: busy sites and stealth operation
2009-09-15 14:23:12 +02:00