]>
git.wincent.com - passage.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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.