1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 19, 2025 — Sep 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added setup.py bug. More... about 12 years ago
updated to version 2.0 More... about 12 years ago
sitemgr: sitemap: with the correctly passed on TargetFilename, the CHK-uris automatically contain the filename. More... about 12 years ago
do not store the sitemap in the files. More... about 12 years ago
node: actually pass on the TargetFilename to the node. 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. More... about 12 years ago
Give each CHK a filename, so it can be referenced in the list of keys more easily. 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). More... about 12 years ago
ensure that the sitemap has mimetype text/html. More... about 12 years ago
always add a sitemap. More... about 12 years ago
added bugs/tasks More... about 12 years ago
fix wording. More... about 12 years ago
fix wording. 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. More... about 12 years ago
freesitemgr: switch to json as far as possible without breaking python-eval compatibility. More... about 12 years ago
switch back to 2MiB containers because the 500k containers used splitfiles, too. More... about 12 years ago
remove quoted debugging statement. dir-inserts are missing the URI for some reason. More... about 12 years ago
typo More... about 12 years ago
limit site containers to 512k to avoid splitfiles, and take the size of redirects into account. More... about 12 years ago
merge master into files-in-manifest. 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. 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. 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). More... about 12 years ago
Backed out changeset 4af5914452c8: did not provide better performance (it got worse). More... about 12 years ago
try to speedup the pseudopythonparser. Unsuccessfully. More... about 12 years ago
insert at most 500 files separately to avoid killing the node. More... about 12 years ago
add --max-manifest-size to the getopt call. More... about 12 years ago
note that bigger manifest on small files gives better compression. More... about 12 years ago
allow increasing the target manifest size via commandline. More... about 12 years ago
update the sizebytes when uploading. More... about 12 years ago