summaryrefslogtreecommitdiff
path: root/client.c
AgeCommit message (Expand)Author
2020-08-23tighter variable scopeAndrew Cady
2020-08-23logging improvementsAndrew Cady
2020-08-22use tox_timer for sleep on clientAndrew Cady
2020-08-22fixup! change log levelsAndrew Cady
2020-08-22error handling/reportingAndrew Cady
2020-08-22change log levelsAndrew Cady
2020-08-21do not need to check program_mode hereAndrew Cady
2020-08-21split large function in two, changing nothingAndrew Cady
2020-08-21set CONNECTED state in callbackAndrew Cady
2020-08-21whitespaceAndrew Cady
2020-08-21It's fixed!Andrew Cady
2020-08-21It's broken.Andrew Cady
2020-08-21cleaning up the client state machineAndrew Cady
2020-08-21represent program mode as a single enumAndrew Cady
2020-08-20use tox_callback_friend_connection_status instead of pollingAndrew Cady
2020-08-20remove unused variableAndrew Cady
2020-08-20ping mode: quit after pong (per documentation)Andrew Cady
2020-08-20whitespace fixesAndrew Cady
2020-04-21Fix wrong return type of functionsGDR!
2018-11-17Move friend-connection-lost to a separate stateGDR!
2018-11-17Retry on lost friend connectionGDR!
2018-03-24Put a shameful todoGDR!
2018-03-24Friend connection status printed correctlyGDR!
2018-03-24Log friend connection status changesGDR!
2018-03-24Move FAQ link upGDR!
2016-12-07No warnings in -wallGDR!
2016-12-07Fixed some warningsGDR!
2016-06-07"Whitelist clients by pubkeys" mode, re-request friendsGDR!
2016-06-07Remove FDs of closed tunnels from fdsetGDR!
2016-05-02Fix some warningsAnsa89
2015-09-16* fix: Possibility to compile on Mac OS platformDawid 'nCore' Opis
2015-07-07Remaining coverity bugsGDR!
2015-07-07CID 122499 (#1 of 1): Unchecked return value from libraryGDR!
2015-07-07CID 122505 (#1 of 1): Missing return statement (MISSING_RETURN)5.GDR!
2015-07-07CID 122506 (#1 of 1): Missing return statement (MISSING_RETURN)5.GDR!
2015-07-07CID 122507 (#1 of 1): Missing return statement (MISSING_RETURN)13.GDR!
2015-07-07CID 122509 (#1 of 1): Missing return statement (MISSING_RETURN)2.GDR!
2015-07-07CID 122514 (#6 of 6): Uninitialized scalar variable (UNINIT)10.GDR!
2015-07-07CID 122515 (#1 of 1): Resource leak (RESOURCE_LEAK)6. leaked_storage:GDR!
2015-06-19PSK authenticationGDR!
2015-06-19The program now compiles with new toxcore (67df1ab7ce)GDR!
2014-12-22Logging framework and command line optionsGDR!
2014-12-11Pipe mode working, yay!GDR!
2014-12-11Added MSG_NOSIGNAL to send() in clientGDR!
2014-12-11Added handle_server_tcp_fin_frameGDR!
2014-11-25Multi-connection support client-side.GDR!
2014-11-16TCP works, yayGDR!