[tor-commits] [research-web/master] Add three reports by Steven/George.

2012-08-25 Thread karsten
commit 021fb01029f2dade2d716f4eaa65967b0e618a86
Author: Karsten Loesing 
Date:   Sun Aug 26 08:06:59 2012 +0200

Add three reports by Steven/George.
---
 techreports.html |   15 +--
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/techreports.html b/techreports.html
index e2dc191..5032091 100644
--- a/techreports.html
+++ b/techreports.html
@@ -38,15 +38,17 @@ Tor Tech Report 2012-08-001.
 August 22, 2012.
 PDF.
 
-
+PDF.
 
-
+PDF.
 
 George Kadianakis.
 Packet Size Pluggable Transport and Traffic Morphing.
@@ -74,10 +76,11 @@ Tor Tech Report 2011-11-002.
 November 29, 2011.
 PDF.
 
-
+PDF.
 
 

[tor-commits] [tech-reports/master] Merge branch 'sjm-reports'

2012-08-25 Thread karsten
commit 4a3ac5160c5feb2d599f15cf9027b18699f4bb8e
Merge: 24885cc 3834323
Author: Karsten Loesing 
Date:   Sun Aug 26 07:58:03 2012 +0200

Merge branch 'sjm-reports'

 2011/datagram-comparison/.gitignore|3 +
 2011/datagram-comparison/NOTES.txt |6 +
 2011/datagram-comparison/datagram-comparison.mm|  222 ++
 2011/datagram-comparison/datagram-comparison.tex   |  495 
 2011/datagram-comparison/freedom-data.pdf  |  Bin 0 -> 14592 bytes
 2011/datagram-comparison/freedom-data.svg  |  717 +
 2011/datagram-comparison/liberatore-data.pdf   |  Bin 0 -> 14479 bytes
 2011/datagram-comparison/liberatore-data.svg   |  742 ++
 2011/datagram-comparison/reardon-data.pdf  |  Bin 0 -> 14776 bytes
 2011/datagram-comparison/reardon-data.svg  |  822 
 2011/datagram-comparison/references.bib|   74 ++
 2011/datagram-comparison/tor-data.pdf  |  Bin 0 -> 14091 bytes
 2011/datagram-comparison/tor-data.svg  |  738 ++
 2011/datagram-comparison/tor-extension.pdf |  Bin 0 -> 11779 bytes
 2011/datagram-comparison/tor-extension.svg |  617 +++
 2011/datagram-comparison/tortechrep.cls|1 +
 2011/datagram-comparison/viecco-data.pdf   |  Bin 0 -> 15242 bytes
 2011/datagram-comparison/viecco-data.svg   |  780 +++
 2012/datagram-testing-plan/.gitignore  |3 +
 .../datagram-testing-plan.bib  |   25 +
 .../datagram-testing-plan.tex  |  137 
 2012/datagram-testing-plan/tortechrep.cls  |1 +
 2012/pluggable-roadmap/.gitignore  |3 +
 2012/pluggable-roadmap/pluggable-roadmap.bib   |   17 +
 2012/pluggable-roadmap/pluggable-roadmap.tex   |  262 +++
 2012/pluggable-roadmap/tortechrep.cls  |1 +
 26 files changed, 5666 insertions(+), 0 deletions(-)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tech-reports/master] Update datagram-comparison report to new style.

2012-08-25 Thread karsten
commit ef5e226756db78e38048fd46b371e8865b078dbf
Author: Karsten Loesing 
Date:   Wed Aug 8 08:57:47 2012 +0200

Update datagram-comparison report to new style.
---
 2011/datagram-comparison/.gitignore  |   11 +--
 2011/datagram-comparison/Makefile|   21 -
 2011/datagram-comparison/datagram-comparison.tex |   17 ++---
 2011/datagram-comparison/freedom-data.pdf|  Bin 0 -> 14592 bytes
 2011/datagram-comparison/liberatore-data.pdf |  Bin 0 -> 14479 bytes
 2011/datagram-comparison/prettyref.sty   |   41 --
 2011/datagram-comparison/reardon-data.pdf|  Bin 0 -> 14776 bytes
 2011/datagram-comparison/tor-data.pdf|  Bin 0 -> 14091 bytes
 2011/datagram-comparison/tor-extension.pdf   |  Bin 0 -> 11779 bytes
 2011/datagram-comparison/tortechrep.cls  |1 +
 2011/datagram-comparison/vc  |   24 --
 2011/datagram-comparison/vc-git.awk  |   89 --
 2011/datagram-comparison/viecco-data.pdf |  Bin 0 -> 15242 bytes
 13 files changed, 9 insertions(+), 195 deletions(-)

