3
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement ZipFsFile.file? More... over 23 years ago
Implemented ZipEntry.file? More... over 23 years ago
Implemented ZipFileSystem::ZipFsFile.size More... over 23 years ago
*** empty log message *** More... over 23 years ago
Changed zipWithDirs.zip so all the entries in it have unix file endings More... over 23 years ago
Started implementing ZipFileSystem More... over 23 years ago
Added a zip file for testing with a directory structure More... over 23 years ago
*** empty log message *** More... over 23 years ago
*** empty log message *** More... over 23 years ago
*** empty log message *** More... over 23 years ago
Updated TODO with a refactoring idea for FileArchive More... over 23 years ago
Added some FileArchiveAdd tests and cleaned up some of the FileArchive tests. extract and add now have individual test fixtures. More... over 23 years ago
Added tests for extract called with regex src arg and Enumerable src arg More... over 23 years ago
Added test for continueOnExistsProc when extracting from a file archive More... over 23 years ago
Added (failing) tests for FileArchive.add, added code for creating test files for FileArchive.add tests. Added fileutils.rb, which is borrowed from ruby 1.7.2 More... over 23 years ago
*** empty log message *** More... over 23 years ago
Added tests for String extensions More... over 23 years ago
*** empty log message *** More... over 23 years ago
*** empty log message *** More... over 23 years ago
Updated TODO More... over 23 years ago
All FileArchive.extract tests run More... over 23 years ago
*** empty log message *** More... over 23 years ago
*** empty log message *** More... over 23 years ago
*** empty log message *** More... over 23 years ago
*** empty log message *** More... over 23 years ago
*** empty log message *** More... over 23 years ago
Added hackish script for creating dist files More... over 23 years ago
*** empty log message *** More... over 23 years ago
Improved testing and wrote some of the skeleton of extract. Still to do: Fix glob, so it returns a hashmap instead of a list. The map will need to map the full entry name to the last part of the name (which is only really interesting for recursively extracted entries, otherwise it is just the name). Glob.expandPathList should also output directories with a trailing slash, which is doesn't right now. More... over 23 years ago
Implemented the first few tests for FileArchive More... over 23 years ago