[tor-commits] [obfs4/master] Bump the version to 0.0.6-dev, signifying development towards 0.0.6.

2015-04-22 Thread yawning
commit 37a709d8b4fec837c0c88c495e7ea926953d974f Author: Yawning Angel Date: Thu Apr 23 00:32:25 2015 + Bump the version to 0.0.6-dev, signifying development towards 0.0.6. --- ChangeLog|2 ++ obfs4proxy/obfs4proxy.go |2 +- 2 files changed, 3 insertions(+), 1 de

[tor-commits] [tor-messenger-build/master] Update binutils to version 2.25

2015-04-22 Thread boklm
commit a467d500ac065d9b66b474be201472d423143133 Author: Nicolas Vigier Date: Thu Apr 23 01:22:37 2015 +0200 Update binutils to version 2.25 --- projects/binutils/config|2 +- projects/binutils/enable-reloc-section-ld.patch | 48 +++ project

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

2015-04-22 Thread translation
commit a623f1099e1d58e977ec470be1414a9945c791bf Author: Translation commit bot Date: Wed Apr 22 20:45:03 2015 + Update translations for bridgedb --- fa/LC_MESSAGES/bridgedb.po |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fa/LC_MESSAGES/bridgedb.po b/fa/L

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

2015-04-22 Thread translation
commit 14ad745b0b78e684893f0e6e0855ba4c150210e7 Author: Translation commit bot Date: Wed Apr 22 20:45:07 2015 + Update translations for bridgedb_completed --- fa/LC_MESSAGES/bridgedb.po | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git

[tor-commits] [tor-browser-bundle/master] Update the updater config file

2015-04-22 Thread gk
commit e3cc7044dbec5ff8fd834c06bf486da03c9dc311 Author: Georg Koppen Date: Wed Apr 22 20:28:49 2015 + Update the updater config file --- tools/update-responses/config.yml |2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/update-responses/config.yml b/tools/update-response

[tor-commits] [torsocks/master] Merge remote-tracking branch 'yawning/getpeername'

2015-04-22 Thread dgoulet
commit d38e2c4d2fdbd52c81d0e43b3ab5090f42cef426 Merge: 824d88b 2c060e3 Author: David Goulet Date: Wed Apr 22 16:15:07 2015 -0400 Merge remote-tracking branch 'yawning/getpeername' src/lib/getpeername.c| 24 +--- tests/test_getpeername.c | 12 +++- 2 fil

[tor-commits] [torsocks/master] Fix the broken getpeername() implementation.

2015-04-22 Thread dgoulet
commit 2c060e39201effd50d28a6107135fda9ea2ce908 Author: Yawning Angel Date: Sat Mar 28 15:23:07 2015 + Fix the broken getpeername() implementation. Signed-off-by: Yawning Angel --- src/lib/getpeername.c| 24 +--- tests/test_getpeername.c | 12 +

[tor-commits] [torsocks/master] Fix: indentation in getpeername test

2015-04-22 Thread dgoulet
commit 2845ef59eeb4e19e46c6a27059c3e0997ffbe9d2 Author: David Goulet Date: Wed Apr 22 16:16:49 2015 -0400 Fix: indentation in getpeername test Signed-off-by: David Goulet --- tests/test_getpeername.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/t

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

2015-04-22 Thread translation
commit eb1ace6ae19e9357c7927fc3fd41c2782fa5ddc7 Author: Translation commit bot Date: Wed Apr 22 20:15:03 2015 + Update translations for bridgedb --- pl/LC_MESSAGES/bridgedb.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/LC_MESSAGES/bridgedb.po b/pl/LC_MESS

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

2015-04-22 Thread translation
commit 66746148b35b0b617c7ee395bbf45fe7c6126e7b Author: Translation commit bot Date: Wed Apr 22 20:15:07 2015 + Update translations for bridgedb_completed --- pl/LC_MESSAGES/bridgedb.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/LC_MESSAGES/bridgedb.po b/

