Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/set.c  ·  View all commits
56 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
set: add missing -p to usage
Baptiste Daroussin
1 month ago 457b871
B
set: -n never matches the first argument vs origin anymore
Baptiste Daroussin
1 month ago 501f6d8
B
pkg: messages improvements
Baptiste Daroussin
2 months ago b21ebf9
B
set: remove dead code
Baptiste Daroussin
2 months ago fefd4e1
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
7 months ago 7dccd36
B
set: relax syntax for origin and fix typo
Baptiste Daroussin
8 months ago 7590092
B
set: allow to bulk "partial replacement"
Baptiste Daroussin
8 months ago d59cddb
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
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
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
set: report if packages are not installed
Baptiste Daroussin
5 years ago 2842b30
B
Get rid of sysexits
Baptiste Daroussin
5 years ago f446c79
G
pkg-set: Update usage strings for -A and -v parameters
Gleb Popov
6 years ago 5fb12be
B
set: convert to xmalloc/xstdrup
Baptiste Daroussin
6 years ago a103e0e
B
Isolate more openssl headers
Baptiste Daroussin
9 years ago f6294c4
B
Plug minor memory leak
Baptiste Daroussin
10 years ago ac5d806
B
plug resource leaks in case of errors
Baptiste Daroussin
10 years ago e3780c3
B
Plug some minor resources leaks
Baptiste Daroussin
10 years ago 74e8e2f
B
- Add missing plumbing for pkg_set and pkg_get to enable: - Add support to pkg set to toggle the vital flag - Add a pkg query flag (%V) - Add a testcase for the vital flag using set/query
Brad Davis
10 years ago ba6202d
B
Fix pkg unlock/set on 32bit (found on armv6)
Baptiste Daroussin
11 years ago b659590
B
Merge pull request #1166 from erikano/feature-default-always-yes
Baptiste Daroussin
11 years ago ddd8af8
B
Fix test condition
Baptiste Daroussin
11 years ago 1bec4a8
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
Plug memory leaks
Baptiste Daroussin
11 years ago 2016bfd
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago 23b4ab6
V
Avoid non-portable strtonum.
Vsevolod Stakhov
11 years ago 0c14d8e
B
Merge pull request #1113 from landonf/osx/release/0.1
Baptiste Daroussin
11 years ago 3eafef1
L
Use compatibility shims for strtonum().
Landon Fuller
11 years ago 27e59af
B
Fix gcc warnings
Baptiste Daroussin
11 years ago a338e41
V
Use transactions for pkg-set.
Vsevolod Stakhov
11 years ago f891d9f
V
Some fixes for pkg-set.
Vsevolod Stakhov
11 years ago a547d93
V
Update manual page.
Vsevolod Stakhov
11 years ago 122ef91
V
Allow to set names.
Vsevolod Stakhov
11 years ago 3d86455
V
Prepare to unify set for names.
Vsevolod Stakhov
11 years ago dbb3bdc
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
Fix pkg set -o
Baptiste Daroussin
11 years ago 3e77b73
B
Be posixly correction with long options
Baptiste Daroussin
11 years ago 20c3c38
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 f4bb615
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
B
Autotoolizing
Baptiste Daroussin
12 years ago c5d6dde