Skip to content

Tags: DICL/VeloxDFS

Tags

v1.10.0

Toggle v1.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
vicentebolea Vicente Bolea
adds lean scheduler feature

v1.9.0

Toggle v1.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
vicentebolea Vicente Bolea
adds support for logical blocks and Java API

v1.8.6

Toggle v1.8.6's commit message

Verified

This tag was signed with the committer’s verified signature.
vicentebolea Vicente Bolea
adds veloxd deamon controller, replaces eclipsed

v1.8.5

Toggle v1.8.5's commit message

Verified

This tag was signed with the committer’s verified signature.
vicentebolea Vicente Bolea
optimizations for local IO

v1.8.4

Toggle v1.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #138 from DICL/add-portable-automake-makefile

Enable Makefile.am to be extendible.

Very small change, it allows to avoid merging the Makefile.am whenever we update VeloxMR. I merge it now since later we will forget about this.

It comes from VeloxMR repository. I cherry-picked the commit: cb1bb46

This pull request will release: 1.8.4

v1.8.3

Toggle v1.8.3's commit message
Merge pull request #137 from DICL/cleaning-logical-blocks-feature

Completes and isolates logical block feature

v1.8.2

Toggle v1.8.2's commit message
Adds the DFS changes introduced in VeloxMR fork

- Added fast APPEND functionability.
- Added channel stay alive 10 seconds.
- Fine grain synchronized network module.
- Remove unrelated deprecated files

v1.8.1

Toggle v1.8.1's commit message
Added Subblock feature, its experimental but disabled by default

v1.8.0

Toggle v1.8.0's commit message
Added Java client API and refactored C++ client API

- Separated the command line client interface from the C++ client API.
- Added default options for the settings.
- Append is finally fixed
- write does not consider new line records (To Be fixed)

v1.7.0

Toggle v1.7.0's commit message
Changed Client API & several implementation changes