summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-06-27Fixed tox_do_interval() returning value so high it broke A/V.irungentoo
2014-06-27remove pointer type warnings when building with mingwnotsecure
2014-06-27Fixed spacing issue in the install instructionsMaxim Biro
2014-06-27Added install instructions for cross-compiling to WindowsMaxim Biro
2014-06-26Fixed calling msi_reject more than once possibly causing issues.irungentoo
2014-06-26Fixed possible bug if more than one ringing msi packet was sent to us.irungentoo
2014-06-26Fixed segfault that happened because calls could be hanged up moreirungentoo
than once.
2014-06-26Lowered video bitrate to 500kb/s and lowered audio buffer size.irungentoo
2014-06-25Fixed some more possible issues with file transfers/conjestion control.irungentoo
2014-06-25Tweaked conjestion control algorithm.irungentoo
File transfers should now work better.
2014-06-24Some video tweaks.irungentoo
2014-06-24Fixed video bitrate being set way higher than it should.irungentoo
Video bitrate is set in kb/s not b/s.
2014-06-23Merge branch 'JFreegman-avcancel'irungentoo
2014-06-23only allow call cancel during a pending inviteJfreegman
2014-06-23Merge branch 'notsecure-split-video'irungentoo
2014-06-23dont rely on undefined behaviournotsecure
2014-06-23unrelated: got rid of some warningsnotsecure
2014-06-23used define instead of constant.. removed unecessary value from packetnotsecure
2014-06-23basic packet splitting for video framesnotsecure
2014-06-22Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-06-23Removed hamful codemannol
2014-06-22Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-06-21Fixed possible issues with list introduced in the last commit.irungentoo
2014-06-21Merge branch 'list-fix' of https://github.com/nurupo/InsertProjectNameHereirungentoo
2014-06-22Merged upstreammannol
2014-06-21Merge branch 'strkey' of https://github.com/nurupo/InsertProjectNameHereirungentoo
2014-06-21Added tolerance to VAD and lowered Jitter buffer default valuemannol
2014-06-20Fixed a case when public key contained null bytesMaxim Biro
2014-06-20Merge branch 'patch-1' of https://github.com/stqism/ToxCoreirungentoo
2014-06-20Merge branch 'tux3-cppcheck-style'irungentoo
2014-06-20Fixed sodium includeMaxim Biro
2014-06-20Added strkeyMaxim Biro
2014-06-20Update README.mdSean
2014-06-20Fix FreeBSD instructions, sodium 0.5.0Sean
Sodium 0.5.0 optimizes itself on being loaded
2014-06-20Reduced number of realloc calls bs_list doesMaxim Biro
2014-06-20Got a little datedSean
2014-06-21Started with VADmannol
2014-06-20Fix CppCheck style errorsTux3 / 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-20Merge branch 'tcpserv' of https://github.com/tux3/toxcoreirungentoo
2014-06-20Merge branch 'leak-rebase' of https://github.com/tux3/toxcoreirungentoo
2014-06-20Merge branch 'perf-rebase' of https://github.com/tux3/toxcoreirungentoo