index
:
tuntox.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client.c
Age
Commit message (
Expand
)
Author
2020-08-23
logging improvements
Andrew Cady
2020-08-22
use tox_timer for sleep on client
Andrew Cady
2020-08-22
fixup! change log levels
Andrew Cady
2020-08-22
error handling/reporting
Andrew Cady
2020-08-22
change log levels
Andrew Cady
2020-08-21
do not need to check program_mode here
Andrew Cady
2020-08-21
split large function in two, changing nothing
Andrew Cady
2020-08-21
set CONNECTED state in callback
Andrew Cady
2020-08-21
whitespace
Andrew Cady
2020-08-21
It's fixed!
Andrew Cady
2020-08-21
It's broken.
Andrew Cady
2020-08-21
cleaning up the client state machine
Andrew Cady
2020-08-21
represent program mode as a single enum
Andrew Cady
2020-08-20
use tox_callback_friend_connection_status instead of polling
Andrew Cady
2020-08-20
remove unused variable
Andrew Cady
2020-08-20
ping mode: quit after pong (per documentation)
Andrew Cady
2020-08-20
whitespace fixes
Andrew Cady
2020-04-21
Fix wrong return type of functions
GDR!
2018-11-17
Move friend-connection-lost to a separate state
GDR!
2018-11-17
Retry on lost friend connection
GDR!
2018-03-24
Put a shameful todo
GDR!
2018-03-24
Friend connection status printed correctly
GDR!
2018-03-24
Log friend connection status changes
GDR!
2018-03-24
Move FAQ link up
GDR!
2016-12-07
No warnings in -wall
GDR!
2016-12-07
Fixed some warnings
GDR!
2016-06-07
"Whitelist clients by pubkeys" mode, re-request friends
GDR!
2016-06-07
Remove FDs of closed tunnels from fdset
GDR!
2016-05-02
Fix some warnings
Ansa89
2015-09-16
* fix: Possibility to compile on Mac OS platform
Dawid 'nCore' Opis
2015-07-07
Remaining coverity bugs
GDR!
2015-07-07
CID 122499 (#1 of 1): Unchecked return value from library
GDR!
2015-07-07
CID 122505 (#1 of 1): Missing return statement (MISSING_RETURN)5.
GDR!
2015-07-07
CID 122506 (#1 of 1): Missing return statement (MISSING_RETURN)5.
GDR!
2015-07-07
CID 122507 (#1 of 1): Missing return statement (MISSING_RETURN)13.
GDR!
2015-07-07
CID 122509 (#1 of 1): Missing return statement (MISSING_RETURN)2.
GDR!
2015-07-07
CID 122514 (#6 of 6): Uninitialized scalar variable (UNINIT)10.
GDR!
2015-07-07
CID 122515 (#1 of 1): Resource leak (RESOURCE_LEAK)6. leaked_storage:
GDR!
2015-06-19
PSK authentication
GDR!
2015-06-19
The program now compiles with new toxcore (67df1ab7ce)
GDR!
2014-12-22
Logging framework and command line options
GDR!
2014-12-11
Pipe mode working, yay!
GDR!
2014-12-11
Added MSG_NOSIGNAL to send() in client
GDR!
2014-12-11
Added handle_server_tcp_fin_frame
GDR!
2014-11-25
Multi-connection support client-side.
GDR!
2014-11-16
TCP works, yay
GDR!