Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-11 | fix BWController misspelling | Tibor Stolz | |
2015-11-04 | Prevent debug message from spamming stdout | Jfreegman | |
2015-11-03 | Astyle. | irungentoo | |
2015-10-10 | New Adaptive BR algorithm, cleanups and fixes | Eniz Vukovic | |
2015-08-09 | Updated with upstream | mannol | |
2015-08-07 | Fixed memory leak during session cleanup and fixed naming. | mannol | |
2015-07-20 | Fixed some strange build issues. | irungentoo | |
2015-06-30 | Implement handling capability change on rtp level | mannol | |
2015-05-07 | Fixed inconsistencies | mannol | |
2015-04-30 | Added many test and fixed various warnings | mannol | |
2015-04-29 | Done | mannol | |
2015-04-28 | working av new api | mannol | |
2015-04-27 | Almooooooost | mannol | |
2015-04-26 | Almost done | mannol | |
2015-04-22 | Finished refactoring | mannol | |
2015-04-21 | Final touchups | mannol | |
2015-04-17 | Updated with upstream | mannol | |
2015-04-16 | The pretty basic adaptive bitrate is *working* | mannol | |
2015-04-13 | Started custom RTCP | mannol | |
2015-03-22 | Some progress | mannol | |
2015-02-26 | Added different error codes for custom packet functions in Messenger. | irungentoo | |
2015-02-26 | Changes to custom packet functions in Messenger. | irungentoo | |
Added function for rtp A/V packets, modified functions to behave correctly for the new api. | |||
2015-02-21 | New msi protocol | mannol | |
2015-02-17 | Added 2 new headers into msi for buffer control | mannol | |
2015-02-17 | Updated types in Messenger callbacks to fit with the ones in the new api. | irungentoo | |
Friend number changed from int32_t to uint32_t. Some lengths changed to size_t. | |||
2015-02-01 | Progress | mannol | |
2015-01-24 | Current progress | mannol | |
2014-12-09 | Merge branch 'more_consistent_custom_packet_handlers' of ↵ | irungentoo | |
https://github.com/wrouesnel/toxcore | |||
2014-12-09 | Change prototype for custom_packet_handler functions | Will Rouesnel | |
Change the custom_packet_handler callback function interface to be consistent with other callback interfaces. The new interface takes the Messenger object calling as the first parameter, and moves the user data object to be the last parameter. This makes it comparable to the callbacks for file transfer and the like, and should simplify building interfaces. The new prototype is: int (*)(Messenger *m, int32_t friendnumber, const uint8_t *data, uint32_t len, void *object) | |||
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-09-30 | Rework toxav/rtp.c to use ntohl/htonl and ntohs/htons | sin | |
Now we can also remove the helper routines from toxcore/util.[ch]. | |||
2014-08-04 | Fix some toxav warnings | mannol | |
2014-07-25 | Start sequence number at zero instead of one. | irungentoo | |
2014-07-21 | Fixed conflicts | mannol | |
2014-07-21 | Improved protocol and cleaned code a bit | mannol | |
2014-07-07 | use callbacks for a/v | notsecure | |
2014-07-05 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-05 | Fixed conflicts | mannol | |
2014-07-05 | Make rtp & codec actions thread-safe | mannol | |
2014-07-04 | Fixed out of bounds read. | irungentoo | |
payload_type seems to be completely useless and should be removed. | |||
2014-07-02 | Fixed const related warnings. | irungentoo | |
2014-06-28 | Merge branch 'mannol1-master' | irungentoo | |
2014-06-28 | Removed redundant encryption and asserts | mannol | |
2014-06-20 | Merge branch 'mannol1-master' | irungentoo | |
2014-06-20 | Fixed bug when adjusting queue size | mannol | |
2014-06-18 | Removed IRC references | Maxim Biro | |
2014-05-31 | Fixed byte order and removed log functions from misc_tools | mannol | |