summaryrefslogtreecommitdiffstats
path: root/samloader (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Evidently, requests must no longer be URL-encoded. (#33)Ian Macdonald2020-12-021-1/+1
| | | Fix http://github.com/nlscc/samloader/issues/32
* Change URL from https to http (#28)John Wu2020-11-051-1/+1
| | | Fixes nlscc/samloader#27
* Safeguard against the future: Use Kies2.0_FUS as User Agent. (#29)Ian Macdonald2020-11-051-2/+3
|
* fix #22nlscc2020-10-241-0/+2
|
* Calculate proper download remainder size when resuming a download. (#21)Ian Macdonald2020-10-201-1/+1
|
* fix #19nlscc2020-10-101-1/+2
|
* use cryptodomex instead of cryptodomenlscc2020-10-082-2/+2
|
* fix #18nlscc2020-10-081-1/+1
|
* add support for python3 -mnlscc2020-10-071-0/+6
|
* improve CLI and cleanup codenlscc2020-10-073-85/+60
| | | | | | | - switch to argparse, improve argument parsing - fix error when resuming a file that was already downloaded - cleanup code - bump version number
* fix regression (#13)Nayil Mukhametshin2020-09-301-1/+1
|
* add better error handling, fix #9Nayil Mukhametshin2020-09-302-0/+5
|
* change copyrightNayil Mukhametshin2020-09-306-6/+6
|
* Resume download & show expected MD5 digest (#7)Adrien Guinet2020-09-263-11/+25
| | | | | | | | | | * Ability to resume downloads * Fetch version using TLS * Show expected MD5 if returned by the server Co-authored-by: Adrien Guinet <aguinet@quarkslab.com> Co-authored-by: Nayil Mukhametshin <66028747+nlscc@users.noreply.github.com>
* add better error handling to checkupdateNayil Mukhametshin2020-08-011-0/+1
|
* add support for saving to directoriesNayil Mukhametshin2020-07-301-3/+5
|
* fix #3 (broken checkupdate command)Nayil Mukhametshin2020-07-251-4/+5
|
* initial commitNayil Mukhametshin2020-05-257-0/+254