Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/check.c  ·  View all commits
93 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
B
check: clarify the error message:
Baptiste Daroussin
18 days ago a0c509e
B
check: relax privileges requierements
Baptiste Daroussin
19 days ago 98a4420
S
Merge commit '2d18505bf79a2eb87e2e72bbc3e30b0cf7f6b15c'
Shawn Webb
4 months ago eacbab2
s
check: implement verification of file and dir metadata
strssndktn
6 months ago 48e6c12
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
7 months ago 7dccd36
A
check: replace cleanup label with break
Ahmad Khalifa
9 months ago f827470
A
check: free iterator after we're done with it
Ahmad Khalifa
9 months ago 4896a95
A
check: fix iterator leak
Ahmad Khalifa
10 months ago e16b30a
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
B
check: use charv_t
Baptiste Daroussin
1 year ago 6e9ae05
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 89d30c6
B
progress: fix progression and job count
Baptiste Daroussin
1 year ago 777ce1f
B
pkgbase: add a pkgbase structure & functions
Baptiste Daroussin
1 year ago 8805cf5
S
Merge remote-tracking branch 'freebsd/main'
Shawn Webb
1 year ago 84c2214
B
pkg check: -s is now the default operation mode
Baptiste Daroussin
1 year ago 37bf9f3
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
2 years ago fd4c88b
B
check: remove -B and -r options
Baptiste Daroussin
2 years ago 65e8620
S
Merge branch 'upstream-master'
Shawn Webb
2 years ago 83d60e3
Y
pkg-check: add -n to usage
Yuri Pankov
2 years ago 42be70b
Y
check: fix printf format
Yuri Pankov
2 years ago f24dff5
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
R
Fix 'pkg check -q' corrupted output
Rozhuk Ivan
3 years ago e0d681c
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
D
Do not rely on non-portable definitions
Daniel Kolesa
3 years ago 1de66b2
B
API: convert all abused hash table into stringlist
Baptiste Daroussin
4 years ago 9b49b83
B
frontend: replace some utlist with tllist
Baptiste Daroussin
4 years ago 5b6ba7f
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
Get rid of sysexits
Baptiste Daroussin
5 years ago f446c79
B
tests: get rid of utstring
Baptiste Daroussin
5 years ago 29aebd8
B
Use open_memstream p1
Baptiste Daroussin
5 years ago 383d27c
M
Fix usage information for pkg-check
Mateusz Piotrowski
7 years ago fd43af6
B
Fix warnings reported by clang
Baptiste Daroussin
9 years ago 1d317c3
B
Replace libsbuf with utstring.h to improve portability
Baptiste Daroussin
9 years ago f93c045
B
Die if no packages match the check -s argument
Baptiste Daroussin
9 years ago 4489759
B
Isolate more openssl headers
Baptiste Daroussin
9 years ago f6294c4
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
Fix pkg check -d
Baptiste Daroussin
10 years ago 425c007
B
Drop usage of STAILQ from the frontend it is not available on all implementation of sys/queue.h
Baptiste Daroussin
10 years ago ea1c17a
B
Remove first person language
Brad Davis
10 years ago 6611079
B
Clean up some frglish. Fixes #1330.
Brad Davis
10 years ago 844fb31
B
Cosmetic
Baptiste Daroussin
10 years ago f175965
B
Convert *provides/*requires to khash
Baptiste Daroussin
10 years ago f4dcde2
B
Make pkg check really supporting provides/requires
Baptiste Daroussin
10 years ago 5fb7892
B
Make pkg check -d aware of provides/requires (both regular and libs)
Baptiste Daroussin
10 years ago da7a48c
B
Merge pull request #1170 from Rolinh/fix-unused-param
Baptiste Daroussin
11 years ago 82be7f2
B
Merge pull request #1166 from erikano/feature-default-always-yes
Baptiste Daroussin
11 years ago ddd8af8
R
src: remove some unused function parameters
Robin Hahling
11 years ago ab11247
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
Be explicit about the lack of privileges
Baptiste Daroussin
11 years ago f959391
A
don't call pkgdb_downgrade_lock with null db
Andrej Zverev
11 years ago 8f20c8e
B
Check if a package is installed by name not by origin
Baptiste Daroussin
11 years ago e955688
B
Unicity is origin
Baptiste Daroussin
11 years ago c7356c8
B
Fix pkg check -da output
Baptiste Daroussin
11 years ago 8b29d5e
B
Remove useless pkg_get call
Baptiste Daroussin
11 years ago 4f234cc
M
Add a '-q' option to pkg check. This increasingly mis-named "quiet mode" is more intended for scripting use than anything else, so no progress meters and frequently work entirely silently if no errors are encountered.
Matthew Seaman
11 years ago 60222bf
B
More gcc 4.2 warning fixes
Baptiste Daroussin
11 years ago f935d59
B
Fully build with gcc 4.8
Baptiste Daroussin
11 years ago 85e7617
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
B
pkg check: Only need to increment processed if not verbose
Bryan Drewery
11 years ago 3d93eef
B
pkg-check -v: Add the job status counter
Bryan Drewery
11 years ago d70c745
B
pkg-check: Show individual progress bar per pattern
Bryan Drewery
11 years ago fc8a28a
B
pkg-check: If not running -v, show a progress bar
Bryan Drewery
11 years ago 072d8a6
B
Make prompt outputs consistent
Bryan Drewery
11 years ago 8352b86
V
Merge pull request #860 from andrejzverev/issue733
Vsevolod Stakhov
11 years ago 1065fc5
A
Fix output format
Andrej Zverev
11 years ago ee46193
B
Be posixly correction with long options
Baptiste Daroussin
11 years ago 20c3c38
B
pkg check -d: Fix double locking errors
Bryan Drewery
11 years ago 997247f
B
pkg check -d: Fix crash, should not close the db when reopened, it will be closed later
Bryan Drewery
11 years ago 8f6bf42
B
pkg check -d: Plug a memory leak
Bryan Drewery
11 years ago ce29afe
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
pkg info: long options
Matthew Seaman
11 years ago e721104
M
Long options
Matthew Seaman
11 years ago 14341b8
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
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
B
Propagate usage of ucl
Baptiste Daroussin
12 years ago 99f9cd1
V
Fix pkg-check locking.
Vsevolod Stakhov
12 years ago 14bcd4b
B
Autotoolizing
Baptiste Daroussin
12 years ago c5d6dde