openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
F
Freenet for Python
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Sep 19, 2025 — Sep 19, 2026
Showing page 5 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
added setup.py bug.
dr...@kaverne
More...
about 12 years ago
updated to version 2.0
dr...@kaverne
More...
about 12 years ago
sitemgr: sitemap: with the correctly passed on TargetFilename, the CHK-uris automatically contain the filename.
dr...@kaverne
More...
about 12 years ago
do not store the sitemap in the files.
dr...@kaverne
More...
about 12 years ago
node: actually pass on the TargetFilename to the node.
dr...@kaverne
More...
about 12 years ago
sitemgr: store the CHK names in the projects for backwards compatibility: Old files which did not change should not require a new upload when updating pyFreenet.
dr...@kaverne
More...
about 12 years ago
Give each CHK a filename, so it can be referenced in the list of keys more easily.
dr...@kaverne
More...
about 12 years ago
try to add the filename into the CHK to get a list of keys people can easily download. TODO: only use the basename, not the full name (could have slashes).
dr...@kaverne
More...
about 12 years ago
ensure that the sitemap has mimetype text/html.
dr...@kaverne
More...
about 12 years ago
always add a sitemap.
dr...@kaverne
More...
about 12 years ago
added bugs/tasks
dr...@kaverne
More...
about 12 years ago
fix wording.
dr...@kaverne
More...
about 12 years ago
fix wording.
dr...@kaverne
More...
about 12 years ago
backwards compatibility fixes to ensure that the new json parser keeps working with the old-style prettyprinter config files, so we lose no old site-info.
dr...@kaverne
More...
about 12 years ago
freesitemgr: switch to json as far as possible without breaking python-eval compatibility.
dr...@kaverne
More...
about 12 years ago
switch back to 2MiB containers because the 500k containers used splitfiles, too.
dr...@kaverne
More...
about 12 years ago
remove quoted debugging statement. dir-inserts are missing the URI for some reason.
dr...@kaverne
More...
about 12 years ago
typo
dr...@kaverne
More...
about 12 years ago
limit site containers to 512k to avoid splitfiles, and take the size of redirects into account.
dr...@kaverne
More...
about 12 years ago
merge master into files-in-manifest.
dr...@kaverne
More...
about 12 years ago
pseudopythonparser: append to a self.unparsed list instead of appending to a string and join on demand. Speeds up self.readline() from 24s to 0.7s for huge freesites (2k files). Total runtime went down from >40s to 17s.
dr...@kaverne
More...
about 12 years ago
refactor self.checkandprocesslinerest(unparsed) to self.checkandprocessunparsed() to simplify the model: always work on attributes, pass as little as possible.
dr...@kaverne
More...
about 12 years ago
note where we actually lose time (found by simply throwing in a chain of submethods calling and returning the next in the row, so the profiler could tell me the function).
dr...@kaverne
More...
about 12 years ago
Backed out changeset 4af5914452c8: did not provide better performance (it got worse).
dr...@kaverne
More...
about 12 years ago
try to speedup the pseudopythonparser. Unsuccessfully.
dr...@kaverne
More...
about 12 years ago
insert at most 500 files separately to avoid killing the node.
dr...@kaverne
More...
about 12 years ago
add --max-manifest-size to the getopt call.
dr...@kaverne
More...
about 12 years ago
note that bigger manifest on small files gives better compression.
dr...@kaverne
More...
about 12 years ago
allow increasing the target manifest size via commandline.
dr...@kaverne
More...
about 12 years ago
update the sizebytes when uploading.
dr...@kaverne
More...
about 12 years ago
←
1
2
3
4
5
6
7
8
9
…
22
23
→
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