summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-25docs: correct instructions for cloning & harden agains repo name changesZetok Zalbavar
2016-10-17Update readme, moved the roadmap to a higher positionGregory Mullen (grayhatter)
2016-10-11Remove duplicate tests: split tests part 2.iphydf
2016-10-11Install libraries with RPATH.iphydf
2016-10-06Duplicate tox_test to 4 other files.iphydf
2016-10-06Set log level for DEBUG=ON to LOG_DEBUG.iphydf
2016-10-06Use `socklen_t` instead of `unsigned int` in call to `accept`.iphydf
2016-10-05Add option to build tox-bootstrapdMaxim Biro
2016-10-04Align things nicerMaxim Biro
2016-10-04Use TEST_TIMEOUT_SECONDS cmake flag on TravisMaxim Biro
2016-10-04Add option to set test timeoutMaxim Biro
2016-10-02Rebuild apidsl'd headers in cmake.iphydf
2016-10-02Remove the _test suffix in auto_test calls.iphydf
2016-10-01Minor documentation fixes.iphydf
2016-10-01Import the hstox SUT interface from hstox.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-30Add the 'Tox' context object to the logger.iphydf
2016-09-30docs(INSTALL): update compiling instructions for LinuxZetok Zalbavar
2016-09-29Merge branch 'master' of https://github.com/irungentoo/toxcoreiphydf
2016-09-28Add version-sync script to update all places with versions.iphydf
2016-09-28Merge branch 'ghost-avswitch'irungentoo
2016-09-28Added astyled toxav.h to match toxav.in.hderive
2016-09-28Updated to match current toxav.hnobody
2016-09-28v0.0.0 => v0.0.1Gregory Mullen (grayhatter)
2016-09-28Merge branch 'distcheck' of https://github.com/felix-salfelder/toxcoreirungentoo
2016-09-27Remove redundant callback objects.iphydf
2016-09-26C++ the second round.iphydf
2016-09-25Work around bug in opencv3 headers.iphydf
2016-09-24Move ring buffer out of toxcore/util into toxav.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-23Replace `void*` with `RingBuffer*` to avoid conversions.iphydf
2016-09-22Make TCP_Connections module-private.iphydf
2016-09-22Allow the OSX build to fail on travis.iphydf
2016-09-22Make TCP_Server opaque.iphydf
2016-09-21Merge branch 'arza-zara-umask'irungentoo
2016-09-21Fix strict-ld grep expressions to include digits.iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-20Add OSX and Windows build to travis config.iphydf
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-19Add STRICT_ABI cmake flag to generate export lists.iphydf
2016-09-19Changed the umask to 077 so that the keys file is not readable/writable by ot...arza
2016-09-19Included sys/stat.h.arza
2016-09-18Added UB comment r/t deleting a friend w/ active callGregory Mullen (grayhatter)
2016-09-18Make internal chat list function take uint32_t* as well.iphydf
2016-09-18Only build toxav if opus and vpx are found.iphydf
2016-09-17Complete old groupchat conversion to new APIJfreegman
2016-09-17ApiDSL'ing old group chats (now: conference).iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-17Fix for windows dynamic libraries.iphydf