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 17
B
Remove orphaned fucntion definition
Baptiste Daroussin
2 years ago
a7b542e9f5ddf8a32394022e3c55ad508a16267f
B
autoremove: remove the locked packages from the set of packages to consider
Baptiste Daroussin
2 years ago
f7d8c7e00f5c87b2aed6a302d751787ef016a3bb
B
pkgdb: use the new pkgdb_debug
Baptiste Daroussin
2 years ago
2427355f3625ef8902be16a6a851a121d1eb3e38
B
pkgdb: add a wrapper to debug sqlite3 statement
Baptiste Daroussin
2 years ago
564e56b2169977345117cfa71f498c03de9d19e9
B
pkgdb: fix typo in a comment
Baptiste Daroussin
2 years ago
85b6c7ea0c78f6193280a7a380697b8f5027c489
G
Support cancellation in pkg_jobs_fetch().
Gleb Popov
2 years ago
b3e8a25a9c9a6e8dee0a9a3bb56e070e54b7d1fe
K
libpkg: don't complain about Last-Modified on failed fetches
Kyle Evans
2 years ago
0c262d7ebd7f0580901d23af21e8f58eeea533c7
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago
a1aca6062873390ef8c168b33fc33a98bcebbc9b
G
Fix iterating in the pkgdb_all_search(PKGDB_MAYBE_REMOTE) case.
Gleb Popov
2 years ago
a9b88ac1a25b5ca3e714ca0cf9afb2e5ae622ba3
B
pkgdb query: really fix duplicated rquery
Baptiste Daroussin
2 years ago
3938618f4b4a0b563c44c30b069ddc88e6e76547
B
curl: enable netrc and add compatibility with libfetch variable
Baptiste Daroussin
2 years ago
5adf7b04aaa719b1353e778d232345274f1a8a94
B
curl: always allow any supported authentication
Baptiste Daroussin
2 years ago
f6dba9cc3a6845bb842725e8c24e988e7af714e6
B
curl: also accept http_proxy env (lowercase)
Baptiste Daroussin
2 years ago
7cfc66a89bfbd6cb06e610bb92b94890929e41da
B
curl: remove garbage from last commit
Baptiste Daroussin
2 years ago
0e43c1909c465cc5b0abd6184bdc936da519ab23
B
curl: for 304, don't emit error if Last-modified is not present
Baptiste Daroussin
2 years ago
56492aaf2b9b6bba9fa18809ec0d26b3ab784f6d
B
curl: warn loudly when not able to provide remote Last modification time
Baptiste Daroussin
2 years ago
942b46c2aad7e24fb68baeb8b140bac6229e1302
B
curl: ensure curl asked for the filetime of the remote file.
Baptiste Daroussin
2 years ago
0ec04db349d40f7ee811bfdbcdc6d0eec19889ab
B
curl: prefer TIMEVALUE_LARGE
Baptiste Daroussin
2 years ago
4e9a4ba98520fe8f9db2e6147e77a7985baa4839
B
db iterator: fix duplicate results
Baptiste Daroussin
2 years ago
204423dced0f30ff6a57031c2086e2bc7a2a0df3
M
repo: Improve error messages
Mark Johnston
2 years ago
48f26049fb81df3e3da286b5afc74c32c9393ecd
G
Introduce PKG_EVENT_PKG_ERRNO event to report pkg-specific error codes.
Gleb Popov
2 years ago
a58a38e395aebf4417380dcd3592b8c61fa92f2c
B
Backout support for provides/requires for pkg add
Baptiste Daroussin
2 years ago
537d39eadf27a9b116e5ed168efdcb29ce1dfa39
B
pkg add: reduce memory usage and speed up
Baptiste Daroussin
2 years ago
17634903a9b60c1c205627f0e9a95dcbed4d1d36
B
curl: s/ca_cert_path/ca_cert_file to really comply with libfetch
Baptiste Daroussin
2 years ago
64733810610e02c21e1addc8cf97c0a3f73d62e5
B
curl: allow to specify the CA to use via env var
Baptiste Daroussin
2 years ago
f59cb51be575ff34532a9a4efc6c8e98a51a624d
K
libpkg: more accurately implement FETCH_TIMEOUT with libpkg
Kyle Evans
2 years ago
546b43dfe65c08c5e38a964afbb212aa561f9957
B
curl: add support for SSL_CLIENT_KEY_FILE and SSL_CLIENT_CERT_FILE
Baptiste Daroussin
2 years ago
4ac0d5d20dc847e3f1b79fb6ddcbeea90d6a9d44
B
curl: add support for HTTP_PROXY variable
Baptiste Daroussin
2 years ago
c0ec6eecfae1a00b6443cc0bbb3c9dd2cc6c3930
B
yuarel: password is not mandatory in url parsing
Baptiste Daroussin
2 years ago
34b7009af828be6ae97c679b55e565673a851156
G
fetch_libcurl.c: probable typo (SSL_NO_VERFIRY_PEER)
Graham Perrin
2 years ago
862251c5dd57a0261a938e80dd1a229dcbc6b827
S
Merge branch 'upstream-master'
Shawn Webb
2 years ago
5768655661d0fd9b63a23503c90ff2244e423e19
B
memory: only load the compact manifest
Baptiste Daroussin
2 years ago
057d93ffa747f64696abeff218053a2851bea0de
B
curl: now fully compatible with libfetch HTTP_AUTH
Baptiste Daroussin
2 years ago
d93bf40d0d047d25588ba34a82567c190a2c1a42
B
curl: add HTTP_AUTH compatiblility with libfetch
Baptiste Daroussin
2 years ago
6e6c9adea9d490c495720124fda05cd6364a5290
B
libpkg: remove orphaned prototypes
Baptiste Daroussin
2 years ago
a2648c924dd4cfc04e098320218acb7a0691b153
B
pubkey: fix backward compatibility for openssl 1.1.1
Baptiste Daroussin
2 years ago
754e144166b4dfc048dbd639d5027d1331e15a7b
B
pubkey: workaround bad usage of openssl
Baptiste Daroussin
2 years ago
b4d2e2fc4d8545918b0a99c62a8b52925bf3e9f7
B
Revert "openssl: fix run with openssl3"
Baptiste Daroussin
2 years ago
6de615ff60dddaafa5bb9774568dbc0c4ea2280f
B
openssl: fix run with openssl3
Baptiste Daroussin
2 years ago
ebe901e2fa5068f51dfcc4aa2052cda87ddddf3a
G
Cancellation support for the "pkg update" path.
Gleb Popov
2 years ago
e686c3ff0b10b9fd0e0e0771f605b5745408b0ae
G
Introduce PKG_EVENT_INCREMENTAL_UPDATE_BEGIN and emit it before starting the update.
Gleb Popov
2 years ago
d187ac0d8c09ffc86047f2bbf1cbab719b0064b1
B
ports: remove dead code
Baptiste Daroussin
2 years ago
a6530baa7cd6b5faa1e6151f1b318d9efd8518cb
B
jobs_universe: typo
Baptiste Daroussin
2 years ago
b4ae5a2aca9be621bf3c6a6961fee13b93c11e6a
B
jobs_universe: fix assigning to a potentially NULL pointer
Baptiste Daroussin
2 years ago
f4924454e2c492e6b8ac47d1a3e0d07e8305142a
B
jobs: address potential memory leak
Baptiste Daroussin
2 years ago
90596ed49b06910024e510108226568dab9b0168
B
jobs: remove needless variable assignement
Baptiste Daroussin
2 years ago
80bc3499caa244e5ca630adc59e6be0cc82c13b5
B
jobs: remove useless test
Baptiste Daroussin
2 years ago
314d3cb3842063d1b929c6b8edd00905d8144dd6
B
delete: check ensure we do not over or under run the path array
Baptiste Daroussin
2 years ago
ab3f4320ea8f58e97531b83fb7edfaf09d06c348
B
audit: dedup code
Baptiste Daroussin
2 years ago
3d94b32199c89358ccbdfb59cf8f7e7aab22f119
B
audit: remove duplicated code
Baptiste Daroussin
2 years ago
48ea3de756f450375bb852339d0167bd15f1383a
← Newer
Page 17
Older →