Eberhard Beilharz
18cd2a109e
Update readme
...
Add instructions for building a binary without dependencies.
2022-06-28 17:57:31 +02:00
Sami Vänttinen
bd10966096
Merge pull request #9 from WhyNotHugo/cleanups
...
Misc minor cleanups
2022-06-02 17:20:51 +03:00
Hugo Osvaldo Barrera
689db2fcde
Simplify if condition
2022-05-30 21:09:14 +02:00
Hugo Osvaldo Barrera
df160d90ae
Make sure all data is written to socket
...
Using `write` means that it's possible that not all data gets written
out. Rather than check the return value and write in a loop, just use
`write_all`.
2022-05-30 21:07:30 +02:00
Hugo Osvaldo Barrera
b6999f7209
Avoid unecessary late initialisation
2022-05-30 21:06:25 +02:00
varjolintu
338735e6f4
Update to support the latest KeePassXC
2021-01-16 14:39:56 +02:00
varjolintu
211ae91e36
Use TMPDIR with macOS, and set socket SO_SNDBUF and SO_RCVBUF
2018-08-15 14:34:02 +03:00
varjolintu
759507e444
Updated named pipe path
2018-03-12 10:50:16 +02:00
varjolintu
4bc5d09832
Changed maximum buffer size in valid_length() and updated the license text in README
2017-12-03 11:22:13 +02:00
Sami Vänttinen
31fa5bfdf2
Merge pull request #2 from smorks/master
...
Add Windows Named Pipes
2017-12-03 11:05:30 +02:00
Andy Brandt
7a2298fa12
remove length fix, change max buffer size
2017-12-01 23:08:42 -06:00
andy brandt
c7a53e654b
use kpxc pipe name in windows
2017-12-01 00:55:52 -06:00
Andy Brandt
fcfc22296a
refactor with generics
2017-11-30 16:03:28 -06:00
Andy Brandt
14c705359e
got it working in both windows & linux
2017-11-30 13:57:32 -06:00
Andy Brandt
5b9d6eac06
add windows named pipe support
2017-11-29 15:42:47 -06:00
varjolintu
6c5f96f407
Unix socket version
2017-11-16 09:31:47 +02:00
varjolintu
f364455c10
Cut the buffer before sending
2017-09-23 14:12:20 +03:00
varjolintu
95cf972f5b
First version of the proxy
2017-08-12 12:32:25 +03:00
varjolintu
a3d63dd010
Initial commit
2017-08-12 12:28:50 +03:00