[fossil-users] proxy setting and ssh:// url

2013-03-15 Thread Martin Gagnon
Hi list,

When proxy setting is ON globaly (or from environnement variable), repo that
use ssh:// protocol stop working.

I know it's possible to do: fossil set proxy off on those repository, but I
think it would be better to just ignore the proxy when using ssh:// or file://
urls since ssh can never work through a http proxy. Anyway, ssh have a lot of
alternative to http_proxy for indeirect connection.

Here's a patch that should ignore proxy settings with file:// and ssh://
protocol..

Regards...

-- 
Martin G.


noproxy_with_ssh.patch
Description: Binary data
___
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] Patch for building fossil for Android using NDK

2013-03-15 Thread Stephan Beal
On Fri, Mar 15, 2013 at 12:41 PM, Mark Janssen mpc.jans...@gmail.comwrote:

 After struggeling with cross compiling fossil for Android using plain GCC
 for a while, I tried today to compile it using the NDK.
 ...

Have fun with this,


FWIW: +++1!

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
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] proxy setting and ssh:// url

2013-03-15 Thread Stephan Beal
On Fri, Mar 15, 2013 at 2:42 PM, Martin Gagnon eme...@gmail.com wrote:

 Here's a patch that should ignore proxy settings with file:// and ssh://
 protocol..


To work around the (presumably missing?) contributor agreement i rewrote
the patch (all 15 or 20 bytes of it). It's now checked in:

http://fossil-scm.org/index.html/info/0d55a0ad0f

i don't have any repos which use file:// or ssh:// protocols, nor am i
behind a proxy, so i'd ask someone who has such a setup to double-check
that this commit works.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
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] Patch for building fossil for Android using NDK

2013-03-15 Thread Mark Janssen
On Fri, Mar 15, 2013 at 2:53 PM, Jan Nijtmans jan.nijtm...@gmail.comwrote:

 2013/3/15 Mark Janssen mpc.jans...@gmail.com:
  I have attached the patch for those who are interested. Currently you
 need
  to build on Linux because of the source translation step. It would be
 nice
  if this could somehow be included in fossil proper.

 The change to src/user.c looks good to me, except for the line:
   #ifdef __MINGW32__
 which should be:
   #if defined(_WIN32)


I did not touch that line, it was already there, but if that is better, I
could change it at the same time.


 Did you sign a Contributor Agreement?:
https://www.fossil-scm.org/index.html/doc/trunk/www/contribute.wiki


Not yet, I have no problems signing one, I just need to see how to get it
to drh. Would a scanned copy suffice?


 For the other changes, I don't think they should go in their
 own android directory, but I have no idea what the
 correct place should be.


Me neither. Thing is the android ndk-build script expects a jni
subdirectory so I am not sure how easy it is to change the directory
structure. When including this in fossil proper, this should be looked into.



 Bedankt!


Graag gedaan!


Jan Nijtmans
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
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] proxy setting and ssh:// url

2013-03-15 Thread Mark Janssen
This probably fixes issue 137cf42ad9 as well. Can't check at the moment but
will check when at work.


On Fri, Mar 15, 2013 at 3:37 PM, Stephan Beal sgb...@googlemail.com wrote:


 On Fri, Mar 15, 2013 at 2:42 PM, Martin Gagnon eme...@gmail.com wrote:

 Here's a patch that should ignore proxy settings with file:// and ssh://
 protocol..


 To work around the (presumably missing?) contributor agreement i rewrote
 the patch (all 15 or 20 bytes of it). It's now checked in:

 http://fossil-scm.org/index.html/info/0d55a0ad0f

 i don't have any repos which use file:// or ssh:// protocols, nor am i
 behind a proxy, so i'd ask someone who has such a setup to double-check
 that this commit works.

 --
 - stephan beal
 http://wanderinghorse.net/home/stephan/
 http://gplus.to/sgbeal

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


___
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] proxy setting and ssh:// url

2013-03-15 Thread Richard Hipp
On Fri, Mar 15, 2013 at 11:18 AM, Martin Gagnon eme...@gmail.com wrote:


 Actually, I post my contributor agreement a while ago...


It was misfiled.  But I found it and put it in the correct folder in the
firesafe.  Thank you.


-- 
D. Richard Hipp
d...@sqlite.org
___
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] proxy setting and ssh:// url

2013-03-15 Thread Stephan Beal
On Fri, Mar 15, 2013 at 8:08 PM, Richard Hipp d...@sqlite.org wrote:

 On Fri, Mar 15, 2013 at 11:18 AM, Martin Gagnon eme...@gmail.com wrote:


 Actually, I post my contributor agreement a while ago...


 It was misfiled.  But I found it and put it in the correct folder in the
 firesafe.  Thank you.


FYI: his account has just been set up the details have been sent to him.

Welcome aboard, Martin!

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users