This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
borg
mirror of
https://github.com/borgbackup/borg
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
git mv _msgpack algorithms/msgpack
we have all other bundled stuff there already.
Thomas Waldmann
6 years ago
parent
abda1a4463
commit
8f271ed7fc
12 changed files
with
0 additions
and
0 deletions
Split View
Show Diff Stats
0
0
src/borg/algorithms/msgpack/__init__.py
0
0
src/borg/algorithms/msgpack/_packer.pyx
0
0
src/borg/algorithms/msgpack/_unpacker.pyx
0
0
src/borg/algorithms/msgpack/_version.py
0
0
src/borg/algorithms/msgpack/exceptions.py
0
0
src/borg/algorithms/msgpack/fallback.py
0
0
src/borg/algorithms/msgpack/pack.h
0
0
src/borg/algorithms/msgpack/pack_template.h
0
0
src/borg/algorithms/msgpack/sysdep.h
0
0
src/borg/algorithms/msgpack/unpack.h
0
0
src/borg/algorithms/msgpack/unpack_define.h
0
0
src/borg/algorithms/msgpack/unpack_template.h
+ 0
- 0
src/borg/_msgpack/__init__.py → src/borg/algorithms/msgpack/__init__.py
View File
+ 0
- 0
src/borg/_msgpack/_packer.pyx → src/borg/algorithms/msgpack/_packer.pyx
View File
+ 0
- 0
src/borg/_msgpack/_unpacker.pyx → src/borg/algorithms/msgpack/_unpacker.pyx
View File
+ 0
- 0
src/borg/_msgpack/_version.py → src/borg/algorithms/msgpack/_version.py
View File
+ 0
- 0
src/borg/_msgpack/exceptions.py → src/borg/algorithms/msgpack/exceptions.py
View File
+ 0
- 0
src/borg/_msgpack/fallback.py → src/borg/algorithms/msgpack/fallback.py
View File
+ 0
- 0
src/borg/_msgpack/pack.h → src/borg/algorithms/msgpack/pack.h
View File
+ 0
- 0
src/borg/_msgpack/pack_template.h → src/borg/algorithms/msgpack/pack_template.h
View File
+ 0
- 0
src/borg/_msgpack/sysdep.h → src/borg/algorithms/msgpack/sysdep.h
View File
+ 0
- 0
src/borg/_msgpack/unpack.h → src/borg/algorithms/msgpack/unpack.h
View File
+ 0
- 0
src/borg/_msgpack/unpack_define.h → src/borg/algorithms/msgpack/unpack_define.h
View File
+ 0
- 0
src/borg/_msgpack/unpack_template.h → src/borg/algorithms/msgpack/unpack_template.h
View File