Re: [tor-dev] Namecoin .onion to .bit linking

2015-05-19 Thread Daniel Martí
s very list yesterday. You two seem to be after the same "human-readable way to access .onion domain names" target as you yourself described, so there might be room for collaboration. -- Daniel Martí - mv...@mvdan.cc - http://mvdan.cc/ PGP: A9DA 13CD F7A1 4ACD D3DE E530

Re: [tor-dev] Fwd: Orbot v15 RC3... now with x86/ATOM-power!

2015-04-13 Thread Daniel Martí
time is for the best. -- Daniel Martí - mv...@mvdan.cc - http://mvdan.cc/ PGP: A9DA 13CD F7A1 4ACD D3DE E530 F4CA FFDB 4348 041C ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

Re: [tor-dev] Fwd: Orbot v15 RC3... now with x86/ATOM-power!

2015-04-13 Thread Daniel Martí
; x86/Linux and copy the resulting binary to ./libs/x86 (and yes, you > can include both in a single APK, and it will deploy whichever one is > appropriate). But then this would mean that we wouldn't need android/arm either, since we could just use linux/arm

[tor-dev] [GSoC] Consensus diffs - Sixth report

2014-08-17 Thread Daniel Martí
eference on what the consdiff-N branches mean. Regards. [1] https://github.com/mvdan/tor -- Daniel Martí - mv...@mvdan.cc - http://mvdan.cc/ PGP: A9DA 13CD F7A1 4ACD D3DE E530 F4CA FFDB 4348 041C signature.asc Description: Digital signature ___ tor-

[tor-dev] [PATCH 1/4] Remove some unused variables

2014-08-15 Thread Daniel Martí
Signed-off-by: Daniel Martí --- lib/chutney/TorNet.py | 5 ++--- lib/chutney/Traffic.py | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py index 3685ec0..9d8efd1 100644 --- a/lib/chutney/TorNet.py +++ b/lib/chutney/TorNet.py

Re: [tor-dev] [GSoC] Consensus diffs - Fifth report

2014-08-03 Thread Daniel Martí
On Sun, Aug 03, 2014 at 02:11:37 +0200, Sebastian Hahn wrote: > On 02 Aug 2014, at 21:25, Daniel Martí wrote: > > This is the fifth status report of my Google Summer of Code project, > > which is to implement consensus diffs for Tor. My mentors - Sebastian and > > Nick - an

[tor-dev] [GSoC] Consensus diffs - Fifth report

2014-08-02 Thread Daniel Martí
rly. Regards. [1] https://github.com/mvdan/tor -- Daniel Martí - mv...@mvdan.cc - http://mvdan.cc/ PGP: A9DA 13CD F7A1 4ACD D3DE E530 F4CA FFDB 4348 041C signature.asc Description: Digital signature ___ tor-dev mailing list tor-dev@l

[tor-dev] [GSoC] Consensus diffs - Fourth report

2014-07-20 Thread Daniel Martí
rspec.git/blob_plain/refs/heads/master:/proposals/140-consensus-diffs.txt [2] https://github.com/mvdan/tor/branches -- Daniel Martí - mv...@mvdan.cc - http://mvdan.cc/ PGP: A9DA 13CD F7A1 4ACD D3DE E530 F4CA FFDB 4348 041C signature.asc Descriptio

[tor-dev] [GSoC] Consensus diffs - Third report

2014-07-04 Thread Daniel Martí
as happened other than my coding. Hopefully we'll be back at full speed soon! -- Daniel Martí - mv...@mvdan.cc - http://mvdan.cc/ PGP: A9DA 13CD F7A1 4ACD D3DE E530 F4CA FFDB 4348 041C signature.asc Description: Digital signature __

[tor-dev] [GSoC] Consensus diffs - Second report

2014-06-19 Thread Daniel Martí
ise. So I would like to get started with that bit the sooner the better, to have more time to get everything working and tested before we run out of time. As usual, any comments or ideas are very welcome. -- Daniel Martí - mv...@mvdan.cc - http://mvdan.cc/ PGP: A9DA 13CD F7A1 4ACD D3DE

Re: [tor-dev] [GSoC] Consensus Diffs - First report

