Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-05-25 | Merge branch 'mannol1-Multicalls' into multi-av | irungentoo | |
2014-05-24 | Tests works and some fixes | mannol | |
2014-05-22 | Changed lossy packet function names to better ones. | irungentoo | |
Fixed rtp checking the wrong return value for one. | |||
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 and other stuff | mannol | |
2014-05-16 | This works. | mannol | |
2014-05-10 | This should work | mannol | |
2014-05-04 | Updated A/V to new time function. | irungentoo | |
2014-05-03 | Bunch of random changes | mannol | |
2014-04-21 | Crypto related cleanups. | irungentoo | |
Moved Bunch of functions from net_crypto to crypto_core. decrypt_data_fast and decrypt_data_symmetric were the same thing therefore, removed decrypt_data_fast. Replaced all the crypto_secretbox_* defines with the equivalent crypto_box_* one. New define: crypto_box_KEYBYTES that is equal to crypto_box_BEFORENMBYTES. | |||
2014-04-10 | Fix memory leak. | AZ Huang | |
2014-03-28 | fix RTPHeader filling by zeros underflow | Maks Naumov | |
regression from 6a78e2e71c1471b89646a71a1adeb0529cfb73d4 | |||
2014-03-12 | Removed logging to stderr and fixed timeout handling | mannol | |
2014-03-11 | Added custom callback data and capability identifier | mannol | |
2014-03-07 | Fixed several bugs and added some features | mannol | |
2014-02-19 | Added better documentation to the api, move some defines, fixed a possible ↵ | irungentoo | |
issue. | |||
2014-02-19 | crypto_secretbox_NONCEBYTES is the one to use for the symmetric encryption. | irungentoo | |
Not currently a big deal since they are the same size, but... | |||
2014-02-16 | Astyled av code. | irungentoo | |
2014-02-16 | Moved event to toxav | mannol | |
2014-02-16 | Public header ready to go | mannol | |
2014-02-16 | Started adding public API | mannol | |