Commit Graph

1225 Commits

Author SHA1 Message Date
Robinson f741c8823c
Fixed IPC client handshake timeout 2022-03-15 11:44:39 +01:00
Robinson 871827d800
Fixed log typo 2022-03-15 10:32:06 +01:00
Robinson 3563888c91
Fixed connection filter test for server 2022-03-15 10:31:36 +01:00
Robinson 67bf5e2b21
Fixed client handshake timeout 2022-03-15 10:27:21 +01:00
Robinson 9e52c398d6
Updated unit tests 2022-03-15 09:46:13 +01:00
Robinson 156dd3bb04
downgrade gradleutils 2022-03-15 09:42:42 +01:00
Robinson 3ffa07d65f
Updated utils 2022-03-15 09:26:15 +01:00
Robinson 1bdfe5edf3
Don't show macos performance hints more than once 2022-03-08 23:35:19 +01:00
Robinson 53a3ba0309
Use OS.TEMP_DIR instead of manually requesting it 2022-03-08 23:25:55 +01:00
Robinson 06be3bee28
Connection timeouts are now in seconds, instead of milliseconds 2022-03-08 08:41:06 +01:00
Robinson 2a14d09a2c
Updated to support the split of Utilities + OS project. 2022-03-05 22:50:17 +01:00
Robinson 235bd6981c
updated license 2022-03-04 23:56:00 +01:00
Robinson 975cd4fb01
updated version 2022-03-04 23:49:49 +01:00
Robinson 6a5eebc1ca
Updated dependency 2022-03-04 23:49:06 +01:00
Robinson 64972f264a
Updated deps 2022-03-04 21:56:30 +01:00
Robinson 79bffbced0
Updated dependencies, added transitive to module-info 2022-03-03 01:44:55 +01:00
Robinson d8aab11fdb
Updated dependencies + version 2022-03-03 01:25:32 +01:00
Robinson c10751a390
updated gradle 2022-03-03 01:23:19 +01:00
Robinson 98f8ad794e
update dependencies 2022-03-03 01:23:07 +01:00
Robinson ef9f559833
Merge remote-tracking branch 'origin/master' 2022-03-03 00:57:28 +01:00
Robinson 7aaf06c7a5
Exception now properly thrown when a message cannot be sent. 2022-03-02 23:54:32 +01:00
Robinson 70451c3e03
updated license info 2022-01-06 23:39:27 -07:00
Robinson f68418c27c
Updated dependencies. 2021-10-01 11:34:45 +02:00
Robinson c77ed91c82
Updated dependencies and gradle 2021-10-01 11:28:47 +02:00
Robinson 967f9685ca
Updated dependencies. 2021-10-01 10:44:55 +02:00
Robinson 1ea24f026a increment version 2021-08-23 01:08:30 -06:00
Robinson 778ef94231 updated module-info.java with logging 2021-08-23 01:01:17 -06:00
Robinson c8f4ba2b01 Now using the storage project 2021-08-23 00:52:16 -06:00
Robinson 40fb0d8caf use ByteArray extension for hex instead 2021-08-23 00:48:39 -06:00
Robinson a75ece2a39 Now use the storage project 2021-08-23 00:42:02 -06:00
Robinson 87338c6f24 Fixed typos 2021-08-23 00:39:13 -06:00
Robinson d8107860e5 Fixed GCM, now use threadlocal for hashing 2021-08-23 00:38:55 -06:00
Robinson d4efe418e6 added more unit tests 2021-08-20 08:51:19 -06:00
Robinson e8a1a20a16 code cleanup 2021-08-20 08:50:51 -06:00
Robinson 07daeafa05 updated version, updated build dependencies 2021-08-19 00:15:32 -06:00
Robinson 7f16ebcac0 WIP storage sub-system 2021-08-19 00:13:47 -06:00
Robinson 6945a5cdbb Fixed issue when starting up after a forcefully terminated (previous) run. If the aeron CnC file is corrupted, delete and try again. 2021-08-18 13:37:23 -06:00
Robinson 5847ad14e3 Updated version 2021-07-26 20:42:55 +02:00
Robinson 6a7fe7b1dc Added support for filtering aeron driver exceptions, `onError` listeners are now notified if there is an aeron driver error. 2021-07-26 20:40:43 +02:00
Robinson a4a3057f39 Added comments. Fixed onErrorGlobal (it is now a separate name, since the function signatures had issues), made it a unit function instead of method, so it can be passed around 2021-07-26 20:18:04 +02:00
Robinson 7908ef2593 Fixed comments, tweaked shutdown delay 2021-07-26 20:17:03 +02:00
Robinson 7d2263b47b Fixed shutdown performance/bug 2021-07-26 20:16:10 +02:00
Robinson 8111fc3d3d Removed unused licenses 2021-07-09 15:22:07 +02:00
Robinson bbbcc57a24 updated gradle 2021-07-09 15:17:12 +02:00
Robinson d482d3e43d connections are now created via a unit function instead of overriding the method. 2021-07-09 15:17:00 +02:00
Robinson 388e4bda60 connections are now created via a unit function instead of overriding the method. 2021-07-09 15:16:12 +02:00
Robinson c725806727 Cleaned up heap vs stack access, fixed ping support, fixed coroutine errors during serialization 2021-07-08 14:33:24 +02:00
Robinson 632603c8c7 WIP RMI and message performance/ping testing 2021-07-07 21:32:36 +02:00
Robinson 33f3ca8ebc Supports the newest version of Aeron. Updated error log usage and notifications. Refactored RMI API (now RMI is accessible via '.rmi' calls). Updated unit tests. Added 'delete' to rmi methods (opposite of 'create'). 2021-07-07 00:04:47 +02:00
Robinson 8550a24c04 fixed warnings 2021-07-02 16:19:21 +02:00