Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for libpkg/backup.c  ·  View all commits
52 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
faccessat: generalize the usage
Baptiste Daroussin
3 months ago 5e23dd0
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 851a6a4
r
backup.c: do not overwrite the "d" pointer
rilysh
1 year ago 9ec9d01
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago f1cd65a
r
libpkg/backup.c: return error code without an extra check
rilysh
2 years ago 7744cc1
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 76bfe81
r
libpkg/backup.c: use goto instead of calling similar functions each time
rilysh
2 years ago b832754
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
Fix pkg backup with the override of file descriptor for sqlite
Baptiste Daroussin
6 years ago ad0476f
B
Fix dead assignment
Baptiste Daroussin
9 years ago a108958
B
Add 2 new macros: pkg_errno and pkg_fatal_errno
Baptiste Daroussin
9 years ago 305ccf2
B
Merge pull request #1170 from Rolinh/fix-unused-param
Baptiste Daroussin
11 years ago 82be7f2
R
libpkg: remove some unused function parameters
Robin Hahling
11 years ago b8ab113
B
Remove dead assignement
Baptiste Daroussin
11 years ago c3e5591
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
B
A round at cleaning up headers
Baptiste Daroussin
11 years ago 32cd125
V
Improve pkg-backup progress display.
Vsevolod Stakhov
11 years ago 08bb204
B
Fix pkg backup -r messages
Baptiste Daroussin
11 years ago e57c0d4
B
Fetch now uses progress events
Baptiste Daroussin
11 years ago 1d7712b
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago 9852eca
V
Fix ERROR_SQLITE macro.
Vsevolod Stakhov
11 years ago 6078fa4
A
Small fixes
Alexandre Perrin
13 years ago efda89f
A
Merge remote-tracking branch 'origin/master' into periodic
Alex Kozlov
13 years ago 677d1b3
B
Remove usergroup.c code because it is not used at all and needs to be restarted from scratch and redesigned
Baptiste Daroussin
13 years ago dd9bfd6
B
Fix uninitialized warnings causing build failure
Bryan Drewery
13 years ago 69e0e11
B
Fix a wrong warning from gcc on recent stable and current
Baptiste Daroussin
13 years ago d4283a3
M
Style: Add dash to first line of copyright header.
Matthew Seaman
13 years ago bfe0183
R
Merge branch 'master' of git://github.com/pkgng/pkgng
Roman Naumann
13 years ago 838dd4c
M
Fix #285 Backup/restore using copies of local.sqlite
Matthew Seaman
13 years ago 55e3be6
B
Whitespace cleanup
Bryan Drewery
13 years ago d579e6a
M
Merge remote-tracking branch 'upstream/master'
Matthew Seaman
13 years ago 6efb836
W
Various style(9) fixes.
Will Andrews
13 years ago 9fd0036
B
Fix sbuf memory leaks
Bryan Drewery
14 years ago 6b2f3ab
B
Merge pull request #169 from infracaninophile/shlibs
Baptiste Daroussin
14 years ago 8d4e509
M
Record shared library usage in pkgdb and add tools for querying same
Matthew Seaman
14 years ago d8fa8b5
B
Adding the copyright to the library
Baptiste Daroussin
14 years ago 8dbe8b5
J
Move private headers to private/ subfolder. Dont use private headers in the frontend.
Julien Laffaye
14 years ago b6d30db
B
Merge pull request #144 from culot/5a4ce9b00948bb4cc894a3fd7f9f4aa462067929
Baptiste Daroussin
14 years ago 2c6147a
F
Avoid an abort trap when trying to restore an empty database.
Frederic Culot
14 years ago d90b54a
B
Merge pull request #133 from yuripankov/master
Baptiste Daroussin
14 years ago dc3c8a6
Y
Fix sbuf handling:
Yuri Pankov
14 years ago 04e40c9
B
Remove conflict informations from packages
Baptiste Daroussin
14 years ago e806101
B
Use a single function to retrive pkg informations:
Baptiste Daroussin
14 years ago 6757141
B
First step toward real safe upgrade.
Baptiste Daroussin
14 years ago 1cd01f2
B
Do not forget the last package when restoring
Baptiste Daroussin
14 years ago 9b3ee55
j
Replace emit macros by functions.
jlaffaye
14 years ago db27b92
M
Initialize the variables and fix a typo
Marin Atanasov Nikolov
14 years ago dbadb61
B
Why the fuck this hasn't been in my last commit?
Baptiste Daroussin
14 years ago 90d9d1c
B
Various cleanup + append mtree to dump
Baptiste Daroussin
14 years ago b549486