Commit Graph

  • dbf422e8de Python.subprocess returns different exceptions on Python 2.7 Radim Kolar 2019-08-16 14:27:54 +0200
  • eea51abb1d apply patch for fspscan from FreeBSD ports Radim Kolar 2019-08-16 14:11:55 +0200
  • 526dee534e Change version to beta 28 Radim Kolar 2019-08-16 13:55:19 +0200
  • 48d102ffa7 sync site_scons with fspclient Radim Kolar 2019-08-16 13:52:24 +0200
  • 365c55c865 merge site_scons scripts from fsplib to be Python3 compatible Radim Kolar 2019-08-16 08:37:25 +0200
  • cb795e9256 compiles fine on BSD and gentoo Radim Kolar 2014-09-09 09:27:00 +0200
  • 13464201c7 raise version to beta 27 to prepare for release Radim Kolar 2014-09-09 09:24:11 +0200
  • 3d14c83e56 always validate path in setpro and mkdir - avoid uninitialized pointer access Radim Kolar 2014-09-09 09:03:40 +0200
  • 626c1dac57 allow dsssl stylesheets to be specified at scons command line Radim Kolar 2014-09-09 07:49:51 +0200
  • 863bff21a0 correctly zero sockaddr_in structure Radim Kolar 2014-09-09 07:37:46 +0200
  • 6cdb983bf4 cast nlink_t to unsigned int - to work correctly on 64 bit arch Radim Kolar 2014-09-08 18:31:18 +0200
  • 1b556bda7a print cache stats correctly on 64-bit arch Radim Kolar 2014-09-08 18:10:49 +0200
  • ee7117b721 make variable defined only if it is really used - REUSE_SOCKET Radim Kolar 2014-09-08 18:06:54 +0200
  • dd508336ad fix DSSSL location detection on Gentoo Radim Kolar 2014-09-08 17:35:10 +0200
  • 0e03498d69 handle correctly cases when compiler reject some option Radim Kolar 2014-09-08 17:03:36 +0200
  • 6f8af27833 disable JADE if DSSSL are not found Radim Kolar 2014-09-08 16:38:03 +0200
  • 2c1e494147 fix jade detection. Scons ships with outdated subprocess module Radim Kolar 2014-09-08 16:36:21 +0200
  • 795eba7c3b update INSTALL instructions. Clang can be used too, and sgmlformat was replaced by jade/openjade and docbook dsssl Radim Kolar 2014-09-07 22:17:51 +0200
  • b43ea3f23f remove all remains of old sgmlformat SConstruct code Radim Kolar 2014-09-07 21:32:19 +0200
  • 99341ea1d9 updated changelog Radim Kolar 2014-09-07 21:29:00 +0200
  • 1e687d7349 use jade directly for generating sgml to html Radim Kolar 2014-09-07 21:20:35 +0200
  • ef41b107f5 cleaned LOT OF errors in SGML FAQ markup Radim Kolar 2014-09-07 21:19:59 +0200
  • fb255a9ca9 direct use of dsssl processor Radim Kolar 2014-09-07 20:45:54 +0200
  • e72a26bfe2 remove unused imports Radim Kolar 2014-09-07 19:37:12 +0200
  • a800b3314c initial copy of jade.py Radim Kolar 2014-09-07 19:36:02 +0200
  • 00d67e7e8c rename scons check module sgmldoc to sgmlformat Radim Kolar 2014-09-07 15:40:30 +0200
  • 0e27fc79ad spellcheck changelog Radim Kolar 2014-09-07 12:25:23 +0200
  • 7f1bad17de fspscan: silence clang warning about empty body in for cycle Radim Kolar 2014-09-07 11:59:16 +0200
  • f6d8e6ea78 do not shadow host variable in fspscan Radim Kolar 2014-09-07 11:57:28 +0200
  • fdddaa5468 make clang complain less about possible compile errors by disabling some warnings Radim Kolar 2014-09-07 11:51:23 +0200
  • 91a990a561 remove unused variable Radim Kolar 2014-09-07 11:46:47 +0200
  • ba56dcfe88 fix build on systems with utmpx.h Radim Kolar 2014-09-07 07:35:41 +0200
  • 6d863fc99f Note default fspd packet size in documentation Radim Kolar 2010-10-18 12:46:18 +0200
  • c5662cb879 Work correctly with FSP_TIMEOUT set to 0 Radim Kolar 2010-10-18 12:35:26 +0200
  • 4c573d0f6a Note default timeout values in fsp_env man page Radim Kolar 2010-10-18 12:29:18 +0200
  • 0d3068f524 Initialize client packet sent counter to zero Radim Kolar 2010-10-18 11:47:40 +0200
  • e7f7549fb2 Fixed FSP_TRACE output for Bourne shells in fhostcmd Radim Kolar 2010-10-18 11:12:49 +0200
  • 4f1ab5d148 remove -Wmissing-noreturn compile switch User & 2010-06-26 20:01:31 +0200
  • a2fbdcde4d fix warning, added parentheses to if statement User & 2010-06-26 19:50:35 +0200
  • 70b553f84e removed unneeded const User & 2010-06-26 19:28:52 +0200
  • 8d13a84f56 use socklen_t type User & 2010-06-26 19:26:24 +0200
  • e971a68d50 make NULLP void * instead of char * User & 2010-06-26 19:24:15 +0200
  • 9375b35dfe change version number and release date Radim Kolar 2009-10-01 22:32:25 +0200
  • ebaf850564 PROTOCOL Document version and last changed date raised Radim Kolar 2009-10-01 22:09:27 +0200
  • 3783b9517b document FSP URL format Radim Kolar 2009-10-01 22:05:53 +0200
  • 8911f4aff5 off_t needs #include <sys/types.h> on BSD systems Radim Kolar 2009-10-01 20:44:17 +0200
  • 40c577972b dont check variable sizes in SCons we do not use them anymore. It should improve compatibility with cross compiling. Radim Kolar 2009-09-23 00:20:06 +0200
  • f68ddb93a8 Remove last traces of using SIZEOF_ preprocesor defines for other types than off_t. Radim Kolar 2009-09-23 00:12:45 +0200
  • eed29b6cd2 removed use of nonstandard type BYTE and SIZEOF defines from tweak.h Radim Kolar 2009-09-22 23:56:05 +0200
  • df13788e57 added missing prototype for function gettimeofday Radim Kolar 2009-09-22 23:54:36 +0200
  • cb6518427d fixed compiler warning about different pointer types Radim Kolar 2009-09-22 23:46:35 +0200
  • 757be6a8df Merged patchset for fifocache. Radim Kolar 2009-09-22 19:24:49 +0200
  • c45f3e0794 print what we inserting into cache during test. fixed all gcc warnings. Radim Kolar 2009-09-22 18:16:28 +0200
  • 1f570b0049 add const to file FIFO cache profilers Radim Kolar 2009-09-22 18:06:16 +0200
  • eed479202c make memory profilers to operate on const void * pointers, they have to reason for changing data Radim Kolar 2009-09-22 17:59:33 +0200
  • 7665817754 we need to use const * pointer to avoid gcc warning Radim Kolar 2009-09-22 17:55:04 +0200
  • 4fa6d2b648 convert entry * to int8_t before substracting pointers Radim Kolar 2009-09-22 17:53:33 +0200
  • a876e9d6c8 next pointers in fifocache must be int8_t also Radim Kolar 2009-09-22 17:48:36 +0200
  • b7a2d77f86 define cache heads as int8_t * Radim Kolar 2009-09-22 17:41:09 +0200
  • a22c6b9cff removed last traces of BYTE datatype Radim Kolar 2009-09-22 17:21:50 +0200
  • 9fd3051b4f javadoc style comments added to fifocache Radim Kolar 2009-09-22 17:13:35 +0200
  • ac199f985f use void * instead of BYTE pointers Radim Kolar 2009-09-22 16:53:39 +0200
  • a18032611e clarify copyright for fifocache - its dual licensed LGPL v2.1 with MIT if used as part of FSP Radim Kolar 2009-09-22 15:16:03 +0200
  • 9401d5c906 remove tweak.h from fifocache. it should not depends on FSP Radim Kolar 2009-09-22 15:13:45 +0200
  • 530bd1841c remove check for STAT_MACROS_BROKEN, its relic from autoconf days Radim Kolar 2009-09-21 22:58:40 +0200
  • dda183fc0e if we cant find size of off_t default to 4 Radim Kolar 2009-09-21 22:57:02 +0200
  • 1f3e259eee add support for error codes for CC_ERR Radim Kolar 2009-09-21 18:17:08 +0200
  • 6aa153fd1e add note to ChangeLog that large support on linux should work now Radim Kolar 2009-09-21 17:40:14 +0200
  • 2a52e5b0ff add scons script for enabling large files with special linux support Radim Kolar 2009-09-21 17:38:42 +0200
  • 748e529b27 Make more descriptive comments about packet sizes supported by this server Radim Kolar 2009-09-20 10:54:32 +0200
  • ae72ec7740 add check for port number > 65535 to fhostcmd also Radim Kolar 2009-09-16 18:48:44 +0200
  • 3d7ee6de48 merged doc fixes Radim Kolar 2009-09-15 21:31:07 +0200
  • 895a896d3e mention directory protection bits also in hex notation Radim Kolar 2009-09-15 20:08:37 +0200
  • a453dbe5e1 check if CC compiler works Radim Kolar 2009-09-15 17:52:58 +0200
  • e9c22df0fd fpwd command from setup.sh now prints site name instead of ip Radim Kolar 2009-09-15 17:10:54 +0200
  • 588f449894 fsetupcmd got -l option Radim Kolar 2009-09-15 17:01:16 +0200
  • a241a9f1d6 fsetupcmd code cleanup Radim Kolar 2009-09-15 16:04:02 +0200
  • abfce62c10 add comments to fsetupcmd init Radim Kolar 2009-09-15 15:43:59 +0200
  • e37d784eca correct comment fsetupcmd is searchig for .fspsites not .fsp_prof Radim Kolar 2009-09-15 15:35:01 +0200
  • 849fe9371c note in changelog that we updated INFO Radim Kolar 2009-09-15 14:23:58 +0200
  • ffae99d120 Internet part of info document reworked. Split into 2 parts: busy sites and stealth operation Radim Kolar 2009-09-15 14:23:12 +0200
  • 0ad90a4d84 note that 1 packet in network is good for DDoS attack protection too Radim Kolar 2009-09-15 14:06:27 +0200
  • 62313199f1 note that FSP is faster and more reliable than TFTP Radim Kolar 2009-09-15 14:00:53 +0200
  • 4a9e2393fc FSP now uses more dumb, but faster on today networks retry algorithm Radim Kolar 2009-09-15 13:58:06 +0200
  • 6b6fe92e87 We use FSP on wifi networks with 80% PLR Radim Kolar 2009-09-15 13:51:19 +0200
  • 26070b103a Always allow uploads if client starts at 0B Radim Kolar 2009-09-14 18:36:27 +0200
  • dd63b15fce document that turning on debug also turns on maintainer mode Radim Kolar 2009-09-14 17:38:01 +0200
  • 780d87edb4 fixed typo in changelog message Radim Kolar 2009-09-14 16:48:26 +0200
  • 2fe13c2e32 fixed permission check for overwriting uploaded files Radim Kolar 2009-09-14 16:41:30 +0200
  • c48b2d488f major rework logic used for detection of corrupted upload sessions Radim Kolar 2009-09-14 15:29:47 +0200
  • d981767170 cross reference comment on transporting xtra data in checksums Radim Kolar 2009-09-14 12:15:09 +0200
  • b729bcd0dd Note that size sent in xtra data in GET_PRO request applies to both data parts in reply (data+xtra data) Radim Kolar 2009-09-14 12:11:02 +0200
  • e1b8675b56 extra data in FSP_GET_FILE request means preferred size of reply data block, which is not optional (unless file position points after end of file) Radim Kolar 2009-09-14 12:07:24 +0200
  • 0a2c077877 rename glob() function to bsdglob(). Function glob is part of newer linux libc Radim Kolar 2009-09-13 21:06:32 +0200
  • 820e0a91af turning on debug mode turns on maintainer mode too Radim Kolar 2009-09-13 20:14:16 +0200
  • 0b50d9bb3e maintainer mode check can be overrided (forced on) by parameter Radim Kolar 2009-09-13 20:13:25 +0200
  • 7da1c7fcf6 Debug mode returns True/False if debug build was requested Radim Kolar 2009-09-13 20:12:03 +0200
  • fd581d13d9 Dont terminate version string by 0x0a Radim Kolar 2009-09-13 17:35:42 +0200
  • 2312946424 report if server can process extra data from input packets in fver command Radim Kolar 2009-09-11 16:59:12 +0200
  • adf647cd49 increase version number after b25 release Radim Kolar 2009-09-11 16:56:27 +0200