Commit graph

403 commits

Author SHA1 Message Date
Yuxin Wang
d43b7f91b9 Update README.md 2019-02-11 13:26:50 -05:00
Yuxin Wang
3b19dcc7c1 Update README.md 2019-02-06 10:52:09 -05:00
Yuxin Wang
bf56e12af5 Update README.md 2019-02-06 10:50:15 -05:00
Yuxin Wang
9ba6d01ff9 Update demo svg with a wider screen. 2019-02-06 10:45:39 -05:00
Yuxin Wang
27b292786d Update demo screenshot svg. 2019-02-06 09:59:27 -05:00
Yuxin Wang
9b966994a9 Update README.md 2019-02-06 09:51:59 -05:00
Yuxin Wang
40bdf4b424 Update README.md 2019-02-06 09:02:30 -05:00
Yuxin Wang
4b65242f76 Update README.md 2019-02-05 23:17:22 -05:00
Yuxin Wang
af9723ddf1 Add demo.svg file. 2019-02-05 22:58:54 -05:00
Yuxin Wang
5a7915347a Update README.md 2019-02-05 18:04:06 -05:00
Yuxin Wang
edb972d7d8 Update README.md 2019-02-05 13:04:51 -05:00
Yuxin Wang
fd943a6b7f Use codecov program instead of bash script. 2018-12-14 00:39:40 -05:00
Yuxin Wang
2d5ac6e140 Use bash uploader of codecov. 2018-12-14 00:16:35 -05:00
Yuxin Wang
a290b61a55 Use StandardStreamWriter as print will raise BlockingIOError. 2018-10-16 09:23:24 -04:00
Yuxin Wang
c9b3576a1d Remove redundant blank lines. 2018-10-14 23:27:57 -04:00
Yuxin Wang
acf6781148 Update chunkinfo by update_frequency. 2018-10-13 23:10:02 -04:00
Yuxin Wang
310c82f9ed Stop the tracker and peers after tests. 2018-10-13 21:54:47 -04:00
Yuxin Wang
17e61a34c4 Yield data after registration. 2018-10-13 19:04:45 -04:00
Yuxin Wang
0aa2b16e3c Merge branch 'raise-exceptions', raise exceptions in most of the functions instead of returning (result, errno) pair. 2018-10-13 18:57:02 -04:00
Yuxin Wang
dc993f4e57 Fix indentation for reporthook. 2018-10-13 18:56:49 -04:00
Yuxin Wang
269dc00445 Fix return value. 2018-10-13 18:47:18 -04:00
Yuxin Wang
93a63adbcd Fix return value. 2018-10-13 18:41:35 -04:00
Yuxin Wang
080d7f567d Print tracker's address. 2018-10-13 18:41:31 -04:00
Yuxin Wang
e2b3834e5f Fix test_terminal. 2018-10-13 18:32:00 -04:00
Yuxin Wang
46a9b01d6d No return value for download() method. 2018-10-13 18:29:26 -04:00
Yuxin Wang
eb68a99d1a Add catch for RuntimeError. 2018-10-13 18:29:16 -04:00
Yuxin Wang
0e952263dd Fix return value. 2018-10-13 18:23:33 -04:00
Yuxin Wang
da8c29c8db Fix return value. 2018-10-13 18:11:42 -04:00
Yuxin Wang
76b6f8914d Remove double if check. 2018-10-13 18:04:11 -04:00
Yuxin Wang
79fd61ae92 Move open_connection out of try-block. 2018-10-13 18:04:04 -04:00
Yuxin Wang
5496669277 Return nothing for server.start() method. 2018-10-13 17:47:58 -04:00
Yuxin Wang
d427b6f61c Wrap test_connect_refused code in pytest.raises environment. 2018-10-13 17:35:25 -04:00
Yuxin Wang
6d6c8b19a5 Raise exceptions in server.start(). 2018-10-13 17:34:05 -04:00
Yuxin Wang
1e8f628fe0 Log other exceptions. 2018-10-13 17:33:48 -04:00
Yuxin Wang
36d7121be0 Fill message parameter of DownloadIncompleteError. 2018-10-13 17:14:27 -04:00
Yuxin Wang
b3b24e4a49 Catch RuntimeError for write_message. 2018-10-13 17:13:17 -04:00
Yuxin Wang
821af1587d Add more notes. 2018-10-13 17:13:06 -04:00
Yuxin Wang
854b15a0c7 Make notes clearer. 2018-10-13 17:12:11 -04:00
Yuxin Wang
6c22b59fd8 Raise exceptions in download. 2018-10-13 17:10:36 -04:00
Yuxin Wang
95f08e8c78 Pretty print hints for set_delay. 2018-10-13 16:49:27 -04:00
Yuxin Wang
3183183a27 Add more tests for list_file and publish. 2018-10-13 16:49:12 -04:00
Yuxin Wang
de85d9e541 Raise exceptions in list_files method. 2018-10-13 16:48:58 -04:00
Yuxin Wang
534bba6f49 Import everything from core module. 2018-10-13 16:48:12 -04:00
Yuxin Wang
e0e2783811 Return nothing in disconnect method, merge _reset method. 2018-10-13 16:43:26 -04:00
Yuxin Wang
0c469a651c Fix typo. 2018-10-13 16:42:11 -04:00
Yuxin Wang
67ca6d2966 Raise exceptions in connect method. 2018-10-13 16:40:38 -04:00
Yuxin Wang
ebfb782d27 Raise exception in publish method instead of return error code. 2018-10-13 16:32:56 -04:00
Yuxin Wang
241e5c8ef6 Import all exceptions. 2018-10-13 16:26:38 -04:00
Yuxin Wang
7bf2d407db Add new types of exception. 2018-10-13 16:26:22 -04:00
Yuxin Wang
78ab7b62ff Import all exceptions. 2018-10-13 15:35:53 -04:00