summaryrefslogtreecommitdiff
path: root/other
AgeCommit message (Expand)Author
2018-09-19Fix typosyangfl
2018-09-14Standardise header guards.iphydf
2018-09-08Add tool to find directly recursive calls in toxcore.iphydf
2018-08-30Use our own logging facility to log toxcore's logsMaxim Biro
2018-08-30Feature bootstrap trace/debug log outputcotox
2018-08-26Format crypto_core.c.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-26Add some tests for `ping_array`.iphydf
2018-08-19Avoid redefining macros from different files.iphydf
2018-08-19Fix const cast in save-generator.iphydf
2018-08-19Add save file generator, save compatibility test, and generate a save fileendoffile78
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-16Reduce the number of times `unix_time_update` is called.iphydf
2018-08-12Fix a few warnings from clang.iphydf
2018-08-04Make a separate `struct Tox` containing the Messenger.iphydf
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-15Simplify Travis-CI FreeBSD buildMaxim Biro
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-09Move `load_state` and its helper functions to their own module.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-07-01Simplify Travis CI builds.iphydf
2018-06-25Only run astyle if the astyle binary exists.iphydf
2018-06-25Remove the format test.iphydf
2018-06-25Make bootstrap daemon use toxcore's versionMaxim Biro
2018-05-22Fix bootstrap loggercotox
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-10Fix FreeBSD build on TravisMaxim Biro
2018-03-17Fix coveralls reporting.iphydf
2018-03-16Remove the use of the 'hh' format specifier.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-23Link all tests to the android cpufeatures library if available.iphydf
2018-02-22Add an option that allows us to specify that we require toxav.iphydf
2018-02-21Fix OSX tests: find(1) doesn't work like on Linux.iphydf
2018-02-20Make the "persistent conference" callback changes new functions.iphydf
2018-02-19Remove apidsl from the build.iphydf
2018-02-18Run all tests in parallel on Travis.iphydf
2018-02-18Use Wine Devel instead of Wine StagingMaxim Biro
2018-02-11Improve gtest finding, support local checkout.iphydf
2018-02-09Remove libcheck from the dependencies.iphydf
2018-02-08Use the markdown GPLv3 license in the c-toxcore repo.iphydf
2018-02-08Fix LAN discovery on FreeBSD.iphydf
2018-02-08Remove csrc from the RTPHeader struct.iphydf
2018-02-06Improve stability of crypto_memcmp test.iphydf
2018-02-06Format .cpp files with format-source.iphydf
2018-02-05use official debian domainsudden6
2018-02-04Use more ubuntu packages; remove hstox for now.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf