summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2014-01-25That newline looks cleanerSean
2014-01-25Moved Unix support Sean
2014-01-25Moved to networking.hSean
2014-01-25Not my finest momentSean
2014-01-25Improved support for Plan 9, older SunOS, and AIX.Sean
2014-01-25Fixed possible anonimity leak with the onion routing.irungentoo
2014-01-24Set last_noreplay to zero when friend goes offline.irungentoo
2014-01-21Decreased interval between sending announce packets.irungentoo
2014-01-21Fixed BSD IP stack issueSean
2014-01-21random_nodes_path should return slightly better paths.irungentoo
2014-01-21Fixed bug.irungentoo
2014-01-21Adjusted some timeouts.irungentoo
2014-01-21Fixed some portability issues.irungentoo
2014-01-20Adjusted some timeouts and fixed possible memory leak.irungentoo
2014-01-20Enabled onion in bootstrap_serverdaemon.irungentoo
2014-01-20Merge branch 'onion'irungentoo
2014-01-20Fakeid packets are now also sent via the DHT.irungentoo
2014-01-20Update network.cbenwaffle
2014-01-19proper windows preprocessor detectionBen Iofel
2014-01-19Some small improvements added.irungentoo
2014-01-19Commented out now useless code.irungentoo
2014-01-19Small protocol change for more replay attack prevention.irungentoo
2014-01-19Added no_replay and added some things to the docs.irungentoo
2014-01-18Some optimizations and fixes.irungentoo
2014-01-18Fixed segfault.irungentoo
2014-01-17Small performance increases.irungentoo
2014-01-17Incorporated onion into Tox.irungentoo
2014-01-16Wrote random_path function.irungentoo
2014-01-15onion_client almost done.irungentoo
2014-01-14Some packet handling code added to onion_client.irungentoo
2014-01-14Onion data packets can now be handled in onion_client.irungentoo
2014-01-13Added functions to add/remove friends in onion_client.irungentoo
2014-01-12Some work done in onion_client.irungentoo
2014-01-11Some work done on onion_clientirungentoo
2014-01-10Some work on onion_client done.irungentoo
2014-01-10Removed useless line.irungentoo
2014-01-09Some work done on the client part.irungentoo
2014-01-09Putting the sendback outside the encrypted part of the response.irungentoo
2014-01-08Fixed problem in onion_announce.cirungentoo
2014-01-07Added shell of onion_client.cirungentoo
2014-01-06onion_announce seems to be working perfectly.irungentoo
2014-01-05Tests added and some fixes for the onion part.irungentoo
2014-01-04Some work on the onion part done.irungentoo
2014-01-03A bit of work done on the onion part.irungentoo
2014-01-02Some work done on the onion announce part.irungentoo
2014-01-01Some small cleanups.irungentoo
2013-12-31Added onion.c to build system and added a test.irungentoo
2013-12-31Fixed small issues in onion.cirungentoo
2013-12-30Added a function to create and send a onion packet.irungentoo
2013-12-29onion.c now handles another packet type.irungentoo