rejetto forum

Software => HFS ~ HTTP File Server => Programmers corner => Topic started by: rejetto on November 01, 2007, 11:31:45 PM

Title: latest 2.3 beta sources
Post by: rejetto on November 01, 2007, 11:31:45 PM
from next build #138 i will upload updated source for the latest beta
they will be available at address

http://sourceforge.net/projects/hfs/files/HFS/
Title: Re: last beta sources
Post by: Cisco on December 04, 2007, 09:32:20 PM
Thanks rejetto its a good source code to study and look over was wondering whats it code it in ? is this c++ ?
Title: Re: last beta sources
Post by: rejetto on December 04, 2007, 09:34:46 PM
delphi
Title: Re: last beta sources
Post by: Cisco on December 08, 2007, 04:59:19 AM
o ok thanks rejetto
Title: False bug report
Post by: Mars on November 10, 2008, 02:43:56 PM
This file hfs.updateinfo.txt is in last sources

Quote
HFS update info

[last stable]
asd
[last stable build]
250
[last stable url]
http://www.rejetto.com/hfs/?f=dl&id=exe

[last untested]
2.3 beta - Build #146
[last untested build]
146
[last untested url]
http://www.dovedove.it/hfs/hfs146.exe

[EOF]

it is a problem when compiling, we must delete it at every new build, because the autoupdate load an old version every time hfs is running.

can you exclude it from sources or modify main.pas to ignore this file? thanks.
Quote
try
  // this let the developer to be not connected when testing the parsing
  if not fileExists(ON_DISK) or not mainfrm.localupdatefileChk.Checked  then s:=httpGet(URL)
  else
    begin
    s:=loadFile(ON_DISK);


Title: False bug report
Post by: rejetto on November 10, 2008, 03:12:42 PM
i will delete it from next build.
thanks for reporting. ;)
Title: False bug report
Post by: Mars on November 10, 2008, 03:19:30 PM
Quote
i will delete it from next build.
As has just pointed out it to me silentpliz about one post

Quote
that's nuking, not solving  ;)

 ;) :D ;D ;D ;D ;D ;D
Title: False bug report
Post by: rejetto on November 10, 2008, 03:46:22 PM
got the joke, but it was never meant to be there, it was a bug ;)
Title: False bug report
Post by: rejetto on February 19, 2009, 01:05:28 AM
C0LDSH07moved to http://www.rejetto.com/forum/index.php?topic=6677.0
Title: False bug report
Post by: rejetto on March 26, 2009, 09:59:30 AM
jlpelectronics moved to http://www.rejetto.com/forum/index.php?topic=6797.0
Title: False bug report
Post by: anms on March 28, 2009, 09:44:35 AM
Please use "resourcestring" with all strings.
it can support globalization by Resource.dll (hfs.enu, hfs.rus, hts.jpn etc.)
and it is easy
thanks
Title: False bug report
Post by: rejetto on March 28, 2009, 02:23:21 PM
internationalization is in the to-do list
Title: False bug report
Post by: Lord on April 04, 2009, 02:54:04 PM
Excuse me, where can i see the to-do list?
Title: False bug report
Post by: Mars on April 04, 2009, 04:53:48 PM
Quote
Excuse me, where can i see the to-do list?
http://www.rejetto.com/hfs/?f=todo
Title: False bug report
Post by: Lord on April 04, 2009, 06:41:15 PM
Quote
Excuse me, where can i see the to-do list?
http://www.rejetto.com/hfs/?f=todo
Merci  ;)
Title: False bug report
Post by: SamePaul on April 22, 2009, 03:54:07 PM
omg. I completly forgot :)
Title: False bug report
Post by: mikki on April 28, 2009, 10:44:36 AM
Please update drc file every upload (use --drc option).
Title: False bug report
Post by: rejetto on April 28, 2009, 11:24:02 AM
there was a problem,
you'll find online the fixed version.
thank you for reporting.
Title: False bug report
Post by: SilentPliz on August 30, 2009, 09:33:11 PM
   
Hi! :)

It lacks the ipservices.txt file in the sources HFS 244.

Mars is crossed there to save you :D

