[tor-commits] [sbws/master] sbws default user conf starts by .

2018-08-09 Thread pastly
commit 4f377d3b2edb1c55d470324adf000faa58078be6 Author: juga0 Date: Thu Aug 2 17:47:18 2018 + sbws default user conf starts by . --- docs/source/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/config.rst b/docs/source/config.rst index 495fbff.

[tor-commits] [sbws/master] Include examples

2018-08-09 Thread pastly
commit f027ac4bd5720a30e2d164c8547d2a60d83a3304 Author: juga0 Date: Tue Jul 24 18:41:09 2018 + Include examples --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 9d1ecc2..332cfc4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @

[tor-commits] [sbws/master] Rename user config back to example

2018-08-09 Thread pastly
commit 8c87a9b39c67ca8a0a97e43f8b049f39054106b3 Author: juga0 Date: Tue Jul 24 18:21:10 2018 + Rename user config back to example and place it in examples dir so that the user can easily access to it. --- sbws/config.user.ini => examples/config.example.ini | 0 1 file chan

[tor-commits] [sbws/master] Remove init from documentation

2018-08-09 Thread pastly
commit 51810c81252054bb44f1695f3a6b7b59d220fe48 Author: juga0 Date: Tue Jul 24 19:19:54 2018 + Remove init from documentation --- docs/source/sbws.core.rst | 54 --- 1 file changed, 54 deletions(-) diff --git a/docs/source/sbws.core.rst b/do

[tor-commits] [sbws/master] Remove init section