[tor-commits] [torsocks/master] Support the various epoll routines when invoked via syscall().

2015-04-22 Thread dgoulet
commit 5e7d572a52a8fe6774d3b5d3177eb12461a234b7 Author: Yawning Angel Date: Tue Apr 7 11:10:47 2015 + Support the various epoll routines when invoked via syscall(). Signed-off-by: Yawning Angel --- src/common/compat.h | 26 + src/lib/syscall.c | 80 +

[tor-commits] [torsocks/master] Support certain Linux specific syscalls.

2015-04-22 Thread dgoulet
commit e428ae4bbea17cab194a8c3acd99bc44614b0901 Author: Yawning Angel Date: Sat Mar 28 13:55:55 2015 + Support certain Linux specific syscalls. This adds support for the following non-portable Linux-isms: * gettid(2) * getrandom(2) * futex(2) The futex(2

[tor-commits] [torsocks/master] Add support for the various inotify routines when invoked via syscall().

2015-04-22 Thread dgoulet
commit 824d88b9e47f8e2f3e5a3158f440154a04c2eb55 Author: Yawning Angel Date: Tue Apr 7 11:37:41 2015 + Add support for the various inotify routines when invoked via syscall(). Signed-off-by: Yawning Angel --- src/common/compat.h | 13 + src/lib/syscall.c | 49

[tor-commits] [torsocks/master] Support the eventfd2(2) syscall.

2015-04-22 Thread dgoulet
commit d6d79e31abe97b55ea944e13e134813aabe1bc86 Author: Yawning Angel Date: Tue Apr 7 11:28:53 2015 + Support the eventfd2(2) syscall. Signed-off-by: Yawning Angel --- src/common/compat.h |5 + src/lib/syscall.c | 17 + 2 files changed, 22 insertio

[tor-commits] [torsocks/master] Handle accept4(2) when invoked via syscall().

2015-04-22 Thread dgoulet
commit 53b8569f545c45a443e746695f6b1b5de64fb65a Author: Yawning Angel Date: Tue Apr 7 10:38:15 2015 + Handle accept4(2) when invoked via syscall(). Signed-off-by: Yawning Angel --- src/common/compat.h |4 src/lib/syscall.c | 21 + src/lib/tors

[tor-commits] [translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties

2015-04-22 Thread translation
commit b43e84cbb130d9a53ee58d914894987f63151dbe Author: Translation commit bot Date: Wed Apr 22 19:45:51 2015 + Update translations for torbutton-torbuttonproperties --- pl/torbutton.properties |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pl/torbutton.pr

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

2015-04-22 Thread translation
commit eef98d999222c6d2b4308a015fa5278083d39eeb Author: Translation commit bot Date: Wed Apr 22 19:45:03 2015 + Update translations for bridgedb --- pl/LC_MESSAGES/bridgedb.po |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pl/LC_MESSAGES/bridgedb.po b/pl/

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

2015-04-22 Thread translation
commit b7dcdf24fa07384df16609579adfe94e0c17f9e4 Author: Translation commit bot Date: Wed Apr 22 19:45:07 2015 + Update translations for bridgedb_completed --- pl/LC_MESSAGES/bridgedb.po | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --

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

2015-04-22 Thread translation
commit 11969973dea63e2a8605cb17da521e69fe980119 Author: Translation commit bot Date: Wed Apr 22 19:16:10 2015 + Update translations for tor_animation_completed --- lv.srt | 165 1 file changed, 165 insertions(+) diff --

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

2015-04-22 Thread translation
commit 5ccfc71c013900f7db11ad10f991dd57e297540b Author: Translation commit bot Date: Wed Apr 22 19:16:06 2015 + Update translations for tor_animation --- lv.srt | 50 +- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/lv

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

2015-04-22 Thread translation
commit 4ba32a5edaa30a5dbb70daf78d96b9da35066655 Author: Translation commit bot Date: Wed Apr 22 18:45:54 2015 + Update translations for tor_animation --- lv.srt | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lv.srt b/lv.srt index

[tor-commits] [webwml/master] Updates press.wml's articles.

2015-04-22 Thread arma
commit c1c92c9210787e6b5564c9abadcb2714c74a6e34 Author: Sherief Alaa Date: Wed Apr 22 19:25:49 2015 +0200 Updates press.wml's articles. --- press/en/press.wml | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/press/en/press.wml b/press/en/press.wml

[tor-commits] [metrics-tasks/master] Add yet another graph (#15513).

2015-04-22 Thread karsten
commit 7822084eef8ba5ddc657b7fed420f208daef86ba Author: Karsten Loesing Date: Wed Apr 22 16:27:05 2015 +0200 Add yet another graph (#15513). --- task-15513/plot.R| 11 task-15513/src/ParseDescriptors.java | 48 ++ 2 files cha

[tor-commits] [tor-messenger-build/master] Revert branding for setting icon

2015-04-22 Thread sukhbir
commit 60463a20f5620f0697a468b2cb7e9be150c6024d Author: Sukhbir Singh Date: Wed Apr 22 10:03:02 2015 -0400 Revert branding for setting icon --- projects/instantbird/branding/icon.png | Bin 707 -> 0 bytes projects/instantbird/build |1 - projects/instantbird/config

[tor-commits] [tor/master] New email for Lukas Fleischer

2015-04-22 Thread nickm
commit f15e7d4a1b7dd2bc2f9ebb46a1e9ca9c6a2010fe Author: Nick Mathewson Date: Wed Apr 22 09:49:23 2015 -0400 New email for Lukas Fleischer --- doc/HACKING |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HACKING b/doc/HACKING index c74e293..a144c4b 100644 --- a/doc

[tor-commits] [tor-messenger-build/master] Add icon for Tor Messenger (branding)

2015-04-22 Thread sukhbir
commit 1bd86234b13927d8d92a341952589f2a38836f7c Author: Sukhbir Singh Date: Wed Apr 22 05:09:23 2015 -0400 Add icon for Tor Messenger (branding) --- projects/instantbird/branding/icon.png | Bin 0 -> 707 bytes projects/instantbird/build |5 + projects/instantbird/confi

[tor-commits] [tor-browser-bundle/master] Update Changelog

2015-04-22 Thread gk
commit 7f6d8de86e51dfff1fafa5bebc888496bf80a2f6 Author: Georg Koppen Date: Wed Apr 22 08:17:04 2015 + Update Changelog --- Bundle-Data/Docs/ChangeLog.txt |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeL

[tor-commits] [tor-browser-bundle/master] Update Torbutton to 1.9.2.1

2015-04-22 Thread mikeperry
commit fa486aff85025ed4a3022a39025ba1a10269126b Author: Mike Perry Date: Wed Apr 22 00:59:01 2015 -0700 Update Torbutton to 1.9.2.1 --- Bundle-Data/Docs/ChangeLog.txt |1 + gitian/versions|2 +- gitian/versions.alpha |2 +- 3 files changed, 3 insertions

[tor-commits] [torbutton/master] Bug 14429: Disable resizing for now.

2015-04-22 Thread mikeperry
commit 0e20a8156e86111281e4d8a0684b753056e52ea7 Author: Mike Perry Date: Wed Apr 22 00:56:55 2015 -0700 Bug 14429: Disable resizing for now. --- src/defaults/preferences/preferences.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defaults/preferences/preferenc

[tor-commits] [torbutton/master] Update changelog for 1.9.2.1.

2015-04-22 Thread mikeperry
commit d215393de112d742c5d88336a71bc7a4dab8e4f5 Author: Mike Perry Date: Wed Apr 22 00:57:47 2015 -0700 Update changelog for 1.9.2.1. --- src/CHANGELOG |3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index e50f5b6..4a3353d 100644 --- a/src/CHANGELOG