missing file is attached, ;) to mars
Title: False bug report
Post by: rejetto on August 31, 2009, 10:55:48 AM
fixed, thanks
Title: False bug report
Post by: SilentPliz on October 10, 2009, 02:45:15 PM
Hi rejetto! :)

I studied a little the documentation of FastMM4, I have seen that many different settings are possible.

Have you compiled your own version of files, or used those provided by default?

If you have did your own settings, can you provide these informations for us, or even give us the files in question?

Thank you in advance. ;)
Title: False bug report
Post by: rejetto on October 11, 2009, 12:48:17 PM
the only change i made is this
{$define LogMemoryLeakDetailToFile }

altho i remember little about it :)
Title: False bug report
Post by: SilentPliz on October 11, 2009, 03:25:42 PM
the only change i made is this
{$define LogMemoryLeakDetailToFile }

altho i remember little about it :)

Thank you for the information.  ;)

I wanted be sure that I comply with your configuration.

If you have "forgotten" is that probably it was not essential. :D
Title: Re: last beta sources
Post by: Mars on December 15, 2009, 11:28:28 PM
unable to rebuild data.rc, the file shell.gif is missing since build 238

file attached
 ;)
Title: Re: last beta sources
Post by: rejetto on December 18, 2009, 10:01:14 PM
fixed in next release
Title: Re: last beta sources
Post by: SilentPliz on February 26, 2010, 03:11:28 PM

jquery.min.js is missing in sources 255  ;)
Title: Re: latest beta sources
Post by: Mars on February 26, 2010, 06:24:24 PM
can't download sources

Not Found

The requested URL was not found on this server.

--------------------------------------------------------------------------------

Servage.net Clustered Webhosting running enhanced Apache Webserver
Title: Re: latest beta sources
Post by: rejetto on February 27, 2010, 08:13:06 PM
fixed
Title: Re: latest beta sources
Post by: Wasserfloh on February 27, 2010, 09:54:43 PM
from next build #138 i will upload updated source for the latest beta
they will be available at address www.dovedove.it/hfs/hfs-latest-beta-src.zip
Not Found
Title: Re: latest beta sources
Post by: MarkV on February 28, 2010, 12:10:59 AM
Link works.
Title: Questions to rejetto about the required libraries to compile HFS
Post by: SilentPliz on May 18, 2010, 03:49:52 PM
Hi rejetto !  :)


I reinstalled Delphi, and I try to install only the necessary libraries to compile HFS.

The dev notes.txt file refers to as necessary the use of ICS V7
I realize that if I install only ICS V7, it's impossible to compile HFS, in effect, the compiler will look for files wsocket.dcu, httpProt.dcu ... etc.

All files of ICS V7 starts by the prefix "OverbyteIcs" (OverbyteIcsWSocket.dcu, OverbyteIcsHttpProt.dcu ...)

Only ICS V5 and earlier don't contain this prefix, and permit to compile without errors HFS (WSocket.dcu, HttpProt.dcu ...)

So, I ask myself some questions:

Do I install versions 5 and 7 of ICS ?
ICS V7 perhaps is only used for one or two specific things that escape me?
Or I don't understand the movie, and in this case if you could enlighten me, it would be nice. :)
Title: Re: latest beta sources
Post by: rejetto on May 29, 2010, 06:04:37 PM
i don't understand.
i guess i made a mess last time i installed ICS,
indeed, i have some of the files of v7, but i have none of those overbyteics* files.
anyway, i can't tell at the moment what's better, i guess using v5.
I recently bought a new laptop, that i'm still setting up, and i'm planning on using Delphi 2010 in the near future.
Title: Re: latest beta sources
Post by: SilentPliz on May 29, 2010, 06:27:01 PM
i don't understand.
i guess i made a mess last time i installed ICS,
indeed, i have some of the files of v7, but i have none of those overbyteics* files.
anyway, i can't tell at the moment what's better, i guess using v5.
I recently bought a new laptop, that i'm still setting up, and i'm planning on using Delphi 2010 in the near future.

You've probably have the files of version 5 in the common folder or other, which is probably why it is these files that are used.

... and i'm planning on using Delphi 2010 in the near future.

I hope we can still compile HFS "freely". ;)