2018-08-09 Thread pastly
/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/pastly/simple-bw-scanner.svg?branch=master)](https://travis-ci.org/pastly/simple-bw-scanner) -`simple-bw-scanner` (also called `sbws`) is a Tor bandwidth scanner that +`simple-bw-scanner` (also called `sbws`) is a Tor bandwidth

[tor-commits] [sbws/master] Remove instead init documentation

2018-08-09 Thread pastly
commit acd9cdb948c46d10e88823e51d73de192a139ea5 Author: juga0 Date: Thu Aug 2 17:50:02 2018 + Remove instead init documentation --- docs/source/sbws.core.rst | 8 1 file changed, 8 deletions(-) diff --git a/docs/source/sbws.core.rst b/docs/source/sbws.core.rst index 4d71f1f..

[tor-commits] [sbws/master] Update doc with config files changes

2018-08-09 Thread pastly
commit cd50bc496ce33a8f6faa5349df05c28a7df6c7e6 Author: juga0 Date: Tue Jul 24 19:22:16 2018 + Update doc with config files changes --- docs/source/config.rst | 37 + 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/docs/source/config.

[tor-commits] [sbws/master] Update docstring, it does not create user conf

2018-08-09 Thread pastly
commit 849f2c3fd584616f2caa42dad71b035fde9c95f6 Author: juga0 Date: Thu Aug 2 17:46:29 2018 + Update docstring, it does not create user conf --- sbws/util/config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sbws/util/config.py b/sbws/util/config.py index

[tor-commits] [sbws/master] Remove init section

2018-08-09 Thread pastly
commit eb14b4c8e4ab70aa7339e796b091a760815d9472 Author: juga0 Date: Tue Jul 24 19:32:29 2018 + Remove init section --- INSTALL.rst | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index a6b1ece..1ccfa1b 100644 --- a/INST

[tor-commits] [sbws/master] Remove support for python 3.4 also in travis

2018-08-09 Thread pastly
commit 10cda4bfdff1b777f5005ce9f5a433290aafa216 Author: juga0 Date: Fri Aug 3 13:16:41 2018 + Remove support for python 3.4 also in travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d328d4..5a551d0 100644 --- a/.travis.yml +++ b/

[tor-commits] [sbws/master] Change logging to stdout by default

2018-08-09 Thread pastly
commit 02d59bbf68ef73f23b6ac713efa3081c41fc8252 Author: juga0 Date: Tue Jul 24 18:56:00 2018 + Change logging to stdout by default --- sbws/config.default.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbws/config.default.ini b/sbws/config.default.ini index

[tor-commits] [sbws/master] Include examples

2018-08-09 Thread pastly
commit d1eee1d18977a45a8d2f9802c7415d0bb6032508 Author: juga0 Date: Tue Jul 24 18:40:55 2018 + Include examples --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e009a7b..7985eac 100755 --- a/setup.py +++ b/setup.py @@ -24,12 +

[tor-commits] [sbws/master] Stop creating user configuration if it does not exists

2018-08-09 Thread pastly
commit 2b9fcca8e00ff09fe386f2767b8a162e3f8eed07 Author: juga0 Date: Tue Jul 24 18:19:13 2018 + Stop creating user configuration if it does not exists --- sbws/util/config.py | 21 ++--- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/sbws/util/config.py b

[tor-commits] [sbws/master] Remove unneded minimal user config

2018-08-09 Thread pastly
commit 22209c2c0f9645b150222a4b6769cc811a795b8c Author: juga0 Date: Tue Jul 24 18:20:17 2018 + Remove unneded minimal user config --- sbws/globals.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sbws/globals.py b/sbws/globals.py index 56597b1..daa0a55 100644 --- a/sbws/globals.py

[tor-commits] [sbws/master] Add runtime dir for non-persistent data

2018-08-09 Thread pastly
commit c803c3d098bb65516be1b766e46e444d8a8d64e3 Author: juga0 Date: Tue Jul 24 17:38:33 2018 + Add runtime dir for non-persistent data --- sbws/config.default.ini | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sbws/config.default.ini b/sbws/config.default.i

[tor-commits] [sbws/master] Add runtime dir option in validate

2018-08-09 Thread pastly
commit ee1596eccf30778ff9e124590ed409980ec442f9 Author: juga0 Date: Tue Jul 24 17:39:01 2018 + Add runtime dir option in validate --- sbws/util/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/util/config.py b/sbws/util/config.py index 50979b3..99c7d67

[tor-commits] [sbws/master] Create log dir

2018-08-09 Thread pastly
commit 52b3d1dd86611931343a843b0d86c909ff65d983 Author: juga0 Date: Tue Jul 24 18:54:14 2018 + Create log dir --- sbws/util/stem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sbws/util/stem.py b/sbws/util/stem.py index 8e57f96..232be2a 100644 --- a/sbws/util/stem.py +++ b/sbws

[tor-commits] [sbws/master] Replace conf['paths'] by conf.getpath('paths')

2018-08-09 Thread pastly
commit 110dcfa3e797147a3cdb8ece41f69142593d82ef Author: juga0 Date: Tue Jul 24 17:28:18 2018 + Replace conf['paths'] by conf.getpath('paths') --- sbws/core/scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/core/scanner.py b/sbws/core/scanner.py index f

[tor-commits] [sbws/master] Replace conf['paths'] by conf.getpath('paths')

2018-08-09 Thread pastly
commit 2c4cef012b2f9f0ecee1c15f5a9f7bffaaa3165a Author: juga0 Date: Tue Jul 24 17:24:52 2018 + Replace conf['paths'] by conf.getpath('paths') --- sbws/lib/resultdump.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbws/lib/resultdump.py b/sbws/lib/resultdump.

[tor-commits] [sbws/master] Change runtime dir to be relative to tests dir

2018-08-09 Thread pastly
commit d739c5509a08d99b9ad4802e8cf04834485e9da1 Author: juga0 Date: Tue Jul 24 18:54:39 2018 + Change runtime dir to be relative to tests dir --- tests/integration/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/conftest.py b/tests/integration/conftest

[tor-commits] [sbws/master] Replace conf['tor']x by conf.getpath('tor', x)

2018-08-09 Thread pastly
commit 75d93f803fb865c98a0c925808bbada97e1e Author: juga0 Date: Tue Jul 24 17:40:43 2018 + Replace conf['tor']x by conf.getpath('tor', x) and use correct paths --- sbws/util/stem.py | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sbws/util/st

[tor-commits] [sbws/master] Replace conf['tor']x by conf.getpath('tor', x)

2018-08-09 Thread pastly
commit dd4629e270fd42d9e37652497aa857ccf5ceb6de Author: juga0 Date: Tue Jul 24 17:37:19 2018 + Replace conf['tor']x by conf.getpath('tor', x) --- sbws/util/stem.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbws/util/stem.py b/sbws/util/stem.py index 32c9

[tor-commits] [sbws/master] Replace conf['paths'] by conf.getpath('paths')

2018-08-09 Thread pastly
commit 87818dfe5efc07be3131779d8dfc28a38a9e41a9 Author: juga0 Date: Tue Jul 24 17:23:52 2018 + Replace conf['paths'] by conf.getpath('paths') --- sbws/core/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/core/cleanup.py b/sbws/core/cleanup.py index 4

[tor-commits] [sbws/master] Replace conf['paths'] by conf.getpath('paths')

2018-08-09 Thread pastly
commit 18af4c847c993448373b765fc8497c295090bb74 Author: juga0 Date: Tue Jul 24 17:24:23 2018 + Replace conf['paths'] by conf.getpath('paths') --- sbws/core/generate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbws/core/generate.py b/sbws/core/generate.py

[tor-commits] [sbws/master] Expand paths strings to fs dirs

2018-08-09 Thread pastly
commit 99f3aea100f0be1a45e2bc1d3872f04dae4028f8 Author: juga0 Date: Mon Jul 23 22:39:09 2018 + Expand paths strings to fs dirs --- sbws/util/config.py | 4 1 file changed, 4 insertions(+) diff --git a/sbws/util/config.py b/sbws/util/config.py index 61a0e61..ee7bde7 100644 --- a/s

[tor-commits] [sbws/master] Replace conf['paths'] by conf.getpath('paths')

2018-08-09 Thread pastly
commit e0a3b0a68bcdb9480be6f3ca9a2268bd7311955b Author: juga0 Date: Tue Jul 24 17:16:40 2018 + Replace conf['paths'] by conf.getpath('paths') --- sbws/core/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/core/stats.py b/sbws/core/stats.py index 38f8978

[tor-commits] [sbws/master] Replace conf['tor']x by conf.getpath('tor', x)

2018-08-09 Thread pastly
commit 88ffb0eb431db7984f97c87901d16641fb91b5f4 Author: juga0 Date: Tue Jul 24 17:30:03 2018 + Replace conf['tor']x by conf.getpath('tor', x) --- sbws/core/scanner.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sbws/core/scanner.py b/sbws/core/scanner.py in

[tor-commits] [sbws/master] Add _expand_paths function as suggested by pastly

2018-08-09 Thread pastly
commit 8f30e18d8aabfd25239aff9cc4dd03a1488798ec Author: juga0 Date: Tue Jul 24 17:09:19 2018 + Add _expand_paths function as suggested by pastly --- sbws/util/config.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/sbws/util/config.py b/sbws/util/config.py index ee7bde7

[tor-commits] [sbws/master] Replace conf['paths'] by conf.getpath('paths')

2018-08-09 Thread pastly
commit 9677357d73a37e8ad67a701784ddde05d8b46ff6 Author: juga0 Date: Tue Jul 24 17:16:14 2018 + Replace conf['paths'] by conf.getpath('paths') --- sbws/sbws.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbws/sbws.py b/sbws/sbws.py index 6481df6..6f8752c 10

[tor-commits] [sbws/master] Replace conf['paths'] by conf.getpath('paths')

2018-08-09 Thread pastly
commit 566887b9640f67011e33ab70e5081bd0544c04ca Author: juga0 Date: Tue Jul 24 17:13:13 2018 + Replace conf['paths'] by conf.getpath('paths') --- sbws/util/config.py | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/sbws/util/config.py b/sbws/util/co

[tor-commits] [sbws/master] Replace conf['paths'] by conf.getpath('paths')

2018-08-09 Thread pastly
commit bb2c5129ae19d4f39e9abd0d1188da2a2334bdac Author: juga0 Date: Tue Jul 24 17:25:50 2018 + Replace conf['paths'] by conf.getpath('paths') --- tests/unit/conftest.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/unit/conftest.py b/tests/unit/conft

[tor-commits] [sbws/master] Remove init and sbwshome with config

2018-08-09 Thread pastly
commit 10e351a52f6bcba93e31ffbc1516f2023e348181 Author: juga0 Date: Wed Jul 18 20:10:46 2018 + Remove init and sbwshome with config --- tests/unit/core/test_stats.py | 21 +++-- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/tests/unit/core/test_stats.py

[tor-commits] [sbws/master] Add forgotten exist_ok param when creating dirs

2018-08-09 Thread pastly
commit f6021532fd21969dd4f845efa0aa795c6d23d191 Author: juga0 Date: Mon Jul 23 22:37:47 2018 + Add forgotten exist_ok param when creating dirs --- sbws/sbws.py | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sbws/sbws.py b/sbws/sbws.py index 64d126c..6481

[tor-commits] [sbws/master] Remove init and add config arg

2018-08-09 Thread pastly
commit 15d1748764d4c4fd0daa04f3212639bbc22b4742 Author: juga0 Date: Wed Jul 18 19:57:41 2018 + Remove init and add config arg --- sbws/util/parser.py | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sbws/util/parser.py b/sbws/util/parser.py index f2fc828..1ef15

[tor-commits] [sbws/master] Remove init

2018-08-09 Thread pastly
commit 4d022d925c0363f93114a622972d30a14bf8deee Author: juga0 Date: Wed Jul 18 20:20:01 2018 + Remove init --- tests/integration/test_sbws.py | 22 -- 1 file changed, 22 deletions(-) diff --git a/tests/integration/test_sbws.py b/tests/integration/test_sbws.py delet

[tor-commits] [sbws/master] Add changelog entry about configuration argument

2018-08-09 Thread pastly
commit 52843e1a1859d727c10e6f5ff7396fd1a12dff6f Author: juga0 Date: Wed Jul 18 20:31:11 2018 + Add changelog entry about configuration argument and other features to make sbws more compatible with system packages. --- CHANGELOG.md | 9 - 1 file changed, 8 insertion

[tor-commits] [sbws/master] Remove sbws_home including config

2018-08-09 Thread pastly
commit 3f3e46fef627d53398502d8fdd1d1847c6cf2c89 Author: juga0 Date: Wed Jul 18 20:08:27 2018 + Remove sbws_home including config there is not anymore sbws_home including config --- tests/unit/conftest.py | 46 ++ 1 file changed, 18 i

[tor-commits] [sbws/master] Remove init

2018-08-09 Thread pastly
commit 53ab6eeb34a69755f0991ee6605bcb7414cdb081 Author: juga0 Date: Wed Jul 18 20:11:06 2018 + Remove init --- tests/unit/core/test_init.py | 45 1 file changed, 45 deletions(-) diff --git a/tests/unit/core/test_init.py b/tests/unit/core/te

[tor-commits] [sbws/master] Remove unused config example

2018-08-09 Thread pastly
commit 6c4b9174a923b98ea4c2ce0ce15af2942fe7e6d8 Author: juga0 Date: Wed Jul 18 19:48:45 2018 + Remove unused config example --- sbws/config.example.ini | 6 -- 1 file changed, 6 deletions(-) diff --git a/sbws/config.example.ini b/sbws/config.example.ini deleted file mode 100644 in

[tor-commits] [sbws/master] Remove is_innited dependency

2018-08-09 Thread pastly
commit 14a2d956e8d61fa83d9671b4e0e9da5280ff62a7 Author: juga0 Date: Wed Jul 18 19:50:37 2018 + Remove is_innited dependency --- sbws/core/generate.py | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sbws/core/generate.py b/sbws/core/generate.py index 481529c..f34

[tor-commits] [sbws/master] Remove is_innited dependency

2018-08-09 Thread pastly
commit 88e1f05cf45d4d7bc98a023aa468bde346a98eff Author: juga0 Date: Wed Jul 18 19:51:57 2018 + Remove is_innited dependency --- sbws/core/stats.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sbws/core/stats.py b/sbws/core/stats.py index 2b497ce..38f8978 10064

[tor-commits] [sbws/master] Remove is_initted and add config paths

2018-08-09 Thread pastly
commit 4e73693a132a28e53f9f646c0841fd344bace785 Author: juga0 Date: Wed Jul 18 19:56:08 2018 + Remove is_initted and add config paths --- sbws/globals.py | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/sbws/globals.py b/sbws/globals.py inde

[tor-commits] [sbws/master] Fix sentence

2018-08-09 Thread pastly
commit 0222780afc0ce1cdf4de10a96c57e3f2b8c0eb44 Author: juga0 Date: Mon Jul 23 21:45:22 2018 + Fix sentence --- sbws/util/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/util/parser.py b/sbws/util/parser.py index 1ef15cc..2264d7c 100644 --- a/sbws/uti

[tor-commits] [sbws/master] Remove unneded sbwshome fixture in tests

2018-08-09 Thread pastly
commit bcf5b6c9cf6b89c49cce4a9c9c65a588877a8c95 Author: juga0 Date: Mon Jul 23 22:36:48 2018 + Remove unneded sbwshome fixture in tests --- tests/integration/conftest.py | 5 - tests/integration/core/test_scanner.py | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-)

