fred icon indicating copy to clipboard operation
fred copied to clipboard

Freenet REference Daemon

Results 109 fred issues
Sort by recently updated
recently updated
newest added

During review of #831 it was observed that the overhead of pooling outweights that of constructing new digest instances. This PR removes the pooling mechanism from the SHA256 helper class....

WAV PCM audio is such a simple and safe format. RIFF format is supported so why not WAV files?

These new file formats should have a MIME type here

the RunningAverage implementations have various issues: * Too many responsibilities (like TimeDecayingRunningAverage, that tries to keep track of clock skew in the middle of its calculations) * Too much mutable...

We now have far more memory than before and file sizes also increased. I’m not sure whether we could just delete the whole gc code, though, and trust the JVM.

A grab bag of code cleanup in CryptoKey, its subclasses and their related uses. Most substantial change and reason for starting this exercise was the dubious (testing?) code in CryptoKey...

This avoids very common text encoding problems.