summaryrefslogtreecommitdiff
path: root/toxcore/logger.c
AgeCommit message (Collapse)Author
2016-09-30Add the 'Tox' context object to the logger.iphydf
We don't currently support callbacks without context object.
2016-09-24Make toxcore code C++ compatible.iphydf
It is still C code, so still compatible with C compilers as well. This change lets us see more clearly where implicit conversions occur by making them explicit.
2016-08-31Add braces to all if statements.iphydf
2016-08-27Move logging to a callback.iphydf
This removes the global logger (which by the way was deleted when the first tox was killed, so other toxes would then stop logging). Various bits of the code now carry a logger or pass it around. It's a bit less transparent now, but now there is no need to have a global logger, and clients can decide what to log and where.
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-04-09Make it possible to decode mono audio with stereo decodermannol
2015-01-18Add 2015 to copyright noticeMovingtoMars
2015-01-18Fix logging on WindowsMovingtoMars
2015-01-17Fixed logger build issue.irungentoo
2015-01-17fix_logger-v.0.2mannol
2015-01-12Fixed Windows buildMaxim Biro
Apparently ERROR was defined as some constant somewhere on Windows.
2015-01-10Fixed use after free.irungentoo
2015-01-10Merge branch 'mannol-master'irungentoo
2015-01-10Logger fixmannol
2014-12-19Merge branch 'logger_init_fix' of https://github.com/jdp5087/toxcoreirungentoo
2014-12-18Removed calloc from logger_init, because the pid was no longer being appended.Jon Poler
2014-11-24Merge branch 'master' of https://github.com/mannol/toxcoreirungentoo
2014-11-18av refactormannol
2014-06-18Comment out extra argument to sprintfTux3 / Mlkj / !Lev.uXFMLA
2014-05-25Merge branch 'mannol1-Multicalls' into multi-avirungentoo
2014-05-24Tests works and some fixesmannol
2014-05-16This works.mannol
2014-04-27Yeah many callsmannol