summaryrefslogtreecommitdiff
path: root/toxav/msi.c
AgeCommit message (Expand)Author
2020-03-18Make function defns match their decls regarding storage class.iphydf
2020-03-18Mark file-local function definitions as `static`.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
2018-10-08Improve Windows compatibility of toxav code.iphydf
2018-09-24Revert "Improve cmake build for MSVC."iphydf
2018-09-22Improve cmake build for MSVC.Mick Sayson
2018-09-08Always use the passed logger (from Messenger) in msi_kill.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-12Fix style in msi.c.iphydf
2018-08-12Fix enumerator names to comply with toxcore naming standards.iphydf
2018-07-21Remove redundant casts to the same type.iphydf
2018-06-24Add Logger to various net_crypto functions.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2017-11-19Fix typoyangfl
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-11-20Fix NULL pointer dereference in log callsMaxim Biro
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.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-07Comment intentional switch fallthroughsJfreegman
2016-09-06Improve static and const correctness.iphydf
2016-09-02Do not use `else` after `return`.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-12-15Fixed use of it after free.irungentoo
2015-11-03Astyle.irungentoo
2015-10-23Fixed some memory related bugs.irungentoo
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-08-09Updated with upstreammannol
2015-07-20Fixed some strange build issues.irungentoo
2015-07-08send_message() is too global to be non-staticGrayHatter
2015-05-22Updated with mastermannol
2015-05-12Fix bugmannol
2015-04-30Added many test and fixed various warningsmannol
2015-04-29Donemannol
2015-04-22Finished refactoringmannol
2015-04-21Final touchupsmannol
2015-04-17Updated with upstreammannol
2015-04-08Video works nowmannol
2015-03-22Started testing transfermannol
2015-03-01Make toxav thread safemannol
2015-02-21New msi protocolmannol
2015-02-20Removed extra msi header and started testingmannol