Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-22 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-06-23 | Removed hamful code | mannol | |
2014-06-22 | Merged upstream | mannol | |
2014-06-21 | Added tolerance to VAD and lowered Jitter buffer default value | mannol | |
2014-06-20 | Merge branch 'tux3-cppcheck-style' | irungentoo | |
2014-06-20 | Fix CppCheck style errors | Tux3 / Mlkj / !Lev.uXFMLA | |
#if 0 the content of toxav/msi.c : int stringify_message(MSIMessage *msg, char *dest) This function has no effect and does not seem to be used for actively waiting. Fix various other style errors, reduce scope when possible, avoid redundant writes, clarify operator priorities, etc. | |||
2014-06-18 | Merge branch 'av-fix' of https://github.com/nurupo/InsertProjectNameHere ↵ | irungentoo | |
into nurupo-av-fix | |||
2014-06-18 | Preparation work to make onion packets go through TCP. | irungentoo | |
2014-06-18 | Removed IRC references | Maxim Biro | |
2014-06-18 | Fix possible nullptr dereferences in toxav/msi.c | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-06-15 | Astyled code. | irungentoo | |
2014-05-31 | Merge branch 'mannol1-master' | irungentoo | |
2014-05-31 | We gon let it burn burn burn | mannol | |
2014-05-31 | Fixed byte order and removed log functions from misc_tools | mannol | |
2014-05-30 | Merge branch 'master' of https://github.com/mannol1/ProjectTox-Core into ↵ | irungentoo | |
mannol1-master | |||
2014-05-31 | Fixed potential memleaks | mannol | |
2014-05-30 | Apparently i forgot the most important thing... | mannol | |
2014-05-29 | Rearranged mutex actions. Now allow calling av actions from callbacks | mannol | |
2014-05-29 | Double-free on timeout fix | mannol | |
2014-05-25 | Merge branch 'mannol1-Multicalls' into multi-av | irungentoo | |
2014-05-24 | Small fix | mannol | |
2014-05-24 | Tests works and some fixes | mannol | |
2014-05-21 | Fixed memory allocation type inconsistency | Maxim Biro | |
2014-05-20 | GOGOGO | mannol | |
2014-05-20 | Merge upstream fo real now? | mannol | |
2014-05-20 | Merge upstream and other stuff | mannol | |
2014-05-16 | This works. | mannol | |
2014-05-08 | Merge branch 'master' into TCP | irungentoo | |
2014-05-03 | Bunch of random changes | mannol | |
2014-04-27 | Yeah many calls | 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-16 | multiple spelling fixes | Carlos E. Garcia | |
2014-04-05 | Added test | mannol | |
2014-03-23 | Remove header | mannol | |
2014-03-23 | Why do it even care | mannol | |
2014-03-22 | Clare case fix | mannol | |
Wot fix | |||
2014-03-22 | Well this seems to be working | mannol | |
2014-03-15 | Comment fix | mannol | |
2014-03-14 | Added new callback | mannol | |
2014-03-12 | Invoke callback via invoke_callback func | mannol | |
2014-03-12 | Removed logging to stderr and fixed timeout handling | mannol | |
2014-03-11 | Changed msi callbacks | 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-23 | pkg-config and av | mannol | |
2014-02-19 | Removed user agent header from msi and updated travis build stuff | mannol | |
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 | |