[tor-commits] [sbws/master] Remove init and sbwshome with config

2018-08-09 Thread pastly
commit 4e824dea6d98bd5a6477bcfa31f43e567039ae90 Author: juga0 Date: Wed Jul 18 20:20:25 2018 + Remove init and sbwshome with config --- tests/integration/conftest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index

[tor-commits] [sbws/master] Replace _read_config.. by _extend_config...

2018-08-09 Thread pastly
commit 9435f6824d9a5341f845a058107eff0e6189ce54 Author: juga0 Date: Mon Jul 23 21:37:04 2018 + Replace _read_config.. by _extend_config... --- sbws/util/config.py | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/sbws/util/config.py b/sbws/util/config.py

[tor-commits] [sbws/master] Add instead minimal user config

2018-08-09 Thread pastly
commit 860ec46ca6203c8c0b79681b08323c1e5ed40554 Author: juga0 Date: Wed Jul 18 19:49:09 2018 + Add instead minimal user config --- sbws/config.user.ini | 10 ++ 1 file changed, 10 insertions(+) diff --git a/sbws/config.user.ini b/sbws/config.user.ini new file mode 100644 index

[tor-commits] [sbws/master] Remove is_innited dependency

2018-08-09 Thread pastly
commit 4c6eb9e83572e01049893909b3f935e1092186ac Author: juga0 Date: Wed Jul 18 19:51:28 2018 + Remove is_innited dependency --- sbws/core/scanner.py | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sbws/core/scanner.py b/sbws/core/scanner.py index 5e98e99..f7a08d

