openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
cfv
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
1 day
ago.
Jun 23, 2024 — Jun 23, 2025
Showing page 3 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
move hashing functions into hash.py
Matthew Mueller
More...
about 19 years ago
ensure that testing without mmap/fchksum is actually testing without them
Matthew Mueller
More...
about 19 years ago
refactor hashing functions to take progress.update as a callback function rather than access through the global variable
Matthew Mueller
More...
about 19 years ago
import compat functions
Matthew Mueller
More...
about 19 years ago
remove nested scope hacks, use augmented assignment (+=, etc)
Matthew Mueller
More...
about 19 years ago
move progress.init and progress.cleanup into getfilehash function
Matthew Mueller
More...
about 19 years ago
move stats.bytesread modification into getfilehash
Matthew Mueller
More...
about 19 years ago
refactor getfilesha1/getfilemd5/getfilecrc common code into getfilehash function
Matthew Mueller
More...
about 19 years ago
make nommap non-public (_nommap)
Matthew Mueller
More...
about 19 years ago
move reversed, sorted, and staticmethod into compat module
Matthew Mueller
More...
about 19 years ago
move safesort to strutil
Matthew Mueller
More...
about 19 years ago
move fcmp to osutil
Matthew Mueller
More...
about 19 years ago
move getcwdu, curdiru, listdir into osutil module
Matthew Mueller
More...
about 19 years ago
start splitting some os functionality into osutil module
Matthew Mueller
More...
about 19 years ago
remove compatibily code for hexlify/unhexlify since we don't support < python 2.0 anymore
Matthew Mueller
More...
about 19 years ago
factor out progress meter and term width detection into modules
Matthew Mueller
More...
about 19 years ago
rename test_stringops.py to test_strutil.py to match the new module name
Matthew Mueller
More...
about 19 years ago
factor out string functions into strutil module
Matthew Mueller
More...
about 19 years ago
change test runner to handle the modular layout
Matthew Mueller
More...
about 19 years ago
Make the setup.py file the canonical way to install cfv now
Matthew Mueller
More...
about 19 years ago
reorganizing dir structure in preparation for modularizing cfv
Matthew Mueller
More...
about 19 years ago
Work around mmap file descriptor leak in Python 2.4.2
Matthew Mueller
More...
about 19 years ago
change readline unicode decode error handling to work with python 2.4.2+
Matthew Mueller
More...
over 19 years ago
Add initial support for VerifyXML, disabled by default since the spec is still DRAFT revision.
Matthew Mueller
More...
over 19 years ago
make codec_supports_readline test for borkage of readline(size) in python 2.4.2
Matthew Mueller
More...
over 19 years ago
move the file.write(dat) into ChksumType.make_writefile to continue the cleanup. This way checksum types can easily override it to do whatever kind of writing they want.
Matthew Mueller
More...
over 20 years ago
move the file.close() into ChksumType.make_chksumfile_finish. This seems a bit cleaner, since the checksum type is already responsible for creating it, it should close it too.
Matthew Mueller
More...
over 20 years ago
get rid of the silly dof=cf.make_addfile thing, just call it directly.
Matthew Mueller
More...
over 20 years ago
rename ChksumType.make_chksumfile to make_chksumfile_create for better clarity and for consistancy with make_chksumfile_finish
Matthew Mueller
More...
over 20 years ago
replace catching of UnicodeDecodeError with UnicodeError, since some decoding operations don't fail with UnicodeDecodeError (Ex: UnicodeError: UTF-16 stream does not start with BOM)
Matthew Mueller
More...
over 20 years ago
←
1
2
3
4
5
6
7
8
9
…
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree