Commit Graph

12 Commits

Author SHA1 Message Date
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
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 4bc5d09832 Changed maximum buffer size in valid_length() and updated the license text in README 2017-12-03 11:22:13 +02:00
Andy Brandt 7a2298fa12 remove length fix, change max buffer size 2017-12-01 23:08:42 -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