[tor-commits] [sbws/master] Remove is_innited dependency

2018-08-09 Thread pastly
commit c21232f3407a30607e7e0bff8f954d183f8f02c8 Author: juga0 Date: Wed Jul 18 19:50:16 2018 + Remove is_innited dependency --- sbws/core/cleanup.py | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sbws/core/cleanup.py b/sbws/core/cleanup.py index 18d8380.

[tor-commits] [sbws/master] Use config default paths

2018-08-09 Thread pastly
commit 818f72ed6575ed45b4549dd96a24100630f1b4a2 Author: juga0 Date: Wed Jul 18 20:06:58 2018 + Use config default paths and create minimal user config when it does not exist. --- sbws/util/config.py | 67 - 1 file changed, 41

[tor-commits] [sbws/master] Remove init dependency and create default dirs

2018-08-09 Thread pastly
commit b28c6c6fdbc8f348463ac0f301993084e136abf2 Author: juga0 Date: Wed Jul 18 19:56:58 2018 + Remove init dependency and create default dirs --- sbws/sbws.py | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/sbws/sbws.py b/sbws/sbws.py index a97e428..6

[tor-commits] [sbws/master] Remove init

2018-08-09 Thread pastly
commit c8eb041dc98e8d1536d458f4a3414a0472fa7b36 Author: juga0 Date: Wed Jul 18 20:07:48 2018 + Remove init --- sbws/core/init.py | 40 1 file changed, 40 deletions(-) diff --git a/sbws/core/init.py b/sbws/core/init.py deleted file mode 100644 i

