summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-17Send more request packets if packet receive rate is high.irungentoo
2015-11-17Don't spam request packets.irungentoo
2015-11-17Mannol toxav fix.irungentoo
2015-11-12Less magic numbers.irungentoo
2015-11-12Remove an old fix that didn't fix anything.irungentoo
2015-11-11Attempted fix of UDP disconnect bug that happens when both ipv4 and ipv6 are ↵irungentoo
connected.
2015-11-11Lower chances of disconnect during file transfers.irungentoo
2015-11-11fix BWController misspellingTibor Stolz
2015-11-10More file transfer improvements.irungentoo
Use a formula instead of magic numbers.
2015-11-09Merge branch 'rm-files' of https://github.com/GrayHatter/toxcoreirungentoo
2015-11-09Merge branch 'spammy-errors' of https://github.com/JFreegman/toxcoreirungentoo
2015-11-09File transfer fixes.irungentoo
Fixed file transfers disconnecting tox clients from each other in some network conditions.
2015-11-07Merge remote-tracking branch 'upstream/master' into rm-filesGregory Mullen (grayhatter)
2015-11-04Prevent debug message from spamming stdoutJfreegman
2015-11-03Astyle.irungentoo
2015-11-03Merge branch 'new_api' of https://github.com/mannol/toxcoreirungentoo
2015-11-03Fix compile error on mingwEniz Vukovic
2015-10-31Revert "Removed mutex operations"Eniz Vukovic
2015-10-26Fix possible misalignment of RTP headerEniz Vukovic
2015-10-24Fix misplaced log message.mannol
2015-10-24Add synchronization protection for send_frame API functionsEniz Vukovic
2015-10-23Removed mutex operationsEniz Vukovic
2015-10-23Added mutex lock+unlock.irungentoo
Should it be also added to the other parts of this function?
2015-10-23Fixed error in last commit.irungentoo
2015-10-23Fixed some memory related bugs.irungentoo
2015-10-23Fix docsmannol
2015-10-23Prevent seek equal to size of file transfer so that toxcore respects what ↵irungentoo
the docs say.
2015-10-23updated git repo urlsVishnu Ks
updated the git urls from `git` to `https`. The old urls are no longer supported
2015-10-23Changed gramatically incorrect comment in messenger_testSoumitra
2015-10-23Added ommited words in commentSoumitra
2015-10-23Editing some README phrasing, IRC channels on new lineJacob Henner
2015-10-23Adding dev irc channelJacob Henner
2015-10-23Lowered interval in onion_client.irungentoo
2015-10-23Fix ubuntu git link for libvpxPascal Weinberger
2015-10-23Changed Binaries/Downloads link to new Wiki pageanoadragon453
2015-10-23changed friends list to friend listJeppler
2015-10-23small typo changeJeppler
really small change
2015-10-23small typo changeJeppler
bob -> Bob Bobs -> Bob's fixed some wired sentences
2015-10-23Fix PACKET_ID_OFFLINE fallinthrough PACKET_ID_NICKNAMEtux3
This fixes the PACKET_ID_OFFLINE handling code incorrectly falling through to the PACKET_ID_NICKNAME handling code This bug resulted in a friend B's name being wiped on friend A's client after B removes A Fixes tux3/qTox#1967 Fixes #1426
2015-10-23Increased cookie timeout.irungentoo
2015-10-23Increased max number of stored announce entries.irungentoo
2015-10-23Remove useless code.irungentoo
2015-10-23Install instructions: Use 1.0.3 tag for libsodiumrandoms
2015-10-23Increased timeouts.irungentoo
2015-10-23Fix setting resolution for vpx v1.4 (or newer i suppose)Eniz Vukovic
2015-10-21Prevent seek equal to size of file transfer so that toxcore respects what ↵irungentoo
the docs say.
2015-10-19Merge branch 'patch-1' of https://github.com/hackerkid/toxcoreirungentoo
2015-10-19Merge branch 'master' of https://github.com/SoumitraAgarwal/toxcoreirungentoo
2015-10-19Merge branch 'master' of https://github.com/JacobHenner/toxcoreirungentoo
2015-10-14Merge pull request #3 from zetok/newav-file-modesmannol
Fix file modes