summaryrefslogtreecommitdiff
path: root/toxav
AgeCommit message (Expand)Author
2020-05-17Format comments according to tokstyle's requirements.iphydf
2020-05-03Fix a bug in savedata loading when malloc fails.iphydf
2020-05-03Enable cimple tests by default but allow disabling them.iphydf
2020-05-02Fix errors on error paths found by oomer.iphydf
2020-04-16Remove tokstyle exemptions from build files.iphydf
2020-04-09Use public API for sending in RTP.zoff99
2020-04-08Use public API for sending in BWC.zoff99
2020-04-07Remove newlines from the end of LOGGER format strings.iphydf
2020-04-07Change ToxAVCall struct mutex to a more distinct name.zoff99
2020-04-07Create own instance of MonoTime for ToxAV.zoff99
2020-04-05Stop using Messenger's mono_time in bandwidth controller.zoff99
2020-04-05Fix 2 memory leaks in ToxAV.zoff99
2020-03-18Make function defns match their decls regarding storage class.iphydf
2020-03-18Mark file-local function definitions as `static`.iphydf
2020-03-15clean groups codezugz (tox)
2020-03-14Avoid casting back and forth between void-ptr.iphydf
2020-03-14Standardise on having a comma at the end of enums.iphydf
2020-03-14Fix up comments a bit to start being more uniform.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2020-03-12Use rules_cc instead of native cc_library rules.iphydf
2020-03-06Use `net_pack` instead of casting bytes to ints.iphydf
2020-03-02Add "cimple_test" to the bazel build.iphydf
2020-03-02Upgrade bazel to 2.1.1.iphydf
2020-01-02fix ToxAV threading documentationsudden6
2019-11-21fix log message creating data racesudden6
2019-11-21fix missing mutexsudden6
2019-11-21fix ToxAV mutex released to earlysudden6
2019-02-10put toxav.h stuff in toxav.api.hzugz (tox)
2019-02-10explain enabling in API commentzugz (tox)
2019-02-10add API function to test whether av is enabledzugz (tox)
2019-02-10Expose api functions for enabling and disabling AV in AV groupszugz (tox)
2019-01-05Expose offline conference peers in APIzugz (tox)
2018-10-08Improve Windows compatibility of toxav code.iphydf
2018-09-24Revert "Improve cmake build for MSVC."iphydf
2018-09-24Add Cirrus CI configuration.iphydf
2018-09-22Improve cmake build for MSVC.Mick Sayson
2018-09-21Fix using uninitialized mutex on call end.Mick Sayson
2018-09-19Fix typosyangfl
2018-09-14Standardise header guards.iphydf
2018-09-14Use C++ style casts in C++ code.iphydf
2018-09-08Always use the passed logger (from Messenger) in msi_kill.iphydf
2018-09-03Avoid use of global mutable state in mono_time on win32.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-25Change while-loop to for-loop to express for-each-frame.iphydf
2018-08-19Avoid redefining macros from different files.iphydf
2018-08-19make Mono_Time an argument to current_time_monotoniczugz (tox)
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-16Limit the size of a save file in file_saving_test.iphydf
2018-08-14Fix style in toxav.c.iphydf
2018-08-13Fix ToxAv's use of `struct Tox`.iphydf