Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-14 | Fix up comments a bit to start being more uniform. | iphydf | |
Tokstyle (check-cimple) will start enforcing comment formats at some point. It will not support arbitrary stuff in comments, and will parse them. The result can then be semantically analysed. | |||
2020-03-14 | Use spdx license identifier instead of GPL blurb. | iphydf | |
2018-09-14 | Standardise header guards. | iphydf | |
Using the full path including the repo name. | |||
2018-08-26 | Update copyright to 2018. | iphydf | |
2018-08-12 | Fix style in msi.c. | iphydf | |
* Don't use anonymous enums (`typedef enum { ... } Name;`). * Don't use macros to generate structs (too magical, hard to grep). * Assign output parameter once, and don't access it a lot in the function body. * Don't pass type names as parameters to macros (this is C, we don't have templates, sorry). * All function-like macros must be do-while(0). * `++i` instead of `i++`. * No assignment-expressions. * No void-casts. | |||
2018-08-12 | Fix enumerator names to comply with toxcore naming standards. | iphydf | |
2018-06-24 | Add Logger to various net_crypto functions. | iphydf | |
In preparation for adding log statements. Also, fix an uninitialised variable warning in cppcheck. | |||
2017-01-19 | Update license headers and remove redundant file name comment. | iphydf | |
"All rights reserved" was incorrect. The project was licensed under GPL3, which means a lot of rights are licensed to everybody in the world, i.e. not reserved to the "Tox Project". | |||
2016-11-20 | Fix NULL pointer dereference in log calls | Maxim Biro | |
2016-09-19 | Revert "Make ToxAV stateless" | iphydf | |
This reverts commit 21f8db12c45bd56293262cd4abfb73cd9abec821. It is currently broken. Incoming call callbacks are not invoked, and instead the client goes offline immediately. | |||
2016-09-17 | Make ToxAV stateless | Gregory Mullen (grayhatter) | |
2016-09-13 | Add some astyle options to make it do more. | iphydf | |
It now enforces a bit more formatting. In particular, padding inside parentheses is removed. I would like it to remove padding after unary operators, but there seems to be no option for that. | |||
2016-09-13 | Group #include directives in 3-4 groups. | iphydf | |
1. Current module (if C file). 2. Headers from current library. 3. Headers from other library (e.g. toxcore includes in toxav). 4. System headers. | |||
2016-09-01 | Sort #includes in all source files. | iphydf | |
2015-10-10 | New Adaptive BR algorithm, cleanups and fixes | Eniz Vukovic | |
2015-05-22 | Updated with master | mannol | |
2015-04-29 | Done | mannol | |
2015-04-21 | Final touchups | mannol | |
2015-04-13 | Started custom RTCP | mannol | |
2015-03-01 | Make toxav thread safe | mannol | |
2015-02-24 | Implement pausing | mannol | |
2015-02-21 | New msi protocol | mannol | |
2015-02-20 | Removed extra msi header and started testing | mannol | |
2015-02-18 | Msi should be done; toxav.c need a cleanup and adjustments | mannol | |
2015-02-17 | Added 2 new headers into msi for buffer control | mannol | |
2015-02-16 | Fixed header protectors and cleaning up the msi | mannol | |
2015-02-15 | Started adjusting msi backend to new api | mannol | |
2015-01-24 | Current progress | mannol | |
2015-01-17 | Progress | mannol | |
2014-11-29 | Merge branch 'mutex-1' of https://github.com/mannol/toxcore | irungentoo | |
2014-11-29 | More av cleanup | mannol | |
2014-11-24 | Merge branch 'master' of https://github.com/mannol/toxcore | irungentoo | |
2014-11-18 | av refactor | mannol | |
2014-07-26 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-26 | Make codec settings dynamic | mannol | |
2014-07-22 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-07-21 | Improved protocol and cleaned code a bit | mannol | |
2014-07-05 | This might be causing problems | mannol | |
2014-07-05 | Make rtp & codec actions thread-safe | mannol | |
2014-07-03 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-03 | Removed redundant code and fixed toxav codec actions being called when call ↵ | mannol | |
inactive | |||
2014-06-28 | Removed redundant encryption and asserts | mannol | |
2014-06-26 | Fixed segfault that happened because calls could be hanged up more | irungentoo | |
than once. | |||
2014-06-18 | Removed IRC references | Maxim Biro | |
2014-05-25 | Merge branch 'mannol1-Multicalls' into multi-av | irungentoo | |
2014-05-24 | Tests works and some fixes | mannol | |
2014-05-22 | Merge remote-tracking branch 'upstream/master' into Multicalls-patch | mannol | |
2014-05-21 | Added functions to send and receive lossy encrypted packets over | irungentoo | |
the Tox connection. A/V should now work over TCP. | |||
2014-05-20 | Merge upstream fo real now? | mannol | |
2014-05-20 | Merge upstream and other stuff | mannol | |