summaryrefslogtreecommitdiff
path: root/toxcore/TCP_client.c
AgeCommit message (Expand)Author
2014-08-28Fixed gcc warnings.irungentoo
2014-08-15Set socket family to family of proxy when using proxy.irungentoo
2014-08-14Added basic socks5 proxy support to TCP client.irungentoo
2014-08-03remove unneeded printf's/prevent stdout spamJfreegman
2014-07-16Fixed possible bug with TCP nonce not getting incremented.irungentoo
2014-07-16Merge branch 'split-video' of https://github.com/notsecure/toxcoreirungentoo
2014-07-16applied priority queue changes to the TCP client toonotsecure
2014-07-15Fixed TCP bug.irungentoo
2014-07-15Fixed bug with TCP.irungentoo
2014-07-11Fixed some small TCP issues.irungentoo
2014-07-10Made TCP a bit more solid.irungentoo
2014-07-09TCP should be a bit more solid.irungentoo
2014-07-02Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Coreirungentoo
2014-06-30Const-correctness for TCP_client.cMarc Schütz
2014-06-30Const-correctness for toxcore/net_crypto.cMarc Schütz
2014-06-30Const correctness for toxcore/Messenger.c and related filesMarc Schütz
2014-05-18Fixed possible connection issue.irungentoo
2014-05-18Fixed TCP client connection isse.irungentoo
2014-05-18TCP branch now ready for start of real testing.irungentoo
2014-05-17add_tcp_relay_peer() can be used to add relays that we know thatirungentoo
2014-05-16Fixed TCP_client connections not timing out correctly.irungentoo
2014-05-15Exposed and tested disconnect notification TCP packets.irungentoo
2014-05-14Added OOB packets to the TCP client and server.irungentoo
2014-05-13TCP_client callbacks now have a per connection number that can be set.irungentoo
2014-04-22Decided pretty much how the handshake would work.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-04-17Fixed build issues.irungentoo
2014-04-14Added function to TCP client and some tests.irungentoo
2014-04-13TCP_client pretty much done?irungentoo
2014-04-13sockets: support Mac OS X way of disabling SIGPIPE on a socketSteven Noonan
2014-04-12Pings and onion packets implemented in TCP_Client.cirungentoo
2014-04-11Some code written for the TCP part.irungentoo
2014-04-10Added TCP test to build system.irungentoo
2014-04-06Added TCP_client.irungentoo