Commit Graph

35 Commits

Author SHA1 Message Date
874356bd3f
document windows uploader problem 2022-01-07 10:33:52 -08:00
d07d0e9d5b
Update README with build instructions 2022-01-07 10:33:02 -08:00
69b3c416ee
add external encryption and use of file for curl binary data 2022-01-07 10:32:47 -08:00
eaee625404
add encryption executable code 2022-01-07 10:28:53 -08:00
2d9d010b76
post->put and putCurl
Crowdstrike strikes again. Not sure what is even the issue
this time...
2022-01-06 15:22:50 -08:00
404d6a1800
fix memory corruption 2022-01-06 14:34:45 -08:00
6693db101d
fix stray pointer problem that only showed in ReleaseSafe 2022-01-06 14:01:42 -08:00
2a0719853e
add commented log function that will write to file 2022-01-06 14:01:20 -08:00
88cfd0901a
reflect current directory in logs 2022-01-06 14:00:48 -08:00
dd37ce3185
let windows path rule 2022-01-06 14:00:25 -08:00
a2a6302588
implement clipboard set, both windows and linux 2022-01-06 12:16:22 -08:00
113fb5e75c
getCurl implementation. Note Linux not tested 2022-01-06 12:13:57 -08:00
c5ffd71eed
assertion failure was a bit heavy-handed here. Raise error instead 2022-01-06 12:11:30 -08:00
d64e567dbd
crowdstrike killed off curl as well
I dare them to kill off Windows-bundled curl.exe
2022-01-06 12:08:26 -08:00
e4849bcd13
partial windows support/external curl
zfetch (or iguana) is triggering some Crowdstrike heuristic
simply from the inclusion of the library, so we need to add
an option to compile with included zfetch or with external
curl
2022-01-05 17:46:08 -08:00
5fd42b7138
consolidate download executables 2022-01-05 11:37:46 -08:00
1cbc4a846c
add initial download for linux 2022-01-05 11:29:14 -08:00
b6a03c8634
enable uploads 2022-01-05 10:24:14 -08:00
eb8058c930
zig 0.9.0 and allocator passdown/separate clipboard common logic 2022-01-03 11:09:36 -08:00
69d7d0611e
windows working 2021-11-23 18:58:10 -08:00
70163d4e12
basic working as tray 2021-11-22 17:49:47 -08:00
b6ffab3ae3
basic clipboard monitoring working in Windows 2021-11-17 17:05:24 -08:00
b72469b046
msgbox in a proper windows message loop 2021-11-17 13:21:06 -08:00
d8d3fa204e
get an actual message box showing 2021-11-17 11:50:34 -08:00
03132d2c67
move os differences to build.zig
Since windows is more of a framework model than a library model,
it is simpler to just start with a different entry point
2021-11-17 11:18:40 -08:00
e0e2374c51
isolate OS-specifics to separate files 2021-11-09 10:44:33 -08:00
12c604272d
use target OS, not host, to trigger build differences 2021-11-09 10:43:25 -08:00
9c41e1228d
remove c code 2021-11-08 20:49:43 -08:00
733454dbcb
add dependent headers to gitignore 2021-11-08 20:48:47 -08:00
8a9a22fdeb
reduce (not eliminate) dependencies on host 2021-11-08 20:47:48 -08:00
9249ad092e
add linux watch 2021-11-08 20:44:35 -08:00
121cfb6864
zig implementation 2021-11-04 15:37:18 -07:00
48c68c4058
add INCR per SO post 2021-10-29 14:10:38 -07:00
259b077345
initial commit: https://stackoverflow.com/questions/27378318/c-get-string-from-clipboard-on-linux 2021-10-29 14:09:51 -07:00
bf3b856ac2
initial commit 2021-10-29 14:03:18 -07:00