summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-17Release v0.1.1iphydf
2016-12-16Add test for obtaining savedata, writing it to a file, reading it again and c...pranomostro
2016-12-16Strengthen the note about ABI compatibility in tox.h.iphydf
2016-12-15Drop an unworking MacroGregory Mullen (grayhatter)
2016-12-14Add option to disable local peer discoveryMaxim Biro
2016-12-14Fix unresolved reference in toxencryptsave API.iphydf
2016-12-14Fixed attempt to join detached threadspchk
2016-12-14Release 0.1.0.iphydf
2016-12-14Fix Libs line in toxcore.pc pkg-config file.iphydf
2016-12-13Add compatibility pkg-config modules: libtoxcore, libtoxav.iphydf
2016-12-13Add apidsl file for toxencryptsave.iphydf
2016-12-13Fix version compatibility test.sudden6
2016-12-13Fix `--enable-logging` flag in autotools configure script.iphydf
2016-12-13Fix padding in SAVED_FRIEND struct and add test.Robin Lindén
2016-12-12Conditionally enable non-portable assert on LP64.iphydf
2016-12-12Merge remote-tracking branch 'upstream/master'GDR!
2016-12-12Move -ltoxcore to be the first linked libraryGDR!
2016-12-10Fix off by one error in saving our own status message.iphydf
2016-12-10net_crypto give handle_data_packet_helper a better nameGregory Mullen (grayhatter)
2016-12-09Improve toxencryptsave documentationMaxim Biro
2016-12-05Don't build nTox by default.iphydf
2016-12-03rename messenger function, prepend m_Gregory Mullen (grayhatter)
2016-11-28Don't error on warnings by defaultMaxim Biro
2016-11-24Version Patch v0.0.4 => v0.0.5Gregory Mullen (grayhatter)
2016-11-24add NAT hole punching level to Tox APIGregory Mullen (grayhatter)
2016-11-23Add knob to suppress building the nTox clientIsmael Luceno
2016-11-23Add knob to suppress building the toxav testIsmael Luceno
2016-11-21Support float32 and float64 in msgpack type printer.iphydf
2016-11-20Fix a memory leak in GroupAVMaxim Biro
2016-11-20Fix NULL pointer dereference in log callsMaxim Biro
2016-11-20Fix a memory leak in hstox interfaceMaxim Biro
2016-11-21Made saveformat platform-independent.Robin Lindén
2016-11-21Mark Tox_Options struct as deprecated.iphydf
2016-11-20Add NONE enumerator to bit mask.iphydf
2016-11-15Convert to and from network byte order in set/get nospam.iphydf
2016-11-14new_messenger(options ... ) must never be nullGregory Mullen (grayhatter)
2016-11-14v0.0.4iphydf
2016-11-12Support arbitrary video resolutions in av_testMikhael-Danilov
2016-11-12Use apidsl for the crypto_core API.iphydf
2016-11-11Disable -Wunused-but-set-variable compiler warning flag.iphydf
2016-11-11Add DHT_create_packetendoffile78
2016-11-11Add decode/encode PlainText test support.iphydf
2016-11-10Work around Travis issue that causes build failures.iphydf
2016-11-09Remove new_nonce function in favour of random_nonce.iphydf
2016-11-08Add spectest to the cmake test suite.iphydf
2016-11-08Disable some gcc-specific warnings.iphydf
2016-11-07Release v0.0.3.iphydf
2016-11-06Move log callback to options.iphydf
2016-11-06Rename log levels to remove the extra "LOG" prefix.iphydf
2016-11-06Change packet kind enum to use hex constants.iphydf