Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for libpkg/repo/binary/init.c  ·  View all commits
64 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
P
pkg: avoid a bunch of warnings
Pierre Pronchery
2 months ago 3b9bfd7
S
Merge commit '1c5f88ead8e4239aed25ebf383117342c5c72850'
Shawn Webb
10 months ago 290e90b
B
sql: generalize the use of prepare_sql()
Baptiste Daroussin
11 months ago ea2a046
S
Merge branch 'upstream-master'
Shawn Webb
2 years ago fd4c88b
M
repos: fix database path handling when PKG_DBDIR is overridden
Mark Johnston
2 years ago 481c87b
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago ffa5b3d
B
repos: remove dead code
Baptiste Daroussin
2 years ago fdcb7bb
B
repos: only allocate once per repos the file path
Baptiste Daroussin
2 years ago 4596832
B
repos: move repos database under /var/db/pkg/repos/<name>/db
Baptiste Daroussin
2 years ago 8ecdfa0
B
repos: remove deadcode
Baptiste Daroussin
2 years ago c76c232
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago c608efa
B
repos: move lock and meta under "/var/db/repos/<name>"
Baptiste Daroussin
2 years ago 76e201a
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago a1aca60
M
repo: Improve error messages
Mark Johnston
2 years ago 48f2604
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago fa6223f
J
Avoid SQLite3 database corruption.
John Hood
3 years ago d94168d
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
S
Make -e option orthogonal to other filter options
Stefan Eßer
4 years ago 25254bb
S
Merge branch 'upstream-master'
Shawn Webb
4 years ago 9b9eef5
B
SQL errors: further improve sql error reporting
Baptiste Daroussin
5 years ago 92c57f7
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
Get rid of the dirname and basename which implement differs depending on OSes
Baptiste Daroussin
5 years ago 3c5dde3
B
Speed up a few remote repo handling by using mmap in sqlite
Baptiste Daroussin
6 years ago 0d2d335
B
There is no no need to pass the path to the dbdir to the function that checks for this db access rights.
Baptiste Daroussin
6 years ago 97e214a
B
Add a helper to get the dbdir and the cachedir path
Baptiste Daroussin
6 years ago 8dd464b
B
Remove a message that is never useful
Baptiste Daroussin
7 years ago 8e1edf3
R
binary-repo: fix closing sqlite db
Ralf Hubert
8 years ago ac3dee4
B
Consider locking is always functional and tell the users if database if corrupted on nfs
Baptiste Daroussin
8 years ago 655ddff
V
Merge branch 'master' of github.com:freebsd/pkg
Vsevolod Stakhov
9 years ago d7f6ae8
B
Simplify a bit the internal API by always trying to use fd
Baptiste Daroussin
9 years ago 8efc943
V
Fix repos initialization
Vsevolod Stakhov
9 years ago c95bf07
B
Readd temporary the dbdir
Baptiste Daroussin
9 years ago bc6cdd4
B
Reduce code duplication
Baptiste Daroussin
9 years ago 55b980e
B
Overload a couple of sqlite3 syscall to be able to use *at() functions
Baptiste Daroussin
9 years ago d9e4922
I
Always use sqlite3_column_int64 for reading integers from the db
Imre Vadász
10 years ago 56c4eb4
B
Always free cksum
Baptiste Daroussin
10 years ago e295e9b
B
Complete pkg_checksum API and reduce duplicated code
Baptiste Daroussin
10 years ago 8f01347
B
Make the language for a failed repo upgrade less serious. Fixes #1229.
Brad Davis
11 years ago 2c9992a
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago 23b4ab6
V
Use statvfs if it is available and sane.
Vsevolod Stakhov
11 years ago a795143
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago a5266e8
V
Merge branch 'linux-build'
Vsevolod Stakhov
11 years ago dd76225
V
Build libpkg under linux.
Vsevolod Stakhov
11 years ago 5c407dd
B
Merge pull request #1113 from landonf/osx/release/0.1
Baptiste Daroussin
11 years ago 3eafef1
L
Initial adoption of OS X compatibility shims.
Landon Fuller
11 years ago 753c3af
V
Add public API for pkgdb transactions.
Vsevolod Stakhov
11 years ago 7782333
B
Make struct pkg a proper structure
Baptiste Daroussin
11 years ago 99c2768
B
indent
Baptiste Daroussin
11 years ago c8fb501
B
Avoid ROLLBACK on unstarted transaction
Bryan Drewery
11 years ago 3580c5d
B
Merge remote-tracking branch 'origin/pr/937'
Bryan Drewery
11 years ago 109ab0b
V
Check digests format when initializing repo.
Vsevolod Stakhov
11 years ago 72c3bb1
B
Fix sqlite on FS without proper locking mechanism
Baptiste Daroussin
11 years ago 9dd3fd6
V
?1 is not applicable to PRAGMA statements.
Vsevolod Stakhov
11 years ago bf0cb43
V
Load repo meta during initialization.
Vsevolod Stakhov
11 years ago e5474c0
V
Fix repo schema upgrade.
Vsevolod Stakhov
11 years ago 2a7f800
V
Merge branch 'gsoc2014'
Vsevolod Stakhov
11 years ago 17804c4
V
Fix issues with update and prepared statements.
Vsevolod Stakhov
11 years ago 8a45247
V
Some fixes.
Vsevolod Stakhov
11 years ago 4e63930
V
No more repo ident/name.
Vsevolod Stakhov
11 years ago 6cbd570
V
Implement schemas upgrade/downgrade.
Vsevolod Stakhov
11 years ago 67312ab
V
Fix repo initialization.
Vsevolod Stakhov
11 years ago ce8bc21
V
Fix access check for a repo.
Vsevolod Stakhov
11 years ago 121576a
V
Start moving init functions.
Vsevolod Stakhov
11 years ago cae07a8