Title: Re: latest beta sources
Post by: rejetto on May 29, 2010, 06:33:54 PM
well, as far as i know, turbo delphi is no more distributed, right?
i mean, other users cannot get their free license anymore.
this truly sucks.
Title: Re: latest beta sources
Post by: SilentPliz on May 29, 2010, 06:44:48 PM
well, as far as i know, turbo delphi is no more distributed, right?
i mean, other users cannot get their free license anymore.

We still find download links ... I lend my license to who wants. :P

this truly sucks.

Indeed... c'est chiant. :-\
Title: Re: latest beta sources
Post by: tukaee on April 05, 2011, 01:38:22 PM
Do you have latest source "277" available for download?
from next build #138 i will upload updated source for the latest beta
they will be available at address www.dovedove.it/hfs/hfs-latest-beta-src.zip
Title: Re: latest beta sources
Post by: Mars on April 05, 2011, 01:42:41 PM
Do you have latest source "277" available for download?

www.dovedove.it/hfs/hfs-latest-beta-src.zip is always the last beta source

dowload it and rename as hfs-latest-beta-src_277.zip  ;)

it's nos possible to download previous sources except the last one.
Title: Re: latest 2.3 beta sources
Post by: SilentPliz on August 20, 2013, 01:24:13 PM
Hi Massimo ! ;)

The compilation of the sources of "build 285" is impossible:

scriptlib.pas:

    if name = 'get ini' then
      begin
      result:=getKeyFromString(getCFG(), p);
      end;
    
corrected with:

    if name = 'get ini' then
      begin
      result:=getKeyFromString(mainfrm.getCFG(), p);
      end;
   
Right?
Title: Re: latest 2.3 beta sources
Post by: rejetto on August 21, 2013, 10:39:30 AM
yes, i don't know why it was different in the published archive.
Updated the archive.
Title: Re: latest 2.3 beta sources
Post by: SilentPliz on June 03, 2014, 01:08:18 PM
Hi all!

I'm looking for sources of beta build #286.

Where can I find it?

Quote
See next post  : 8)
Title: Re: latest 2.3 beta sources
Post by: Mars on June 03, 2014, 09:24:15 PM
Salut SiSi
j'en connais un qui va encore passer des heures sur delphi :)

http://dl.free.fr/jZKPArmwr

à plus l'ami
Title: Re: latest 2.3 beta sources
Post by: SilentPliz on June 05, 2014, 02:01:14 PM
Salut SiSi
j'en connais un qui va encore passer des heures sur delphi :)

http://dl.free.fr/jZKPArmwr

à plus l'ami

Salut Mars ! ;)

J'aurai bien aimé, mais le fichier ne se download pas.  :-X

...pas de chance.

++
Title: Re: latest 2.3 beta sources
Post by: SilentPliz on June 06, 2014, 12:30:42 PM
C'est ok en fait... c'était le navigateur qui bloquait.

Merci beaucoup!

 :) ++
Title: Re: latest 2.3 beta sources
Post by: Mars on February 22, 2015, 07:06:04 PM
Is there not an inconsistency in this part of code? it looks like there was a reversal that creates a dysfunction in the sort file display with arrows.
     
Quote
  procedure getUri();
 .......
  else
          if s > '' then
            vars.delete(ex) //  exists, but we are trying to empty it
          else
            vars.valueFromIndex[ex]:=s; // exists, change the value
        end;

    if vars.count = 0 then exit;
.......
changed bold text to

          if s > '' then
            vars.valueFromIndex[ex]:=s; // exists, change the value
          else
            vars.delete(ex) //  exists, but we are trying to empty it
        end;



udapted hfs.tpl as

Quote
            <th>{.^sortlink|n|Name.}{.^sortlink|e|.extension.}
            <th>{.^sortlink|s|Size.}
            <th>{.^sortlink|!t|Timestamp.}
            <th>{.^sortlink|!d|Hits.}

or to correct the direction of the sort of Timestamp and Hits remove the char "-"

case sortby of
    SB_SIZE: result:=compare_(f1.size, f2.size);
    SB_TIME: result:=compare_(f1.mtime, f2.mtime);
    SB_DL: result:=compare_(f1.DLcount, f2.DLcount);


then arrows behind tittle are correct
Title: Re: latest 2.3 beta sources
Post by: rejetto on February 23, 2015, 12:10:46 AM
thank you mars, will be included in next release