Skip to content

Upriver sync 2024.08 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c1d9090
Fork notice.
hopeseekr Aug 9, 2024
43a975b
URL-decode links passed to the dl command #310
Mar 24, 2019
0b9da21
Change e-mail/website addresses
Apr 13, 2019
36f580d
Mark some functions as static
May 8, 2019
c8f10bb
We need to follow symlinks on local paths in megatools dl
Jun 8, 2019
bf755ff
Update PGP fingerprint
Jul 21, 2019
6756f18
Drop github issue template
Aug 6, 2019
7476f7c
Move to meson buildystem
Aug 6, 2019
2951a35
Make doc generator programs optional
Nov 11, 2019
033f573
dl: Add support for new link formats
Apr 4, 2020
9c8ba85
dl: Support new link format for individual files inside folders
May 1, 2020
2a9bde9
Add contributed support for v2 login flow
May 2, 2020
1a07837
Cleanup login v2 support and fix session caching
May 3, 2020
5369382
Bump cache format version
May 3, 2020
3a5af6e
Fix NULL pointer dereference when invoking megatools in some situations
Jun 1, 2020
823a756
Add file exists error type
Jul 20, 2020
9eedb31
Return status = 2 if uploaded file already exists
Jul 20, 2020
1b69411
Add range selection to the downloader
Oct 14, 2020
b938d7a
Cleanup the dl range code
Oct 14, 2020
e5c89d9
add support for newstyle folders
Nov 8, 2020
5cf28e2
Try disabling TLS session ID cache (may fix #462)
Oct 28, 2021
9a6365c
Use g_memdup2
Apr 1, 2022
3faff7a
Improve support for UTF-8 on windows
May 18, 2022
dc9e77f
Update NEWS/README for release of 1.11.0
May 19, 2022
efa3810
Fix typo
May 23, 2022
6791340
dl: Fix file links when base64 contains trailing =
Sep 19, 2022
78ba880
Add info about manpage build on Ubuntu
Oct 3, 2022
2fa3126
Fix installation instructions for 1.11.0
Nov 21, 2022
efc221b
Fix node not found error when downloading folders
Feb 12, 2023
5c7e5ae
Avoid curl deprecations
Feb 12, 2023
d52d29d
Avoid gcc warning for strncpy
Feb 12, 2023
f01d0ea
Prepare for 1.11.1 release
Feb 12, 2023
5e8d71b
Added the ninja build system.
hopeseekr Aug 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@

/docs/*.1
/docs/*.5

.ninja_log
.idea/
libtool
ltmain.sh
12 changes: 0 additions & 12 deletions HACKING

This file was deleted.

Loading