Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for libpkg/repo/binary/fetch.c  ·  View all commits
41 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
xmalloc: use its functions everywhere
Baptiste Daroussin
2 months ago e5baad4
V
fetch: add -s/--symlink option for mirror mode
Vsevolod Stakhov
3 months ago 5a98c3f
S
Merge branch 'upstream-master'
Shawn Webb
2 years ago 5768655
B
curl: readd support for SRV mirroring type
Baptiste Daroussin
2 years ago f06399c
G
Improve libpkg interface for plugins use.
Gleb Popov
2 years ago a2d1b9d
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
J
Report errors for packages catalogued, but missing the package file
John Hood
4 years ago fa2c24c
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
Get rid of the dirname and basename which implement differs depending on OSes
Baptiste Daroussin
5 years ago 3c5dde3
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
5 years ago d871ad5
J
Fix fetch checksum logic
Jason Montleon
5 years ago da3c96b
A
Add a 'hash' mode to pkg repo
Allan Jude
5 years ago 36dfb48
C
Fix custom destdir support in libpkg
Candy Gumdrop
6 years ago 599aff7
B
Give a tip in case of size mismatch when fetching
Baptiste Daroussin
6 years ago 3b04262
B
Add a helper to get the dbdir and the cachedir path
Baptiste Daroussin
6 years ago 8dd464b
B
abort() in case of memory failure
Baptiste Daroussin
9 years ago 2a1ca66
B
Remove freebsdism not needed due to setting _BSD_SOURCE
Baptiste Daroussin
9 years ago 39ac3d6
B
Relax fetch url to allow file://
Baptiste Daroussin
10 years ago baa4265
B
add a new event: PKG_EVENT_FILE_MISSING
Baptiste Daroussin
10 years ago 1ecbb20
B
Use bool when we do need a boolean
Baptiste Daroussin
10 years ago 8d70ddc
B
Use pkg_checksum api to validate fetched binaries
Baptiste Daroussin
10 years ago 088d406
B
Complete pkg_checksum API and reduce duplicated code
Baptiste Daroussin
10 years ago 8f01347
B
Implement resume on fetch for http/ftp
Baptiste Daroussin
11 years ago fd5fba3
B
Fix dynamic conflicts
Baptiste Daroussin
11 years ago a45fec0
B
Plug memory leaks
Baptiste Daroussin
11 years ago ed4e56a
V
Merge pull request #1150 from andrejzverev/issue1149
Vsevolod Stakhov
11 years ago a31d851
A
Fixed issue with a cached packages which have a wrong size someway.
Andrej Zverev
11 years ago 1f9a07c
B
Stop again wasting space for packages in file:// repos
Baptiste Daroussin
11 years ago 5cd7fa9
B
Bring back fetching in the the cache directory for file://
Baptiste Daroussin
11 years ago a3433e1
B
Make struct pkg a proper structure
Baptiste Daroussin
11 years ago 99c2768
B
Followup 4bc7073308cb and remove references to PACKAGESITE/MIRROR_TYPE/PUBKEY
Bryan Drewery
11 years ago 8e2dbcf
V
Fix memory corruption when using pkg files.
Vsevolod Stakhov
11 years ago 5b754c2
V
Use rename(2) to install symlink.
Vsevolod Stakhov
11 years ago a03abc2
V
Fixes.
Vsevolod Stakhov
11 years ago eb409a0
V
Fix symlink during fetch.
Vsevolod Stakhov
11 years ago be4f802
V
dirname(3) can modify content.
Vsevolod Stakhov
11 years ago f4836bb
V
Add mirror implementation for binary packages.
Vsevolod Stakhov
11 years ago 18dfc30
V
Do not try to re-fetch broken packages infinitely,
Vsevolod Stakhov
11 years ago e8ddbd2
V
Use meta for names of repo files.
Vsevolod Stakhov
11 years ago fec4658
V
Implement opaque fetching.
Vsevolod Stakhov
11 years ago 49eb93c