summaryrefslogtreecommitdiff
path: root/ecp/src
AgeCommit message (Collapse)Author
2024-06-03improved (v)conn init / open / init vlink / open vlink API; implemented ↵Uros Majstorovic
randezvous hashing
2024-05-24vconn close implemented; conn open will not deallocate connection on failureUros Majstorovic
2024-05-23added multiple server receiver threads; added server dir queryUros Majstorovic
2024-05-22added zero padding for vconn fixed packet featureUros Majstorovic
2024-05-16open handler moved to the end of open message; conn authenticator has access ↵Uros Majstorovic
to remainder of open req msg; improved logging and error handling; removed extensions
2024-05-14added dir_clientUros 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 ↵Uros Majstorovic
reporting
2024-05-11fixed library for no hashtableUros Majstorovic
2024-05-10PKT_BUF and PLD_BUF macros fixedUros Majstorovic
2024-05-10dir reply can be fragmented; renamed caps to rolesUros Majstorovic
2024-05-10timer support for frag messagesUros Majstorovic
2024-05-09fixed gc table countUros Majstorovic
2024-05-09fixed gc table seach, added gc table countUros Majstorovic
2024-05-07added search gcUros Majstorovic
2024-05-07better error handlingUros Majstorovic
2024-05-06new ecp directory and vconn serverUros 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-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-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-24implemented ROS recommendation CLN-003Uros Majstorovic
2024-03-24implemented ROS recommendation CLN-002Uros Majstorovic
2024-03-23implemented ROS recommendation CLN-001Uros Majstorovic
2024-01-22removed makefileUros Majstorovic
2024-01-22fixed racing condition in vconnUros Majstorovic
2024-01-21fixed open message; fixed error handling; added timer debug messagesUros Majstorovic
2023-08-02implemented ROS recommendationsUros Majstorovic
2022-10-24fixed for no hash tableUros Majstorovic
2022-08-09ecp server addedUros Majstorovic
2022-05-19fe310 updateUros Majstorovic
2022-04-08added missing headerUros Majstorovic
2022-04-08fixed frag bugUros Majstorovic