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 6
M
libpkg: Remove an unused parameter in a local function
Mark Johnston
8 months ago
1d4e8c68f5957f61397792e50c955d721166b1b2
M
libpkg: Remove an unused/shadowed local variable in pkgdb_it_next()
Mark Johnston
8 months ago
88c353b6869960e0b4c398bef672c81f8ab6cdce
M
libpkg: Narrow the scope of a local variable in pkg_jobs_run_solver()
Mark Johnston
8 months ago
7bd7670f48e156f924384c3a0530af434397b75e
M
libpkg: Remove unneeded parentheses in jobs_solve_install_upgrade()
Mark Johnston
8 months ago
5182e4ee8378cf8c63716f7c82fb33df1d9c24fe
M
libpkg: Make the RELATIVE_PATH macro more robust
Mark Johnston
8 months ago
52913da79460ddb0fa4d2c948c2a525f5974f95a
M
libpkg: Respect the root dir when validating the checksum of a file
Mark Johnston
8 months ago
91abcd0925fcc45b66c6db55b5849dae82893b26
M
libpkg: Mark a table const
Mark Johnston
8 months ago
48027e8cf6b9a89bc22a3cb6a1ec19a05d5006e1
L
libpkg: Support system triggers
Lexi Winter
8 months ago
7831a194f38554db1c6a0f527774ae81ea1c9121
M
libpkg: Mark some tables const
Mark Johnston
8 months ago
aa43be201f008a0a487bd3126e646126422e58da
M
libpkg: Remove dead code in pkg_jobs_new()
Mark Johnston
8 months ago
4f366c4005af44d861aa235886391689c07565a3
M
libpkg: Simplify error handling in the solver and fix style bugs
Mark Johnston
8 months ago
04615b381d5192ed504a75baae0ea3d5b177d492
M
libpkg: Remove an unused macro in pkg_solve.c
Mark Johnston
8 months ago
aebc6c4856b1b8e9823ec3018f1fb3e4e4dc1a2a
T
libpkg: Add Common Platform Enumeration emitter and parser
Tuukka Pasanen
8 months ago
9e4094a6e9be113d817e25493f733cd73852cb2c
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
8 months ago
7dccd36ed089fc6ffd39765e5f8ba91d6ba79602
T
libpkg add: OSVF parser
Tuukka Pasanen
8 months ago
8208c23b1042929edaf1f800cd466df26958b562
M
libpkg: pkgdb_it_new_repo() does not fail
Mark Johnston
8 months ago
351baccf8e9ddaeff09ef7e81ac94866f5740383
M
libpkg: Avoid implicit fallthrough in pkg_repo_binary_groupsearch()
Mark Johnston
8 months ago
9e6fc738057fc16a9bf8e401dfb15e10b0a1b7cd
M
libpkg: Micro-optimize upgrade candidate checking
Mark Johnston
8 months ago
93e6ca0c51dd8778533bfbe9b4575d281baf4365
M
libpkg: Clean up subroutines which fetch upgrade candidates
Mark Johnston
8 months ago
735123715c85a4ea18e1841ec3029f749c0b2b71
B
add: backout support for provides/requires
Baptiste Daroussin
8 months ago
647fd0b0809e5995e5f5f15c5b17d4efc9f1e40b
B
set: relax syntax for origin and fix typo
Baptiste Daroussin
9 months ago
75900923260eaf40f886098c178a39fcc31de0ef
B
set: allow to bulk "partial replacement"
Baptiste Daroussin
9 months ago
d59cddb437fb3dd59ed05685244750515da6a7d6
B
priorities: allow negative priorities
Baptiste Daroussin
9 months ago
80f3d8a419a37e1dc162a90a309310fd4ff9a180
B
upgrade: only upgrade install things on partial upgrades
Baptiste Daroussin
9 months ago
f37bdacf6df1d4a5276121fab6432d87236cbe5f
M
libpkg: Use pkg_copy_file() to implement library backup
Mark Johnston
9 months ago
2a5fae56a433f1f94f91df78d489b573e892a96a
M
libpkg: Clean up pkg_copy_file() a bit
Mark Johnston
9 months ago
27e7dfb31c4fd89b7255ec1e11809fa98c789d4c
B
fetch: don't crash on invalid url
Baptiste Daroussin
9 months ago
090ffabdeea609d42c5bb2f4d981faf008a82359
M
libpkg: Remove an unused variable
Mark Johnston
9 months ago
019bea340f6bbcd0b1148dcf7218751908db0167
M
libpkg: Implement backup_libraries for split upgrades
Mark Johnston
9 months ago
433a0790023641526b5946274d351aa4d104a1d5
I
scheduler: replace O(n*log(n)) sort with O(n) search
Isaac Freund
9 months ago
1b3c400df7ca26fb7de40e7702907653c007a6af
I
scheduler: fix ordering of split upgrade jobs
Isaac Freund
9 months ago
3709dcd7cb889a2e76174f51657a59182ed7096b
I
scheduler: simplify topological sort
Isaac Freund
9 months ago
b9ec697e1c9fd57f8845584b28c153a88a2d8c9a
I
scheduler: only split upgrade jobs if needed
Isaac Freund
9 months ago
829033df799d62c41df0b0dc0baea9d93f9a5d2c
I
scheduler: rename path_next to path_prev
Isaac Freund
9 months ago
24d66e6395ff3bd7ec45201ac02b065838f95f1d
I
scheduler: introduce graph edge type enum
Isaac Freund
9 months ago
efd54364fb05a12f2f70f6d30303edd270d920a6
K
libpkg: fix resuming of transfers with libcurl
Kyle Evans
9 months ago
14e1291b59bd6c024d7c7d04e43b35f16c2f1411
E
pkg_delete: Run script even for split upgrade
Emmanuel Vadot
9 months ago
6a6c609695e8586df73cea75d4c1d05d71dd2e89
M
libpkg: Provide the METALOG path to pkg scripts
Mark Johnston
10 months ago
ae1861abf59e1ba8d92ae258019d58290122438a
M
libpkg: Set numeric uid/gid when adding archive entries
Mark Johnston
10 months ago
fd4e745254052f8cb306e41400c38acf101c68d1
I
Revert "scheduler: only split upgrades if a conflicts is found"
Isaac Freund
11 months ago
9a1949ec5420d8816a5f5cad25dfcb9f7bda613e
I
Revert "scheduler: fix scheduling"
Isaac Freund
11 months ago
725dc2cbfe78af5230f5057d07fbc97f4859c95e
B
pkghash: explicitly initialize the iterator
Baptiste Daroussin
11 months ago
b8df3569ae616e20399951f3d0524cac0ca03a8c
S
Merge commit '1c5f88ead8e4239aed25ebf383117342c5c72850'
Shawn Webb
11 months ago
290e90bc406e512f2a6fa9aeb96566ec9f589d72
D
tidy spelling
Dave Cottlehuber
11 months ago
1c5f88ead8e4239aed25ebf383117342c5c72850
B
sql: generalize the use of prepare_sql()
Baptiste Daroussin
11 months ago
ea2a04600fd2a340d3f7be15a50c343d42fb29ed
B
pkgdb: fix statement leak
Baptiste Daroussin
11 months ago
15b97ac27541010eafb90380ba8a95541e0865e9
B
scheduler: only split upgrades if a conflicts is found
Baptiste Daroussin
11 months ago
db3ff4e131936b8408a7deae3b334de41cfa04ab
B
scheduler: fix scheduling
Baptiste Daroussin
11 months ago
b6859a2541e7178bdaef9df5541f57a4cbe893ae
B
pkg_add: fix another typo in comment
Baptiste Daroussin
11 months ago
96ea63290301d62f1ad38276fe8c449ac89e0815
B
multirepo: fix installation respecting priorities
Baptiste Daroussin
11 months ago
c94fefb67fadac2cd3f367a730ad6b5e3fcb8130
← Newer
Page 6
Older →