All Projects → goldfix → Transactional-NTFS-TxF-.NET

goldfix / Transactional-NTFS-TxF-.NET

Licence: MIT license
Transactional NTFS (TxF) Library .NET is a small library .Net (C#) allows to use transactions on NTFS FileSystem (Transactional NTFS (TxF))

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Transactional-NTFS-TxF-.NET

acid-store
A library for secure, deduplicated, transactional, and verifiable data storage
Stars: ✭ 48 (+140%)
Mutual labels:  filesystem, transactional
TransactionMaster
A tool for Windows that can make any program work within file-system transactions.
Stars: ✭ 49 (+145%)
Mutual labels:  ntfs, txf
ksmbd
ksmbd kernel server(SMB/CIFS server)
Stars: ✭ 181 (+805%)
Mutual labels:  filesystem
aliyun-oss-laravel
Laravel 的 Aliyun OSS 扩展, 支持 Laravel 9. Alibaba Cloud Object Storage Service For Laravel.
Stars: ✭ 91 (+355%)
Mutual labels:  filesystem
glob
Pure Nim library for matching file paths against Unix style glob patterns.
Stars: ✭ 58 (+190%)
Mutual labels:  filesystem
paragon apfs sdk ce
Paragon APFS SDK Free
Stars: ✭ 97 (+385%)
Mutual labels:  filesystem
-LibraryOS-Exokernel Implementation
Exokernel is one of the major sources for container and library OS techniques.
Stars: ✭ 41 (+105%)
Mutual labels:  filesystem
gravity
User-space deniable data encryption client.
Stars: ✭ 89 (+345%)
Mutual labels:  filesystem
lfs
Lightweight file system
Stars: ✭ 12 (-40%)
Mutual labels:  filesystem
android-upi-payment
An android library for integrating payment using existing upi apps.
Stars: ✭ 26 (+30%)
Mutual labels:  transaction
physfs-old
UNOFFICIAL Git mirror of PhysicsFS Mercurial repository. The official repository has also moved to GitHub; this one will no longer be updated. Official website:
Stars: ✭ 53 (+165%)
Mutual labels:  filesystem
nvfuse
NVMe based File System in User-space
Stars: ✭ 81 (+305%)
Mutual labels:  filesystem
leptin
🔗 Leptin is a PoW blockchain completely built in Nodejs.
Stars: ✭ 57 (+185%)
Mutual labels:  transaction
crunchdb
A simple JSON based database system written in PHP. Useful for smaller applications.
Stars: ✭ 32 (+60%)
Mutual labels:  filesystem
lustre-release
Mirror of official Lustre development repository http://git.whamcloud.com/
Stars: ✭ 35 (+75%)
Mutual labels:  filesystem
save-file
Save any data to file in browser or node
Stars: ✭ 40 (+100%)
Mutual labels:  filesystem
libjio
[mirror] A library for Journaled I/O
Stars: ✭ 17 (-15%)
Mutual labels:  transactional
MySQL-cheatsheet
Cheatsheet for MySQL
Stars: ✭ 43 (+115%)
Mutual labels:  transaction
kunlun-storage
Kunlun-storage is the storage component for KunlunBase. It's developed based on percona-mysql-8.0.x and contains exclusive features used by KunlunBase, performance enhancements and XA transaction crash safety enhancements without which MySQL would not be able to execute XA transactions reliably under error conditions such as power outage, proces…
Stars: ✭ 2 (-90%)
Mutual labels:  transaction
jquery.filebrowser
File browser jQuery plugin
Stars: ✭ 29 (+45%)
Mutual labels:  filesystem

Feature

Currently, library allows to perform the following operations:

  • Directory

    • create directory
    • delete directory
    • symbolic link transacted
  • File

    • create files
    • write files
    • read files
    • delete files
    • search files
    • get and set attributes
    • hard link transacted
    • symbolic link transacted
  • Transactions

    • support manually manage transaction (commit / rollback)
    • support transaction scope

Here some examples.

To Do

  • Management transaction
  • Support Registry transaction

More info

Small donation is appreciated :-)

Small donation is appreciated

pietro partescano http://blogs.ugidotnet.org/sqlog/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].