Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
master
Canonical
master
Canonical
dad8ff7
s
shawn.webb
Delegate
hbsd/release/2.7
76ef36b
master
c8be391
s
shawn.webb.framework16-01
Delegate
hbsd/release/2.7
2c236ff
master
dad8ff7
History for
src
·
View all commits
50 commits — page 2
B
upgrade: fix yet another endless upgrade loop of pkg
Baptiste Daroussin
2 months ago
2aa621686fce09f9927e8f67822d33e4770b751d
B
plug memory leak
Baptiste Daroussin
2 months ago
33ce293dc62361b4a94a71921e79d9a4c04a9b9a
B
db: only open the db readonly when write is not needed
Baptiste Daroussin
2 months ago
6a93ea16ee09d5cb7236f7d9b0d4d1cd46f6f397
B
query: for multiline print en empty line if no information to display
Baptiste Daroussin
2 months ago
5e8bc8c6c516d15db2a18bb857c8a25f082dbd52
B
install: small behaviour change!
Baptiste Daroussin
2 months ago
85173eeedd70b6eff1e793ab07dedcb83b3ab2df
B
plug memory leaks reported by lsan
Baptiste Daroussin
2 months ago
f2f1f4d34d6220cb70822c5171fc901cb2276f2a
B
set: -n never matches the first argument vs origin anymore
Baptiste Daroussin
2 months ago
501f6d88d41aec5f5f5e631f5324e45c069cb184
B
autoremove: install, delete and upgrade are now autoremove aware
Baptiste Daroussin
2 months ago
329d20541daad65296cdf0c90a5ba4e15a9c836d
B
ssh: add ssh_args per repositories
Baptiste Daroussin
2 months ago
a245a7e3b79d4f4d026e63441024f9ab4bb2c4d2
B
pkg: messages improvements
Baptiste Daroussin
2 months ago
b21ebf98a20bb5c7adc2068a1fbdb290150f6d12
B
fix: properly terminate on SIGINT during fetch
Baptiste Daroussin
2 months ago
42705067bdd597d5ecea3194e2eacecfebd4b9d3
P
fix form => from typo
Paavo-Einari Kaipila
2 months ago
c41010582413a20aeeab615c0b55465b95c1fff5
B
utils: simplify query_yes_no code
Baptiste Daroussin
2 months ago
892302d2f5b6704e4aa7e6067ef5dd8a7c6c23e2
B
version: remove useless call to strncmp
Baptiste Daroussin
2 months ago
7bc9153ff82eb4c8d36e210be037260c01441502
B
query: use fputc instead of fprintf when possible
Baptiste Daroussin
2 months ago
08c5749e8d5b767e4e59830acf78df06da1dee17
B
set: remove dead code
Baptiste Daroussin
2 months ago
fefd4e17d8e0471a846d18c6baa4c94f7ba592dc
B
event: remove useless breaks
Baptiste Daroussin
2 months ago
1acd52f0bb15ca11caac6f95e1a62febd405eb11
B
event: remove useless else block level
Baptiste Daroussin
2 months ago
58d7d03042cb9730efa159d4b40c99da86454481
B
event: remove useless code
Baptiste Daroussin
2 months ago
27f860ed9e642c738fb337688880377fe270445b
B
info/search: factorize code
Baptiste Daroussin
2 months ago
c2308df704340d3f6a2975bd43c8cdc8704a7919
B
query: factorize code
Baptiste Daroussin
2 months ago
e5f4a57c5904b7cd4439686484c4b7946ff486f0
B
info: use a helper instead of duplicating code
Baptiste Daroussin
2 months ago
e1841f2e90e8d72cb8a60274cbd7f159b2c00ec2
B
info: remove redundant testing of 'quiet'
Baptiste Daroussin
2 months ago
e4e19cff98896e902da574041584e75f97b6f5fa
B
cli: fix type inconsistency
Baptiste Daroussin
2 months ago
aa6ffb75ec411384b1952f1a4cc3248baeb2a3cd
B
info: remove double ';'
Baptiste Daroussin
2 months ago
ad0cae118eac37bae222ca058bb177103415621f
B
event: avoid accidental fallthrough
Baptiste Daroussin
2 months ago
1d80d41fecc3807d5c92b23222854923045c12bb
B
xmalloc: use its functions everywhere
Baptiste Daroussin
2 months ago
e5baad401179407634d2de6a9e154ba9a3c37895
B
updating: use xasprintf
Baptiste Daroussin
2 months ago
95dca8e1ac6719efff4f0b90ce8748409a191e6d
B
which: use xmalloc
Baptiste Daroussin
2 months ago
496b9e517963a96007a6f428b1c558d32f259a5d
B
annotate: fix memory leak
Baptiste Daroussin
2 months ago
7226e8f6066ea24a18e78e7ddb40e779114f8ba4
B
audit: fix memory leak
Baptiste Daroussin
2 months ago
18ba88dce7c3f7c8c0c9bd9005b957221ad506e6
B
add: fix potential wrong errno usage
Baptiste Daroussin
2 months ago
661b0da15dd51c183aee831324d4c2aa08dc1e41
B
help: avoid using system()
Baptiste Daroussin
2 months ago
8b5b21a2c7647b45884dcbbdd4fbf885bd6a5472
B
signal: multiple fixes:
Baptiste Daroussin
2 months ago
c24610725b4a493626eb94c77123f497c7dba5fc
B
repo: use argc only after it has been verified
Baptiste Daroussin
2 months ago
a91f8404f13767fc4e74922041a5c9a6f5e48c76
B
clean: readlinkat return the size of the buffer without the terminal NULL
Baptiste Daroussin
2 months ago
9049a042cbc493299f6afdee8b9715ad91f406ad
B
register: properly close the database, which flushes the WAL
Baptiste Daroussin
2 months ago
17cf63cf01fd3f76189fe20987388160088e19a2
B
info: --raw now export a valid json for multiple packages
Baptiste Daroussin
2 months ago
99f104c33cb4753cc384e6482cd5c885eeacb121
G
pkg: Remove FreeBSD 9 compat
Gleb Popov
2 months ago
11b9da5b40060a7f6cf2819023359f53d5e15ca2
G
pkg-which: Fix the case when the executable gets found in the last PATH entry
Gleb Popov
2 months ago
bfaafb5b0796fd4f6db15f331965958c92ab58ce
B
progress: bring back the unit
Baptiste Daroussin
3 months ago
c9001d38a65e9583d7e60e4b97d06cf7049fbd25
B
capsicum: stop defining from the configure script
Baptiste Daroussin
4 months ago
3009baa48926cb7861a2e048c4a8de06cc84a9c4
B
C23: first round at using __has_include
Baptiste Daroussin
4 months ago
0f84b8300eb60bfbdd1f62442d8205611f2fecc0
N
pkg-query: Add support query evaluation of complex attributes
Norikatsu Shigemura
4 months ago
9cd02dec53c407c9d6fe2d0d245073d96fc7983a
V
fetch: add -s/--symlink option for mirror mode
Vsevolod Stakhov
4 months ago
5a98c3ff4714ccee4ed1ac6fd5c79d44bea05b7d
B
progress: add a space between the unit and the value
Baptiste Daroussin
5 months ago
84e11efdba659c9e45b75b91bac7e96c0db4cff5
B
progress: improve the output
Baptiste Daroussin
5 months ago
9595668e4067de3e6b4b17c435eee591ae9e6ba4
S
Merge commit '2d18505bf79a2eb87e2e72bbc3e30b0cf7f6b15c'
Shawn Webb
5 months ago
eacbab246f8ccaba3d820beeb1ebd39776303af4
B
delete/unregister: clarify the message about locked and vital packages
Baptiste Daroussin
5 months ago
ca76cdc6fd027be3e71344b392058420c0d24aa4
E
pkg_install: Add --register-only
Emmanuel Vadot
5 months ago
cb296b1d164f908ced1da9cf1ab7dafa60564f35
← Newer
Page 2
Older →