summaryrefslogtreecommitdiff
path: root/toxav
AgeCommit message (Expand)Author
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
2018-08-13Fix style in video.c.iphydf
2018-08-13Fix memory leak in error path in group A/V.iphydf
2018-08-13Fix groupav.c style and avoid casts in toxav_old.c.iphydf
2018-08-12Fix coding style in rtp module.iphydf
2018-08-12Fix style in msi.c.iphydf
2018-08-12Make `conferences_object` properly typed.iphydf
2018-08-12Fix enumerator names to comply with toxcore naming standards.iphydf
2018-08-12Avoid forward declaration of rtp structs.iphydf
2018-08-12Fix style in bwcontroller module.iphydf
2018-08-12Remove all uses of the PAIR macro in toxav.iphydf
2018-08-12Remove last use of the `MIN` macro.iphydf
2018-08-04Make a separate `struct Tox` containing the Messenger.iphydf
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Remove redundant casts to the same type.iphydf
2018-07-21Add github usernames to TODOs.iphydf
2018-07-21Synchronise parameter names in headers with those in the implementation.iphydf
2018-07-21Reduce nesting by doing more early returns on error.iphydf
2018-07-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-08Avoid side-effectful assignments in conditionals.iphydf
2018-07-08Remove VLA usage from `send_audio_packet`.iphydf
2018-07-07Call the "peer leaves" callback only once on group delete.iphydf
2018-07-04Add some tests for our ring_buffer implementation.iphydf
2018-06-24Use clang-format for C++ code.iphydf
2018-06-24Add Logger to various net_crypto functions.iphydf
2018-06-16Only check full rtp offset if RTP_LARGE_FRAME is setRobin Lindén
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-03-09Don't set RTP_LARGE_FRAME on rtp audio packetsRobin Lindén
2018-03-09Don't throw away rtp packets from old ToxcoreRobin Lindén
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf