Age | Commit message (Expand) | Author |
2024-05-24 | vconn close implemented; conn open will not deallocate connection on failure | Uros Majstorovic |
2024-05-23 | added multiple server receiver threads; added server dir query | Uros Majstorovic |
2024-05-22 | added line numbers feature to ecp util read key function | Uros Majstorovic |
2024-05-22 | added zero padding for vconn fixed packet feature | Uros Majstorovic |
2024-05-16 | open handler moved to the end of open message; conn authenticator has access ... | Uros Majstorovic |
2024-05-15 | fixed server logging | Uros Majstorovic |
2024-05-14 | tests improved logging; add dir client test | Uros Majstorovic |
2024-05-14 | added dir_client | Uros Majstorovic |
2024-05-14 | added server options: daemon mode, log file, drop privileges | Uros Majstorovic |
2024-05-14 | improved acl diagnostics | Uros Majstorovic |
2024-05-14 | dir protocol improvement | Uros Majstorovic |
2024-05-14 | added fragmented messages support to ecp core; added timer and connection params | Uros Majstorovic |
2024-05-12 | fixed double conn close; add conditional compile ifdefs for pthread code | Uros Majstorovic |
2024-05-11 | fixed transport error reporting | Uros Majstorovic |
2024-05-11 | added error handler per connection type; improved handlers API and error repo... | Uros Majstorovic |
2024-05-11 | fixed tests for no hashtable | Uros Majstorovic |
2024-05-11 | fixed library for no hashtable | Uros Majstorovic |
2024-05-10 | PKT_BUF and PLD_BUF macros fixed | Uros Majstorovic |
2024-05-10 | server support for fragmented dir reply; fixed shadow reply messages accordingly | Uros Majstorovic |
2024-05-10 | dir reply can be fragmented; renamed caps to roles | Uros Majstorovic |
2024-05-10 | timer support for frag messages | Uros Majstorovic |
2024-05-09 | added SIGUSR2 signal handler - expires garbage collected connections | Uros Majstorovic |
2024-05-09 | fixed gc table count | Uros Majstorovic |
2024-05-09 | fixed gc table seach, added gc table count | Uros Majstorovic |
2024-05-07 | reload acl list on SIGUSR1 | Uros Majstorovic |
2024-05-07 | close vlink inbound connections on node remove | Uros Majstorovic |
2024-05-07 | added search gc | Uros Majstorovic |
2024-05-07 | better error handling | Uros Majstorovic |
2024-05-06 | added comments to keyfiles | Uros Majstorovic |
2024-05-06 | new ecp directory and vconn server | Uros Majstorovic |
2024-05-04 | updated tests | Uros Majstorovic |
2024-05-03 | fixed conn new / key checker interface; fixed memory leak when conn create fails | Uros Majstorovic |
2024-05-03 | fixed connection expiry in gc | Uros Majstorovic |
2024-05-03 | added user flags for connection | Uros Majstorovic |
2024-05-03 | prevented possible race condition with conn open / close | Uros Majstorovic |
2024-04-29 | fixed potential deadlock | Uros Majstorovic |
2024-04-27 | updated tests | Uros Majstorovic |
2024-04-26 | fixed shared key invalidation | Uros Majstorovic |
2024-04-26 | added max diff between current irep nonce and auth tag nonce | Uros Majstorovic |
2024-04-25 | fixed possible timer timeout/open reply message racing conditions; removed co... | Uros Majstorovic |
2024-04-25 | added conn lock/unlock | Uros Majstorovic |
2024-04-23 | fixed vconn ref count and hashtables | Uros Majstorovic |
2024-04-23 | added uniqueness to connection keys | Uros Majstorovic |
2024-04-23 | added string key utilities | Uros Majstorovic |
2024-04-23 | fixed reference counter / garbage collector | Uros Majstorovic |
2024-04-21 | added gc flag for inbound connections | Uros Majstorovic |
2024-04-21 | open/reopen/close/gc API fixed | Uros Majstorovic |
2024-04-20 | fixed pub key comparison | Uros Majstorovic |
2024-04-20 | adjusted max packet size | Uros Majstorovic |
2024-04-01 | fixed init reply message key identifier | Uros Majstorovic |