summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-15fixed server loggingUros Majstorovic
2024-05-14tests improved logging; add dir client testUros Majstorovic
2024-05-14added dir_clientUros Majstorovic
2024-05-14added server options: daemon mode, log file, drop privilegesUros Majstorovic
2024-05-14improved acl diagnosticsUros Majstorovic
2024-05-14dir protocol improvementUros Majstorovic
2024-05-14added fragmented messages support to ecp core; added timer and connection paramsUros Majstorovic
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 repo...Uros Majstorovic
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 co...Uros Majstorovic
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