summaryrefslogtreecommitdiff
path: root/toxcore/network.h
AgeCommit message (Expand)Author
2016-09-06Improve C standard compliance.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-02-27Remove magic numbers from addr_resolveRoman Yepishev
2015-04-13Make tox_new return TOX_ERR_NEW_PORT_ALLOC for all socket related errors.irungentoo
2015-04-11Enable SO_REUSEADDR on TCP server socket.irungentoo
2015-03-12tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.irungentoo
2015-02-27Allow for specifying the port range to use in Tox_Optionssaneki
2015-01-01Code cleanups.irungentoo
2014-12-31Code cleanup.irungentoo
2014-12-31Removed now useless packet id.irungentoo
2014-12-13Added HTTP proxy supportMaxim Biro
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-10-12Fixed return value comment of new_networking functionMaxim Biro
2014-09-25More groupchats code written.irungentoo
2014-09-25Removed now useless atributes from structs.irungentoo
2014-09-25Removed groupchats from core.irungentoo
2014-09-17Reduce max udp packet size to 2K.irungentoo
2014-08-14Remove useless code.irungentoo
2014-07-21Don't set connection to established if packet is kill packet.irungentoo
2014-07-20Added addr_parse_ip() to network.h header.irungentoo
2014-06-13Const correctness for various packet callbacksMarc Schütz
2014-06-10Astyle and fixes.irungentoo
2014-06-10Const correctness in toxcore/network.cMarc Schütz
2014-06-07Toxcore closer to building correctly with gcc -std=c99.irungentoo
2014-06-07IN6_ARE_ADDR_EQUAL was used only once, replaced it.irungentoo
2014-06-01Fixed TOX_MAX_MESSAGE_LENGTH define.irungentoo
2014-05-21Added functions to send and receive lossy encrypted packets overirungentoo
2014-05-19function comments in headernotsecure
2014-05-19mistakesnotsecure
2014-05-19IP_Port packing unpacking in onion.cnotsecure
2014-05-18Fixed IP_Port packed struct being 1 byte too big on windows.irungentoo
2014-05-17Net_crypto can now handle packets sent as TCP OOB packets.irungentoo
2014-05-03All time in core is now monotonic.irungentoo
2014-05-01Random number functions belong in crypto_core.irungentoo
2014-05-01Improved the crypto_cmp function.irungentoo
2014-04-29Some more work done on the middle network protocol.irungentoo
2014-04-28Added some packet defines.irungentoo
2014-04-22Decided pretty much how the handshake would work.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-04-15Major protocol changes, this commit breaks all network compatibility.irungentoo
2014-04-13sockets: support Mac OS X way of disabling SIGPIPE on a socketSteven Noonan
2014-04-06Added TCP_client.irungentoo
2014-04-02Some code cleanups.irungentoo
2014-03-29TCP server now has onion functionality.irungentoo
2014-03-18Merge branch 'api-fix'irungentoo
2014-03-15A bit of work done on the TCP relay server.irungentoo
2014-03-07Some tox_wait_* improvementsMaxim Biro
2014-02-22Renamed dht server to dht nodeMaxim Biro