1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-23 11:43:26 +00:00
Commit Graph

70 Commits

Author SHA1 Message Date
Bryan Roe
4be310f809 Added tracker 2021-01-23 00:44:52 -08:00
Bryan Roe
4daedfd081 Added ability to compile for FIPS mode 2021-01-21 20:13:15 -08:00
Bryan Roe
72e7013643 Added KVM support to AARCH64-LIBC/2.24 2021-01-19 11:43:42 -08:00
Bryan Roe
d6c331b425 Updated comments 2021-01-19 10:49:18 -08:00
Bryan Roe
bcc013b257 Updated cross compiler for PI 2021-01-19 10:44:29 -08:00
Bryan Roe
69a3181eff updated ARCHID 2021-01-18 10:53:13 -08:00
Bryan Roe
b5ef1a622a updated cleanbin 2021-01-18 10:50:55 -08:00
Bryan Roe
f70e73bf3a updated ARCHID for new builds 2021-01-16 13:37:24 -08:00
Bryan Roe
f1c08251d3 updated configurations 2021-01-16 10:52:32 -08:00
Bryan Roe
6700428511 updated comments 2021-01-11 18:15:46 -08:00
Bryan Roe
0c0cfa4f95 updated comment 2021-01-11 16:42:54 -08:00
Bryan Roe
85ec08e8c8 Added comments specific for ChromeOS 2021-01-11 14:08:23 -08:00
Bryan Roe
7c38b67ab5 Added switch for dynamically linking OpenSSL 2020-12-15 22:06:03 -08:00
Bryan Roe
219bb9ece1 1. Fixed compiler error for OpenSSL/1.1.1i for 32bit linux
2. Added compile switch for BIGCHAINLOCK
2020-12-09 19:10:03 -08:00
Bryan Roe
462fa965ae Fixed spinlocks for ARCHID 7,9,13 2020-12-06 00:33:39 -08:00
Bryan Roe
58abd6f623 updated comments 2020-11-12 00:49:07 -08:00
Bryan Roe
d96a6b9e03 Added support for macOS running on Apple Silicon 2020-11-12 00:28:40 -08:00
Bryan Roe
f5cfbc6f48 1. Updated makefile to build filewatcher for pi
2. Fixed crash when zipping multiple files
2020-09-03 11:14:44 -07:00
Bryan Roe
ad0c6026b5 1. Enabled IP Address Monitoring for MIPS24KC
2. Updated Control Channel Ping/Pong handler to disconnect control channel on pong timeout
2020-08-21 14:05:45 -07:00
Bryan Roe
8da2b2981c Updated references of ARCHID 8 to 28 2020-08-20 01:02:35 -07:00
Bryan Roe
9890200f25 Added MIPS24KC (OpenWRT) Support 2020-08-19 17:40:34 -07:00
Bryan Roe
c155862e96 Changed default compiler optimization for release to -O2 2020-08-12 00:26:59 -07:00
Bryan Roe
eaed93172a Updated clean: 2020-06-15 22:14:21 -07:00
Bryan Roe
c3ad70a70e Added ZLIB Compression Support 2020-06-13 21:57:46 -07:00
Bryan Roe
3824ef638c Updated project files, and fixed compiler warnings 2020-05-28 00:54:30 -07:00
Bryan Roe
906fab95a2 1. Updated linux to be able to KVM to login prompt
2. Fixed project file back
3. Added comments to makefile about gdm3
2020-05-12 01:01:25 -07:00
Bryan Roe
4d752aa7a4 Changed release optimization from Os to O3, because macOS doesn't like Os 2020-04-27 13:28:23 -07:00
Bryan Roe
e3b8cc4d2c 1. Fixed edge case bug, where TLS packet was corrupt
2. Added compile switch for KVM ALL TILES
3. Added compile switch for Debug fragmentation of Sends
4. Fixed compiler warnings
5. Added comments to makefile
2020-04-13 20:08:32 -07:00
Bryan Roe
2da776ab5e 1. Added ability to query MeshAent object for KVM Tile limit
2. Added TLS_WRITE_TRACE and KVMMaxTile build switch
2020-04-12 22:51:35 -07:00
Bryan Roe
9aaef732d9 1. Fixed bug where ILibAsyncSocket wrote a corrupt TLS packet
2. Removed linux work-around/hack that is not needed due to above fix
2020-04-12 01:42:49 -07:00
Bryan Roe
94c5319b32 Enabled Jumbo mode on MacOS KVM with 200k tile limit 2020-04-10 11:44:55 -07:00
Bryan Roe
7dd40ff52f 1. Added KVM Jumbo Support for Linux/FreeBSD/MacOS
2. Added compile switch for Jumbo eenable/disable
3. Updated Linux Mouse Cursor HAshing, so 32-bit and 64-bit interop
4. Updated KVM to fetch initial mouse cursor on connect
2020-04-09 22:41:56 -07:00
Bryan Roe
42673ee19f renamed DEBUG symbol file name 2019-09-24 11:25:11 -07:00
Bryan Roe
a5e7330652 Updated makefile, so non debug will copy symbols out before strip 2019-09-24 11:14:17 -07:00
Bryan Roe
80056ed274 fixed indentation 2019-09-24 10:57:01 -07:00
Bryan Roe
4399ccb649 Updated makefile, to add NOTURBOJPEG flag 2019-09-24 10:50:28 -07:00
Bryan Roe
dcdbe39a42 Updated makefile, so deadlock detection is enabled by default 2019-09-19 16:36:28 -07:00
Bryan Roe
7f228d78fb Added missing changes to support SSL_EXPORTABLE_KEYS 2019-09-17 09:25:10 -07:00
Bryan Roe
72e665908a Added flag for CRASH_HANDLER=0 in case it is explicitly needed 2019-08-27 14:58:30 -07:00
Bryan Roe
c65ae059d0 Added additional build flags:
FSWATCH_DISABLE
LEGACY_LD

to allow building on CentOS 5.11
2019-08-20 11:29:36 -07:00
Bryan Roe
22b8e6ca7c Added build notes for FreeBSD 2019-07-22 17:16:03 -07:00
Bryan Roe
1b78195987 Updated comments in makefile, and update test for FreeBSD 2019-07-22 16:38:22 -07:00
Bryan Roe
c9ed96f5a0 Fixed errant rename from Ylian 2019-06-21 14:28:12 -07:00
Ylian Saint-Hilaire
9a37e2f4fd Added AgentID=27, Raspberry Pi on Raspian 7. 2019-06-21 10:06:13 -07:00
Bryan Roe
95b02cadf1 updated to support kvm on freebsd 2019-06-20 22:04:17 -07:00
Bryan Roe
ce9ce169a1 Added DEBUG to freebsd recipe 2019-06-18 00:26:25 -07:00
Bryan Roe
124c0d386f Initial modifications to support FreeBSD 2019-06-17 15:45:46 -07:00
Bryan Roe
c17d6a069b Fixed bug with macos recipe that caused clang to optimize regardless of flags set 2019-05-24 15:09:07 -07:00
Bryan Roe
bb9bbca2a8 Updated to try to fetch commit hash and date 2019-05-09 11:51:01 -07:00
Ylian Saint-Hilaire
087298f032 Added ARMv8 64bit (aarch64) as agent id 26 + binary libraries. 2019-04-28 11:38:09 -07:00