This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
Tags: UncannyBingo/luna
Tags
More file cacheing goodness (#44) * Cacheing of FD response objects, when possible, and tests * Cached files were getting additional headers, oops * Well, I accidentally killed access logging. And there were no tests around it! Fixed. * Let's make that new cacheing feature optional! * Add an option to set file cache timeout, so it will invalidate after a certain period of time. It's not the most efficient implementation :( * Make default cache timeout 30 minutes. * Oh hell, this is a new point release now. * Add headers to show when cache is working * Make cache headers a debug thing; they pose a seurity risk. ADd cache hit and miss to debug logging * Tidying things up.
Performance (#43) * Preparing for bugfix 3.2.1 * Curious that poll isn't working. Change default mode to select * Update changelog * Make this test more deterministic * Correct a bug in the example code. * It compiles and runs, but many tests are failing. We have a lot of work to do. * ALl tests passing except anything related to serving files (unimplemented), including cacheing * All tests pass! * Update the readme with the last changes for 3.2.1 * Remove unneeded logging in Travis * Fixed a typo in a condition that doesn't compile locally for me. * Fix some tests to handle a bit of indeterminism * See if this combats the compilation issues on Travis
PreviousNext