index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Connection
Age
Commit message (
Expand
)
Author
2018-09-07
More flexible Connection interface.
Joe Crayne
2018-09-07
Removed obsolete Connection.Tox.
Joe Crayne
2018-06-24
Fixed handshake behavior
Andrew Cady
2018-06-23
spelling
Andrew Cady
2018-06-22
Removed redundant imports and other clean up.
joe
2018-06-22
disable setToxPolicy and therefore persue[sic] contact threads
Andrew Cady
2018-06-20
More DPut stuff
jim@bo
2018-06-20
Parameterized Account to hold arbitrary information.
joe
2018-06-18
fix build
Andrew Cady
2018-06-18
Tox: Added timestamps to dhtkey and sockaddr information.
joe
2018-06-17
Connection.Tox: Deleted dead code.
joe
2018-06-16
Oops, start pursue-thread on new session state.
joe
2018-06-16
debug prints
joe
2018-06-16
Disable freshenContact thread.
joe
2018-06-16
tox: freshenContact WIP.
joe
2018-06-16
More toxManager stubs.
joe
2018-06-16
Fill in needed parameters to toxManager.
joe
2018-06-16
tox: Oops, fix endless blocking IO action in persueContact.
joe
2018-06-16
writeStatus::(Status ToxProgress -> STM ()) changed to statusVar:: TVar (Stat...
James Crayne
2018-06-16
tox: persueContact, fixed build errors.
joe
2018-06-16
more persueContact wip
joe
2018-06-16
persueContact wip
James Crayne
2018-06-16
remove accepting-task, and initialize toxMgr field
James Crayne
2018-06-16
Experimental Connection.Tox integration
James Crayne
2018-06-13
tox: More stubs related to connection manager.
joe
2018-06-13
tox: mechanism to register node-info callbacks.
joe
2018-06-13
Facility to report rumored (indirect evidence) ip addresses.
joe
2018-06-13
tox: Associate a state with each connection management thread.
joe
2018-06-13
tox: WIP connection manager for tox sessions.
joe
2018-06-12
Started Tox connection management helper threads.
joe
2018-05-30
This patch:
James Crayne
2018-06-01
More ToxProgress states.
joe
2018-06-01
Use one Tox Connection.Manager for all tox friend-sessions.
joe
2018-05-31
Oops, fixed syntax errors in Connection.Tox.
joe
2018-05-31
Document ToxProgress type.
joe
2018-05-29
Started Connection.Tox connection manager.
joe
2018-05-22
Configurable bind-addresses for xmpp.
joe
2017-11-21
update forkPingMachine call sites with thread label param
James Crayne
2017-11-20
Rename: Server -> Connection.Tcp
James Crayne