summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-16Test tox-bootstrapd Docker container on TravisMaxim Biro
2017-12-16Update tox-bootstrapd DockerfileMaxim Biro
2017-12-13Make Windows builds use an old Trusty image on TravisMaxim Biro
Travis has upadted their VM image and by default the latest is being used. This has caused our Windows builds to fail due to them exceeding Travis's log limit of 4mb. It appears to be due to the new Docker version the new Trusty image has, it somehow changed network behaviour in a way that makes toxcore network module output a lot more of log messages than it used to.
2017-12-12Separate FreeBSD Travis build in 2 stagesMaxim Biro
2017-12-12Fix Travis fail on addr_resolve testingDiadlo
2017-12-12Lift libconfig to v1.7.1Robin Lindén
2017-12-09Add aspcud for OpamRobin Lindén
2017-11-20forget DHT pubkey of offline friend after DHT timeoutzugz
2017-11-20Fix bootstrap portDiadlo
Test uses the first node as bootstrap, but the port is hardcoded.
2017-11-20Remove upper bound of save sizeDiadlo
2017-11-20Fix assert for the first port valueDiadlo
Port of the first tox instance will be 33445 only if this port was not in use during testing
2017-11-19Fix typoyangfl
2017-11-15Add workaround for conference testDiadlo
2017-11-15Don't use IPv6 in test if it's unsupportedDiadlo
2017-11-15Add support of IPv6 disablingDiadlo
2017-11-15Fix IPv4 and IPv6 loopbacksDiadlo
2017-10-28set onion pingid timeout to announce timeout (300s)zugz
2017-10-27Adjust docs of few toxencrypt function to the codeDiadlo
Add correct information about behaviour if input pointer is NULL Fix #590
2017-10-25Fix OS X Travis.Robin Lindén
2017-10-04Add log info message, when someone found client with LAN discoveryDiadlo
2017-10-04Improve LAN discoveryDiadlo
Issue: If another tox instance started on the not default port, LAN discovery will be failed. Now tox will iterate though all possible ports to find another tox instances.
2017-09-20Fix typos in docsdartraiden
2017-09-17reset hole-punching parameters after not punching for a whilezugz
2017-09-14Replace include(CTest) on enable_testing()Diadlo
CTest include generate a lot of unused targets
2017-08-30Configure needs to find libsodium headers.James
Add soft-links for them, in the places that it expects.
2017-08-27Remove 'in_addr' and 'addrinfo' mention from network.hDiadlo
2017-08-24Add loopback and broadcast constantsDiadlo
2017-08-24Remove useless 'to_net_family' and 'to_host_family'Diadlo
2017-08-24Add platform independent constantsDiadlo
2017-08-24AF_INET -> TOX_AF_INETDiadlo
2017-08-22Run tests only once on FreeBSD due to Travis timeoutMaxim Biro
2017-08-22Fix compiler warning due to missing voidMaxim Biro
2017-08-22Fix FreeBSD failing on Travis after updateMaxim Biro
2017-08-22Update FreeBSD version on Travis to 11.1Maxim Biro
2017-08-22Define INADDR_LOOPBACK on systems not defining itMaxim Biro
2017-08-22Disable MSG_NOSIGNAL on systems not supporting itMaxim Biro
2017-08-22Disable compiler thread safety analysisMaxim Biro
2017-08-22Update FreeBSD image on new tagMaxim Biro
Instead of updating it in every Travis build.
2017-08-22Allow FreeBSD tests to failMaxim Biro
2017-08-22Test toxcore on FreeBSD on TravisMaxim Biro
2017-08-06Release v0.1.10Robin Lindén
2017-08-05Save bandwidth by moderating onion pinging.zugz
2017-06-09Fix Windows buildMaxim Biro
2017-06-06Release v0.1.9Robin Lindén
2017-06-06Remove unused variableMaxim Biro
2017-06-06Fix non-portable zeroing out of doublesMaxim Biro
2017-06-05Fix theoretical memory leaksMaxim Biro
2017-06-05Fold hstox tests into the general linux test.iphydf
We can run the spectest from within cmake, so we should exercise that.
2017-06-05Build tests on appveyor, the MSVC build.iphydf
Tests are not actually ran on appveyor for now, since they all fault for some reason. For now, we just build them. Also, some tests are disabled on msvc entirely, because they don't even compile. We'll need to look into those, later. They are disabled using `MSVC_DONT_BUILD`.
2017-06-05Add test for changing the conference title and not receiving a callback.pranomostro