Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/install.c  ·  View all commits
72 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
B
quiet: do not pring messages when quiet is requested
Baptiste Daroussin
19 days ago 5f29413
B
install: respect -q
Baptiste Daroussin
22 days ago 5a92867
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
install: update usage
Baptiste Daroussin
1 month ago 4268e27
B
install: small behaviour change!
Baptiste Daroussin
1 month ago 85173ee
B
autoremove: install, delete and upgrade are now autoremove aware
Baptiste Daroussin
1 month ago 329d205
S
Merge commit '2d18505bf79a2eb87e2e72bbc3e30b0cf7f6b15c'
Shawn Webb
4 months ago eacbab2
E
pkg_install: Add --register-only
Emmanuel Vadot
5 months ago cb296b1
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 89d30c6
B
script-noexec: prevent anyscript which would call an external script
Baptiste Daroussin
1 year ago 0c1fea2
B
progress: fix progression and job count
Baptiste Daroussin
1 year ago 777ce1f
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 remote-tracking branch 'upstream/master'
Shawn Webb
1 year ago 33f4711
B
STR*EQ: use macros where possible
Baptiste Daroussin
1 year ago 053f4a2
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
J
Make 'pkg install' return failure on missing dependencies.
John Hood
4 years ago 73dfd7f
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
Consistency: all command now take --no-scripts
Baptiste Daroussin
5 years ago 2594333
B
Get rid of sysexits
Baptiste Daroussin
5 years ago f446c79
B
Use open_memstream p1
Baptiste Daroussin
5 years ago 383d27c
Y
Fixed grammar in installation message: is -> are
Yuri
8 years ago 0782625
B
Return an error if one refuse an operation (#1470)
Baptiste Daroussin
9 years ago 5aa0d1b
B
Replace libsbuf with utstring.h to improve portability
Baptiste Daroussin
9 years ago f93c045
B
Remove bad initial attempt do fix conflict resolutions
Baptiste Daroussin
9 years ago 6e1d9f9
B
Reset the done flag as well
Baptiste Daroussin
9 years ago 05d8dbc
B
When having to return into the solver, replay it entirerly
Baptiste Daroussin
9 years ago 51ad2b3
B
Rename install --from-root into install --recursive
Baptiste Daroussin
10 years ago a1d1a35
B
Do not try to update if no repository are configured
Baptiste Daroussin
10 years ago ffdb0c4
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
V
Add WARN_SIZE_LIMIT option
Vsevolod Stakhov
10 years ago 9c3d051
B
Implement AUTOCLEAN
Baptiste Daroussin
10 years ago 69205cd
f
Update install.c
fixingshit
11 years ago 9728595
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
Make prompt outputs consistent
Bryan Drewery
11 years ago 8352b86
V
Update errors are now not fatal.
Vsevolod Stakhov
11 years ago d806bea
B
Be posixly correction with long options
Baptiste Daroussin
11 years ago 20c3c38
V
Improve output if no packages are going to be installed.
Vsevolod Stakhov
11 years ago 9957ad8
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
Long options
Matthew Seaman
11 years ago c1af7cf
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
B
Cleanup grammar for conflict message and respect style(9)
Bryan Drewery
11 years ago dcc0b1a
B
Cleanup grammar for conflict message
Bryan Drewery
11 years ago 0b78d4c
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
V
Improve output in `upgrade` and `install`.
Vsevolod Stakhov
12 years ago b69e254
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 859bbf1
V
Merge pull request #750 from skinder/missing-deps-support
Vsevolod Stakhov
12 years ago 9e1a3ef
U
added ability to install packages with missing dependencies
User Lpr
12 years ago 3777a23
B
pkg add == pkg install -ylq
Baptiste Daroussin
12 years ago ec080c7
B
pkg add always default on install -l
Baptiste Daroussin
12 years ago 7f29234
V
Add local mode for pkg-install.
Vsevolod Stakhov
12 years ago 14bc929
B
Propagate usage of ucl
Baptiste Daroussin
12 years ago 99f9cd1
V
Allow repo-less install.
Vsevolod Stakhov
12 years ago bf2e6d9
V
Improve locking in pkg-install.
Vsevolod Stakhov
12 years ago 2198293
V
Fix installation message.
Vsevolod Stakhov
12 years ago a478bc4
B
Autotoolizing
Baptiste Daroussin
12 years ago c5d6dde