[tor-dev] WIN32_WINNT in or/or.h

2011-06-20 Thread Gisle Vanem
I think that the values for 'WIN32_WINNT' and '_WIN32_WINNT' should be protected against redefinement. Reason: In order for MingW to prototype getaddrinfo() and freeaddrinfo() correctly (in ), '_WIN32_WINNT' *must* be defined as 0x0501 or higher. or/or.h blindly defines them as 0x0400. So, buil

Re: [tor-dev] Tor AF independence patch - first big step to Tor IPv6

2011-06-20 Thread Jeroen Massar
On 2011-06-20 23:22 , Nick Mathewson wrote: [..] > Do you remember which git checkout it was? I can't find one that it > applies cleanly to. I am too much of a git noob, but: git status reveals: # On branch master # Your branch is behind 'origin/master' by 142 commits, and can be fast-forwarded.

Re: [tor-dev] Tor AF independence patch - first big step to Tor IPv6

2011-06-20 Thread Nick Mathewson
On Mon, Jun 20, 2011 at 5:22 PM, Nick Mathewson wrote: > On Wed, Jun 8, 2011 at 8:19 AM, Jeroen Massar wrote: [...] >> A question there also becomes, do we want to show a Tor node as separate >> IPv4 and IPv6 routers, or are they to be seen as one, if it is one, we >> require the above ORMultipo

[tor-dev] Thandy and what's next

2011-06-20 Thread Tomas Touceda
Hello everyone, Thandy, for those who haven't heard about it by now, in few words is a package system for Tor packages and the like. One of the biggest problems we have right now is keeping users' Tor up to date, so we are trying to make time to get this going. (For more detailed information abou

Re: [tor-dev] Tor AF independence patch - first big step to Tor IPv6

2011-06-20 Thread Nick Mathewson
On Wed, Jun 8, 2011 at 8:19 AM, Jeroen Massar wrote: > Hi, > > As this is World IPv6 day, let me present the first big step to Tor > IPv6: the Address Family independence Patch ;) > > https://unfix.org/projects/ipv6/tor/tor-af-independent.diff > > it is diff against a recent git checkout and shoul

Re: [tor-dev] [PATCH] Allow tordnsel to build on Squeeze

2011-06-20 Thread Andrew Lewman
On Sun, 19 Jun 2011 23:35:42 +0200 Jérémy Bobbio wrote: >I give up on tordnsel, I'm unable to get git head to > compile in squeeze > > Attached are 3 patches that allow tordnsel to build on a Squeeze > system. I unfortunately lack a test environment to ensure that the > resulting binary works