Tatsuhiro Tsujikawa
|
2a809a99cd
|
Merge pull request #2098 from aria2/revert-ci-docker-mingw
Revert "ci: Build mingw image"
|
2023-09-16 19:14:47 +09:00 |
Tatsuhiro Tsujikawa
|
997efc88bb
|
Revert "ci: Build mingw image"
This reverts commit a02ceeb646 .
|
2023-09-16 18:42:23 +09:00 |
Tatsuhiro Tsujikawa
|
3a0057257c
|
Merge pull request #2097 from aria2/ci-docker-mingw
ci: Build mingw image
|
2023-09-16 18:29:27 +09:00 |
Tatsuhiro Tsujikawa
|
42b9893463
|
Merge pull request #2096 from aria2/ci-gnutls
ci: Build with gnutls
|
2023-09-16 18:29:12 +09:00 |
Tatsuhiro Tsujikawa
|
a02ceeb646
|
ci: Build mingw image
|
2023-09-16 18:06:11 +09:00 |
Tatsuhiro Tsujikawa
|
81244a16dd
|
ci: Build with gnutls
|
2023-09-16 17:45:55 +09:00 |
Tatsuhiro Tsujikawa
|
dbbd1bfbf9
|
Merge pull request #2095 from aria2/fix-undefined
Fix test errors with ubsan
|
2023-09-16 17:45:35 +09:00 |
Tatsuhiro Tsujikawa
|
e5d9ad2f0b
|
Fix test errors with ubsan
|
2023-09-16 17:22:33 +09:00 |
Tatsuhiro Tsujikawa
|
dfdbc22b23
|
Merge pull request #2094 from aria2/update-wslay
Update wslay
|
2023-09-16 17:18:00 +09:00 |
Tatsuhiro Tsujikawa
|
66048398e5
|
Update wslay
|
2023-09-16 16:53:03 +09:00 |
Tatsuhiro Tsujikawa
|
ef28a269ae
|
Merge pull request #2093 from aria2/remove-deprecated-unary-binary-fun
Remove deprecated std::unary_function and std::binary_function
|
2023-09-16 16:50:14 +09:00 |
Tatsuhiro Tsujikawa
|
8956c58d12
|
Remove deprecated std::unary_function and std::binary_function
|
2023-09-16 16:24:23 +09:00 |
Tatsuhiro Tsujikawa
|
ea6d4240d0
|
Merge pull request #2092 from aria2/dockerfile-android
Add Dockerfile.android
|
2023-09-16 16:23:58 +09:00 |
Tatsuhiro Tsujikawa
|
13ba7a297f
|
Add Dockerfile.android
|
2023-09-16 15:52:33 +09:00 |
Tatsuhiro Tsujikawa
|
e5bc00d449
|
Merge pull request #1822 from FH0/master
android(ndk r23) has timegm
|
2023-09-16 15:40:34 +09:00 |
Tatsuhiro Tsujikawa
|
8ae5ce5df3
|
Merge pull request #2091 from aria2/crypto-lib-rand
Prefer random number generator from crypto libraries
|
2023-09-16 11:56:50 +09:00 |
Tatsuhiro Tsujikawa
|
fa2eb95a00
|
Prefer random number generator from crypto libraries
|
2023-09-16 11:37:01 +09:00 |
Tatsuhiro Tsujikawa
|
f7b9d0fdd4
|
Merge pull request #2089 from aria2/update-dockerfile-mingw
Update Dockerfile.mingw
|
2023-09-16 00:26:43 +09:00 |
Tatsuhiro Tsujikawa
|
5546d73322
|
Update Dockerfile.mingw
|
2023-09-15 22:17:03 +09:00 |
Tatsuhiro Tsujikawa
|
385ad3a04c
|
Merge pull request #2088 from aria2/fix-libssh2-static-link
Fix static link failure against libssh2
|
2023-09-15 22:00:36 +09:00 |
Tatsuhiro Tsujikawa
|
ae5e5fdf73
|
Fix static link failure against libssh2
|
2023-09-15 21:39:51 +09:00 |
Tatsuhiro Tsujikawa
|
13c893b34a
|
Merge pull request #1804 from nkh0472/patch-1
Minor grammar improvements
|
2023-09-15 19:10:44 +09:00 |
Tatsuhiro Tsujikawa
|
7e7f549ef1
|
Merge pull request #1893 from kelson42/increase-bytearraydiskwriter-max
Increase ByteArrayDiskWriter maximum size
|
2023-09-15 19:08:29 +09:00 |
Tatsuhiro Tsujikawa
|
b642ee8380
|
Merge pull request #2068 from yixinBC/patch-1
fix wrong `dht.dat` binary file structure in docs
|
2023-09-15 19:05:03 +09:00 |
yixinBC
|
a787a80495
|
fix typo
|
2023-06-20 20:30:44 +08:00 |
yixinBC
|
40cabe7519
|
fix wrong `dht.dat` binary file structure in docs
|
2023-06-20 20:28:08 +08:00 |
Tatsuhiro Tsujikawa
|
f4cbc7bb31
|
Merge pull request #1969 from himikof/patch-1
Fix Metalink4 parsing with foreign namespaces
|
2022-08-25 16:23:39 +09:00 |
Tatsuhiro Tsujikawa
|
8d5989db22
|
Merge pull request #1970 from himikof/patch-2
Fix undefined behavior/crash in GZipEncoder
|
2022-08-25 16:21:08 +09:00 |
Nikita Ofitserov
|
42038422f6
|
Fix undefined behavior/crash in GZipEncoder
When the output buffer is full, outbuf[produced] references past the buffer end, leading to UB and a possible assertion failure.
Fixes #1968, #1964
|
2022-08-24 17:28:04 +03:00 |
Nikita Ofitserov
|
15a96209cd
|
Fix Metalink4 parsing with foreign namespaces
Rename local checkNsUri helper function to make boolean conditions easily readable,
as the issue was not apparent with the old helper function name.
|
2022-08-23 20:27:39 +03:00 |
Tatsuhiro Tsujikawa
|
05f3c47988
|
Merge pull request #1943 from hmartinez82/FixBuild
Add missing <array> include to WinTLSSession.h
|
2022-08-19 21:22:19 +09:00 |
Hernan Martinez
|
182f4f9ca2
|
Add missing <array>
|
2022-06-23 00:00:25 -06:00 |
Tatsuhiro Tsujikawa
|
a433352b67
|
Move runs-on under strategy
|
2022-05-22 12:23:38 +09:00 |
Tatsuhiro Tsujikawa
|
190ce569e4
|
Merge pull request #1929 from aria2/bump-ubuntu
Bump workflow ubuntu
|
2022-05-22 12:19:37 +09:00 |
Tatsuhiro Tsujikawa
|
e0ef02d243
|
Bump workflow ubuntu
|
2022-05-22 11:33:13 +09:00 |
Tatsuhiro Tsujikawa
|
73cf6d110d
|
Merge pull request #1923 from aria2/bump-actions
Bump actions
|
2022-05-15 17:59:10 +09:00 |
Tatsuhiro Tsujikawa
|
d4b96e24ed
|
Merge pull request #1924 from aria2/fix-nproc
Deal with missing nproc on macos
|
2022-05-15 17:58:55 +09:00 |
Tatsuhiro Tsujikawa
|
31b773de54
|
Deal with missing nproc on macos
|
2022-05-15 17:32:52 +09:00 |
Tatsuhiro Tsujikawa
|
2c21331ab6
|
Bump macos
|
2022-05-15 17:20:46 +09:00 |
Tatsuhiro Tsujikawa
|
9e412c9dc6
|
Bump actions/checkout to v3
|
2022-05-15 17:20:17 +09:00 |
Tatsuhiro Tsujikawa
|
0065c179ca
|
Merge pull request #1907 from aria2/getentropy
Better entropy for getRandomBytes
|
2022-04-09 18:01:49 +09:00 |
Tatsuhiro Tsujikawa
|
ba3396f7bb
|
Better entropy for getRandomBytes
|
2022-04-09 17:23:00 +09:00 |
Tatsuhiro Tsujikawa
|
851a74f53e
|
Fix configure
|
2022-04-09 15:50:42 +09:00 |
Tatsuhiro Tsujikawa
|
893c096aa6
|
Update configure.ac
|
2022-04-09 15:47:11 +09:00 |
Tatsuhiro Tsujikawa
|
55f4bc139a
|
nproc
|
2022-04-09 15:07:25 +09:00 |
Tatsuhiro Tsujikawa
|
998f203288
|
Merge pull request #1905 from aria2/bt-bencode-allow-empty-dict-name
Allow empty dist name in bencode which is needed for hybrid torrent
|
2022-04-08 23:29:13 +09:00 |
Tatsuhiro Tsujikawa
|
ba36a38a6c
|
Allow empty dist name in bencode which is needed for hybrid torrent
|
2022-04-08 22:54:11 +09:00 |
Tatsuhiro Tsujikawa
|
37a7419fed
|
Merge pull request #1902 from ITriskTI/patch-1
Update aria2c.rst
|
2022-04-07 21:52:27 +09:00 |
ITriskTI
|
0dcd4e9f29
|
Update aria2c.rst
|
2022-04-07 13:22:35 +03:00 |
Tatsuhiro Tsujikawa
|
85733e5980
|
Merge branch 'Frefreak-master'
|
2022-04-03 18:59:24 +09:00 |