summaryrefslogtreecommitdiff
path: root/toxcore/network.h
AgeCommit message (Expand)Author
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
2013-12-07Added/updated some basic docs and cleaned up some things.irungentoo
2013-12-06Merge branch 'master' into hardenirungentoo
2013-11-18Merge pull request #650 from FullName/ID-IP-basicirungentoo
2013-11-16Fixed build error on windows.irungentoo
2013-11-14Significantly trimmed down version of an ID<=>IP cache.Coren[m]
2013-10-28Merge branch 'master' into hardenirungentoo
2013-10-26Increased port range.irungentoo
2013-10-24Fixed build error with libsodium.irungentoo
2013-10-24Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*Coren[m]
2013-10-24Adding encrypted data to send/getnode packets part 1.irungentoo
2013-10-24Removed define that could become confusing.irungentoo
2013-10-20Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al...Coren[m]
2013-10-13Small fix.irungentoo
2013-10-13tox A/V: integration of A/V code into toxmannol
2013-10-06sendqueue_length no longer determines if we check for socket-can-write, but s...Coren[m]
2013-10-05Broken *_wait() into *_wait_prepare() and *_wait_execute()Coren[m]
2013-10-03Only add write-ready to select() if we have packets queuedCoren[m]
2013-10-02Add tox_wait() for socket, allow tox.h include in tox.cCoren[m]
2013-09-22Fix inet_pton/ntop on win32BtbN
2013-09-21Fix compilation on windows for ipv6 codeBtbN
2013-09-15more portability fixes.irungentoo
2013-09-15Fixed portablity problems.irungentoo