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

Tags: lyft/goruntime

Tags

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: customizable directory refresher (#45)

This PR is intended to allow users to define the filesystem operations they want to be notified about (for example deletion).

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
loader: make AddUpdateCallback thread-safe and don't block signaling (#…

…41)

This commit makes the Loader.AddUpdateCallback() method thread-safe and
ensures that signaling callbacks never blocks. Previously, if signaling
a callback blocked it would deadlock the Loader.

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
glide: update gostats to v0.4.1 and other dependencies (#36)

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
loader: use atomic.Value to store snapshot (#34)

* loader: use atomic.Value to store snapshot

This eliminates the need to use a mutex.

```
benchmark                        old ns/op     new ns/op     delta
BenchmarkSnapsot-12              15.1          2.46          -83.71%
BenchmarkSnapsot_Parallel-12     36.6          0.51          -98.60%
```

* loader: fix spelling

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update dependencies (#30)

* update dependencies

* fsnotify: v1.4.7
* gostats: v0.3.2
* logrus: v1.4.2

* gofmt simplify

run gofmt -w -s on the code

* Fix Travis CI, update Go, remove Docker and add tests to Makefile

v0.2.2

Toggle v0.2.2's commit message
Use Dir instead of Base in DirectoryRefresher (#21)

* Use Dir instead of Base

* add write test

* fix imports

v0.2.1

Toggle v0.2.1's commit message

v0.2.0

Toggle v0.2.0's commit message
Allow dotfiles to be ignored. (#17)

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Entry: Expose modified timestamp of the runtime entry (#14)

v0.1.7

Toggle v0.1.7's commit message
Update Dependencies (#13)

0