[tor-commits] [tor/master] Add a sighandler-safe logging mechanism

2013-11-18 Thread nickm
commit bd8ad674b913582b6f8e5b85ac722e14598d681b Author: Nick Mathewson ni...@torproject.org Date: Fri Jul 19 22:47:49 2013 -0400 Add a sighandler-safe logging mechanism We had accidentially grown two fake ones: one for backtrace.c, and one for sandbox.c. Let's do this properly

[tor-commits] [tor/master] Tests for backtrace.c

2013-11-18 Thread nickm
commit 56e3f056e9a03015aa55392a8028e2cbe097a0fb Author: Nick Mathewson ni...@torproject.org Date: Mon Jul 29 21:56:31 2013 -0400 Tests for backtrace.c These need to be a separate executable, since the point of backtrace.c is that it can crash and write stuff. --- .gitignore

[tor-commits] [tor/master] Use pc_from_ucontext.m4 from Google Performance Tools

2013-11-18 Thread nickm
commit 2662885aa9cb6c9b7447b729d0321a633e8c46c3 Author: Nick Mathewson ni...@torproject.org Date: Fri Jul 26 12:46:17 2013 +0200 Use pc_from_ucontext.m4 from Google Performance Tools This M4 module lets us learn the right way (out of at least 18 possibilities) to extract the

[tor-commits] [tor/master] Improve backtrace changes file

2013-11-18 Thread nickm
commit c81f64ab44f71a97649a44e10d6fcbf15aa8c835 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 10:48:08 2013 -0500 Improve backtrace changes file --- changes/stack_trace | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/changes/stack_trace

[tor-commits] [tor/master] Add a signal-safe decimal formatting function

2013-11-18 Thread nickm
commit 5343ee1a06ebb959fc77753898015186b94a5daa Author: Nick Mathewson ni...@torproject.org Date: Fri Jul 19 13:03:23 2013 -0400 Add a signal-safe decimal formatting function --- src/common/util.c| 33 src/common/util.h|1 +

[tor-commits] [tor/master] Merge branch 'backtrace_squashed'

2013-11-18 Thread nickm
commit fbc20294aaf67f9434d5b1e107b8e1c43e42a3a4 Merge: 7a2b30f c81f64a Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 11:00:16 2013 -0500 Merge branch 'backtrace_squashed' Conflicts: src/common/sandbox.c src/common/sandbox.h src/common/util.c

[tor-commits] [tor/master] Unit tests for new functions in log.c

2013-11-18 Thread nickm
commit 0cf234317f4dd6395490f24f12a7d35a480ddf11 Author: Nick Mathewson ni...@torproject.org Date: Mon Jul 29 13:30:49 2013 -0400 Unit tests for new functions in log.c --- src/or/config.c |3 +- src/test/include.am |1 + src/test/test.c |3 ++

[tor-commits] [tor/master] Merge branch 'backtrace_squashed_merged'

2013-11-18 Thread nickm
commit fe0d1c666135cab1a06ff12e7e954efb17b08aef Merge: dfc1b62 fbc2029 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 11:01:31 2013 -0500 Merge branch 'backtrace_squashed_merged' .gitignore |2 + LICENSE | 33 changes/stack_trace

[tor-commits] [tor/master] Log more OpenSSL engine statuses at startup.

2013-11-18 Thread nickm
commit 84458b79a78ea7e26820bf09a3b916acf59a62f3 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 11:12:24 2013 -0500 Log more OpenSSL engine statuses at startup. Fixes ticket 10043; patch from Joshua Datko. --- changes/ticket10043 |4 src/common/crypto.c |

[tor-commits] [tor/master] Basic backtrace ability

2013-11-18 Thread nickm
commit 063bea58bcc1c27864a0351bba07254855903377 Author: Nick Mathewson ni...@torproject.org Date: Fri Jul 19 14:09:58 2013 -0400 Basic backtrace ability On platforms with the backtrace/backtrace_symbols_fd interface, Tor can now dump stack traces on assertion failure. By