[tor-commits] [sbws/master] Add default sbws_home in config

2018-08-09 Thread pastly
commit 74036c021b807e13683a1361194804527aba32b8 Author: juga0 Date: Wed Jul 18 19:48:10 2018 + Add default sbws_home in config --- sbws/config.default.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/sbws/config.default.ini b/sbws/config.default.ini index b8404da..17e3a25 100644

[tor-commits] [sbws/master] Add changelog entries for cleanup command changes

2018-08-09 Thread pastly
commit 920d3888be14654f7393602fe4940837f18983dc Author: Matt Traudt Date: Wed Aug 1 20:02:53 2018 -0400 Add changelog entries for cleanup command changes --- CHANGELOG.md | 7 +++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4f019..3dd674f 100644 --

[tor-commits] [sbws/master] Add function to compress files passed as arg

2018-08-09 Thread pastly
commit 90d29317d2bcbaa4f61c9063448759d3749c4a00 Author: juga0 Date: Tue Jul 17 17:09:09 2018 + Add function to compress files passed as arg --- sbws/core/cleanup.py | 16 1 file changed, 16 insertions(+) diff --git a/sbws/core/cleanup.py b/sbws/core/cleanup.py index 3

[tor-commits] [sbws/master] Stop using food terms

2018-08-09 Thread pastly
commit 410d31e5fe1cc654597c99fe39426bac4d3af878 Author: Matt Traudt Date: Wed Aug 1 19:39:49 2018 -0400 Stop using food terms --- sbws/config.default.ini | 4 ++-- sbws/core/cleanup.py| 24 ++-- sbws/util/config.py | 4 ++-- 3 files changed, 18 insertions(+),

[tor-commits] [sbws/master] Revert "Add arg to clean v3bw files in tests"

2018-08-09 Thread pastly
commit 98c8fdd1b1a78d7678400c9ce35a8c4b8c328675 Author: juga0 Date: Tue Jul 17 16:13:49 2018 + Revert "Add arg to clean v3bw files in tests" This reverts commit edec4a38bb432f5cd697b7ec44b5e6a477b4074e. To do not modify existing cleaning code for result files. --- tests/un

[tor-commits] [sbws/master] Combine Fixed sections in Unreleased

2018-08-09 Thread pastly
commit c36503c6e3d605157faf5a00464f0ee59a6e39d3 Author: Matt Traudt Date: Wed Aug 1 20:03:22 2018 -0400 Combine Fixed sections in Unreleased --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd674f..ebb5bb6 100644 ---

[tor-commits] [sbws/master] Remove sbws cleanup tests

2018-08-09 Thread pastly
commit c7ed801b14df4d1114c056d85d9f6e6e1f64f58f Author: Matt Traudt Date: Wed Aug 1 19:51:44 2018 -0400 Remove sbws cleanup tests --- tests/unit/core/test_cleanup.py | 236 1 file changed, 236 deletions(-) diff --git a/tests/unit/core/test_cleanup.

[tor-commits] [sbws/master] Don't condition returning a file name on os.path.splitext existing

2018-08-09 Thread pastly
commit 7866642820881fabe5c4758856a7eb0c4cb738ee Author: Matt Traudt Date: Wed Aug 1 19:23:38 2018 -0400 Don't condition returning a file name on os.path.splitext existing --- sbws/core/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/core/cleanup.py b/sbw

[tor-commits] [sbws/master] Add function to clean v3bw files

2018-08-09 Thread pastly
commit 451d7f34ef7c21da22771c4d22cafffb44f618de Author: juga0 Date: Tue Jul 17 17:14:43 2018 + Add function to clean v3bw files --- sbws/core/cleanup.py | 22 ++ 1 file changed, 22 insertions(+) diff --git a/sbws/core/cleanup.py b/sbws/core/cleanup.py index 2099a62

[tor-commits] [sbws/master] Require files be in the given directory

2018-08-09 Thread pastly
commit c78c93b3576b877a1b181c5374db757c34da0f44 Author: Matt Traudt Date: Wed Aug 1 19:25:25 2018 -0400 Require files be in the given directory --- sbws/core/cleanup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbws/core/cleanup.py b/sbws/core/cleanup.py index a3e8cc6..ad5b286

[tor-commits] [sbws/master] Use juga's code to cleanup result files too

