Radim Kolar
|
d0d81a0b3b
|
whitespace fix
|
2020-06-05 07:57:34 +02:00 |
|
Radim Kolar
|
c2b9073405
|
whitespace fix
|
2020-06-05 07:42:14 +02:00 |
|
Radim Kolar
|
405c6038e2
|
Update copyright year in main.c server message
|
2020-06-05 07:40:35 +02:00 |
|
Radim Kolar
|
bfd5fc3f7b
|
Whitespace fixes
|
2020-06-05 07:39:16 +02:00 |
|
Radim Kolar
|
e52e815694
|
Add scons switch to compile without fspd server
|
2020-06-03 23:36:23 +02:00 |
|
Radim Kolar
|
0e87ba32bb
|
do not fail hard if pid file is not writeable in inetd mode
|
2020-05-23 21:18:13 +02:00 |
|
Radim Kolar
|
9a335666ae
|
whitespace cleanup
|
2020-05-23 20:46:57 +02:00 |
|
Radim Kolar
|
a509367814
|
writespace cleanup
|
2020-05-23 20:45:18 +02:00 |
|
Radim Kolar
|
b880c7af2f
|
improve error message when we can't listen on port
|
2020-04-29 08:06:26 +02:00 |
|
Radim Kolar
|
6cea580821
|
write pid file name in case of error
add exit code 8 if we cant open pid file
|
2019-08-24 11:41:48 +02:00 |
|
Radim Kolar
|
2a09e1a5ba
|
change inetd timeout to be more readable in code
|
2019-08-24 11:33:32 +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
|
1b556bda7a
|
print cache stats correctly on 64-bit arch
|
2014-09-08 18:10:49 +02:00 |
|
Radim Kolar
|
91a990a561
|
remove unused variable
|
2014-09-07 11:46:47 +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
|
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
|
1f3e259eee
|
add support for error codes for CC_ERR
|
2009-09-21 18:17:08 +02:00 |
|
Radim Kolar
|
26070b103a
|
Always allow uploads if client starts at 0B
|
2009-09-14 18:36:27 +02:00 |
|
Radim Kolar
|
2fe13c2e32
|
fixed permission check for overwriting uploaded files
|
2009-09-14 16:41:30 +02:00 |
|
Radim Kolar
|
c48b2d488f
|
major rework logic used for detection of corrupted upload sessions
|
2009-09-14 15:29:47 +02:00 |
|
Radim Kolar
|
fd581d13d9
|
Dont terminate version string by 0x0a
|
2009-09-13 17:35:42 +02:00 |
|
Radim Kolar
|
d552483209
|
Removed last parts of GNU Autotools: Makefile.am + configure.am
|
2009-09-10 14:22:45 +02:00 |
|
Radim Kolar
|
2046500e35
|
Fixed removing directory. It stoped working because using dir protection 0
and save_access_rights created .FSP_NO_LIST and .FSP_NO_GET files.
|
2009-08-28 22:38:22 +02:00 |
|
Radim Kolar
|
15435116ff
|
install fspd executable
|
2009-07-27 21:10:23 +02:00 |
|
Radim Kolar
|
0a2209213c
|
from SConstruct export just env and PREFIX
|
2009-07-27 14:41:16 +02:00 |
|
Radim Kolar
|
27c86076da
|
.cvsignore files converted to .bzrignore
|
2009-06-14 16:34:33 +02:00 |
|
Radim Kolar
|
4525ec4a13
|
TWOGIGS and FOURGIGS moved to server_def.h, unbreaks compilation on
systems without largefiles.
|
2009-06-14 13:27:16 +02:00 |
|
Radim Kolar
|
bda8b6c111
|
updated Radim Kolar's email
|
2009-06-08 18:54:34 +02:00 |
|
hsn
|
3bf2c623ea
|
removed debug print from fspd
|
2007-07-20 12:07:22 +00:00 |
|
hsn
|
c0b9c1c999
|
updated copyrights
|
2005-07-26 22:14:06 +00:00 |
|
hsn
|
9e88e6c548
|
repo sync
|
2005-07-23 20:05:10 +00:00 |
|
hsn
|
47c811eb02
|
*** empty log message ***
|
2005-02-16 17:30:57 +00:00 |
|
hsn
|
c85324da79
|
added scons build system
|
2005-02-13 18:10:04 +00:00 |
|
hsn
|
b11eec92e7
|
*** empty log message ***
|
2005-02-13 18:05:06 +00:00 |
|
hsn
|
2bacf3601f
|
repo sync
|
2005-01-05 17:19:56 +00:00 |
|
hsn
|
a2786444b7
|
repo sync
|
2005-01-03 17:11:34 +00:00 |
|
hsn
|
72c8cb8255
|
czfree.net PLR compatible snapshot
|
2005-01-03 09:14:58 +00:00 |
|
hsn
|
7c1ef15a32
|
repo sync
|
2004-12-30 17:05:39 +00:00 |
|
hsn
|
0d3a35dd94
|
repo sync
|
2004-12-17 09:52:20 +00:00 |
|
hsn
|
7fe08f7019
|
*** empty log message ***
|
2004-12-13 17:20:32 +00:00 |
|