diff --git a/2011/datagram-comparison/.gitignore 
b/2011/datagram-comparison/.gitignore
index 6060eac..de61ef1 100644
--- a/2011/datagram-comparison/.gitignore
+++ b/2011/datagram-comparison/.gitignore
@@ -1,10 +1,3 @@
-*.swp
-*.aux
-*.log
-*.out
-*.bbl
-*.blg
-tor-data.pdf
-tor-extension.pdf
 datagram-comparison.pdf
-vc.tex
+datagram-comparison-2011-11-07.pdf
+
diff --git a/2011/datagram-comparison/Makefile 
b/2011/datagram-comparison/Makefile
deleted file mode 100644
index 05746ab..000
--- a/2011/datagram-comparison/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-all: datagram-comparison.pdf
-
-%.pdf: %.svg
-   inkscape --without-gui --export-area-page --export-pdf=`pwd`/$@ `pwd`/$<
-
-datagram-comparison.pdf: tor-data.pdf tor-extension.pdf reardon-data.pdf 
viecco-data.pdf \
-liberatore-data.pdf freedom-data.pdf
-
-%.pdf: %.tex references.bib
-   ./vc -m
-   pdflatex $<
-   bibtex datagram-comparison
-   pdflatex $<
-   pdflatex $< 
-
-publish: datagram-comparison.pdf
-   cp datagram-comparison.pdf ~/public_html/volatile
-
-clean:
-   rm -f *.aux *.bbl *.blg *.log *.out \
-  tor-data.pdf tor-extension.pdf datagram-comparison.pdf vc.tex
diff --git a/2011/datagram-comparison/datagram-comparison.tex 
b/2011/datagram-comparison/datagram-comparison.tex
index 8a12791..0741547 100644
--- a/2011/datagram-comparison/datagram-comparison.tex
+++ b/2011/datagram-comparison/datagram-comparison.tex
@@ -1,5 +1,4 @@
-\documentclass[a4paper]{article}
-\usepackage{a4wide}
+\documentclass{tortechrep}
 \usepackage{upgreek}
 \usepackage{palatino}
 \usepackage{fancyhdr}
@@ -7,7 +6,6 @@
 \usepackage{graphicx}
 \usepackage{parskip}
 %\immediate\write18{sh ./vc}
-\input{vc.tex}
 %\usepackage{draftwatermark}
 
 \usepackage{hyperref}