2018-08-09 Thread pastly
commit 3a1789bddf7aecd74a9ed784f38ebb1a9f45f2de Author: Matt Traudt Date: Wed Aug 1 19:35:53 2018 -0400 Use juga's code to cleanup result files too --- sbws/core/cleanup.py | 132 +-- 1 file changed, 43 insertions(+), 89 deletions(-) diff --

[tor-commits] [sbws/master] Delete also v3bw.gz files

2018-08-09 Thread pastly
commit 846470f8ad5aee87bd7e70e065dbbea2eeb64323 Author: juga0 Date: Mon Jul 23 20:01:03 2018 + Delete also v3bw.gz files --- sbws/core/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/core/cleanup.py b/sbws/core/cleanup.py index 0a8daf3..d300997 10064

[tor-commits] [sbws/master] Log list of allowed extensions, not the extension that the file has

2018-08-09 Thread pastly
commit 84cb78d655e3fcf3e7d98bb9f157341e7a80ee34 Author: Matt Traudt Date: Wed Aug 1 19:21:05 2018 -0400 Log list of allowed extensions, not the extension that the file has --- sbws/core/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/core/cleanup.py b/sb

[tor-commits] [sbws/master] Python considers the extensions of "foo.bar.gz" to be ".gz"

2018-08-09 Thread pastly
commit a30be62758656ed2f0eedf25868d4a6a9032effb Author: Matt Traudt Date: Wed Aug 1 19:21:23 2018 -0400 Python considers the extensions of "foo.bar.gz" to be ".gz" Also this was missing the leading "." --- sbws/core/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [sbws/master] Clarify the extension is not in the list

2018-08-09 Thread pastly
commit 758605703462a34edea9e69617c303903e017858 Author: juga0 Date: Mon Jul 23 20:00:41 2018 + Clarify the extension is not in the list --- sbws/core/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbws/core/cleanup.py b/sbws/core/cleanup.py index 852b8e6

[tor-commits] [sbws/master] Clean files depending on args

2018-08-09 Thread pastly
commit 8926c2b945080dc930e8db039279b6c6aff78ee8 Author: juga0 Date: Tue Jul 17 17:15:58 2018 + Clean files depending on args --- sbws/core/cleanup.py | 55 +--- 1 file changed, 31 insertions(+), 24 deletions(-) diff --git a/sbws/core/cle

[tor-commits] [sbws/master] Add function to delete files passed as arg

2018-08-09 Thread pastly
commit 25f3fa9ccf3ad5d83cfd36ebf4f0e31b0cd191f6 Author: juga0 Date: Tue Jul 17 17:08:50 2018 + Add function to delete files passed as arg --- sbws/core/cleanup.py | 14 ++ 1 file changed, 14 insertions(+) diff --git a/sbws/core/cleanup.py b/sbws/core/cleanup.py index bd330

[tor-commits] [sbws/master] Replace option names for cleaning v3bw files

2018-08-09 Thread pastly
commit 9379fdc26b3bfe1b510d767a0c9de2f520946e6b Author: juga0 Date: Tue Jul 17 16:18:52 2018 + Replace option names for cleaning v3bw files --- sbws/config.default.ini | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/sbws/config.default.ini b/sbws/config.

[tor-commits] [sbws/master] Replace options validation for cleaning v3bw files

2018-08-09 Thread pastly
commit d1286fe5369dea4a5fa56cd3b971606309302ca4 Author: juga0 Date: Tue Jul 17 16:19:25 2018 + Replace options validation for cleaning v3bw files --- sbws/util/config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sbws/util/config.py b/sbws/util/config.py i

[tor-commits] [sbws/master] Add function to find old v3bw files

2018-08-09 Thread pastly
commit 1b7a24dfc132e0455ca43133f907dd51452ccfa0 Author: juga0 Date: Tue Jul 17 16:57:11 2018 + Add function to find old v3bw files --- sbws/core/cleanup.py | 28 1 file changed, 28 insertions(+) diff --git a/sbws/core/cleanup.py b/sbws/core/cleanup.py inde

[tor-commits] [sbws/master] Check conf options for cleaning v3bw files

2018-08-09 Thread pastly
commit 1dbcd45262c1cbabcabb14596e8171e1497bf957 Author: juga0 Date: Tue Jul 17 17:13:45 2018 + Check conf options for cleaning v3bw files --- sbws/core/cleanup.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/sbws/core/cleanup.py b/sbws/core/cleanup.py index d726a23..2099a

[tor-commits] [sbws/master] Fix args for cleanup unit tests

2018-08-09 Thread pastly
commit c0ac5a3957abb15b8b307c4b4311b419f848e7ab Author: juga0 Date: Tue Jul 17 17:16:20 2018 + Fix args for cleanup unit tests --- tests/unit/conftest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index 4eab658.

[tor-commits] [sbws/master] Set sudo in travis

2018-08-09 Thread pastly
commit e8bc2d7185a32fe185152ee510f342c2f9c1eb17 Author: juga0 Date: Fri Jul 13 13:16:08 2018 + Set sudo in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7b0e438..8d328d4 100644 --- a/.travis.yml +++ b/.travis.

