index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxav
/
msi.c
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-14
Fix up comments a bit to start being more uniform.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2018-10-08
Improve Windows compatibility of toxav code.
iphydf
2018-09-24
Revert "Improve cmake build for MSVC."
iphydf
2018-09-22
Improve cmake build for MSVC.
Mick Sayson
2018-09-08
Always use the passed logger (from Messenger) in msi_kill.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-12
Fix style in msi.c.
iphydf
2018-08-12
Fix enumerator names to comply with toxcore naming standards.
iphydf
2018-07-21
Remove redundant casts to the same type.
iphydf
2018-06-24
Add Logger to various net_crypto functions.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2017-11-19
Fix typo
yangfl
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-11-20
Fix NULL pointer dereference in log calls
Maxim Biro
2016-09-30
Remove return after no-return situation (and other cleanups).
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-24
Minor cleanups: unused vars, unreachable code, static globals.
iphydf
2016-09-19
Revert "Make ToxAV stateless"
iphydf
2016-09-17
Make ToxAV stateless
Gregory Mullen (grayhatter)
2016-09-13
Add some astyle options to make it do more.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-07
Comment intentional switch fallthroughs
Jfreegman
2016-09-06
Improve static and const correctness.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2015-12-15
Fixed use of it after free.
irungentoo
2015-11-03
Astyle.
irungentoo
2015-10-23
Fixed some memory related bugs.
irungentoo
2015-10-10
New Adaptive BR algorithm, cleanups and fixes
Eniz Vukovic
2015-08-09
Updated with upstream
mannol
2015-07-20
Fixed some strange build issues.
irungentoo
2015-07-08
send_message() is too global to be non-static
GrayHatter
2015-05-22
Updated with master
mannol
2015-05-12
Fix bug
mannol
2015-04-30
Added many test and fixed various warnings
mannol
2015-04-29
Done
mannol
2015-04-22
Finished refactoring
mannol
2015-04-21
Final touchups
mannol
2015-04-17
Updated with upstream
mannol
2015-04-08
Video works now
mannol
2015-03-22
Started testing transfer
mannol
2015-03-01
Make toxav thread safe
mannol
2015-02-21
New msi protocol
mannol
2015-02-20
Removed extra msi header and started testing
mannol
[next]