All Projects → diversenok → TransactionMaster

diversenok / TransactionMaster

Licence: GPL-3.0 license
A tool for Windows that can make any program work within file-system transactions.

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to TransactionMaster

Transactional-NTFS-TxF-.NET
Transactional NTFS (TxF) Library .NET is a small library .Net (C#) allows to use transactions on NTFS FileSystem (Transactional NTFS (TxF))
Stars: ✭ 20 (-59.18%)
Mutual labels:  ntfs, txf
NtUtilsLibrary
Delphi library for system programming on Windows
Stars: ✭ 41 (-16.33%)
Mutual labels:  system-programming, native-api
django-transactions-tutorial
django-transactions-tutorial 基本教學 - 了解 transactions 概念 📝
Stars: ✭ 33 (-32.65%)
Mutual labels:  transactions, acid
Budgetzero
https://app.budgetzero.io
Stars: ✭ 143 (+191.84%)
Mutual labels:  transactions
Bitcoin Transaction Explorer
Simple and pure block explorer you can run on top of a full node
Stars: ✭ 165 (+236.73%)
Mutual labels:  transactions
buildsqlx
Go database query builder library for PostgreSQL
Stars: ✭ 92 (+87.76%)
Mutual labels:  transactions
Apriori-and-Eclat-Frequent-Itemset-Mining
Implementation of the Apriori and Eclat algorithms, two of the best-known basic algorithms for mining frequent item sets in a set of transactions, implementation in Python.
Stars: ✭ 36 (-26.53%)
Mutual labels:  transactions
Ynab Bank Importer
💰 Pull transactions from your bank and import them to YNAB automatically.
Stars: ✭ 129 (+163.27%)
Mutual labels:  transactions
llpl
Low Level Persistence Library
Stars: ✭ 95 (+93.88%)
Mutual labels:  transactions
bank2ynab
Easily convert and import your bank's statements into YNAB. This project consolidates other conversion efforts into one universal tool.
Stars: ✭ 197 (+302.04%)
Mutual labels:  transactions
go-sysconf
sysconf for Go, without using cgo
Stars: ✭ 119 (+142.86%)
Mutual labels:  system-programming
Pytest Flask Sqlalchemy
A pytest plugin for preserving test isolation in Flask-SQLAlchemy using database transactions.
Stars: ✭ 168 (+242.86%)
Mutual labels:  transactions
refu
Refu language
Stars: ✭ 21 (-57.14%)
Mutual labels:  system-programming
Blockchain
blockchain (crypto) tools, libraries & scripts in ruby
Stars: ✭ 143 (+191.84%)
Mutual labels:  transactions
btt
Low level MacOS management in JavaScript via BetterTouchTool
Stars: ✭ 92 (+87.76%)
Mutual labels:  system-programming
Tarantool
Get your data in RAM. Get compute close to data. Enjoy the performance.
Stars: ✭ 2,787 (+5587.76%)
Mutual labels:  transactions
Bouncer Proxy
👮🏻🛰 Ethereum identity proxy contract that bounces meta transactions of etherless accounts.
Stars: ✭ 142 (+189.8%)
Mutual labels:  transactions
Iroha
Iroha - A simple, enterprise-grade decentralized ledger
Stars: ✭ 210 (+328.57%)
Mutual labels:  transactions
Project-Iris
Iris systems programming language frontend & backend
Stars: ✭ 14 (-71.43%)
Mutual labels:  system-programming
horse-messaging
Open Source Messaging Framework. Queues, Channels, Events, Transactions, Distributed Cache
Stars: ✭ 65 (+32.65%)
Mutual labels:  transactions

Transaction Master

Transaction Master is an experimental tool for Windows that allows you to switch other processes into the context of an NTFS transaction. A transaction is a Windows kernel object that encapsulates a set of operations (in this case — file-system operations) into a single entity. This entity provides isolation, which means that changes made within a transaction are not visible to the rest of the system, and atomicity, which means the owner can commit (make permanent) or rollback it as a whole. The last part also allows the system to maintain consistency. For more information see ACID and TxF.

Overview screenshot

How it works

To understand the program's capabilities and limitations, you can consult with my article:

Downloads

See releases page

Note: if you have a 64-bit version of Windows, use the x64 version of the program. It supports both native and WoW64 target processes.

The program was tested on Windows 7 and 10. It might also work on Vista.

Key Value
Author © diversenok
Email [email protected] (English and Russian are suitable)
Compiled Embarcadero Delphi 10.3
Version 1.1.25.0
Date Jan 25, 2020

Copyright (C) 2019-2020 diversenok

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
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].