index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxav
Age
Commit message (
Expand
)
Author
2020-03-18
Make function defns match their decls regarding storage class.
iphydf
2020-03-18
Mark file-local function definitions as `static`.
iphydf
2020-03-15
clean groups code
zugz (tox)
2020-03-14
Avoid casting back and forth between void-ptr.
iphydf
2020-03-14
Standardise on having a comma at the end of enums.
iphydf
2020-03-14
Fix up comments a bit to start being more uniform.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2020-03-12
Use rules_cc instead of native cc_library rules.
iphydf
2020-03-06
Use `net_pack` instead of casting bytes to ints.
iphydf
2020-03-02
Add "cimple_test" to the bazel build.
iphydf
2020-03-02
Upgrade bazel to 2.1.1.
iphydf
2020-01-02
fix ToxAV threading documentation
sudden6
2019-11-21
fix log message creating data race
sudden6
2019-11-21
fix missing mutex
sudden6
2019-11-21
fix ToxAV mutex released to early
sudden6
2019-02-10
put toxav.h stuff in toxav.api.h
zugz (tox)
2019-02-10
explain enabling in API comment
zugz (tox)
2019-02-10
add API function to test whether av is enabled
zugz (tox)
2019-02-10
Expose api functions for enabling and disabling AV in AV groups
zugz (tox)
2019-01-05
Expose offline conference peers in API
zugz (tox)
2018-10-08
Improve Windows compatibility of toxav code.
iphydf
2018-09-24
Revert "Improve cmake build for MSVC."
iphydf
2018-09-24
Add Cirrus CI configuration.
iphydf
2018-09-22
Improve cmake build for MSVC.
Mick Sayson
2018-09-21
Fix using uninitialized mutex on call end.
Mick Sayson
2018-09-19
Fix typos
yangfl
2018-09-14
Standardise header guards.
iphydf
2018-09-14
Use C++ style casts in C++ code.
iphydf
2018-09-08
Always use the passed logger (from Messenger) in msi_kill.
iphydf
2018-09-03
Avoid use of global mutable state in mono_time on win32.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-25
Change while-loop to for-loop to express for-each-frame.
iphydf
2018-08-19
Avoid redefining macros from different files.
iphydf
2018-08-19
make Mono_Time an argument to current_time_monotonic
zugz (tox)
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-08-16
Limit the size of a save file in file_saving_test.
iphydf
2018-08-14
Fix style in toxav.c.
iphydf
2018-08-13
Fix ToxAv's use of `struct Tox`.
iphydf
2018-08-13
Fix style in video.c.
iphydf
2018-08-13
Fix memory leak in error path in group A/V.
iphydf
2018-08-13
Fix groupav.c style and avoid casts in toxav_old.c.
iphydf
2018-08-12
Fix coding style in rtp module.
iphydf
2018-08-12
Fix style in msi.c.
iphydf
2018-08-12
Make `conferences_object` properly typed.
iphydf
2018-08-12
Fix enumerator names to comply with toxcore naming standards.
iphydf
2018-08-12
Avoid forward declaration of rtp structs.
iphydf
2018-08-12
Fix style in bwcontroller module.
iphydf
2018-08-12
Remove all uses of the PAIR macro in toxav.
iphydf
2018-08-12
Remove last use of the `MIN` macro.
iphydf
2018-08-04
Make a separate `struct Tox` containing the Messenger.
iphydf
[next]