[tor-commits] [sbws/master] Merge branch 'state_file_02'

2018-08-09 Thread pastly
commit bddbf47a0fd9ab5aca7c6a257447f09716d95686 Merge: 137cc27 42b80dc Author: Matt Traudt Date: Wed Aug 1 18:06:32 2018 -0400 Merge branch 'state_file_02' CHANGELOG.md | 2 + README.md | 2 + docs/source/index.rst | 1 + docs/source/sbws

[tor-commits] [sbws/master] Add v3bw files cleanup config opts as valid

2018-08-09 Thread pastly
commit 1725c6cc5a9ae7cdbd9e5427ef0ea448fa670a24 Author: juga0 Date: Thu Jul 12 15:43:51 2018 + Add v3bw files cleanup config opts as valid --- sbws/util/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sbws/util/config.py b/sbws/util/config.py index 7ba530e..a1d5a15 100

[tor-commits] [sbws/master] Cleanup clean all types of files unless otherwise

2018-08-09 Thread pastly
commit 26fe323880eb4b6c06b8d8508fb5bbc854c37128 Author: juga0 Date: Tue Jul 17 16:33:49 2018 + Cleanup clean all types of files unless otherwise specified --- sbws/core/cleanup.py | 5 + 1 file changed, 5 insertions(+) diff --git a/sbws/core/cleanup.py b/sbws/core/cleanup

[tor-commits] [sbws/master] Add arg to clean v3bw files in tests

2018-08-09 Thread pastly
commit 30a191063d30ef7c072629e6bbe8985a4a8d804a Author: juga0 Date: Thu Jul 12 15:47:04 2018 + Add arg to clean v3bw files in tests --- tests/unit/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index 4eab6

[tor-commits] [sbws/master] Change description to include v3bw files

2018-08-09 Thread pastly
commit 2ecdcece94aff0654f1ee8d1acd9d6becf2bb42e Author: juga0 Date: Tue Jul 17 16:32:54 2018 + Change description to include v3bw files and do not use concrete options since now there are several --- sbws/core/cleanup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-

[tor-commits] [sbws/master] Add entry to changelog about cleaning v3bw files

2018-08-09 Thread pastly
commit 311980cb1d048053b767b4589d6554937f308fd6 Author: juga0 Date: Thu Jul 12 21:38:36 2018 + Add entry to changelog about cleaning v3bw files --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cb31d4..3c4f019 100644 --- a/CHANGELOG

[tor-commits] [sbws/master] Revert "Refactor to clean v3bw files too"

2018-08-09 Thread pastly
commit 359f87a3dcec921f08af5a2c6b71a0913c8c0b2c Author: juga0 Date: Tue Jul 17 16:37:31 2018 + Revert "Refactor to clean v3bw files too" This reverts commit 380461e56bd87bd2709abe591b6f4b11e1481e35. --- sbws/core/cleanup.py | 87 +++-

[tor-commits] [sbws/master] Add config times for cleaning v3bw files

2018-08-09 Thread pastly
commit ad6f1be916830cacb14355a31cbd153c6e387c28 Author: juga0 Date: Thu Jul 12 15:40:41 2018 + Add config times for cleaning v3bw files --- sbws/config.default.ini | 7 +++ 1 file changed, 7 insertions(+) diff --git a/sbws/config.default.ini b/sbws/config.default.ini index 036a987

[tor-commits] [sbws/master] Refactor to clean v3bw files too

2018-08-09 Thread pastly
commit 9d6019f0921dcb4090e06d3489d0860d588c9f57 Author: juga0 Date: Thu Jul 12 15:46:14 2018 + Refactor to clean v3bw files too --- sbws/core/cleanup.py | 87 +--- 1 file changed, 69 insertions(+), 18 deletions(-) diff --git a/sbws/core/

[tor-commits] [sbws/master] Add forgotten destinations

2018-08-09 Thread pastly
commit 137cc27ba1dec5365c8926064594dc8bb34364d6 Author: juga0 Date: Wed Jul 25 01:19:22 2018 + Add forgotten destinations which is actually the most important for the user --- docs/source/man_sbws.ini.rst | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --

[tor-commits] [sbws/master] Add to the title the name of the man

2018-08-09 Thread pastly
commit e0f52b67dc95a585734ade41c6d31cc57323e9a5 Author: juga0 Date: Wed Jul 25 01:03:50 2018 + Add to the title the name of the man --- docs/source/man_sbws.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/man_sbws.rst b/docs/source/man_sbws.rst i

[tor-commits] [sbws/master] Add sbws configuration man

2018-08-09 Thread pastly
commit e935af835d105374a0de08013a221a129a7f29b9 Author: juga0 Date: Wed Jul 25 00:48:26 2018 + Add sbws configuration man --- docs/source/man_sbws.ini.rst | 160 +++ 1 file changed, 160 insertions(+) diff --git a/docs/source/man_sbws.ini.rst b/d

[tor-commits] [sbws/master] Add changelog entry about man pages

