summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Greg Hurrell [Thu, 28 Dec 2017 20:57:53 +0000 (12:57 -0800)]
Prep for 1.0 release
Greg Hurrell [Thu, 28 Dec 2017 20:54:48 +0000 (12:54 -0800)]
Clean up stale socket at startup, if present
Greg Hurrell [Tue, 13 Dec 2016 17:21:51 +0000 (09:21 -0800)]
doc: add troubleshooting section
Greg Hurrell [Thu, 8 Dec 2016 08:45:30 +0000 (00:45 -0800)]
git: Ignore zip files
Greg Hurrell [Thu, 8 Dec 2016 08:33:42 +0000 (00:33 -0800)]
Add Makefile and version number
Copied from Clipper project with some minor tweaks.
Greg Hurrell [Thu, 8 Dec 2016 08:23:49 +0000 (00:23 -0800)]
doc: More doc tweaks
Greg Hurrell [Thu, 8 Dec 2016 08:21:41 +0000 (00:21 -0800)]
doc: Fix another tiny typo
Greg Hurrell [Thu, 8 Dec 2016 08:20:27 +0000 (00:20 -0800)]
doc: Fix minor typo in README
Greg Hurrell [Thu, 8 Dec 2016 08:13:54 +0000 (00:13 -0800)]
Add basic supporting material prior to release
README, CHANGELOG, LICENSE, things like that.
Greg Hurrell [Thu, 8 Dec 2016 06:16:32 +0000 (22:16 -0800)]
Let SIGUSR1 reset cache
Useful if you want to dump the cache when the screensaver runs (eg. via
hammerspoon), or implement a time-based expiry (via cron).
Greg Hurrell [Thu, 8 Dec 2016 03:28:29 +0000 (19:28 -0800)]
Add caching
This is the whole reason the project exists.
Greg Hurrell [Thu, 8 Dec 2016 03:14:40 +0000 (19:14 -0800)]
Write results back over socket
Greg Hurrell [Thu, 8 Dec 2016 03:10:02 +0000 (19:10 -0800)]
Take requests off the socket
Test with:
echo '{"service":"test item 1000","account":"test name"}' | nc -U ~/.passage.sock
Greg Hurrell [Thu, 8 Dec 2016 03:06:11 +0000 (19:06 -0800)]
Add simple POC server
Just to show that this can work:
- Listens until killed.
- Gets a hard-coded test keychain item when connected to.