• Stars
    star
    158
  • Rank 237,131 (Top 5 %)
  • Language
    Shell
  • License
    GNU General Publi...
  • Created almost 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

aria2 build scripts on msys2 with custom patches.

Readme

aria2 build scripts for msys2 with custom patches.

Build Status

Build status

License

GitHub license

Changes

  • option max-connection-per-server: change maximum value to *, default value to 16
  • option min-split-size: change minimum value to 1K, default value to 1M
  • option piece-length: change minimum value to 1K, default value to 1M
  • option connect-timeout: change default value to 30
  • option split: change default value to 128
  • option continue: change default value to true
  • option retry-wait: change default value to 1
  • option max-concurrent-downloads: change default value to 16
  • option netrc-path conf-path dht-file-path dht-file-path6: change default value to sub-folder of current directory
  • option deamon: make use of it on mingw
  • download: retry on slow speed and connection close
  • download: add option retry-on-400 to retry on http 400 bad request, which only effective if retry-wait > 0
  • download: add option retry-on-403 to retry on http 403 forbidden, which only effective if retry-wait > 0
  • download: add option retry-on-406 to retry on http 406 not acceptable, which only effective if retry-wait > 0
  • http: add option http-want-digest to choose whether to send the generated Want-Digest HTTP header or not (#10

Environment

MSYS2 Should be set up with commands below:

pacman -Syyuu --noconfirm
pacman -Su --noconfirm
pacman -S --noconfirm --needed base-devel zlib-devel sqlite git unzip zip tar gmp gmp-devel libssh2 libssh2-devel openssl-devel

Artifacts

  • x86_64 (64-bits) version: aria2c.7z
  • x86 (32-bits) version: aria2c_x86.7z

Credits

More Repositories

1

chrome-pak-customizer

a simple command-line tool to pack and unpack pak files in chrome or chromium-based browser
C
178
star
2

7z-build-nsis

7-zip build and package script with nsis script decompiling using ms visual studio
Batchfile
165
star
3

qbittorrent-portable

dll-hijack based qbittorrent portable plugin
C
41
star
4

nop

a windows exe that does nothing without black cmd window or anything else
Makefile
26
star
5

enableallExtensions

Automatically add all existing Chrome extensions to ExtensionInstallWhitelist, including non-webstore ones
Batchfile
23
star
6

vscode-portable

make visual studio code portable with dll-hijack
C
18
star
7

nginx-build-msys2

static nginx build scripts on msys2 mingw with dependencies and custom patches for windows
Shell
17
star
8

dll-hijack

DLL hijack codes for cmake on windows.
C
16
star
9

hidrun

run something sliently without opening a new window
C
12
star
10

sendinput

keyboard and mouse input simulator for windows
C
9
star
11

numlock

switch numlock capslock and scrolllock on/off for windows
C
8
star
12

mpv-build-lite

cloned from https://github.com/shinchiro/mpv-winbuild-cmake with custom patches and smaller binaries
CMake
8
star
13

nogui

a portable and lightweight multimedia encoding tool with no gui
Shell
7
star
14

win32-tools

simple tools using c and windows api
C
7
star
15

userChromeJS

userChrome.js scripts for firefox
JavaScript
6
star
16

mastervol

change and display windows master volume (system volume) in c
C
5
star
17

raslink

a batch tool using to automate rasdial and reconnect on windows (pppoe tool)
Batchfile
4
star
18

win-startup-headers

alternative crt startup headers for size-sensitive executable built by mingw
C
4
star
19

wlantools

batch tools for wlan configs on windows
Batchfile
3
star
20

sendmouse

emulate a mouse click
C
3
star
21

mouse-config

Switch between different mouse speed and acceleration configures for different mouse
C
3
star
22

masterkey

a tool to generate password from domain name and your custom key safely
JavaScript
2
star
23

mpv-helper

helper scripts for mpv on windows
Batchfile
1
star
24

sql-extractor

Export data from oracle database to plain sql script
Java
1
star
25

unsafe

sun.misc.Unsafe on openjdk 1.7,1.8,11,12,13,14,15,16,17
Java
1
star
26

CmdCompleCSharp

A CMD Tool to Comple .cs File to .exe File
Batchfile
1
star