Commit Graph

2839 Commits

Author SHA1 Message Date
irungentoo
32ed095d72
Change connection status before handling data packets. 2014-07-14 18:20:17 -04:00
irungentoo
2ea634ece2
Set packets_left to default non zero values when creating connection. 2014-07-14 16:37:43 -04:00
irungentoo
4da8664a15
Packets can now be sent from the connection status callback. 2014-07-14 16:23:19 -04:00
irungentoo
0244bd596d
Attempted fix of file transfer issue.
Instead of dropping the rate to minimum just half it until it drops
to the minimum.
2014-07-14 12:21:13 -04:00
irungentoo
2119a35604
Merge branch 'fix-mingw32-native' of https://github.com/jin-eld/ProjectTox-Core 2014-07-13 18:59:40 -04:00
irungentoo
88e3375dc7
Merge branch 'jin-eld-fix-code-doc' 2014-07-13 18:59:14 -04:00
Jin^eLD
8fd457c67f Fix win32 mingw native build
toxdns was not linking because of references to functions in crypto_core
2014-07-13 23:20:31 +03:00
Jin^eLD
4fa115e6d0 Fixed documentation comment errors 2014-07-13 20:01:06 +03:00
irungentoo
72858076f5
Set a deadline in the vpx video decoder to try to solve issues on
slow hardware.
2014-07-12 23:24:47 -04:00
irungentoo
0eb874d6ba
Merge branch 'split-video' of https://github.com/notsecure/toxcore 2014-07-12 23:18:46 -04:00
irungentoo
21e797ac90
Fixed some small TCP issues. 2014-07-11 13:30:10 -04:00
notsecure
a5d2775c25 . 2014-07-11 10:23:40 -04:00
irungentoo
7ab4ae7a6e
Merge branch 'patch-1' of https://github.com/mrshu/toxcore 2014-07-10 18:31:20 -04:00
irungentoo
271f03a717
Call now gets terminated when other person times out. 2014-07-10 18:20:07 -04:00
irungentoo
1d6c393473
Made TCP a bit more solid.
TCP ping requests in TCP_client should have a higher success rate.
2014-07-10 18:15:55 -04:00
notsecure
a754cb5437 Merge branch 'master' of https://github.com/irungentoo/toxcore into split-video 2014-07-10 10:34:48 -04:00
notsecure
e2d388b137 fix send rate going up when peer disconnects 2014-07-10 10:34:38 -04:00
Marek Šuppa
f89f189e30 wintox has been renamned to uTox 2014-07-10 03:48:33 +02:00
irungentoo
e334188353
Merge branch 'fun-bootstrap-node-info' of https://github.com/nurupo/InsertProjectNameHere 2014-07-09 21:01:53 -04:00
irungentoo
aa26a07668
Merge branch 'patch-4' of https://github.com/stqism/ToxCore 2014-07-09 20:49:03 -04:00
irungentoo
422ff3b77b
TCP should be a bit more solid.
When a TCP ping request is recieved, try to send the response until
success instead of just dropping it if sending the response fails on
the first try.
2014-07-09 20:11:01 -04:00
Sean
aeb12283f6 People are getting confused... 2014-07-09 14:37:46 -07:00
Maxim Biro
5e1ae35034 Added a script to query DHT bootstrap node info 2014-07-09 14:00:16 -04:00
irungentoo
bd4c142e38
Fixed some timer related issues. 2014-07-08 14:39:23 -04:00
irungentoo
7ce9816e40
Fixed threading bug that could cause segfaults. 2014-07-08 12:04:13 -04:00
irungentoo
9874173d71
Fixed deadlock. 2014-07-08 11:51:27 -04:00
irungentoo
2772bffeeb
Fixed possible out of bounds read. 2014-07-08 10:38:48 -04:00
irungentoo
95d737cb5f
Fixed segfault and other possible bugs in msi.c
toxav should no longer have weird behaviour when a dead call times out.
2014-07-07 23:19:56 -04:00
irungentoo
909db02941
Merge branch 'split-video' of https://github.com/notsecure/toxcore 2014-07-07 19:55:06 -04:00
irungentoo
b4f43b4222
Fixed overflow bug. 2014-07-07 19:49:01 -04:00
notsecure
b90ecb377d locks in test 2014-07-07 18:47:49 -04:00
notsecure
c527979daa make autotests compile 2014-07-07 17:37:05 -04:00
notsecure
3d4de767fe use callbacks for a/v 2014-07-07 16:10:10 -04:00
irungentoo
738bc56da7
Merge branch 'toxxxer-patch-1' 2014-07-06 19:54:19 -04:00
toxxxer
35813b41b1 Update for OS X build instruction 2014-07-06 23:54:13 +02:00
irungentoo
f9f3a810c0
Typo fix. 2014-07-06 13:29:25 -04:00
irungentoo
18c0a7f80d
Merge branch 'kyconny-patch-1' 2014-07-06 13:25:36 -04:00
kyle condon
a13bc5e70c Update ping_array.c
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-06 09:55:46 +01:00
irungentoo
04b1b2cfd4
Merge branch 'del-failed-groupchats' of https://github.com/JFreegman/ProjectTox-Core 2014-07-05 22:29:30 -04:00
irungentoo
dfa483ba0d
Fixed msi_session being used after being freed. 2014-07-05 21:49:47 -04:00
Jfreegman
d8406db113
delete groupchat when join fails 2014-07-05 19:47:13 -04:00
irungentoo
9d154029cb
Merge branch 'master' of https://github.com/mannol1/toxcore 2014-07-05 17:31:06 -04:00
irungentoo
5b60c8f3d3
Merge branch 'patch-5' of https://github.com/mouseym/ProjectTox-Core 2014-07-05 17:25:23 -04:00
irungentoo
65b4c026f4
The width and height set during the video encoder initialization is
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-05 14:36:19 -04:00
mannol
77c7a3e103 Check if call is active after getting mutex handle 2014-07-05 19:27:31 +02:00
irungentoo
bdb00322e3
Fixed bug when loading friends list already containing an added friend. 2014-07-05 12:46:58 -04:00
irungentoo
a51f6bbd69
Merge branch 'mannol1-master' 2014-07-05 12:25:30 -04:00
mannol
9af7c335e7 This might be causing problems 2014-07-05 17:36:12 +02:00
mannol
ebdc236d51 Fixed conflicts 2014-07-05 15:13:55 +02:00
mannol
8b9d3992a4 Make rtp & codec actions thread-safe 2014-07-05 15:11:25 +02:00