0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 8 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Final version, ready for uat testing More... over 15 years ago
*** empty log message *** More... over 15 years ago
fixed error message More... over 15 years ago
*** empty log message *** More... over 15 years ago
*** empty log message *** More... over 15 years ago
fully implement permissions. More... over 15 years ago
changed strcpy_s to strncpy More... over 15 years ago
*** empty log message *** More... over 15 years ago
ok, all funstions I did should work properly More... over 15 years ago
Cpout works!!! 2 more to go! More... over 15 years ago
Copy in works More... over 15 years ago
PWD, CD and MKDIR work properly More... over 15 years ago
Implemented checking for existency of current directory More... over 15 years ago
Implemented mkdir, ls functionality More... over 15 years ago
Implemented indirection translation, pwd works with big files More... over 15 years ago
A few new functions More... over 15 years ago
Several functions added, mypwd should work now for small directories More... over 15 years ago
modified changes and added comments. More... over 15 years ago
Fixed a bug in allocateInode func More... over 15 years ago
Fixed seekgInode and seekpInode offsets More... over 15 years ago
fixed the IsAllocated function that checks if the inode was allocated. More... over 15 years ago
Made several changes to Inode allocation process More... over 15 years ago
Modified block allocation, there is a testing procedure in cpin to see if we can allocate all the blocks More... over 15 years ago
Checksum works, it recognizes changes in SB More... over 15 years ago
Fixed a bug. it wasn't writing to the file, reason being that ios::app altes the behaviour for some reason. More... over 15 years ago
*** empty log message *** More... over 15 years ago
Fixed what I messed up before:) in last 4 functions More... over 15 years ago
Fixed the number of datablocks being -2, BLOCKSIZE everywhere More... over 15 years ago
allocate a datablock function, create a root node and a few minor corrections More... over 15 years ago
Fixed opening close files issue, removing file if it was not initialized More... over 15 years ago