2018-08-09 Thread pastly
commit d4d15a01fffb316a4e5106333523fc22d05f3925 Author: juga0 Date: Wed Jul 25 01:04:41 2018 + Add changelog entry about man pages --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a7d37..910737c 100644 --- a/CHAN

[tor-commits] [sbws/master] Include man pages in docs too

2018-08-09 Thread pastly
commit ef8f0c87c1f110a932f7ccb940563d5b3bb1c760 Author: juga0 Date: Wed Jul 25 01:04:14 2018 + Include man pages in docs too --- docs/source/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 43eb373..b237897 100644 --- a

[tor-commits] [sbws/master] Add docstring for State class

2018-08-09 Thread pastly
commit 42b80dce5c418654bd275c2f11d8fb25d237def8 Author: Matt Traudt Date: Mon Jul 23 13:59:34 2018 -0400 Add docstring for State class --- sbws/util/state.py | 37 + 1 file changed, 37 insertions(+) diff --git a/sbws/util/state.py b/sbws/util/state.py i

[tor-commits] [sbws/master] Add sbws man

2018-08-09 Thread pastly
commit 3272f5921825d7eeefd6391a82a7f7665768c5d5 Author: juga0 Date: Wed Jul 25 00:47:41 2018 + Add sbws man --- docs/source/man_sbws.rst | 70 1 file changed, 70 insertions(+) diff --git a/docs/source/man_sbws.rst b/docs/source/man_sbws

[tor-commits] [sbws/master] Add to the title the name of the man

2018-08-09 Thread pastly
commit 28e36d74c25845af8728cd03d14ffbeb90a22acd Author: juga0 Date: Wed Jul 25 01:03:55 2018 + Add to the title the name of the man --- docs/source/man_sbws.ini.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/man_sbws.ini.rst b/docs/source/man_sb

[tor-commits] [sbws/master] Add manual pages to conf.py, update author(s)

2018-08-09 Thread pastly
[juga at riseup dot net]' # The short X.Y version version = find_version() @@ -139,7 +139,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'simple-bw-scanner.tex', 'simple-bw-scanner Documentati

[tor-commits] [sbws/master] Add docstring in generator_started_from_file()

2018-08-09 Thread pastly
commit 5e596b71e57138fff48d524dbec0f43c1e6eb614 Author: Matt Traudt Date: Mon Jul 23 13:59:17 2018 -0400 Add docstring in generator_started_from_file() --- sbws/lib/v3bwfile.py | 4 1 file changed, 4 insertions(+) diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index 2784c2f

[tor-commits] [sbws/master] Make two tests actually test something

2018-08-09 Thread pastly
commit 6008858afa1ebdfd803ecb4c316dfbdaa2edc8b2 Author: Matt Traudt Date: Mon Jul 23 13:30:55 2018 -0400 Make two tests actually test something --- tests/unit/util/test_state.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/unit/util/test_state.py b/tests/u

[tor-commits] [sbws/master] Stop deleting the latest.v3bw symlink. Instead, do an atomic rename.

2018-08-09 Thread pastly
commit 2b111356fb813379ab0b4a0dc705706766788ad3 Author: teor Date: Wed Jul 18 11:12:34 2018 +1000 Stop deleting the latest.v3bw symlink. Instead, do an atomic rename. Also: * document the location of latest.v3bw * document the atomic creation of latest.v3bw * explain ho

[tor-commits] [sbws/master] Fix line length

2018-08-09 Thread pastly
commit 53a1bf8b0c56501d9ba4037d3bc1548573ce4dd9 Author: Matt Traudt Date: Thu Jul 19 13:55:09 2018 -0400 Fix line length --- sbws/util/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbws/util/config.py b/sbws/util/config.py index f7389ef..94b5d09 100644 ---

[tor-commits] [sbws/master] Document the state.dat file a little bit

2018-08-09 Thread pastly
commit 2df82656c60e0570c270720e305727512e6962c4 Author: Matt Traudt Date: Mon Jul 16 15:08:55 2018 -0400 Document the state.dat file a little bit --- README.md | 2 ++ docs/source/index.rst | 1 + docs/source/sbws.util.rst | 8 docs/source/state.rst | 20

[tor-commits] [sbws/master] Some pythons need this tmpdir to be explicitly turned into a str

2018-08-09 Thread pastly
commit e00e531fef52734bd12a45ac7dde42e804295d5c Author: Matt Traudt Date: Mon Jul 16 15:43:01 2018 -0400 Some pythons need this tmpdir to be explicitly turned into a str --- tests/unit/util/test_state.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/t

[tor-commits] [sbws/master] Remove test reading header from file

2018-08-09 Thread pastly
commit 15ad0ca597910e6343631a6e02dcac7e2f1f5332 Author: juga0 Date: Sat Jul 14 12:03:14 2018 + Remove test reading header from file reading the whole file is already in other test and software version changes with every release --- tests/unit/lib/test_v3bwfile.py | 12

<    1   2   3   4   5   >