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 8
B
vec: convert kvlist into vectors
Baptiste Daroussin
1 year ago
28aa748abd5085a569571c841a6d684c5854e5ce
B
upgrade: fix and simplify detection of upgrade requirements
Baptiste Daroussin
1 year ago
e9ddeea26eb3a8346a8c1ef9bf05f568876d7bd2
B
cleanup: remove deadcode
Baptiste Daroussin
1 year ago
2ac22019e5662b2f3c4b1f2a1d172deb2bc6fc84
B
debug: remove garbage
Baptiste Daroussin
1 year ago
0e22efc407eaaaf0154cde4507fba27c9e3ca237
B
vec: fix buffer overflow
Baptiste Daroussin
1 year ago
10c6dce76c43b920140d61708e8ed43fbc520430
B
pkg: convert stringlist_t to charv_t
Baptiste Daroussin
1 year ago
3c902625b4381f7a75a16c9cbff177535dd1edc7
B
vec: fix remove_and_free
Baptiste Daroussin
1 year ago
48c09bda55983c9f1e4a11d22de5f9b9d13541ea
B
delete: use vector
Baptiste Daroussin
1 year ago
0128bc68cb4363363546864c9e58246a78e88315
B
vec: use vec_foreach
Baptiste Daroussin
1 year ago
e67b79e040b8a8d7cc5524d499539d318e4ff6b6
B
vec: use vec_foreach internally
Baptiste Daroussin
1 year ago
0ffde040f0cc82b2444bfe8a746dff608f6ce0c6
B
vec: remove useless code
Baptiste Daroussin
1 year ago
ccb44f33b3f3b1d54096a146829378017ba9f07a
B
vec: add vec_remove_and_free, vec_len, vec_foreach
Baptiste Daroussin
1 year ago
9bd77e893c4345be59d929e3a29b37b7d524c325
B
pkg.h: cleanout dead code
Baptiste Daroussin
1 year ago
00266136f7994607a375dc770444947722e6fd81
B
add: improve performances
Baptiste Daroussin
1 year ago
83f64ac2ddd013c5dc115d8c41b6c4eb02573e9e
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago
89d30c693c163aa3839660dd38cc2e924cdc27f0
G
Introduce the FORCE_CAN_REMOVE_VITAL boolean config option
Gleb Popov
1 year ago
cef2179652a138b1d6bcb7385bbc04afd67401e6
B
fix inverted logic
Baptiste Daroussin
1 year ago
432572f83d7640f0abbde716a44aff9fec0f2b06
B
Reapply "add: micro optimize"
Baptiste Daroussin
1 year ago
117668c12d1b361ad9f96cec39ab5a27d644b3c9
b
Revert "add: micro optimize"
bapt
1 year ago
f7e6f122dfa3fb25da021ef186d9d15b8a35ef46
B
Remove debug
Baptiste Daroussin
1 year ago
797e313b7d684b2021c58b4b2321f2d8e04ec2e7
B
add: micro optimize
Baptiste Daroussin
1 year ago
4fc93e6d885bb8527ff8853e325b02c728012513
I
libpkg: validate SHLIB_PROVIDE_PATHS_* options
Isaac Freund
1 year ago
705dff9ef28c6fc59691eb04e219cd12a3879cc8
B
abi: accept symlinks in valid path to be analysed
Baptiste Daroussin
1 year ago
6a314f14a4f70502e97c9b288c7e0974fcfde492
B
script-noexec: prevent anyscript which would call an external script
Baptiste Daroussin
1 year ago
0c1fea2ba36604989b7ea2da5987de59fdbe24cb
B
shlibs: move the requirement analysis into a separate function
Baptiste Daroussin
1 year ago
75d1d4b707280b3fd7086ab4872dc9999f214725
B
install: allow to override timestamp with PKG_INSTALL_EPOCH
Baptiste Daroussin
1 year ago
4aece431e88137f0ebb6ff266cdf8bbd24764699
B
delete: consider base provides
Baptiste Daroussin
1 year ago
94a852372379894bc1e4255d58a9ed91b26dcbd5
B
provides/requires: order them alphabetically
Baptiste Daroussin
1 year ago
016aa71014cb290de07a1574971e439de507be2c
B
fix inverted logic
Baptiste Daroussin
1 year ago
a02014589e662655b111385f2d9bad567f6a38df
B
add: support caching without pkgbase
Baptiste Daroussin
1 year ago
b9ab8be7a1b731b5858d09c244c2e86625ceda6a
G
solver: introduce a new rule kind to handle vital packages
Gleb Popov
1 year ago
62db44e719152e7fee5ad4b27f3e5625f6304f86
B
progress: fix progression and job count
Baptiste Daroussin
1 year ago
777ce1f8bcd98fa20a3ea98d104cc168ba44e389
G
Introduce pkg_set_ignore_osversion()
Gleb Popov
1 year ago
7bf702d277f6652d2e7aeee5631019134d9e44c7
B
Fix memory leak
Baptiste Daroussin
1 year ago
30c1b2aef97e9e9881ec8d0f570b5b70dfb04e7a
B
pkg add: cache the span of the filesystem
Baptiste Daroussin
1 year ago
f6a4eb699e03c2d7c4bd0d65d95ecd737be52ea5
B
Revert "Backout support for provides/requires for pkg add"
Baptiste Daroussin
1 year ago
1ca498bdea4f9e573469590cc2411088f44f0747
I
libpkg: add SHLIB_PROVIDE_IGNORE_{GLOB,REGEX} options
Isaac Freund
1 year ago
6ec1463c4d7c1e97f869a6f3badead947907f6bd
I
libpkg: add SHLIB_PROVIDE_PATHS_* options
Isaac Freund
1 year ago
a35c0a302ad81813b121d94924d6ad6b6d691d21
I
libpkg: only filter provided shlibs without lib prefix in analyze_elf()
Isaac Freund
1 year ago
dfee49ceb8ea022a397077e90ab903c260527801
B
config: configure globabbly variables
Baptiste Daroussin
1 year ago
2ab58f84ea6de459da1efe913d379b8a4e60d217
B
pkg_addshlib: limit the number of call to pkg_config_get
Baptiste Daroussin
1 year ago
e52dd975cf86bf6faaa850082c41c39ca42c128b
B
pkg_checksum: reduce memory allocation
Baptiste Daroussin
1 year ago
6f0481b4ceb9e3636359411ea16805b7fe9b7302
B
url_decode: remove + handling to be backward compatible
Baptiste Daroussin
1 year ago
fce4d16ae6ed707f9ef6be4fc15d49fe10b321c4
B
pkg_checksum: speed up generation of package checksum
Baptiste Daroussin
1 year ago
81c1ce0fc3e237d8dd74702e42ff28d5e40bd719
B
pkg_obj: reduce the number of call to getenv(3)
Baptiste Daroussin
1 year ago
136b196b2a12dfdc29e411b9968b59676f41042e
B
urldecode: replace with a faster version
Baptiste Daroussin
1 year ago
a4b8871308e35166d18e315990bd4f3c22ce99c7
B
jsmn: opportunistic speed up of children loop
Baptiste Daroussin
1 year ago
f8c939059bfc8b7134dc234353ac0dd565d4a023
B
update: remove unused variable
Baptiste Daroussin
1 year ago
3ae5eeac12351f0af24dea2f06a705dd8f6ed270
B
jsmn: do not use mmap
Baptiste Daroussin
1 year ago
12d870f56e3a8fed95142aeb39321f7cc4548d07
B
update: drastically reduce memory usage
Baptiste Daroussin
1 year ago
3a527e6682669f01947a0bdd67a87209be92c48f
← Newer
Page 8
Older →