Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/fetch.c  ·  View all commits
50 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
B
cleanup: avoid duplication of the logic to lock to the db
Baptiste Daroussin
9 days ago ada7b0d
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
V
fetch: add -s/--symlink option for mirror mode
Vsevolod Stakhov
3 months ago 5a98c3f
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
11 months ago ba89bd1
B
vec: simplify vec_init() usage
Baptiste Daroussin
1 year ago 6401b82
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 2498431
B
vec: rename pkgvec.h into pkg/vec.h
Baptiste Daroussin
1 year ago 22dddf2
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago c62eec6
B
db: allow passing multiple -r options
Baptiste Daroussin
1 year ago a9eccd9
V
Improve `pkgdb_access` API
Vsevolod Stakhov
1 year ago 6037e67
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
J
pkg-fetch exits with success on many failures; fix
John Hood
4 years ago 3b3a690
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
Get rid of sysexits
Baptiste Daroussin
5 years ago f446c79
B
Do not skip the proceed action question when the size or the action is below the limit set in pkg.conf. Only skip printing it
Baptiste Daroussin
10 years ago 8a955e6
B
Revert "Use EPKG_OK instead of 0 to be consistent"
Brad Davis
10 years ago 3ba1f30
B
Use EPKG_OK instead of 0 to be consistent
Brad Davis
10 years ago d395c96
V
Add WARN_SIZE_LIMIT option
Vsevolod Stakhov
10 years ago 9c3d051
B
Merge pull request #1166 from erikano/feature-default-always-yes
Baptiste Daroussin
11 years ago ddd8af8
E
pkg.conf(5) option DEFAULT_ALWAYS_YES. When this option is enabled pkg(1) will default to "yes" for all questions which require user confirmation before doing anything.
Erik Nordstroem
11 years ago eabd4fb
B
Really fix pkg fetch
Baptiste Daroussin
11 years ago 6adb973
B
Do not return 0 if fetch fails
Baptiste Daroussin
11 years ago 45c873f
B
Remove old comment
Brad Davis
11 years ago fa12898
B
Make prompt outputs consistent
Bryan Drewery
11 years ago 8352b86
V
Update errors are now not fatal.
Vsevolod Stakhov
11 years ago d806bea
V
Remove flag -m from pkg-fetch (use -o instead).
Vsevolod Stakhov
11 years ago fccbe9b
V
More fixes to displaying.
Vsevolod Stakhov
11 years ago b8f1339
V
Add support of mirroring to pkg-fetch.
Vsevolod Stakhov
11 years ago 3ede878
B
Be posixly correction with long options
Baptiste Daroussin
11 years ago 20c3c38
M
Merge branch 'long-opts'
Matthew Seaman
11 years ago c3c200b
V
Merge branch 'globals-rework'
Vsevolod Stakhov
11 years ago e3eb7f3
V
Rework all tools to use globals.
Vsevolod Stakhov
11 years ago 08be5cc
M
Fix spelling
Matthew Seaman
11 years ago e82a706
M
pkg info: long options
Matthew Seaman
11 years ago e721104
M
Long options
Matthew Seaman
11 years ago d88ed02
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago 9eecfc4
V
Merge branch 'pkg-lock-config'
Vsevolod Stakhov
11 years ago e850b07
V
Update utilities for lock API.
Vsevolod Stakhov
11 years ago 8f1235f
M
Partially revert case insensitivity fixes. Apparently REG_ICASE has quite a severe performance impact. Therefore make the compiled-in default case sensitive again. Only apply the run-time default setting from CASE_SENSITIVE_MATCH to the verbs that offer options to set the matching type -- ie.
Matthew Seaman
12 years ago d8585bf
M
Everywhere there is an option to match a package name (substring, regexp), add a -C option to force the match to be case sensitive.
Matthew Seaman
12 years ago 68736e5
M
Add new pkgdb_open_all() -- same as pkgdb_open(), but allows specifying the pkg repository to use as the 'reponame' arg. If 'reponame' is NULL, is identical to pkgdb_open()
Matthew Seaman
12 years ago 7794a36
M
Merge branch 'master' into indexfile
Matthew Seaman
12 years ago 669b695
V
Merge pull request #766 from skinder/master
Vsevolod Stakhov
12 years ago 3a95d74
E
pkg_emit_query_(yesno|select)
Elvira Khabirova
12 years ago 2614644
M
Merge branch 'master' into indexfile
Matthew Seaman
12 years ago edb8f16
V
Fix fetch job.
Vsevolod Stakhov
12 years ago f42061c
M
Merge branch 'master' into indexfile
Matthew Seaman
12 years ago 859bbf1
B
Propagate usage of ucl
Baptiste Daroussin
12 years ago 99f9cd1
B
Autotoolizing
Baptiste Daroussin
12 years ago c5d6dde