This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
mirrors
/
borg
同期ミラー
https://github.com/borgbackup/borg
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
git mv _msgpack algorithms/msgpack
we have all other bundled stuff there already.
Thomas Waldmann
6 年 前
親
abda1a4463
コミット
8f271ed7fc
12 ファイル変更
、
0 行追加
、
0 行削除
分割表示
差分情報を表示
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
ファイルの表示
+ 0
- 0
src/borg/_msgpack/_packer.pyx → src/borg/algorithms/msgpack/_packer.pyx
ファイルの表示
+ 0
- 0
src/borg/_msgpack/_unpacker.pyx → src/borg/algorithms/msgpack/_unpacker.pyx
ファイルの表示
+ 0
- 0
src/borg/_msgpack/_version.py → src/borg/algorithms/msgpack/_version.py
ファイルの表示
+ 0
- 0
src/borg/_msgpack/exceptions.py → src/borg/algorithms/msgpack/exceptions.py
ファイルの表示
+ 0
- 0
src/borg/_msgpack/fallback.py → src/borg/algorithms/msgpack/fallback.py
ファイルの表示
+ 0
- 0
src/borg/_msgpack/pack.h → src/borg/algorithms/msgpack/pack.h
ファイルの表示
+ 0
- 0
src/borg/_msgpack/pack_template.h → src/borg/algorithms/msgpack/pack_template.h
ファイルの表示
+ 0
- 0
src/borg/_msgpack/sysdep.h → src/borg/algorithms/msgpack/sysdep.h
ファイルの表示
+ 0
- 0
src/borg/_msgpack/unpack.h → src/borg/algorithms/msgpack/unpack.h
ファイルの表示
+ 0
- 0
src/borg/_msgpack/unpack_define.h → src/borg/algorithms/msgpack/unpack_define.h
ファイルの表示
+ 0
- 0
src/borg/_msgpack/unpack_template.h → src/borg/algorithms/msgpack/unpack_template.h
ファイルの表示