Re: [tor-dev] [Patch] test_util.c with MSVC

2012-04-26 Thread Nick Mathewson
On Thu, Apr 26, 2012 at 4:37 PM, Esteban Manchado Velázquez wrote: > On Thu, 26 Apr 2012 09:09:09 +0200, Gisle Vanem wrote: > >> The src/test/test_util.c doesn't compile with MSVC (CL ver. >> 16.00.30319.01). >> It doesn't like the "#ifdef 0" construct, but the whole chunk should be >> enabled wi

Re: [tor-dev] [Patch] test_util.c with MSVC

2012-04-26 Thread Esteban Manchado Velázquez
On Thu, 26 Apr 2012 09:09:09 +0200, Gisle Vanem wrote: The src/test/test_util.c doesn't compile with MSVC (CL ver. 16.00.30319.01). It doesn't like the "#ifdef 0" construct, but the whole chunk should be enabled with some modifications IMHO. Ugh, sorry about that. I made the changes bl

[tor-dev] [GSoC] Introduction - Vidalia

2012-04-26 Thread Feroze Naina
Hello, I'm Feroze and I will be working on the hidden service configuration and bandwidth scheduling plugins for Vidalia. I'm specially excited about the bandwidth scheduling plugin as I've felt the need for this. Users would like to specify different bandwidth allocation for Tor relay at differen

[tor-dev] [Patch] test_util.c with MSVC

2012-04-26 Thread Gisle Vanem
The src/test/test_util.c doesn't compile with MSVC (CL ver. 16.00.30319.01). It doesn't like the "#ifdef 0" construct, but the whole chunk should be enabled with some modifications IMHO. 'path_is_relative()' doesn't handle the "http:\\dir" case though. Why should it? Besides 'expand_filename()' i