Re: [tor-dev] circuitmux_ewma.c

2012-11-01 Thread Gisle Vanem
"Nick Mathewson" wrote: I'm happy to open another ticket for these, but have you tried using the bugtracker yourself? Is there some UI issue or something that prevents you from opening tickets? I used the easy way-out; sent an email. It didn't occured at the time, there was a bugtracker. Wil

[tor-dev] Reminder of November, December deadlines for Tor 0.2.4

2012-11-01 Thread Nick Mathewson
Hi, all! >From the Tor 0.2.4 schedule at https://trac.torproject.org/projects/tor/wiki/org/roadmaps/Tor/024 : """November 20, 2012: Big feature proposal freeze. Any big feature which requires a design proposal must have its design proposal finished by this date. If it needs changes after this da

Re: [tor-dev] circuitmux_ewma.c

2012-11-01 Thread Nick Mathewson
On Thu, Nov 1, 2012 at 1:04 PM, Gisle Vanem wrote: > These gcc extensions: > Hi, Gisle! I'm happy to open another ticket for these, but have you tried using the bugtracker yourself? Is there some UI issue or something that prevents you from opening tickets? If so I'd be glad to try to help wor

[tor-dev] circuitmux_ewma.c

2012-11-01 Thread Gisle Vanem
These gcc extensions: /*** EWMA circuitmux_policy_t method table ***/ circuitmux_policy_t ewma_policy = { .alloc_cmux_data = ewma_alloc_cmux_data, .free_cmux_data = ewma_free_cmux_data, Doesn't work well with MSVC. Here is a patch: --- ..\..\Git-latest\src\or\circuitmux_ewma.c 2012-11-01 1

Re: [tor-dev] [Patch] tools\tor-fw-helper\tor-fw-helper-natpmp.c

2012-11-01 Thread Nick Mathewson
On Thu, Nov 1, 2012 at 1:11 PM, Gisle Vanem wrote: > The code in tools\tor-fw-helper\tor-fw-**helper-natpmp.c does > things wrong on Winsock where e.g. errno isn't set on socket-errors and > 'fd' is (always?) >= FD_SETSIZE. Patch attached. Thanks. I've copied this information to the bugtracker

[tor-dev] [Patch] tools\tor-fw-helper\tor-fw-helper-natpmp.c

2012-11-01 Thread Gisle Vanem
The code in tools\tor-fw-helper\tor-fw-helper-natpmp.c does things wrong on Winsock where e.g. errno isn't set on socket-errors and 'fd' is (always?) >= FD_SETSIZE. Patch attached. --gv --- Git-latest\src\tools\tor-fw-helper\tor-fw-helper-natpmp.c 2012-11-01 18:05:12.246093500 +0100 +++

[tor-dev] gsathya's October

2012-11-01 Thread Sathyanarayanan Gunasekaran
I was mostly busy with giving the required exams for grad school and generally worrying about. I did manage to do a bunch of Tor stuff - - Implemented DisableNetwork in Orbot. Orbot stops making new connections and drops existing ones once you lose network connectivity, saving battery life. Also,