Skip to content

Tags: yanchie/nfs-client-java

Tags

1.0.3

Toggle 1.0.3's commit message
minor optimization for zero byte files

v1.0.3

Toggle v1.0.3's commit message
Release of 1.0.3

- Merge pull request EMCECS#9 from EMCECS/feature-zero-byte-speedup
- Changes after code review (mainly project restructuring)
- Added test fix
- Added optimization to not try to read if no bytes are available. Also added test for reading functionality to the tools jar.

v1.0.2

Toggle v1.0.2's commit message
Release of 1.0.2

- Merge pull request EMCECS#6 from EMCECS/bugfix-single-byte-read
- Fixed bad test, added copyrights.
- Merge pull request EMCECS#4 from PyMeH/master
- Creating test to show single byte read failure
- Fix a bug when the byte read is -1. Old behavior was thinking it is EOF, now we convert the byte to 0-255 range as per java.io.InputStream#read() contract.

v1.0.1

Toggle v1.0.1's commit message
Release of 1.0.1

- Merge pull request EMCECS#3 from EMCECS/feature-log-exception-cleanup
- One further cleanup bit
- Logging cleanup
- Minor cleanup to close() method
- Further logging cleanup
- Moved all info logs to debug or warn, removed exceptions when closing files.

v1.0.0

Toggle v1.0.0's commit message
Release of 1.0.0

- synchronizing LnkTracker methods
- Removing version references, tweaking root project name.
- Merge pull request EMCECS#1 from EMCECS/feature-link-handling
- Cleaned up remaining contractions
- Javadoc enhancements, removing contractions
- Link handling fixes and unit tests
- Updating license files to include source link and full copyrights, to match compliance plan.
- License corrections.
- Minor changes to link handling
- Adding more intuitive link handling.
- Updating to EMCECS source (not emcvipr).
- Removing soft link
- Fixing test issues when not running tests
- Merge branch 'master' of https://github.com/EMCECS/nfs-client-java
- Fixing tests in the absence of a test properties file
- Release version updated
- Fixing build
- Finished first draft.
- Minor correction
- First draft of Readme file
- First push - everything but Readme.md
- Creating initial project.

v1.0.0-rc.1

Toggle v1.0.0-rc.1's commit message
Release of 1.0.0-rc.1

- Updating to EMCECS source (not emcvipr).
- Removing soft link
- Fixing test issues when not running tests
- Merge branch 'master' of https://github.com/EMCECS/nfs-client-java
- Fixing tests in the absence of a test properties file
- Release version updated
- Fixing build
- Finished first draft.
- Minor correction
- First draft of Readme file
- First push - everything but Readme.md
- Creating initial project.