[tor-commits] [tor/master] Fix whitespace

2013-11-18 Thread nickm
commit 4b9ec85e4703eb3542e6a397f1f6c02c62c1f589 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 11:13:40 2013 -0500 Fix whitespace --- src/common/util.c |1 + src/test/test_bt_cl.c |1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/util.c

[tor-commits] [tor/master] Improve new assertion message logging

2013-11-18 Thread nickm
commit ce8ae49c9437086a886af631d3f618ec338637d0 Author: Nick Mathewson ni...@torproject.org Date: Thu Jul 25 12:12:35 2013 +0200 Improve new assertion message logging Don't report that a failure happened in the assertion_failed function just because we logged it from there. ---

[tor-commits] [tor/master] On Linux (and some other systems) we need -rdynamic for backtraces

2013-11-18 Thread nickm
commit b0023083c413c6447ef34cf3c6cfaf54a1cc8793 Author: Nick Mathewson ni...@torproject.org Date: Fri Jul 19 14:18:43 2013 -0400 On Linux (and some other systems) we need -rdynamic for backtraces --- configure.ac |3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac

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

2013-11-18 Thread translation
commit b0cc331ecce6f556d99e20830fc13846970f0e3d Author: Translation commit bot translat...@torproject.org Date: Mon Nov 18 16:15:53 2013 + Update translations for https_everywhere --- ar/https-everywhere.properties |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor/master] Remove 'struct timeval now' that was shadowing 'struct timeval now'.

2013-11-18 Thread nickm
commit bd25bda7c0dd5d3c28a03d2555212d6beb338e23 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 11:20:35 2013 -0500 Remove 'struct timeval now' that was shadowing 'struct timeval now'. This was a mistake in the merge commit 7a2b30fe16eacc040b3dd11. It would have

[tor-commits] [metrics-web/master] Display graph titles in new user graphs.

2013-11-18 Thread karsten
commit c9c5c7313ef39f0f4b5bb685fc34f7698f186c2f Author: Karsten Loesing karsten.loes...@gmx.net Date: Mon Nov 18 17:23:31 2013 +0100 Display graph titles in new user graphs. Fixes #10142. --- rserve/graphs.R | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-)

[tor-commits] [tor/master] Make header includes match declarations in pc_from_ucontext.m4

2013-11-18 Thread nickm
commit 93c99508d2440f4ff11df62315cf54f2acd932f0 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 11:34:15 2013 -0500 Make header includes match declarations in pc_from_ucontext.m4 With any luck, this will clean up errors where we detect that REG_{EIP,RIP} is present

[tor-commits] [tor/master] Whoops -- add missing defined().

2013-11-18 Thread nickm
commit 90254234710595c0db0c01722eba84e2144d28f5 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 11:36:23 2013 -0500 Whoops -- add missing defined(). --- src/common/backtrace.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/backtrace.c

[tor-commits] [tor/master] Whoops; changes files belong in changes.

2013-11-18 Thread nickm
commit d0f9a2b846c1602de035d105d2440f98a7c518af Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 12:49:12 2013 -0500 Whoops; changes files belong in changes. --- changes/ticket9839 |3 +++ ticket9839 |3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff

[tor-commits] [tor/master] Add a _GNU_SOURCE definition to backtrace.c to fix compilation

2013-11-18 Thread nickm
commit 3cdd7966d72a7e8b2e63938cbbb62030556b93fe Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 13:05:23 2013 -0500 Add a _GNU_SOURCE definition to backtrace.c to fix compilation --- src/common/backtrace.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff

[tor-commits] [torspec/master] reindex proposals

2013-11-18 Thread nickm
commit f4b8bdd73e18ea7a70145c084abcac0e59b1df60 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 13:28:01 2013 -0500 reindex proposals --- proposals/000-index.txt |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/000-index.txt

