Gregory Mullen (grayhatter)
e1ad6cc8f9
Merge remote-tracking branch 'upstream/master' into rm-files
2015-11-07 20:36:57 -08:00
Jfreegman
c019c6236e
Prevent debug message from spamming stdout
2015-11-04 21:00:00 -05:00
irungentoo
6a494e2cbd
Astyle.
2015-11-03 13:42:05 -05:00
irungentoo
f435e94397
Merge branch 'new_api' of https://github.com/mannol/toxcore
2015-11-03 13:40:07 -05:00
Eniz Vukovic
ca4214bbcf
Fix compile error on mingw
2015-11-03 00:08:46 +01:00
Eniz Vukovic
fa0c87fa55
Revert "Removed mutex operations"
2015-10-31 14:53:20 +01:00
Eniz Vukovic
e730bd54e6
Fix possible misalignment of RTP header
2015-10-26 22:29:23 +01:00
mannol
caa0382877
Fix misplaced log message.
2015-10-24 16:22:56 +02:00
Eniz Vukovic
87828a1b42
Add synchronization protection for send_frame API functions
2015-10-24 01:56:49 +02:00
Eniz Vukovic
7972db5c41
Removed mutex operations
2015-10-23 22:56:54 +02:00
irungentoo
d012bb1e8e
Added mutex lock+unlock.
...
Should it be also added to the other parts of this function?
2015-10-23 22:54:22 +02:00
irungentoo
d8a85d9a78
Fixed error in last commit.
2015-10-23 22:54:22 +02:00
irungentoo
b23819a4d1
Fixed some memory related bugs.
2015-10-23 22:54:22 +02:00
mannol
4f3be9f354
Fix docs
2015-10-23 22:54:22 +02:00
irungentoo
0157017760
Prevent seek equal to size of file transfer so that toxcore respects what the docs say.
2015-10-23 22:54:22 +02:00
Vishnu Ks
7eaf97a6c3
updated git repo urls
...
updated the git urls from `git` to `https`. The old urls are no longer supported
2015-10-23 22:54:22 +02:00
Soumitra
fc25ca11d1
Changed gramatically incorrect comment in messenger_test
2015-10-23 22:54:22 +02:00
Soumitra
21b45b8b74
Added ommited words in comment
2015-10-23 22:54:22 +02:00
Jacob Henner
e7804c6268
Editing some README phrasing, IRC channels on new line
2015-10-23 22:54:22 +02:00
Jacob Henner
a9060b77af
Adding dev irc channel
2015-10-23 22:54:22 +02:00
irungentoo
4e5dd8a6f6
Lowered interval in onion_client.
2015-10-23 22:54:22 +02:00
Pascal Weinberger
b69959355c
Fix ubuntu git link for libvpx
2015-10-23 22:54:22 +02:00
anoadragon453
90c2a6964b
Changed Binaries/Downloads link to new Wiki page
2015-10-23 22:54:22 +02:00
Jeppler
4afe6a295e
changed friends list to friend list
2015-10-23 22:54:22 +02:00
Jeppler
ea06bf8e57
small typo change
...
really small change
2015-10-23 22:54:21 +02:00
Jeppler
916bfedff5
small typo change
...
bob -> Bob
Bobs -> Bob's
fixed some wired sentences
2015-10-23 22:54:21 +02:00
tux3
9c824105a9
Fix PACKET_ID_OFFLINE fallinthrough PACKET_ID_NICKNAME
...
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-23 22:54:21 +02:00
irungentoo
826e18315b
Increased cookie timeout.
2015-10-23 22:54:21 +02:00
irungentoo
7da177cfd3
Increased max number of stored announce entries.
2015-10-23 22:54:21 +02:00
irungentoo
0ad1fadb97
Remove useless code.
2015-10-23 22:54:21 +02:00
randoms
ef8b6ccf56
Install instructions: Use 1.0.3 tag for libsodium
2015-10-23 22:54:21 +02:00
irungentoo
283297a10d
Increased timeouts.
2015-10-23 22:54:21 +02:00
Eniz Vukovic
90b1ca8727
Fix setting resolution for vpx v1.4 (or newer i suppose)
2015-10-23 22:53:56 +02:00
irungentoo
a25cc96b4f
Prevent seek equal to size of file transfer so that toxcore respects what the docs say.
2015-10-21 21:01:13 -04:00
irungentoo
085c942b34
Merge branch 'patch-1' of https://github.com/hackerkid/toxcore
2015-10-19 17:34:51 -04:00
irungentoo
dd2d14e224
Merge branch 'master' of https://github.com/SoumitraAgarwal/toxcore
2015-10-19 17:33:26 -04:00
irungentoo
5300f62125
Merge branch 'master' of https://github.com/JacobHenner/toxcore
2015-10-19 17:32:52 -04:00
mannol
b5809f0732
Merge pull request #3 from zetok/newav-file-modes
...
Fix file modes
2015-10-14 18:53:03 +02:00
Vishnu Ks
756e208b07
updated git repo urls
...
updated the git urls from `git` to `https`. The old urls are no longer supported
2015-10-14 15:49:44 +05:30
Zetok Zalbavar
118a59de3c
Fix file modes
...
revert changes to it from 4f76a8c89e
2015-10-14 08:26:40 +01:00
Eniz Vukovic
363771ea3c
Fix typo and change logger config option
2015-10-13 00:35:46 +02:00
Eniz Vukovic
bb67d9b273
Return removed groupchats code
2015-10-12 22:30:55 +02:00
Soumitra
580726c7df
Changed gramatically incorrect comment in messenger_test
2015-10-12 12:04:52 +05:30
Eniz Vukovic
e5ddc0af03
Test should not assert when hangup fails
2015-10-11 00:43:05 +02:00
Eniz Vukovic
8f130b6f25
Remove old comment
2015-10-11 00:41:34 +02:00
Eniz Vukovic
b93322242a
Update
2015-10-10 23:56:05 +02:00
Eniz Vukovic
d6fdf16520
New Adaptive BR algorithm, cleanups and fixes
2015-10-10 23:54:23 +02:00
Soumitra
947fe3f6bd
Added ommited words in comment
2015-10-09 11:02:07 +05:30
Gregory Mullen (grayhatter)
3631b460a6
Removed the unused autotools files
...
Autotools requires a bunch of files that toxcore doesn't use or plan to use
in the near future. By adding 'foreign' to AM_INIT_AUTOMAKE autotools stops
being stupid, and works normally.
2015-10-05 15:18:55 -07:00
Jacob Henner
b5c1b87e35
Editing some README phrasing, IRC channels on new line
2015-10-02 00:38:15 -04:00