2014-06-08 Thread Daniel Martí
above. -- Daniel Martí - mv...@mvdan.cc - http://mvdan.cc/ PGP: A9DA 13CD F7A1 4ACD D3DE E530 F4CA FFDB 4348 041C signature.asc Description: Digital signature ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cg

[tor-dev] [GSoC] Consensus Diffs - First report

2014-06-08 Thread Daniel Martí
find diffs D that are very close in size to N or M. Plus, as far as I understand, the divide-and-conquer algorithm is pretty clean and easy to understand while the O(ND) algorithm by Myers would probably be harder to implement in a clean way. I'm in no way an expert in diff/lcs algorithms, so s

Re: [tor-dev] Revising Proposal 140

2014-05-01 Thread Daniel Martí
client side. We don't know yet whether keeping multiple consensuses will be of practical use, but we can always roll back to providing only one available consensus hash. -- Daniel Martí - mv...@mvdan.cc - http://mvdan.cc/ PGP: A9DA 13CD F7A1 4ACD D3DE E530 F4CA FFDB 4348 041C

Re: [tor-dev] Revising Proposal 140

2014-05-01 Thread Daniel Martí
teresting idea. We could include non-running relays in the consensus for, say, half a day. I don't know how often do relays temporarily stop running, or how long do they generally do it for - I shall investigate. -- Daniel Martí - mv...@mvdan.cc - http://mvdan.cc/ PGP: A9DA 13CD F7A1 4ACD D

[tor-dev] Revising Proposal 140

2014-05-01 Thread Daniel Martí
ing an update are welcome, of course :) Regards. [0] https://lists.torproject.org/pipermail/tor-dev/2014-April/006744.html [1] https://gitweb.torproject.org/torspec.git/blob_plain/refs/heads/master:/proposals/140-consensus-diffs.txt -- Daniel Martí - mv...@mvdan.cc - http://mvdan.cc/ PGP: A9DA

Re: [tor-dev] GSoC: Implement consensus diffs

2014-04-22 Thread Daniel Martí
file from either an authority or a cache will always be possible, if that's what you are concerned about. But we want diffs to be usable in a secure manner just like entire consensuses are. [0] https://gitweb.torproject.org/torspec.git/blob/refs/heads/master:/dir-spec.txt -- Daniel Martí

[tor-dev] GSoC: Implement consensus diffs

2014-04-22 Thread Daniel Martí
orproject.org/getinvolved/volunteer.html.en#consensusDiffs [1] https://gitweb.torproject.org/torspec.git/blob_plain/refs/heads/master:/proposals/140-consensus-diffs.txt -- Daniel Martí - mv...@mvdan.cc - http://mvdan.cc/ PGP: A9DA 13CD F7A1 4ACD D3DE E530 F4CA FFDB 4348 041C pgpitSPQNrbXY.pgp D

Re: [tor-dev] [Orbot patch] Properly skip tests when building libevent

2014-03-27 Thread Daniel Martí
On Thu, Mar 27, 2014 at 13:41:21 -0400, Nathan Freitas wrote: > On 03/27/2014 12:30 PM, Daniel Martí wrote: > > This fixes the remaining $(top_srcdir) errors and properly > > generates event2/event-config.h > > Thanks. Will review and integrate shortly. Great, thanks! M

[tor-dev] [Orbot patch] Properly skip tests when building libevent

2014-03-27 Thread Daniel Martí
This fixes the remaining $(top_srcdir) errors and properly generates event2/event-config.h Signed-off-by: Daniel Martí --- external/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/external/Makefile b/external/Makefile index bce8d83..7a9f637 100644 --- a/external

[tor-dev] [Orbot patch] Add all /external build stamps to .gitignore, cleanup

2014-03-27 Thread Daniel Martí
Signed-off-by: Daniel Martí --- .gitignore | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 4824f92..f3fb750 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,11 @@ -external/bin/ -external/include/ -external/jtorctl

[tor-dev] [Orbot patch] Fix building of openssl on newer systems

2014-03-25 Thread Daniel Martí
=$(NDK_BASE)/platforms/android-8/arch-arm/usr make build_libs + make CC="$(CC)" ANDROID_DEV=$(NDK_BASE)/platforms/android-8/arch-arm/usr build_libs openssl-build-stamp: lib/libcrypto.a lib/libssl.a touch openssl-build-stamp -- Daniel Martí - mv...@mvdan.cc -