summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-12fixed double conn close; add conditional compile ifdefs for pthread codeUros Majstorovic
2024-05-11fixed transport error reportingUros Majstorovic
2024-05-11added error handler per connection type; improved handlers API and error ↵Uros Majstorovic
reporting
2024-05-11fixed tests for no hashtableUros Majstorovic
2024-05-11fixed library for no hashtableUros Majstorovic
2024-05-10PKT_BUF and PLD_BUF macros fixedUros Majstorovic
2024-05-10server support for fragmented dir reply; fixed shadow reply messages accordinglyUros Majstorovic
2024-05-10dir reply can be fragmented; renamed caps to rolesUros Majstorovic
2024-05-10timer support for frag messagesUros Majstorovic
2024-05-09added SIGUSR2 signal handler - expires garbage collected connectionsUros Majstorovic
2024-05-09fixed gc table countUros Majstorovic
2024-05-09fixed gc table seach, added gc table countUros Majstorovic
2024-05-07reload acl list on SIGUSR1Uros Majstorovic
2024-05-07close vlink inbound connections on node removeUros Majstorovic
2024-05-07added search gcUros Majstorovic
2024-05-07better error handlingUros Majstorovic
2024-05-06added comments to keyfilesUros Majstorovic
2024-05-06new ecp directory and vconn serverUros Majstorovic
2024-05-04updated testsUros Majstorovic
2024-05-03fixed conn new / key checker interface; fixed memory leak when conn create failsUros Majstorovic
2024-05-03fixed connection expiry in gcUros Majstorovic
2024-05-03added user flags for connectionUros Majstorovic
2024-05-03prevented possible race condition with conn open / closeUros Majstorovic
2024-04-29fixed potential deadlockUros Majstorovic
2024-04-27updated testsUros Majstorovic
2024-04-26fixed shared key invalidationUros Majstorovic
2024-04-26added max diff between current irep nonce and auth tag nonceUros Majstorovic
2024-04-25fixed possible timer timeout/open reply message racing conditions; removed ↵Uros Majstorovic
conn reset and reopen as unsafe
2024-04-25added conn lock/unlockUros Majstorovic
2024-04-23fixed vconn ref count and hashtablesUros Majstorovic
2024-04-23added uniqueness to connection keysUros Majstorovic
2024-04-23added string key utilitiesUros Majstorovic
2024-04-23fixed reference counter / garbage collectorUros Majstorovic
2024-04-21added gc flag for inbound connectionsUros Majstorovic
2024-04-21open/reopen/close/gc API fixedUros Majstorovic
2024-04-20fixed pub key comparisonUros Majstorovic
2024-04-20adjusted max packet sizeUros Majstorovic
2024-04-01fixed init reply message key identifierUros Majstorovic
2024-04-01fixed hashtable remove_kvUros Majstorovic
2024-03-26updated protocol design to reflect ROS recommendationsUros Majstorovic
2024-03-24protocol design document initial importUros Majstorovic
2024-03-24implemented ROS recommendation CLN-003Uros Majstorovic
2024-03-24implemented ROS recommendation CLN-002Uros Majstorovic
2024-03-23implemented ROS recommendation CLN-001Uros Majstorovic
2024-02-05renamed schema exp -> app; replace micro USB with USB-C for power;Uros Majstorovic
2024-02-02fixed position of camera adapter; added lte w_disable signal to wifi module; ↵Uros Majstorovic
added jumpered uart_dis signal derived from fxl.io2; fixed breakout; fixed esp32-s3 pin mapping;
2024-01-22nlnet logo footprint renameUros Majstorovic
2024-01-22Toradex Verdin iMX8M Plus module support; modularize wifi; flash LED driver; ↵Uros Majstorovic
mic amp for headsets; mute switch; new cam interface; ext buttons;
2024-01-22removed makefileUros Majstorovic
2024-01-22fixed racing condition in vconnUros Majstorovic