summaryrefslogtreecommitdiff
path: root/toxcore/network.h
AgeCommit message (Expand)Author
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
2014-02-14Added custom userpackets.irungentoo
2014-02-01Added DHT bootstrap server info packets.irungentoo
2014-01-30Convert IPv4 in IPv6 to IPv6 address in recieve packet.irungentoo
2014-01-25missing #endifSean
2014-01-25Moved to networking.hSean
2014-01-19proper windows preprocessor detectionBen Iofel
2013-12-24Added the shell of onion.{c, h}irungentoo
2013-12-21Added function to save an encrypted version of the messenger.irungentoo
2013-12-15Code cleanups.irungentoo
2013-12-08Compatibility fixes.irungentoo