Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-06 Thread Olivier Mascia
> Le 5 janv. 2018 à 18:03, Florian Balmer a écrit : > >> You might then enjoy a fresh build out of trunk. > > Goes off like a rocket, thanks for the nice work! > > Also, using `GetStdHandle(STD_INPUT_HANDLE)!=NULL' to test whether or > not running in a console session is clever, my proposed sol

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-05 Thread Florian Balmer
Olivier Mascia: > But on XP the delay is 'intolerable' rather than unnoticeable. :) > > A small patch for that is included along a larger IPv4/IPv6 patch > I submitted today. > > I see Richard put it on trunk (see [e506ebb764]) minutes ago. > > Especially those of you using Windows XP would help b

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-05 Thread Olivier Mascia
> Le 5 janv. 2018 à 16:47, Florian Balmer a écrit : > > Given the portability of Fossil, I was happy it > worked on Windows XP, but waiting 15 seconds for `fossil ui' cools > down my joy a little bit ;-) You might then enjoy a fresh build out of trunk. :) -- Best Regards, Meilleures salutation

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-05 Thread Florian Balmer
Thomas Schnurrenberger: > I measured the time it takes to call StartServiceCtrlDispatcherW > on my 8 year old Windows 7 64bit box: roughly 600 microseconds, I > don't think this is noticeable! > It would be interesting to known time on your XP boxes. Thanks for your interest and for the test pro

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-05 Thread Olivier Mascia
> Le 5 janv. 2018 à 15:43, Thomas Schnurrenberger a écrit : > > On 03.01.2018 23:33, Florian Balmer wrote: >> The startup delay for `fossil ui' and `fossil server' on Windows XP is >> more obvious than possibly sluggish browser navigation, which I >> *think* is due to waiting for StartServiceCtrl

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-05 Thread info
cool! Am 2018-01-05 15:43, schrieb Thomas Schnurrenberger: On 03.01.2018 23:33, Florian Balmer wrote: The startup delay for `fossil ui' and `fossil server' on Windows XP is more obvious than possibly sluggish browser navigation, which I *think* is due to waiting for StartServiceCtrlDispatcherW.

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-05 Thread info
Hallöchen! Von meinem iPhone gesendet ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-05 Thread Thomas Schnurrenberger
On 03.01.2018 23:33, Florian Balmer wrote: > The startup delay for `fossil ui' and `fossil server' on Windows XP is > more obvious than possibly sluggish browser navigation, which I > *think* is due to waiting for StartServiceCtrlDispatcherW. This could > be cut down by skipping the call to StartSe

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-03 Thread Florian Balmer
Thanks for the interesting details about IPv6 and Windows. Richard Hipp: > I'd appreciate it if some readers could try the two versions out, > side by side, and give their opinions. Focusing on Windows XP here, the version with [c038de8d] works fine and navigates to the correct page for `fossil

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-03 Thread Richie Adler
El 03/01/2018 a las 16:38, Olivier Mascia escribió: > Merely replacing "127.0.0.1" with "::1". In my Windows 7 x64 installation, updating to 96dcb7e7 and making the indicated change DOES NOT restore the --localauth functionality. ___ fossil-users maili

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-03 Thread Richard Hipp
On 1/3/18, Marcelo Huerta wrote: >> >> I think this should be fixed on the latest trunk check-in >> (https://www.fossil-scm.org/fossil/info/96dcb7e709a47863) Please try >> it out and let me know either way. > > Sadly, it still asks for a login for localhost. > Can you try again on using https://

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-03 Thread Richard Hipp
On 1/3/18, Olivier Mascia wrote: > > And second, use code from or above [723dedac] fossil's trunk *and* apply > this additional patch: > >if( flags & HTTP_SERVER_LOCALHOST ){ > -zIpAddr = "127.0.0.1"; > +zIpAddr = "::1"; >} This patch, plus a couple of others are now on a branch:

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-03 Thread Olivier Mascia
> Le 3 janv. 2018 à 18:59, Florian Balmer a écrit : > > Re: Fossil with IPv6 support on Windows XP > > I have several physical and virtual XP machines around, and `fossil > ui' doesn't work any more with the new patch. > Le 3 janv. 2018 à 19:26, Marcelo Huerta a écrit : > > I can add that sta

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-03 Thread Richard Hipp
On 1/3/18, Marcelo Huerta wrote: > > I can add that starting with 21d5038f, for "fossil server", localhost access > without login stops working even when the --localauth is passed on > invocation, > at least in my Windows 7 installation. > I think this should be fixed on the latest trunk check-in

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-03 Thread Richie Adler
Florian Balmer decía, en el mensaje "Re: [fossil-users] Fossil with IPv6 support on Windows XP" del 3/1/2018 14:59:05: > Re: Fossil with IPv6 support on Windows XP > > I have several physical and virtual XP machines around, and `fossil > ui' doesn't work any mor

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-03 Thread Marcelo Huerta
Florian Balmer decía, en el mensaje "Re: [fossil-users] Fossil with IPv6 support on Windows XP" del 3/1/2018 14:59:05: > Re: Fossil with IPv6 support on Windows XP > > I have several physical and virtual XP machines around, and `fossil > ui' doesn't work any mor

Re: [fossil-users] Fossil with IPv6 support on Windows XP

2018-01-03 Thread Florian Balmer
Re: Fossil with IPv6 support on Windows XP I have several physical and virtual XP machines around, and `fossil ui' doesn't work any more with the new patch. --Florian ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-sc

[fossil-users] Fossil with IPv6 support on Windows XP

2018-01-02 Thread Olivier Mascia
Dear, I could finally re-install a VM with a plain old stock "Windows XP with Service Pack 3", to re-run a series of tests, because I had some fears. Here are some findings for you to consider. Out of fresh install, IPv6 is not setup. So fossil ui and fossil server will both fail listening on