Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/version.c  ·  View all commits
100 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
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
db: only open the db readonly when write is not needed
Baptiste Daroussin
1 month ago 6a93ea1
B
version: remove useless call to strncmp
Baptiste Daroussin
2 months ago 7bc9153
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 97b10c5
B
version: fix bad usage of pkg_printf
Baptiste Daroussin
1 year ago 8dd2edc
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
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
1 year ago 33f4711
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 f0dee69
r
src/version.c: remove the TODO comment
rilysh
2 years ago fd67882
r
src/version.c: add proper return codes for package queries
rilysh
2 years ago cddef0b
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago f17f98f
r
cleanup: use fputc, use goto, and some other cleanups
rilysh
2 years ago c254b69
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 9856def
B
version: reduce memory manipulation by using file descriptors
Baptiste Daroussin
2 years ago 2064bee
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 e294fea
B
regression: fix pkg version -PvL=
Baptiste Daroussin
3 years ago ff13b44
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
version: fix conversion to pkghash regression
Baptiste Daroussin
4 years ago 5893555
B
Use pkghash_get_value
Baptiste Daroussin
4 years ago ff7a207
B
convert from khash to pkghash
Baptiste Daroussin
4 years ago 438bcc6
B
version: report an error if the provided INDEX file does not exist
Baptiste Daroussin
4 years ago 38c0a4a
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
Get rid of sysexits
Baptiste Daroussin
5 years ago f446c79
B
Mark closeexec all stream
Baptiste Daroussin
5 years ago c14825a
B
more removal of utstring
Baptiste Daroussin
5 years ago 43d9ef4
B
Use open_memstream p1
Baptiste Daroussin
5 years ago 383d27c
B
Fix segfault when reading an invalid index file in pkg version
Baptiste Daroussin
7 years ago 093fb03
G
Prevent SIGSEGV with 'pkg version' with packaged base.
Glen Barber
7 years ago bcef3f2
B
Only parse the output of exec_buf if the command succeeded
Baptiste Daroussin
8 years ago d2f6418
B
Explicitly return a failed value if the command execution failed
Baptiste Daroussin
8 years ago ad1b669
S
make pkg version -r imply -R
Steve Wills
8 years ago 596714c
B
Fix finding ports updates with flavors
Baptiste Daroussin
8 years ago ab5d49c
B
Do not use the origin at all anymore when looking for new version from the INDEX files, this makes finding new version of flavoured ports working again
Baptiste Daroussin
8 years ago 7242a13
B
Ignore checks origin without / when checking pkg version against the ports tree
Baptiste Daroussin
8 years ago 326128d
B
Ensure is_origin is initialized
Baptiste Daroussin
9 years ago 35b6b4d
B
Merge pull request #1511 from andrejzverev/issue-1503
Baptiste Daroussin
9 years ago 470da27
A
pkg version with remote repo must use pkgname for -n instead of hardcoded origin
Andrej Zverev
9 years ago 7c5baa2
B
Replace libsbuf with utstring.h to improve portability
Baptiste Daroussin
9 years ago f93c045
B
Remove freebsdism not needed due to setting _BSD_SOURCE
Baptiste Daroussin
9 years ago 39ac3d6
B
plug resource leaks in case of errors
Baptiste Daroussin
10 years ago e3780c3
B
Return early if no categories are defined
Baptiste Daroussin
10 years ago e5647e2
P
Handle -q in version
Pietro Cerutti
10 years ago f6aaac6
B
Reported an error if no valid entries are found in the indexfile
Baptiste Daroussin
10 years ago 24a2471
B
Implement pkg version -n <pkgname>
Baptiste Daroussin
10 years ago e88dbee
B
Avoid delaring unused variables
Baptiste Daroussin
10 years ago 1f95a36
B
Remove inclusion of kvec.h and bump copyright
Baptiste Daroussin
11 years ago 19d881d
B
Fix pkg version
Baptiste Daroussin
11 years ago a7facf3
B
Correctly initialise categories
Baptiste Daroussin
11 years ago 6f1c947
B
Fix gcc warnings
Baptiste Daroussin
11 years ago cfbbd26
B
Finish getting rid of uthash in the frontend
Baptiste Daroussin
11 years ago d7d7a7f
B
Reduce memory usage on pkg version
Baptiste Daroussin
11 years ago 44ebad8
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago 23b4ab6
V
Eliminate some more FreeBSD'sms
Vsevolod Stakhov
11 years ago 32d7ad1
K
Print orphaned packages in pkg version when comparing with the INDEX file.
KAMADA Ken'ichi
11 years ago ab83b8f
M
pkg-version: New configuration option VERSION_SOURCE
Michael Gmelin
11 years ago 45579c6
M
allow ? and ! in pkg version limchar
Max N. Boyarov
11 years ago a495693
M
If one of -P, -I or -R is not explicitly given on the command line, do not emit error messages while searching for a mechanism to find data about the latest available ports.
Matthew Seaman
11 years ago 1e7b5bd
V
Update errors are now not fatal.
Vsevolod Stakhov
11 years ago d806bea
B
Fix usage of posix_spawn
Baptiste Daroussin
11 years ago 524c8bb
B
Speed up a bit more pkg version by not spawning useless sh
Baptiste Daroussin
11 years ago 2da00db
B
Do not ignore the last entry from SUBDIR
Baptiste Daroussin
11 years ago a25116b
B
Speed up a bit port version by caching directory subdir
Baptiste Daroussin
11 years ago e875796
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
V
Forgot to save file while reworking globals.
Vsevolod Stakhov
11 years ago 9e0696f
M
Long options
Matthew Seaman
11 years ago 6913430
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
Reorder the priorities for choosing the what to compare the installed package set against, when not explicitly specified.
Matthew Seaman
12 years ago 7fdc14b
M
Restore the original formatting so that everything lines up nicely.
Matthew Seaman
12 years ago e689e05
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
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
chdir(2) to portsdir before attempting to run make(1) -- this avoids problems if the current working directory has been deleted out from underneath us.
Matthew Seaman
12 years ago b1bf0ea
M
validate port origins by making sure they are listed in the SUBDIR variable in the category Makefile.
Matthew Seaman
12 years ago 2c84533
M
exec_buf() is only used in pkg version.
Matthew Seaman
12 years ago 0186eb3
M
Fix ports tree detection logic
Matthew Seaman
12 years ago 70647e2
M
Don't alter a malloc'd variable and then try and free the altered result.
Matthew Seaman
12 years ago 268254e
M
Remove '!' so that error messages readds grammatically.
Matthew Seaman
12 years ago 9a2c746
M
Delete unused variable.
Matthew Seaman
12 years ago e719cc3
M
Refactor. Add support for reading INDEXFILE from command line.
Matthew Seaman
12 years ago 6b5b649
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