summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2014-09-13Merge branch 'encrypted_data' of https://github.com/dubslow/toxcoreirungentoo
2014-09-13Increased maximum number of incomming TCP connections in TCP server.irungentoo
2014-09-12Some cleanups to last PR.irungentoo
2014-09-12Merge branch 'tox_connect' of https://github.com/saneki/toxcoreirungentoo
2014-09-12Removed tox_connect, initial connections are made on first tox_dosaneki
2014-09-11testing works, but doesn't pass...Dubslow
2014-09-11Add magic number, auto tests still requiredDubslow
2014-09-11Replace fprintf(stderr,...) by LOGGER_*() in net_cryptoTux3 / Mlkj / !Lev.uXFMLA
2014-09-10Merge branch 'compiletimeLTO' of https://github.com/tux3/toxcoreirungentoo
2014-09-10Remove unused function in DHT.cTux3 / Mlkj / !Lev.uXFMLA
2014-09-10Remove unused variable in handle_sendnodesTux3 / Mlkj / !Lev.uXFMLA
2014-09-09spelling correctionscgar
2014-09-09Fixed spacingsaneki
2014-09-09Added tox_connect function, no connecting done during tox_loadsaneki
2014-09-08Added tests for custom lossy and lossless packets.irungentoo
2014-09-07Updated docs.irungentoo
2014-09-06This fixes an issue where nodes could stay unannounced for certainirungentoo
2014-09-05Added custom packet functions to public tox api.irungentoo
2014-09-03Fixed typo.irungentoo
2014-09-03Fixed iOS possible SIGPIPE issue.irungentoo
2014-09-02Expose the tox_add_tcp_relay() function in the public api.irungentoo
2014-09-01Increased time between ping packets by 1 second.irungentoo
2014-08-31Tweaked some values in DHT to decrease the discovery time mainlyirungentoo
2014-08-30Merge branch 'myChan' of https://github.com/lobiCode/toxcoreirungentoo
2014-08-29Speeded up start of file transfers.irungentoo
2014-08-29Removed useless code.irungentoo
2014-08-29Lossless crypto packets can now be sent without the congestion control applyi...irungentoo
2014-08-29added checking for null pointer in new_Assoc functionslaniCode
2014-08-28Fixed gcc warnings.irungentoo
2014-08-27Removed send withid functions from api.irungentoo
2014-08-27Added function to check if packet sent with net_crypto was received.irungentoo
2014-08-26Merge branch 'lobiCode-myChan'irungentoo
2014-08-27fix the memory leak in new_TCP_server functionslaniCode
2014-08-23onion_isconnected is the best indicator of if tox is connected.irungentoo
2014-08-23Removed now deprecated function.irungentoo
2014-08-22Small code cleanup.irungentoo
2014-08-21Fixed some gcc warnings.irungentoo
2014-08-18Speeded up onion friend finding.irungentoo
2014-08-18Added function to check if we were only connected to LAN DHT peers.irungentoo
2014-08-16Removed useless line.irungentoo
2014-08-16Some thread safety related fixes to TCP connections in net_crypto.irungentoo
2014-08-16New congestion control algorithm.irungentoo
2014-08-15Set socket family to family of proxy when using proxy.irungentoo
2014-08-14Modified tox_bootstrap_from_address() function.irungentoo
2014-08-14Added disabling of UDP and basic SOCKS5 proxy support to public API.irungentoo
2014-08-14Function to save path nodes.irungentoo
2014-08-14When getting disconnected from good relay, try to reconnect.irungentoo
2014-08-14Save some path nodes to speed up joining network on pure TCP.irungentoo
2014-08-14tox_isconnected() now works on TCP only.irungentoo
2014-08-14UDP can now be disabled.irungentoo