Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/info.c  ·  View all commits
64 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
J
Fix typos in source code
Jose Luis Duran
7 days ago 10f92f1
B
cleanup: avoid duplication of the logic to lock to the db
Baptiste Daroussin
9 days ago ada7b0d
B
info -e: only return 0 if all the packages in the command line exists
Baptiste Daroussin
22 days ago c2de9ad
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
info: fix version comparison after e1841f2e9
Baptiste Daroussin
1 month ago 60bea38
B
db: only open the db readonly when write is not needed
Baptiste Daroussin
1 month ago 6a93ea1
B
info: use a helper instead of duplicating code
Baptiste Daroussin
2 months ago e1841f2
B
info: remove redundant testing of 'quiet'
Baptiste Daroussin
2 months ago e4e19cf
B
info: remove double ';'
Baptiste Daroussin
2 months ago ad0cae1
B
info: --raw now export a valid json for multiple packages
Baptiste Daroussin
2 months ago 99f104c
B
capsicum: stop defining from the configure script
Baptiste Daroussin
3 months ago 3009baa
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 89d30c6
B
info: now show (shlibs)provides/requires depdencies with -d and -r
Baptiste Daroussin
1 year ago 8ef4512
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 remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 9d0c3f2
B
Revert "src/info.c: keep the length in a variable to avoid another call"
Baptiste Daroussin
2 years ago 6b9357c
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago adf6f88
r
src/info.c: keep the length in a variable to avoid another call
rilysh
2 years ago caa1d6b
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 9856def
G
Sink PKG_EVENT_SANDBOX_* handlers into libpkg.
Gleb Popov
2 years ago 7a630cf
S
Merge branch 'upstream-master'
Shawn Webb
2 years ago 5768655
B
libpkg: add a _Generic pkg_get()
Baptiste Daroussin
3 years ago 2f040df
B
pkg_attribute: avoid collision with pkg_list
Baptiste Daroussin
3 years ago d9c65f6
B
libpkg: kill useless pkg_manifest_key API
Baptiste Daroussin
3 years ago eec0e90
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
B
API: replace generic pkg_get with typesafe version
Baptiste Daroussin
4 years ago 7bb8d7e
B
Coverage: add a flag to disable capsicum when running for coverage
Baptiste Daroussin
4 years ago e9c06cd
B
arch detection: .h files are not arch specific
Baptiste Daroussin
4 years ago fa49acc
S
Merge branch 'upstream-master'
Shawn Webb
4 years ago 9b9eef5
D
info: fix info processing of mutliple compares
Derek Schrock
5 years ago 67edfff
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
Get rid of sysexits
Baptiste Daroussin
5 years ago f446c79
D
src/info.c: Make -R behaviour match man page.
David O'Rourke
7 years ago 680dae5
B
Merge branch 'trombonehero-capsicum-header'
Brad Davis
8 years ago 9e9bf00
J
Change #include <capability.h> to capsicum.h.
Jonathan Anderson
8 years ago d657370
B
drop privileges later as it chroot to /var/empty it cannot open the db otherwise
Baptiste Daroussin
9 years ago 5cab798
B
in pkg info, drop privileges as soon as possible
Baptiste Daroussin
9 years ago 671087c
B
Plug some minor resources leaks
Baptiste Daroussin
10 years ago 74e8e2f
B
Fix pkg info -R
Baptiste Daroussin
10 years ago 74a7764
B
Plug potential fd leak
Baptiste Daroussin
11 years ago bb2f067
B
Implement pkg info --raw-format ucl
Baptiste Daroussin
11 years ago 3f14473
B
Fix indentation and catchup some missed in previous commit
Baptiste Daroussin
11 years ago f085c1c
B
Remove useless comparison to NULL before freeing variables
Baptiste Daroussin
11 years ago aed2ce7
C
Fix typo, --guiet should be --quiet.
Craig Rodrigues
11 years ago 89819f7
B
Add --raw-format to info/search
Baptiste Daroussin
11 years ago 1cd0bd1
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
-r long form better expressed as --required-by rather than requirements.
Matthew Seaman
11 years ago 8df47a8
M
pkg info: long options
Matthew Seaman
11 years ago e721104
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
Style fix
Baptiste Daroussin
12 years ago 97fa605
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
Merge branch 'master' into indexfile
Matthew Seaman
12 years ago 859bbf1
B
Do not enter in a sandbox if the database is open
Baptiste Daroussin
12 years ago 6208cb8
B
Add missing header
Baptiste Daroussin
12 years ago be69896
B
Capsicumize pkg info
Baptiste Daroussin
12 years ago 3e3c3d8
B
Autotoolizing
Baptiste Daroussin
12 years ago c5d6dde