8000 Tags · moshee/airlift · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: moshee/airlift

Tags

v0.4.1

Toggle v0.4.1's commit message
cmd/airliftd: fix serving small files (resolves #35)

Resolved a misuse of io.ReadFull used to detect MIME type. io.EOF may be
returned if file is smaller than provided buffer.

v0.4.0

Toggle v0.4.0's commit message
add go.mod

v0.3.3

Toggle v0.3.3's commit message
cmd/airliftd: adjust syntax highlight handling and resolve remaining …

…issues

v0.3.2

Toggle v0.3.2's commit message
.travis.yml: use latest go version always

v0.3.0

Toggle v0.3.0's commit message
web: resolve #18

* Fix: possibility that config would stop working after submitting the
  form once

v0.2.2

Toggle v0.2.2's commit message
web: fix last commit on mobile

v0.2.1

Toggle v0.2.1's commit message
go generate

v0.2.0

Toggle v0.2.0's commit message
web: overhaul config page (resolve #9, #11)

* Changed the layout of the config page in an attempt to be easier to
  use and understand
* Eliminated most of the tooltips. Did this instead of removing them
  entirely. Some of them are still useful and it doesn't look as dumb
  without the enable all help thing.
* Fix possible data race in package config
* Fixed position status message
* Did I change anything else?

v0.1.1

Toggle v0.1.1's commit message
cmd/airlift: put version in more places

+ Print version in logs on server start
+ Show version on web interface pages
0