Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/lock.c  ·  View all commits
58 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
B
cleanup: avoid duplication of the logic to lock to the db
Baptiste Daroussin
9 days ago ada7b0d
B
code cleanup: unverbose boolean
Baptiste Daroussin
16 days ago ea7639d
F
lock: do not error in expected (un)lock state for #2458
Franco Fichtner
22 days ago 8f83fe0
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
lock: replace tll with a vector
Baptiste Daroussin
1 year ago 7b88d72
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 851a6a4
B
lock/unlock: fix batch operations
Baptiste Daroussin
1 year ago 41fea2d
B
lock: simplify code
Baptiste Daroussin
1 year ago b8eb080
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 3a04ae5
r
src/lock.c: print on stdout when no locked packages are found
rilysh
2 years ago 2d23565
r
src/lock.c: add a message when there are no locked packages
rilysh
2 years ago f5068bf
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 2b5cea2
r
src/lock.c: return error if package is unavailable to lock/unlock
rilysh
2 years ago 8dae829
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago fa6223f
B
lock: fix regression which make the (un)lock attempted twice
Baptiste Daroussin
3 years ago b51485a
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
B
quality: remove more dead assignement
Baptiste Daroussin
4 years ago da1a478
S
Make -e option orthogonal to other filter options
Stefan Eßer
4 years ago 25254bb
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
Get rid of sysexits
Baptiste Daroussin
5 years ago f446c79
B
Allow to lock/unlock multiple packages
Baptiste Daroussin
6 years ago 771c5b9
B
Isolate more openssl headers
Baptiste Daroussin
9 years ago f6294c4
B
Fix typo
Baptiste Daroussin
11 years ago 031e5a4
B
Update pkg lock usage
Baptiste Daroussin
11 years ago edabd72
B
Implement pkg lock --has-locked-packages
Baptiste Daroussin
11 years ago ac2f52b
B
Unbreak ipv6
Baptiste Daroussin
11 years ago cdf7cbb
B
Make pkg lock -l respect the quiet flag
Baptiste Daroussin
11 years ago dc95dc5
B
Fix pkg unlock/set on 32bit (found on armv6)
Baptiste Daroussin
11 years ago b659590
B
Fix pkg lock on 32bit
Baptiste Daroussin
11 years ago 22f185f
B
Directly return the result of list_lock in pkg lock -l
Baptiste Daroussin
11 years ago 5a1f56d
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
Allow running 'pkg lock -l' without specifying any packages to lock and hence without needing privileged access to the DB.
Matthew Seaman
11 years ago 818dccc
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
Be posixly correction with long options
Baptiste Daroussin
11 years ago 20c3c38
M
Merge branch 'long-opts'
Matthew Seaman
11 years ago c3c200b
M
Allow pkg lock -l or pkg unlock -l to list locks with out actually (un)locking anything.
Matthew Seaman
11 years ago 408c3bc
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 1477b35
M
Roto-till the recently added -l stuff. Mostly because I don't see any reason why asking for a list of locked packages (and what exactly is wrong with 'pkg info -ak' or 'pkg query -e "%k == 1" "%n-%v"' for that matter?) should preclude locking or unlocking stuff as pkg lock is intended to do. Nor why pkg unlock should be antithetical to getting a list of what is locked.
Matthew Seaman
11 years ago c442bca
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
Merge pull request #801 from andrejzverev/master
Vsevolod Stakhov
11 years ago af6abda
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
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