Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/pkgcli.h  ·  View all commits
82 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
B
checksum: now pkg command to generate a validate checksums
Baptiste Daroussin
8 days ago f15d3dc
B
rwhich: implement file tracking and search for remote repositories
Baptiste Daroussin
8 days ago 9b1f2b1
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
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
B
cleanup: remove unused case_sensitive variable
Baptiste Daroussin
5 months ago afea173
E
Add unregister
Emmanuel Vadot
5 months ago e133b21
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
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 'freebsd/main'
Shawn Webb
1 year ago 84c2214
B
pkg: add a repositories command
Baptiste Daroussin
1 year ago 95555a8
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
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago adf6f88
K
Introduce pkg-key(8)
Kyle Evans
2 years ago 9132ae0
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
3 years ago fa6223f
B
backup: remove the backup command which was confusing
Baptiste Daroussin
3 years ago eea1a99
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
B
frontend: eliminate the use of utlist
Baptiste Daroussin
4 years ago f9ad73c
S
Merge branch 'upstream-master'
Shawn Webb
4 years ago 9b9eef5
B
Triggers: in case rootdir is provided, defer the triggers
Baptiste Daroussin
5 years ago 9c5236e
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
Avoid making making xstring.h public
Baptiste Daroussin
5 years ago 74fd338
B
Use open_memstream p1
Baptiste Daroussin
5 years ago 383d27c
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
5 years ago d871ad5
T
Unbreak build with -fno-common
Tobias Kortkamp
5 years ago 7fbde60
B
Clean up output of messages for locked packages during `pkg delete'
Brad Davis
8 years ago 0adc3fb
V
Merge branch 'master' of github.com:freebsd/pkg
Vsevolod Stakhov
9 years ago d7f6ae8
B
Remove pkg2ng and conversion from the old, pkg is there for long enough now
Baptiste Daroussin
9 years ago 47a84f1
B
Add a progress when fetching (#660)
Baptiste Daroussin
9 years ago 95aabc2
B
Replace libsbuf with utstring.h to improve portability
Baptiste Daroussin
9 years ago f93c045
B
factorize the code dropping privileges in one single place
Baptiste Daroussin
9 years ago 5a3f220
B
Convert auto_update to bool and use it correctly in rquery
Baptiste Daroussin
10 years ago 26f5a05
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
Don't shift negative values as this is undefined.
Bryan Drewery
10 years ago 5f152a0
Y
Move detection of humanize_number and STAILQ to bsd_compat.h. This commit creates humanize_number() linker errors.
Yonas Yanfa
10 years ago 73ef692
Y
Port pkgng to OpenBSD and Bitrig.
Yonas Yanfa
10 years ago a45b473
B
Implement pkg version -n <pkgname>
Baptiste Daroussin
10 years ago e88dbee
B
Add %Y and %Y in pkg_printf to show provides/requires
Baptiste Daroussin
11 years ago 7dbe817
V
Merge pull request #1190 from andrejzverev/pkgwarnx
Vsevolod Stakhov
11 years ago be43924
A
fix pkg_warnx macro
Andrej Zverev
11 years ago d2f2e64
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
Connect pkg alias
Baptiste Daroussin
11 years ago 2584a9f
B
Remove dead code
Baptiste Daroussin
11 years ago 573f777
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago a5266e8
V
Merge branch 'linux-build'
Vsevolod Stakhov
11 years ago dd76225
V
Fix pkg compatibility.
Vsevolod Stakhov
11 years ago d70fd94
B
Convert some pkg_get to pkg_warnx
Baptiste Daroussin
11 years ago bf30c30
B
Implement pkg info --raw-format ucl
Baptiste Daroussin
11 years ago 3f14473
B
Migrate absolutepath into the library renamed pkg_absolutepath
Baptiste Daroussin
11 years ago d38903c
B
pkg-check -v: Add the job status counter
Bryan Drewery
11 years ago d70c745
B
Allow print_status_* to be used in pkgcli and rename to job_status_*
Bryan Drewery
11 years ago 5d870c4
B
Allow progressbar to be used elsewhere in pkgcli
Bryan Drewery
11 years ago 0557e90
V
Update errors are now not fatal.
Vsevolod Stakhov
11 years ago d806bea
V
More fixes to displaying.
Vsevolod Stakhov
11 years ago b8f1339
B
Add --raw-format to info/search
Baptiste Daroussin
11 years ago 1cd0bd1
V
Merge branch 'globals-rework'
Vsevolod Stakhov
11 years ago e3eb7f3
V
Move existing globals.
Vsevolod Stakhov
11 years ago 7f03d99
V
Use global vars for common options.
Vsevolod Stakhov
11 years ago aa44906
A
do not export list_locked and make it static
Andrej Zverev
11 years ago 2209fc9
A
Implement availability to display list of all locked packages with lock command
Andrej Zverev
11 years ago cbdde18
B
Fix regression in pkg annotate since introduction of query_yesno
Baptiste Daroussin
12 years ago bc912d1
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
exec_buf() is only used by pkg version.
Matthew Seaman
12 years ago bf891ed
M
Fix spelling
Matthew Seaman
12 years ago b6175aa
M
Add a flag to indicate processing a named INDEX file from the command line -- backwards compatibility with pkg_version, and also to make 'pkg version' do what the man page says it does...
Matthew Seaman
12 years ago cd9b961
M
Merge branch 'master' into indexfile
Matthew Seaman
12 years ago 859bbf1
B
Bring back pkg add
Baptiste Daroussin
12 years ago 4c7603b
B
Remove old pkg add code
Baptiste Daroussin
12 years ago b19416b
B
Autotoolizing
Baptiste Daroussin
12 years ago c5d6dde