Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Tags: UncannyBingo/luna

Tags

v5.0.5

404s are generated in two distinct locations. Update the code to hand…

…le this disparity, and do the content type correctly

v5.0.3

Use patch versions on CPR and gtest when available

v5.0.4

Changelog for 5.0.4

v5.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Updating link to documentation,.

v5.0.0

Adapting to conan 1.2, and bintray's insistence on lowercase

v4.0.1

Update version number, add changelog

v3.3.0

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.

v3.2.1

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

v3.1.1

Ip addresses still (#39)

* I really am incompetnent with IP addresses.

* v3.1.1