-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Matthew Bentley
56 lines (46 loc) · 2.24 KB
/
README.Matthew Bentley
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# 04/05/2018
backend: Bump dependencies and fix doc strings (#88)
backend: Add some generic documentation (#95)
backend: Add check update and new version scripts (#98)
backend: Fix unsubscribe (#104)
backend: Handle exceptions in async code (#96)
backend: Fix various bugs (#105)
frontend: Add some basic docs
frontend: Polish and optimize drop view page (#35)
frontend: Update to work with backend changes (#43)
tracker: Add some basic docs, bump deps, and use argparse
# 27/04/2018
backend: Fixup backend and frontend communication (#67)
backend: Calculate file completion percent and send it to the frontend (#69)
backend: Handle exceptions in network code (#83)
frontend: Fixup frontend and backend communication (#19)
frontend: Show file percent in drop view page and remove open/delete buttons
frontend: bump deps in requirements.txt (#31)
# 20/04/2018
backend: Re-write large portions of code to use asyncio
backend: Make update_drop work and add update drop script
backend: Re-work run_backend to work better with python asyncio
tracker: Fix async stuff
# 13/04/2018
backend: Cache loggers to make log output more readable
backend: Fix file writing and enable download resuming
tracker: Remove buffer size dependency
# 06/04/2018
backend: Add basic itests and make a controlled sync work
tracker: Setup tracker to be a script and pass on bad input
tracker: fix build
# 30/03/2018
backend: Initial code to actually download a drop from a peer
backend: Add logging functions and use them throughout the code
# 23/03/2018
backend: Store latest drop versions
backend: Create some functions to add an existing drop
# 09/03/2018
backend: Adds functions to deal with reading and writing files and initializing drops
# 02/03/2018
backend: Add the initial implementation of the drop metadata class
# 23/02/2018
main: Committing crimes against git: a script to merge repos with commits
backend: file_metadata: adds basic file_metadata functions and repo setup
backend: Add crypto utils and use it
backend: Add additional file metadata functions: read and write to files