irungentoo
129df0115f
Merge branch 'JFreegman-memleak'
2014-07-16 20:00:04 -04:00
Jfreegman
13b23b1a01
fix memory leak
2014-07-16 18:29:00 -04:00
notsecure
e04fff3eac
applied priority queue changes to the TCP client too
2014-07-16 08:33:24 -04:00
irungentoo
0486510edc
Merge branch 'notsecure-split-video'
2014-07-15 20:00:02 -04:00
notsecure
96249e8b02
fixed some issues
2014-07-15 18:22:04 -04:00
notsecure
22d28ddf36
added priority packet system for TCP server
2014-07-15 17:40:21 -04:00
irungentoo
ae7a11cae9
Fixed TCP bug.
...
Packet was being copied with a wrong, smaller length.
2014-07-15 13:39:32 -04:00
irungentoo
078d60ab92
Fixed bug with TCP.
...
Don't increment nonce if packet was discarded instead of being sent.
2014-07-15 12:35:57 -04:00
irungentoo
59821d6a5e
Fixed file sending documentation.
2014-07-14 18:36:26 -04:00
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