@@ -41,20 +39,17 @@
 \newrefformat{cha}{Chapter~\ref{#1}}
 \newrefformat{app}{Appendix~\ref{#1}}
 
-\pagestyle{fancy}
-\fancyhf{}
-
-\fancyhead[C]{\sc revision \VCRevisionMod~(\VCDateISO~\VCTime)}
-\fancyfoot[C]{\thepage}  
-
 \newcommand{\figref}[1]{\textsf{#1}}
 
-\title{Comparison of Tor Datagram Designs}
-\author{Steven J. Murdoch}
 %\renewcommand{\today}{29 March 2011}
 
 \begin{document}
 
+\title{Comparison of Tor Datagram Designs}
+\author{Steven J. Murdoch}
+\contact{steven.murd...@cl.cam.ac.uk}
+\date{November 7, 2011}
+\reportid{2011-11-001}
 \maketitle
 
 %\setlength{\parindent}{0pt}
diff --git a/2011/datagram-comparison/freedom-data.pdf 
b/2011/datagram-comparison/freedom-data.pdf
new file mode 100644
index 000..680a2d2
Binary files /dev/null and b/2011/datagram-comparison/freedom-data.pdf differ
diff --git a/2011/datagram-comparison/liberatore-data.pdf 
b/2011/datagram-comparison/liberatore-data.pdf
new file mode 100644
index 000..1bc6b2f
Binary files /dev/null and b/2011/datagram-comparison/liberatore-data.pdf differ
diff --git a/2011/datagram-comparison/prettyref.sty 
b/2011/datagram-comparison/prettyref.sty
deleted file mode 100644
index f3ce032..000
--- a/2011/datagram-comparison/prettyref.sty
+++ /dev/null
@@ -1,41 +0,0 @@
-%%
-%% This is file `prettyref.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% prettyref.dtx  (with options: `style')
-%% 
-%% Copyright (c) 1995 Kevin Ruland
-%% 
-%%
-%% prettyref v3.0
-%%
-%% Copyright 1995,1998.  by Kevin Ruland ke...@rodin.wustl.edu
-%%
-%% The following licence notice was added by Clea F. Rees on behalf of Kevin 
Ruland on 2008/11/05.
-%%
-%% prettyref consists of the files prettyref.dtx, prettyref.ins, 
prettyref.pdf, README and the derived file prettyref.sty. It is released to the 
public domain.
-%%
-\ProvidesPackage{prettyref}[1998/07/09 v3.0]
-\def\newrefformat#1#2{%
-  \@namedef{pr@#1}##1{#2}}
-\newrefformat{eq}{\textup{(\ref{#1})}}
-\newrefformat{lem}{Lemma \ref{#1}}
-\newrefformat{thm}{Theorem \ref{#1}}
-\newrefformat{cha}{

[tor-commits] [tech-reports/master] Update George's contact email address.

2012-08-25 Thread karsten
commit 3834323ea8795a4053691f6f98e16629013a7c1e
Author: Karsten Loesing 
Date:   Tue Aug 21 06:55:37 2012 +0200

Update George's contact email address.
---
 2012/pluggable-roadmap/pluggable-roadmap.tex |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/2012/pluggable-roadmap/pluggable-roadmap.tex 
b/2012/pluggable-roadmap/pluggable-roadmap.tex
index 00ff356..a3ee895 100644
--- a/2012/pluggable-roadmap/pluggable-roadmap.tex
+++ b/2012/pluggable-roadmap/pluggable-roadmap.tex
@@ -32,7 +32,7 @@
 \title{Pluggable Transports Roadmap}
 
 \author{Steven J. Murdoch and George Kadianakis}
-\contact{steven.murd...@cl.cam.ac.uk,desnac...@riseup.net}
+\contact{steven.murd...@cl.cam.ac.uk,a...@torproject.org}
 \date{March 17, 2012}
 \reportid{2012-03-003}
 



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/whisperback_completed] Update translations for whisperback_completed

2012-08-25 Thread translation
commit edf6175cffddab76a22e243e631b6a3fdbf03aed
Author: Translation commit bot 
Date:   Sat Aug 25 11:15:28 2012 +

Update translations for whisperback_completed
---
 pl_PL/pl_PL.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pl_PL/pl_PL.po b/pl_PL/pl_PL.po
index 044b9ac..352b1a6 100644
--- a/pl_PL/pl_PL.po
+++ b/pl_PL/pl_PL.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2012-02-16 22:33+0100\n"
-"PO-Revision-Date: 2012-08-25 10:41+\n"
+"PO-Revision-Date: 2012-08-25 10:47+\n"
 "Last-Translator: bogdrozd \n"
 "Language-Team: LANGUAGE \n"
 "MIME-Version: 1.0\n"
@@ -228,7 +228,7 @@ msgid ""
 "\n"
 "You should have received a copy of the GNU General Public License\n"
 "along with this program.  If not, see .\n"
-msgstr "WhisperBack - wysyłaj informacje zwrotne zaszyfrowaną pocztą\n"
+msgstr "WhisperBack - wysyłaj informacje zwrotne zaszyfrowaną 
pocztą\nCopyright © 2009-2012 deweloperzy Tails (ta...@boum.org)\nNiniejszy 
program jest wolnym oprogramowaniem; możesz go\nrozprowadzać dalej i/lub 
modyfikować na warunkach Powszechnej\nLicencji Publicznej GNU, wydanej przez 
Fundację Wolnego\nOprogramowania - według wersji 3-ciej tej Licencji lub 
którejś\nz późniejszych wersji.\n\nNiniejszy program rozpowszechniany jest 
z nadzieją, iż będzie on\nużyteczny - jednak BEZ JAKIEJKOLWIEK GWARANCJI, 
nawet domyślnej\ngwarancji PRZYDATNOŚCI HANDLOWEJ albo PRZYDATNOŚCI DO 
OKREŚLONYCH\nZASTOSOWAŃ. W celu uzyskania bliższych informacji - 
Powszechna\nLicencja Publiczna GNU.\n\nZ pewnością wraz z niniejszym 
programem otrzymałeś też egzemplarz\nPowszechnej Licencji Publicznej GNU 
(GNU General Public License);\njeśli nie - zajrzyj na 
.\n\n"
 
 #: ../data/whisperback.ui.h:28
 msgid "debugging info"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/whisperback] Update translations for whisperback

2012-08-25 Thread translation
commit 93be9968d2c22777d182ae996b6d59710f30a002
Author: Translation commit bot 
Date:   Sat Aug 25 11:15:27 2012 +

Update translations for whisperback
---
 pl_PL/pl_PL.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pl_PL/pl_PL.po b/pl_PL/pl_PL.po
index 044b9ac..352b1a6 100644
--- a/pl_PL/pl_PL.po
+++ b/pl_PL/pl_PL.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2012-02-16 22:33+0100\n"
-"PO-Revision-Date: 2012-08-25 10:41+\n"
+"PO-Revision-Date: 2012-08-25 10:47+\n"
 "Last-Translator: bogdrozd \n"
 "Language-Team: LANGUAGE \n"
 "MIME-Version: 1.0\n"
@@ -228,7 +228,7 @@ msgid ""
 "\n"
 "You should have received a copy of the GNU General Public License\n"
 "along with this program.  If not, see .\n"
-msgstr "WhisperBack - wysyłaj informacje zwrotne zaszyfrowaną pocztą\n"
+msgstr "WhisperBack - wysyłaj informacje zwrotne zaszyfrowaną 
pocztą\nCopyright © 2009-2012 deweloperzy Tails (ta...@boum.org)\nNiniejszy 
program jest wolnym oprogramowaniem; możesz go\nrozprowadzać dalej i/lub 
modyfikować na warunkach Powszechnej\nLicencji Publicznej GNU, wydanej przez 
Fundację Wolnego\nOprogramowania - według wersji 3-ciej tej Licencji lub 
którejś\nz późniejszych wersji.\n\nNiniejszy program rozpowszechniany jest 
z nadzieją, iż będzie on\nużyteczny - jednak BEZ JAKIEJKOLWIEK GWARANCJI, 
nawet domyślnej\ngwarancji PRZYDATNOŚCI HANDLOWEJ albo PRZYDATNOŚCI DO 
OKREŚLONYCH\nZASTOSOWAŃ. W celu uzyskania bliższych informacji - 
Powszechna\nLicencja Publiczna GNU.\n\nZ pewnością wraz z niniejszym 
programem otrzymałeś też egzemplarz\nPowszechnej Licencji Publicznej GNU 
(GNU General Public License);\njeśli nie - zajrzyj na 
.\n\n"
 
 #: ../data/whisperback.ui.h:28
 msgid "debugging info"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/whisperback_completed] Update translations for whisperback_completed

2012-08-25 Thread translation
commit 28aaba72612cd8dbb69d59b198ab864211268916
Author: Translation commit bot 
Date:   Sat Aug 25 10:45:29 2012 +

Update translations for whisperback_completed
---
 pl_PL/pl_PL.po |   15 ---
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/pl_PL/pl_PL.po b/pl_PL/pl_PL.po
index f2081e4..044b9ac 100644
--- a/pl_PL/pl_PL.po
+++ b/pl_PL/pl_PL.po
@@ -3,12 +3,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+#   , 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2012-02-16 22:33+0100\n"
-"PO-Revision-Date: 2012-03-03 12:52+\n"
+"PO-Revision-Date: 2012-08-25 10:41+\n"
 "Last-Translator: bogdrozd \n"
 "Language-Team: LANGUAGE \n"
 "MIME-Version: 1.0\n"
@@ -156,8 +157,8 @@ msgid "Send feedback in an encrypted mail."
 msgstr "Wyślij informacje w szyfrowanej poczcie."
 
 #: ../whisperBack/gui.py:405
-msgid "Copyright © 2009-2011 Tails developpers (ta...@boum.org)"
-msgstr "Copyright © 2009-2011 Tails developpers (ta...@boum.org)"
+msgid "Copyright © 2009-2012 Tails developpers (ta...@boum.org)"
+msgstr "Copyright © 2009-2012 deweloperzy Tails (ta...@boum.org)"
 
 #: ../whisperBack/gui.py:406
 msgid "Tails developers "
@@ -181,8 +182,8 @@ msgid "Bug description"
 msgstr "Opis błędu"
 
 #: ../data/whisperback.ui.h:3
-msgid "Copyright © 2009-2011 ta...@boum.org"
-msgstr "Copyright © 2009-2011 ta...@boum.or"
+msgid "Copyright © 2009-2012 ta...@boum.org"
+msgstr "Copyright © 2009-2012 ta...@boum.org"
 
 #: ../data/whisperback.ui.h:4
 msgid "Help"
@@ -213,7 +214,7 @@ msgstr "Szcegóły techniczne do załączenia"
 #: ../data/whisperback.ui.h:12
 msgid ""
 "WhisperBack - Send feedback in an encrypted mail\n"
-"Copyright (C) 2009-2011 Tails developers \n"
+"Copyright (C) 2009-2012 Tails developers \n"
 "\n"
 "This program is  free software; you can redistribute  it and/or modify\n"
 "it under the  terms of the GNU General Public  License as published by\n"
@@ -227,7 +228,7 @@ msgid ""
 "\n"
 "You should have received a copy of the GNU General Public License\n"
 "along with this program.  If not, see .\n"
-msgstr "WhisperBack - Wyślij informacje zwrotne w szyfrowanej 
poczcie\nCopyright (C) 2009-2011 Tails developers \n\nThis 
program is  free software; you can redistribute  it and/or modify\nit under the 
 terms of the GNU General Public  License as published by\nthe Free Software 
Foundation; either  version 3 of the License, or (at\nyour option) any later 
version.\n\nThis program  is distributed in the  hope that it will  be useful, 
but\nWITHOUT   ANY  WARRANTY;   without  even   the  implied   warranty  
of\nMERCHANTABILITY  or FITNESS  FOR A  PARTICULAR PURPOSE.   See  the 
GNU\nGeneral Public License for more details.\n\nYou should have received a 
copy of the GNU General Public License\nalong with this program.  If not, see 
.\n"
+msgstr "WhisperBack - wysyłaj informacje zwrotne zaszyfrowaną pocztą\n"
 
 #: ../data/whisperback.ui.h:28
 msgid "debugging info"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/whisperback] Update translations for whisperback

2012-08-25 Thread translation
commit cd9b6b145342d576e8ee0100957346551b86aa6a
Author: Translation commit bot 
Date:   Sat Aug 25 10:45:26 2012 +

Update translations for whisperback
---
 pl_PL/pl_PL.po |9 +
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pl_PL/pl_PL.po b/pl_PL/pl_PL.po
index fc944a9..044b9ac 100644
--- a/pl_PL/pl_PL.po
+++ b/pl_PL/pl_PL.po
@@ -3,12 +3,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+#   , 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2012-02-16 22:33+0100\n"
-"PO-Revision-Date: 2012-08-16 09:20+\n"
+"PO-Revision-Date: 2012-08-25 10:41+\n"
 "Last-Translator: bogdrozd \n"
 "Language-Team: LANGUAGE \n"
 "MIME-Version: 1.0\n"
@@ -157,7 +158,7 @@ msgstr "Wyślij informacje w szyfrowanej poczcie."
 
 #: ../whisperBack/gui.py:405
 msgid "Copyright © 2009-2012 Tails developpers (ta...@boum.org)"
-msgstr ""
+msgstr "Copyright © 2009-2012 deweloperzy Tails (ta...@boum.org)"
 
 #: ../whisperBack/gui.py:406
 msgid "Tails developers "
@@ -182,7 +183,7 @@ msgstr "Opis błędu"
 
 #: ../data/whisperback.ui.h:3
 msgid "Copyright © 2009-2012 ta...@boum.org"
-msgstr ""
+msgstr "Copyright © 2009-2012 ta...@boum.org"
 
 #: ../data/whisperback.ui.h:4
 msgid "Help"
@@ -227,7 +228,7 @@ msgid ""
 "\n"
 "You should have received a copy of the GNU General Public License\n"
 "along with this program.  If not, see .\n"
-msgstr ""
+msgstr "WhisperBack - wysyłaj informacje zwrotne zaszyfrowaną pocztą\n"
 
 #: ../data/whisperback.ui.h:28
 msgid "debugging info"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [compass/master] Fix output of relays with missing country/AS info.

2012-08-25 Thread karsten
commit 1ed50eb69d1e56f4f65857a8c4a5f0aa14836355
Author: Karsten Loesing 
Date:   Sat Aug 25 09:56:16 2012 +0200

Fix output of relays with missing country/AS info.
---
 compass.py |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/compass.py b/compass.py
index 7da2a67..a3bdd9c 100755
--- a/compass.py
+++ b/compass.py
@@ -248,9 +248,9 @@ class RelayStats(object):
 fingerprint = relay['fingerprint'] if not links else 
"https://atlas.torproject.org/#details/%s"; % relay['fingerprint']
 exit = 'Exit' if 'Exit' in set(relay['flags']) else '-'
 guard = 'Guard' if 'Guard' in set(relay['flags']) else '-'
-country = relay.get('country', '')
-as_number = relay.get('as_number', '')
-as_name = relay.get('as_name', '')
+country = relay.get('country', '??')
+as_number = relay.get('as_number', '??')
+as_name = relay.get('as_name', '??')
 relays_in_group += 1
 if by_country or by_as_number:
 nickname = "(%d relays)" % relays_in_group

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits