Commit Graph

3467 Commits

Author SHA1 Message Date
irungentoo db88dc7b45 Allow savedata to be slightly smaller than the allocated buffer. 2015-07-17 22:51:14 -04:00
irungentoo 6ecf2941ac Pack connected TCP relay nodes. 2015-07-16 22:58:47 -04:00
irungentoo 17af629d1f Added function to help calculate size of packet nodes. 2015-07-15 23:31:35 -04:00
irungentoo f15cb89a95 DHT_size now returns correct size for packed nodes. 2015-07-14 22:52:48 -04:00
irungentoo 0444829dde Use size define instead of sizeof. 2015-07-14 22:19:04 -04:00
irungentoo 6f8aab0919 Merge branch 'instructions' of https://github.com/zetok/toxcore 2015-07-13 21:17:46 -04:00
irungentoo e7faa32844 Pack DHT nodes in save.
TODO: Make DHT_size return exact size of DHT save.
2015-07-12 21:16:54 -04:00
Zetok Zalbavar 7b9142d2bb INSTALL.md: some formatting improvements and fixes
Note that Fedora dependencies section still needs to be actually checked by
someone who runs Fedora and would know whether info is right or not.
2015-07-12 17:05:40 +01:00
irungentoo 6f5d1a3b8e Tell A/V that friend is offline when friend is deleted. 2015-07-11 23:10:04 -04:00
irungentoo 7225725bbf Merge branch 'patch-2' of https://github.com/linux-modder/toxcore 2015-07-10 23:19:52 -04:00
irungentoo 964233b0bf Merge branch 'fix_segfault' of https://github.com/JFreegman/toxcore 2015-07-09 22:20:50 -04:00
Corey Sheldon f0bdb94a3b Update INSTALL.md 2015-07-09 08:27:41 -04:00
Corey Sheldon c6630513cd Update info for Fedora
--Updated calls to package manager which is now  dnf by default 
--Mention of using  /etc/ld.so.conf directly which works and  in most distros *SHOULD NOT* cause  global override issues
2015-07-09 07:51:47 -04:00
irungentoo 970c2cccf3 Merge branch 'master' of https://github.com/JFreegman/toxcore 2015-07-08 21:15:22 -04:00
Jfreegman 0168d53a1d Fix segfault caused by cleanup functions in wrong order 2015-07-08 20:43:33 -04:00
irungentoo 749a9330c4 Link changes. 2015-07-07 22:57:11 -04:00
Jfreegman f3b65bc3dc Fix a couple API doc mistakes 2015-07-07 02:05:45 -04:00
irungentoo 1d4552c3c4 Test oob responding too. 2015-07-06 22:20:18 -04:00
irungentoo 06f4e8d6b6 Added a TCP test for oob packets. 2015-07-05 23:08:14 -04:00
irungentoo a5b71e4c86 Test fix. 2015-07-04 22:43:05 -04:00
irungentoo c259250abb Fixed Tox reporting itself as being connected with TCP when using UDP only on LAN. 2015-07-03 21:52:53 -04:00
irungentoo 750201c901 Added a couple of checks to test. 2015-07-02 21:59:52 -04:00
irungentoo 7a3ca5d4c5 Basic tcp connections test done. 2015-07-01 22:13:27 -04:00
irungentoo 02b156f17a Merge branch 'patch-1' of https://github.com/paragonie-scott/toxcore 2015-06-30 22:08:07 -04:00
irungentoo a377f55b3d Allow sending data after file is paused.
Dissallow sending non requested data.
2015-06-30 22:05:40 -04:00
Scott eff28e0b31 Install instructions: Use 1.0.3 tag for libsodium 2015-06-30 12:29:14 -04:00
irungentoo 97d6c4ba18 TCP connections test start. 2015-06-29 22:27:47 -04:00
irungentoo 219fabc0f5 Fixed last PR. 2015-06-28 22:51:27 -04:00
irungentoo 652eb54222 Merge branch 'master' of https://github.com/JFreegman/toxcore 2015-06-28 22:21:17 -04:00
irungentoo 6aaac706fa Fixed bug. 2015-06-28 22:15:29 -04:00
irungentoo 50e0802a62 Removed useless parameter from new_TCP_server() 2015-06-28 22:14:54 -04:00
Jfreegman 684ddd7667 Clarifications for the TCP API 2015-06-28 21:36:35 -04:00
irungentoo b8362a6726 Removed some comented out code. 2015-06-27 23:37:11 -04:00
irungentoo 0e982405d6 Some comment fixes. 2015-06-26 22:58:59 -04:00
irungentoo f2be0a3c5d Fixed warning. 2015-06-25 22:18:34 -04:00
irungentoo 361d6cc078 Fixed make dist. 2015-06-24 21:03:16 -04:00
irungentoo 1434b319f3 Added code to net_crypto to calculate rtt. 2015-06-23 22:05:39 -04:00
irungentoo f0433595f9 Fixed warning. 2015-06-22 22:34:19 -04:00
irungentoo a0e783213b Lower the chances of disconnect when transferring files. 2015-06-21 21:36:10 -04:00
irungentoo 12663475bc Merge branch 'typo' of https://github.com/zetok/ProjectTox-Core 2015-06-20 21:35:51 -04:00
irungentoo 022a3ec0d8 Merge branch 'doc' of https://github.com/zetok/ProjectTox-Core 2015-06-20 21:35:20 -04:00
Zetok Zalbavar 0536bf8fc4 Fix typo in readme: "enrironment" → "environment" 2015-06-20 18:54:37 +01:00
irungentoo 8383cc5ae3 Merge branch 'contributing' of https://github.com/zetok/ProjectTox-Core 2015-06-19 21:50:59 -04:00
Zetok Zalbavar 68dc14f80c Add real instruction on how to use APIDSL and astyle
also add to "tox{,.in}.h" note that "tox.h" shouldn't be edited directly,
pointing to "tox.in.h"
2015-06-20 01:22:46 +01:00
Zetok Zalbavar 4ffd5584f9 Improve documentation about tcp_port
Apparently it's not entirely clear that it's not needed in clients.

v2, as provided by @nurupo
2015-06-20 01:08:43 +01:00
irungentoo 64084ebf8a Readme changes. 2015-06-18 22:24:06 -04:00
irungentoo c13fb9a34d Fixed warning. 2015-06-17 23:11:10 -04:00
irungentoo 67df1ab7ce Made new_tcp_connections() not depend on dht. 2015-06-16 23:00:24 -04:00
irungentoo 48ef0f3241 Fixed warning. 2015-06-15 22:11:07 -04:00
irungentoo 4b9425fc6c Fixed travis. 2015-06-14 21:48:10 -04:00