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
libpkg
·
View all commits
50 commits — page 7
B
pkg_add: fix typo in comment
Baptiste Daroussin
11 months ago
cc949e029df0f6aba68a8cb2f5783beed64bdeaa
B
universe: fix package selection
Baptiste Daroussin
11 months ago
ff2168a24f1cb8ef1d3a1766ebe11a9562873325
K
libpkg: add the path when we fail to do a 3way merge
Kyle Evans
0 years ago
021456dd006ec7980e48558cf7e0987477f4a354
r
backup_lib.c: call strrchr() before pkg_open_root and memset
rilysh
0 years ago
fb98d4683fac351b28190b8b78b7f2b63de8b86c
B
pkg_add: write the cache in the proper location
Baptiste Daroussin
0 years ago
cc8d5f24e4acc6ac0f52f8eed8bf08b3134b8df1
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago
ba89bd1e02a4dacd0894a741ca515e507cb22256
B
vec: fix comment
Baptiste Daroussin
1 year ago
605add85e7bf8566e9cd9ae6b28ab29578e41fb4
B
pkg_add_cache: move cache to /var/cache/pkg/pkg_add_cache
Baptiste Daroussin
1 year ago
326a3206cd89251500f07a2b685cbb6b0ad1119f
B
vec: prefer ssize_t for rforeach
Baptiste Daroussin
1 year ago
68e3fb570c3b68971ab0352fee783c19d45dd15b
B
asan: fix issues detected on i386
Baptiste Daroussin
1 year ago
3deb4927e954cc96feddef1b1fa4c767f071aef5
B
vec_rforeach: fix on i386
Baptiste Daroussin
1 year ago
bc25bab812a1bde75592868e1c89b52126ffc4c3
B
add: implement a persistent cache
Baptiste Daroussin
1 year ago
2147e6a98471069bfa7ba96a4221bdffe3fc3542
B
create: tell the user which manifest failed being parsed
Baptiste Daroussin
1 year ago
c14e07db423d191bdeabc749f1609e231595e308
B
tll: finish removing tll from libpkg
Baptiste Daroussin
1 year ago
0a5b32490c8141cd5ee9d6a215a976271692b855
B
solver: move from tll to vector
Baptiste Daroussin
1 year ago
c802d96a5ab7791cec39f996466c945098b2a997
B
provides/requires: use bsearch everywhere possible
Baptiste Daroussin
1 year ago
30787eeac1e9bf6aa291654f288d430c404f2914
B
kv: insert all keyvalues directly sorted
Baptiste Daroussin
1 year ago
c329d0a9637e761714a13899e1393fb749a8359c
B
pkg: for all lists insert elements sorted
Baptiste Daroussin
1 year ago
abac190e49d83c5adea42d9c4761b2f4f6bcef5b
B
insert_sorted: fix return type
Baptiste Daroussin
1 year ago
eda2d95d23ec8d1dbcd0680148d7c806d68f009f
B
add: attempt to further improve pkg add performances
Baptiste Daroussin
1 year ago
009e7a876c43c478ee23851480c6aa9bd9acfe30
B
scheduler: plug memory leak
Baptiste Daroussin
1 year ago
61a8a83e4f6c7a29a78aaea33da202aa806b6dce
B
add: experiment with bsearch to see if it reduce the CPU bounding
Baptiste Daroussin
1 year ago
d33f29cd9d6260e88af8225f8968910b4d3f82df
B
conflicts: convert from tll to vector
Baptiste Daroussin
1 year ago
c6244075d69d50957cbc4dbec6640eb9c7ec34c8
B
scheduler: restore the original order
Baptiste Daroussin
1 year ago
202c5febd7812dcc56e4b6dab4d2e34d0952bd84
B
schedule: convert to vector
Baptiste Daroussin
1 year ago
fef3ef213fc3828b173fb0acd8be526cd1290cd8
B
triggers: convert to vector
Baptiste Daroussin
1 year ago
dfef457e3a71d8d64788d1b297b2650f429f0f98
B
utils: remove unused typedef
Baptiste Daroussin
1 year ago
4a2d422d90c547edc124b5518493b6cdf86f74b3
B
vec: simplify vec_init() usage
Baptiste Daroussin
1 year ago
6401b829d221c39d8a2f960cc935449698212e11
B
repo: replace tll with vector
Baptiste Daroussin
1 year ago
e7b72bf6604c5e8e8b20d2628a5dbdb1cca7be5b
B
candidates: replace tll with vector
Baptiste Daroussin
1 year ago
3c88d19c127066938c0f2e2c9b3c276763c7a028
B
kvlist: add unit test and fix code
Baptiste Daroussin
1 year ago
129fbf3af9c3f28418437106b1675d7112587f92
M
Fix build on macOS
Mohamed Akram
1 year ago
367b63e5cd6b034ad57a2e2fc68dc9bbbc7c662d
B
fix typo
Baptiste Daroussin
1 year ago
f3b78dc67eda5d8b700dbcd063c89081de37d6b5
B
qsort: prevent undefined behaviour
Baptiste Daroussin
1 year ago
650a68faa62086b2b523c025de8f51bf3afbf14f
B
pkg_kv_search: remove debug
Baptiste Daroussin
1 year ago
ac1f8de4615464803874ca23ad629780298b6074
B
non pkgbase: convert system shlibs to vector of char *
Baptiste Daroussin
1 year ago
b8cd71e077e74c0f08bb23431178e6c986b144a2
B
pkg add: replace hash table with vector + bsearch
Baptiste Daroussin
1 year ago
a5133db91fcf1a087902c2a04fa2677a5b53a3d0
B
kvlist: add ability to sort and search
Baptiste Daroussin
1 year ago
ddc501d48121c5110ef0a6a09611fd9f6041bb30
B
utils: add charv_search
Baptiste Daroussin
1 year ago
b4c8d823b8e20336b25cce9338d57184328b5aab
B
pkg_add: spelling fixes
Baptiste Daroussin
1 year ago
51fcd75a0de8f65e386242e5a3d499af8d3fdf69
B
abi: fix shlibs_required skipped by accident
Baptiste Daroussin
1 year ago
01165121d076dfd090b101ce2915d786fea85381
B
pkg_add: fix debug message
Baptiste Daroussin
1 year ago
d36468477393db655938f4620fdf8eb75de0c555
B
pkg_add: more debug
Baptiste Daroussin
1 year ago
c45883f5b6f64b7564545fa5cc3a9d4e8ec2ed94
B
pkg_add: Add debug
Baptiste Daroussin
1 year ago
f615a6ed71cbcdfa72a9cd5672bdae3c326a4c6f
B
refacto: convert pkgdb's internal list to vectors
Baptiste Daroussin
1 year ago
2729f5b591f82d2c735d48dd7b2c444beee1e972
B
reacto: pkgdb use pkgs_t instead of a custom type
Baptiste Daroussin
1 year ago
9d2555e6989a972e5e8bff551bd8d235e67229b9
B
refacto: convert actions_t to vector
Baptiste Daroussin
1 year ago
9c8458420227cc8c85209027213133800256a681
B
prevent undefined behaviour (detected by UBSAN)
Baptiste Daroussin
1 year ago
f8eb92999ee8e0509ceef357329c32517dca6436
B
vec: convert pkg-message to vector
Baptiste Daroussin
1 year ago
c01f2b75bd8e2153740ea7a68425f9d2ee6acb04
B
fetch: remove usage of tll
Baptiste Daroussin
1 year ago
33650dc5d1f1f4fa1a5705c1e2b96eb78cd62f2f
← Newer
Page 7
Older →