Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/clean.c  ·  View all commits
92 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
B
clean fix -a and not args with no repositories
Baptiste Daroussin
16 days ago 802c30a
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
pkg: messages improvements
Baptiste Daroussin
2 months ago b21ebf9
B
clean: readlinkat return the size of the buffer without the terminal NULL
Baptiste Daroussin
2 months ago 9049a04
B
capsicum: stop defining from the configure script
Baptiste Daroussin
3 months ago 3009baa
B
C23: first round at using __has_include
Baptiste Daroussin
3 months ago 0f84b83
S
Merge commit '2d18505bf79a2eb87e2e72bbc3e30b0cf7f6b15c'
Shawn Webb
4 months ago eacbab2
B
clean: fix too fast commit
Baptiste Daroussin
5 months ago 0f7f36d
B
clean: prevent stack corruption in case of symlinks with an empty target
Baptiste Daroussin
5 months ago 6cba2a3
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
clean: use vec instead of tll
Baptiste Daroussin
1 year ago badfcce
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 25ee7d0
K
More leak fixes as well as skipped leaks.
Keve
1 year ago 306fc12
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/main'
Shawn Webb
1 year ago 618640d
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
1 year ago 33f4711
B
malloc: check malloc return
Baptiste Daroussin
1 year ago b95e1bc
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 609fca8
B
clean: remove useless message
Baptiste Daroussin
2 years ago 4ce38f0
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
internal: replace kvec with tllist
Baptiste Daroussin
4 years ago 3fdd5e1
B
Coverage: add a flag to disable capsicum when running for coverage
Baptiste Daroussin
4 years ago e9c06cd
B
convert from khash to pkghash
Baptiste Daroussin
4 years ago 438bcc6
S
Merge branch 'upstream-master'
Shawn Webb
4 years ago 9b9eef5
K
pkg-clean: fallback to legacy cksum separator as needed
Kyle Evans
5 years ago 43c844f
K
pkg-clean: fix logic for 'latest version'
Kyle Evans
5 years ago 622b4ca
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
Get rid of sysexits
Baptiste Daroussin
5 years ago f446c79
K
pkg-clean: fix usage, use the newly introduced pkg_get_cachedir
Kyle Evans
6 years ago 640d50d
B
Add a helper to get the dbdir and the cachedir path
Baptiste Daroussin
6 years ago 8dd464b
B
Fix some Warnings spotted by gcc7
Baptiste Daroussin
7 years ago fdc713c
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
V
Merge branch 'master' of github.com:freebsd/pkg
Vsevolod Stakhov
9 years ago d7f6ae8
B
Merge pull request #1561 from fichtner/cache_no_dir
Baptiste Daroussin
9 years ago 3b95175
F
pkg-clean: don't emit error on missing directory #1560
Franco Fichtner
9 years ago 7367afb
B
Fix dead assignment
Baptiste Daroussin
9 years ago a108958
B
Add CLOEXEC where needed
Baptiste Daroussin
9 years ago b2f3794
B
Fix size calculation under capsicum sandbox by using relative path
Baptiste Daroussin
10 years ago 21e88b8
B
Fix a double free bug
Baptiste Daroussin
10 years ago 0c63ec9
B
Fix typo
Baptiste Daroussin
10 years ago d559da8
B
Fix potential fd leak
Baptiste Daroussin
10 years ago 66db7a1
B
Capsicumize pkg clean
Baptiste Daroussin
10 years ago 9677df1
B
Fix an off by one
Baptiste Daroussin
10 years ago 66fd047
B
Avoid delaring unused variables
Baptiste Daroussin
10 years ago 1f95a36
B
Merge pull request #1249 from dag-erling/quietclean
Baptiste Daroussin
10 years ago e1495d0
D
Do not print "...will free..." message in quiet mode.
Dag-Erling Smørgrav
10 years ago 5f83566
B
Fix bus error on pkg clean
Baptiste Daroussin
11 years ago 988f1c2
B
Speedup and reduce memory needed for pkg clean
Baptiste Daroussin
11 years ago becc7b4
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
M
Use the correct SI symbols for binary scale factors consistently (MiB rather than MB).
Matthew Seaman
11 years ago ba7d115
B
Merge pull request #1113 from landonf/osx/release/0.1
Baptiste Daroussin
11 years ago 3eafef1
L
Initial adoption of OS X compatibility shims.
Landon Fuller
11 years ago 86cf88b
B
pkg-clean: Don't add into size failed additions
Bryan Drewery
11 years ago e0a0dea
B
pkg-clean: Add progressbar
Bryan Drewery
11 years ago 46e6fec
B
Make prompt outputs consistent
Bryan Drewery
11 years ago 8352b86
V
Merge branch 'master' into imax-rework
Vsevolod Stakhov
11 years ago 810a097
B
pkg-clean: Show files to delete first
Bryan Drewery
11 years ago e3412f4
B
Fix unused ret
Baptiste Daroussin
11 years ago 008300b
B
Be posixly correction with long options
Baptiste Daroussin
11 years ago 20c3c38
V
Merge branch 'gsoc2014'
Vsevolod Stakhov
11 years ago 17804c4
V
Refactor query functions.
Vsevolod Stakhov
11 years ago 42d144d
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
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago b215e9b
B
Fix spelling
Bryan Drewery
11 years ago 1300e50
B
clean: Remove symlinks whose targets do not meet expectations.
Bryan Drewery
11 years ago 673b6d5
M
pkg info: long options
Matthew Seaman
11 years ago e721104
M
Long options
Matthew Seaman
11 years ago 536a4ce
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
V
Avoid double free of database object.
Vsevolod Stakhov
12 years ago ce15836
V
Fix finalization in pkg-clean.
Vsevolod Stakhov
12 years ago 0773d4a
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
V
Use short checksum for files in cache.
Vsevolod Stakhov
12 years ago e624257
B
Rework pkg clean now the the cache has been simplified (this leads to an important speed up)
Baptiste Daroussin
12 years ago 422e49a
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