Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/rquery.c  ·  View all commits
52 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
B
rquery: retire %M it is not in the repository metadata
Baptiste Daroussin
19 days ago e568f69
B
(r)query: if %{ is encountered fallback on using directly pkg_printf(3)
Baptiste Daroussin
19 days ago 5a0342c
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
plug memory leaks reported by lsan
Baptiste Daroussin
1 month ago f2f1f4d
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
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 'upstream/main'
Shawn Webb
1 year ago c62eec6
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/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
2 years ago 5768655
S
Restore support of -e with other options
Stefan Eßer
2 years ago 73daf7b
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago fa6223f
B
(r)query: error when using any argument along with -e
Baptiste Daroussin
3 years ago cacd3d7
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
S
Add support for -e as additional condition to pkg-rquery
Stefan Eßer
4 years ago fc1d73c
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
tests: get rid of utstring
Baptiste Daroussin
5 years ago 29aebd8
B
Use open_memstream p1
Baptiste Daroussin
5 years ago 383d27c
B
Replace libsbuf with utstring.h to improve portability
Baptiste Daroussin
9 years ago f93c045
B
drop privileges for pkg (r)query
Baptiste Daroussin
9 years ago 5aac9da
B
plug resource leaks in case of errors
Baptiste Daroussin
10 years ago e3780c3
B
Plug some memory leaks
Baptiste Daroussin
10 years ago c0ea706
B
Convert auto_update to bool and use it correctly in rquery
Baptiste Daroussin
10 years ago 26f5a05
A
Cosmetic changes
Alexandre Perrin
11 years ago 7349434
V
Update errors are now not fatal.
Vsevolod Stakhov
11 years ago d806bea
B
Be posixly correction with long options
Baptiste Daroussin
11 years ago 20c3c38
V
Merge branch 'gsoc2014'
Vsevolod Stakhov
11 years ago 17804c4
V
Cleanup.
Vsevolod Stakhov
11 years ago 7624b78
V
Implement repo query.
Vsevolod Stakhov
11 years ago a449c8a
V
Refactor query functions.
Vsevolod Stakhov
11 years ago 42d144d
B
rquery -I: Add all expected output and simplify by using pkg_printf(3)
Bryan Drewery
11 years ago 6088e07
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 5f2fdf8
M
Use the PORTSDIR config variable when generating ports INDEX output, rather than hardwiring '/usr/ports' into the code. All the world is not FreeBSD and ports can be elsewhere on different systems.
Matthew Seaman
12 years ago ac4dc32
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
B
Merge categories, licenses, annotations into pkg->fields
Baptiste Daroussin
12 years ago 4feccaf
B
Convert struct pkg to mostly be a ucl_object_t and chase libucl changes
Baptiste Daroussin
12 years ago 3a72e6b
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
B
Turn struct pkg_categories into a pkg_object
Baptiste Daroussin
12 years ago a9a44e7
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