Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-15 | Astyled code. | irungentoo | |
2014-06-10 | Removed None becouse it conflicted with the None defined in other | irungentoo | |
headers. | |||
2014-06-05 | Fixed bug when passing invalid call index | mannol | |
2014-06-02 | This might fix the issue that someone reported about tox no longer | irungentoo | |
cross compiling for windows. | |||
2014-06-01 | Fixed typo. | irungentoo | |
This typo doesn't actually cause any side effects unless you are like stqism and have a C library that doesn't have mempcpy(). | |||
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-22 | Changed lossy packet function names to better ones. | irungentoo | |
Fixed rtp checking the wrong return value for one. | |||
2014-05-21 | Fixed memory allocation type inconsistency | Maxim Biro | |
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 | GOGOGO | mannol | |
2014-05-20 | Merge upstream fo real now? | mannol | |
2014-05-20 | Merge upstream and other stuff | mannol | |
2014-05-17 | Fixed this | mannol | |
2014-05-16 | This works. | mannol | |
2014-05-10 | This should work | mannol | |
2014-05-08 | Merge branch 'master' into TCP | irungentoo | |
2014-05-04 | Updated A/V to new time function. | irungentoo | |
2014-05-03 | Bunch of random changes | mannol | |
2014-04-27 | Yeah many calls | mannol | |
2014-04-25 | Fixed building with NaCl. | irungentoo | |
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-13 | media.h: include 'opus.h' instead of 'opus/opus.h' | Steven Noonan | |
The current 'opus/opus.h' works if your opus.h is in /usr/include/opus, as /usr/include is already in the header search path. If your opus header search path is found via pkg-config, however, you will get something like this: $ pkg-config --cflags opus -I/usr/local/Cellar/opus/1.1/include/opus Since this is pointing directly to include/opus, the 'opus/' prefix on the header include directive will break. Since 'opus.h' should work in both cases (as in both cases it will be discovered via pkg-config), just use the simpler 'opus.h'. Signed-off-by: Steven Noonan <steven@uplinklabs.net> | |||
2014-04-13 | toxav/Makefile.inc: add LIBSODIUM_* variables to flags | Steven Noonan | |
These are needed if libsodium paths are discovered by 'configure'. Most systems don't need this just because libsodium is already on the header/library search paths, but on e.g. Mac OS X this is required. Signed-off-by: Steven Noonan <steven@uplinklabs.net> | |||
2014-04-10 | Fix memory leak. | AZ Huang | |
2014-04-09 | Fix phone.c | AZ Huang | |
2014-04-08 | Drop typedef redeclarations | Dmitrij D. Czarkoff | |
C99 doesn't permit redeclaring typedefs in the same scope. | |||
2014-04-07 | Bug fix | mannol | |
2014-04-06 | Codec settings | mannol | |
2014-04-05 | Added test | mannol | |
2014-03-28 | fix RTPHeader filling by zeros underflow | Maks Naumov | |
regression from 6a78e2e71c1471b89646a71a1adeb0529cfb73d4 | |||
2014-03-23 | Merge pull request #817 from mannol1/master | irungentoo | |
Fixed cancel and added handling of the glare case | |||
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-18 | Merge branch 'api-fix' | irungentoo | |
Main changes: 1. Strings no longer need to be NULL terminated. 2. tox_get_friend_id is now named tox_get_friend_number. 3. The friend request callback function is now (Tox *tox, uint8_t *, uint8_t *, uint16_t, void *), the Tox object pointer has been added to it. | |||
2014-03-16 | Friend request callback now contains the Tox object. | irungentoo | |
2014-03-15 | Comment fix | mannol | |