summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-07make autotests compilenotsecure
2014-07-07use callbacks for a/vnotsecure
2014-07-06Merge branch 'toxxxer-patch-1'irungentoo
2014-07-06Update for OS X build instructiontoxxxer
2014-07-06Typo fix.irungentoo
2014-07-06Merge branch 'kyconny-patch-1'irungentoo
2014-07-06Update ping_array.ckyle condon
Change calloc call on line 138 from empty_array->entries = calloc(size * sizeof(Ping_Array_Entry), 1);, to empty_array->entries = calloc(size, sizeof(Ping_Array_Entry));
2014-07-05Merge branch 'del-failed-groupchats' of ↵irungentoo
https://github.com/JFreegman/ProjectTox-Core
2014-07-05Fixed msi_session being used after being freed.irungentoo
2014-07-05delete groupchat when join failsJfreegman
2014-07-05Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-07-05Merge branch 'patch-5' of https://github.com/mouseym/ProjectTox-Coreirungentoo
2014-07-05The width and height set during the video encoder initialization isirungentoo
now described as the maximum width and height of images. This is to work around what appears to be a bug in libvpx where the resolution of the stream can be decreased but increasing it above its originally set value introduces memory corruption.
2014-07-05Check if call is active after getting mutex handlemannol
2014-07-05Fixed bug when loading friends list already containing an added friend.irungentoo
2014-07-05Merge branch 'mannol1-master'irungentoo
2014-07-05This might be causing problemsmannol
2014-07-05Fixed conflictsmannol
2014-07-05Make rtp & codec actions thread-safemannol
2014-07-04This seems to fix the crash that happens when changing the resolutionirungentoo
of the desktop stream to something higher than the initial one in utox.
2014-07-04Fixed out of bounds read.irungentoo
payload_type seems to be completely useless and should be removed.
2014-07-04Resolution of video can now be changed during call by passing itirungentoo
frames with a different resolution. Added function to change bitrate of video for later use.
2014-07-04Merge branch 'mannol1-master'irungentoo
2014-07-04Merge upstreammannol
2014-07-04Added getter for current call statusmannol
2014-07-04Some extra fixes.mouseym
2014-07-03Update OSX install instructions in INSTALL.mdmouseym
Removed unnecessary steps, added support for A/V libs in core and missing dependencies.
2014-07-03Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-07-03Fix removed missing includemannol
2014-07-03Merge branch 'mannol1-master'irungentoo
2014-07-03Resolved conflicts when merging upstreammannol
2014-07-03Forgot to uncomment test buildsmannol
2014-07-03Removed redundant code and fixed toxav codec actions being called when call ↵mannol
inactive
2014-07-02Fixed const related warnings.irungentoo
2014-07-02Merge branch 'const_correctness' of https://github.com/schuetzm/ProjectTox-Coreirungentoo
2014-07-01Updated some items in the TODO list.irungentoo
2014-06-30Const-correctness for tox.cMarc Schütz
2014-06-30Const-correctness for TCP_server.cMarc Schütz
2014-06-30Const-correctness for TCP_client.cMarc Schütz
2014-06-30Fixed video in call sometimes freezing.irungentoo
This should not happen anymore.
2014-06-30Const-correctness for onion_client.cMarc Schütz
2014-06-30Const-correctness for onion.cMarc Schütz
2014-06-30Const-correctness for toxcore/onion_announce.cMarc Schütz
2014-06-30Const-correctness for toxcore/net_crypto.cMarc Schütz
2014-06-30Const correctness for toxcore/Messenger.c and related filesMarc Schütz
2014-06-29Core should no longer attempt to send data faster than the links canirungentoo
carry it.
2014-06-28Merge branch 'mannol1-master'irungentoo
2014-06-28Removed redundant encryption and assertsmannol
2014-06-27Merge branch 'master' of https://github.com/notsecure/toxcoreirungentoo
2014-06-27Merge branch 'windows-install-instructions' of ↵irungentoo
https://github.com/nurupo/InsertProjectNameHere