[tor-commits] [torspec/master] Merge remote-tracking branch 'public/finish_prop157'

2013-11-18 Thread nickm
commit edfba62f3bdfd9659a38e899e11dedd604d0718d Merge: 74c3e40 047f6dd Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 13:27:48 2013 -0500 Merge remote-tracking branch 'public/finish_prop157' dir-spec.txt |9 ++---

[tor-commits] [torspec/master] Mark the dir-key-crosscert element as required.

2013-11-18 Thread nickm
commit 047f6dd916b906b6f5b7c1278c9fbc056e7fbf82 Author: Nick Mathewson ni...@torproject.org Date: Thu Nov 14 09:39:29 2013 -0500 Mark the dir-key-crosscert element as required. This closes proposal 157. --- dir-spec.txt |9 ++---

[tor-commits] [tor/master] Merge branch 'finish_prop157'

2013-11-18 Thread nickm
commit a7c9d64fd683beeb2e88445399375cac2bee9495 Merge: 3cdd796 ec9d88e Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 13:27:06 2013 -0500 Merge branch 'finish_prop157' changes/prop157-require |5 ++ src/or/or.h |3 - src/or/routerparse.c| 23 +++---

[tor-commits] [tor/master] Tweak #10162 documentation a bit

2013-11-18 Thread nickm
commit ec9d88e5a219e4661aab05af56c78947c46cda99 Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 13:26:58 2013 -0500 Tweak #10162 documentation a bit --- changes/prop157-require |2 +- src/or/routerparse.c|2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff

[tor-commits] [tor/master] Make the dir-key-crosscert element required

2013-11-18 Thread nickm
commit f6e07c158f3d161e570e34ab6f4ca75f351df3a6 Author: Nick Mathewson ni...@torproject.org Date: Thu Nov 14 09:37:41 2013 -0500 Make the dir-key-crosscert element required In proposal 157, we added a cross-certification element for directory authority certificates. We

[tor-commits] [tor/master] Fix crypto/digests test

2013-11-18 Thread nickm
commit e7165659e02b84ee48e141c84fef510670132cbd Author: Nick Mathewson ni...@torproject.org Date: Mon Nov 18 13:33:29 2013 -0500 Fix crypto/digests test --- src/test/test_crypto.c | 14 +++--- src/test/test_data.c |4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-)

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2013-11-18 Thread translation
commit 685a15212efdc0792754f5f55eb7a7a1c152646d Author: Translation commit bot translat...@torproject.org Date: Mon Nov 18 19:45:56 2013 + Update translations for liveusb-creator --- ru/ru.po | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ru/ru.po

[tor-commits] [translation/mat-gui_completed] Update translations for mat-gui_completed

2013-11-18 Thread translation
commit a240ff67385327bf0622e067df088cdb6b4ef979 Author: Translation commit bot translat...@torproject.org Date: Mon Nov 18 19:46:11 2013 + Update translations for mat-gui_completed --- ru.po | 245 + 1 file changed, 123

[tor-commits] [translation/mat-gui] Update translations for mat-gui

2013-11-18 Thread translation
commit 0def362c3534f351f7776f3b8bccb37ea5d055cf Author: Translation commit bot translat...@torproject.org Date: Mon Nov 18 19:46:09 2013 + Update translations for mat-gui --- ru.po | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/ru.po b/ru.po

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

2013-11-18 Thread translation
commit 2b35daa7164e46d4bd55ad257dfe40fd85b853ff Author: Translation commit bot translat...@torproject.org Date: Mon Nov 18 22:46:02 2013 + Update translations for torbirdy --- ru/torbirdy.dtd |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ru/torbirdy.dtd

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

2013-11-18 Thread translation
commit 7291876b36c8f20832960328b7bb6def972ac163 Author: Translation commit bot translat...@torproject.org Date: Tue Nov 19 00:15:05 2013 + Update translations for gettor --- ca/gettor.po | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git