summaryrefslogtreecommitdiff
path: root/toxav/bwcontroller.c
AgeCommit message (Expand)Author
2020-04-08Use public API for sending in BWC.zoff99
2020-04-05Stop using Messenger's mono_time in bandwidth controller.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-14Use spdx license identifier instead of GPL blurb.iphydf
2020-03-06Use `net_pack` instead of casting bytes to ints.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-19make Mono_Time an argument to current_time_monotoniczugz (tox)
2018-08-12Fix style in bwcontroller module.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-04-17Improve network error reporting on WindowsMaxim Biro
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-11Improve video key frame sending.zoff99
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-19Use more descriptive names in bwcontroller.iphydf
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-26Add platform-independent Socket and IP implementationDiadlo
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-12-03rename messenger function, prepend m_Gregory Mullen (grayhatter)
2016-09-24Move ring buffer out of toxcore/util into toxav.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-09Minor cleanups: header reordering, adding {}.iphydf
2016-09-08Remove the packet mutation in toxav's bwcontroller.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-27Move logging to a callback.iphydf
2015-11-19Merge branch 'master' of https://github.com/helium-software/toxcoreirungentoo
2015-11-11fix BWController misspellingTibor Stolz