summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-25Make bootstrap daemon use toxcore's versionMaxim Biro
2018-06-24Use clang-format for C++ code.iphydf
2018-06-24Add new Circle CI configuration.iphydf
2018-06-24Add Logger to various net_crypto functions.iphydf
2018-06-24Add a test for double conference invite.iphydf
2018-06-23Disable UDP when proxy is enabled.iphydf
2018-06-23Avoid conditional-uninitialised warning for tcp test.iphydf
2018-06-23Add assertions to bootstrap tests for correct connection type.iphydf
2018-06-23Make NULL options behave the same as default options.iphydf
2018-06-23Add random testing program.iphydf
2018-06-23Add tests for what happens when passing an invalid proxy host.iphydf
2018-06-22Clarify/Improve test_some testhugbubby
2018-06-22Make the net_crypto connection state an enum.iphydf
2018-06-20Merge remote-tracking branch 'irungentoo/master' into merge-iruiphydf
2018-06-20Better TCP testing (beginnings)hugbubby
2018-06-19Add test for creating multiple conferences in one tox.iphydf
2018-06-18Remove resource_leak_test.iphydf
2018-06-18Fix linking with address sanitizer.iphydf
2018-06-17Make dht_test more stable.iphydf
2018-06-17Minor cleanup: return early on error condition.iphydf
2018-06-16Only check full rtp offset if RTP_LARGE_FRAME is setRobin Lindén
2018-06-14Add minitox to under "Other resources" section in the READMElazyrobot
2018-06-09Sort bazel build file according to buildifier standard.iphydf
2018-06-08In DEBUG mode, make toxcore crash on signed integer overflow.iphydf
2018-06-04Log only the filename, not the full path in LOGGER.iphydf
2018-06-03Fix macOS macro because of GNU Machyangfl
2018-05-29Fix enumeration of Crypto_Connection instancesPavel Karelin
2018-05-23Fix ipport_isset: port 0 is not a valid port.iphydf
2018-05-23Fix the often call of event tox_friend_connection_statusPavel Karelin
2018-05-22Fix bootstrap loggercotox
2018-05-20Finish @Diadlo's network Family abstraction.iphydf
2018-05-20Add empty logger to DHT bootstrap daemons.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-05-10fix DHT_bootstrap key loadingAnthony Bilinski
2018-05-10Make toxcore compile on BSDendoffile78
2018-05-10Fix FreeBSD build on TravisMaxim Biro
2018-04-20Restrict packet kinds that can be sent through onion path.irungentoo
2018-04-17Improve network error reporting on WindowsMaxim Biro
2018-04-18Release v0.2.2Robin Lindén
2018-04-18fix broken and unmaintained autotools buildMaxim Biro
2018-04-15Restrict packet kinds that can be sent through onion path.Evgeny Kurnevsky
2018-04-06CMake warn if libconfig not foundBraiden Vasco
2018-04-06remove broken and unmaintained scriptssudden6
2018-04-03Avoid the use of rand() in tests.iphydf
2018-04-03add comment to func cryptpacket_receivedhqwrong
2018-03-22fix build error on macoshqwrong
2018-03-17Disallow stderr logger by default.iphydf
2018-03-17Add logging to the onion_test.iphydf
2018-03-17Add COVERAGE cmake flag for clang.iphydf
2018-03-17Fix coveralls reporting.iphydf