Commit Graph

3500 Commits

Author SHA1 Message Date
mannol
3c8cae72d0 Removed redundant function from video.[h|c] 2015-08-08 17:45:24 +02:00
mannol
657a57b406 Fixed memory leak during session cleanup and fixed naming. 2015-08-07 02:04:04 +02:00
mannol
7d5de68364 Fixed CALL_STATE naming 2015-07-10 16:54:53 +02:00
mannol
10e0209f2a Merge branch 'new_api' of github.com:mannol/toxcore into new_api 2015-07-09 03:41:28 +02:00
mannol
dd0880af38 Fixed documentation. 2015-07-09 03:40:47 +02:00
mannol
b5b32b9197 Merge pull request #1 from GrayHatter/patch-4
send_message() is too global to be non-static
2015-07-09 01:30:47 +02:00
GrayHatter
ce9003d432 send_message() is too global to be non-static 2015-07-08 15:09:19 -07:00
mannol
4bc2413c44 Fixed missing include toxav_old.h 2015-07-01 22:50:06 +02:00
mannol
6c126e34e6 Implement handling capability change on rtp level 2015-06-30 01:41:38 +02:00
mannol
13148d7d7c Added support for old groupchats 2015-06-27 19:20:52 +02:00
mannol
2ecb71bb1e Renamed TOXAV_CALL_STATE to TOXAV_FRIEND_CALL_STATE 2015-06-27 17:28:07 +02:00
mannol
1ba55d0ca7 Added explanation about how audio callback works 2015-06-27 16:12:33 +02:00
mannol
08bc4eb0e0 Added payload turning off by setting bit rate to 0 2015-06-27 01:55:28 +02:00
mannol
9aba4ec273 Random fixes 2015-06-25 01:04:31 +02:00
mannol
f9f17fdf10 Merge remote-tracking branch 'upstream/master' into new_api 2015-06-25 00:58:23 +02:00
irungentoo
1434b319f3
Added code to net_crypto to calculate rtt. 2015-06-23 22:05:39 -04:00
irungentoo
f0433595f9
Fixed warning. 2015-06-22 22:34:19 -04:00
irungentoo
a0e783213b
Lower the chances of disconnect when transferring files. 2015-06-21 21:36:10 -04:00
irungentoo
12663475bc
Merge branch 'typo' of https://github.com/zetok/ProjectTox-Core 2015-06-20 21:35:51 -04:00
irungentoo
022a3ec0d8
Merge branch 'doc' of https://github.com/zetok/ProjectTox-Core 2015-06-20 21:35:20 -04:00
Zetok Zalbavar
0536bf8fc4
Fix typo in readme: "enrironment" → "environment" 2015-06-20 18:54:37 +01:00
irungentoo
8383cc5ae3
Merge branch 'contributing' of https://github.com/zetok/ProjectTox-Core 2015-06-19 21:50:59 -04:00
Zetok Zalbavar
68dc14f80c
Add real instruction on how to use APIDSL and astyle
also add to "tox{,.in}.h" note that "tox.h" shouldn't be edited directly,
pointing to "tox.in.h"
2015-06-20 01:22:46 +01:00
Zetok Zalbavar
4ffd5584f9
Improve documentation about tcp_port
Apparently it's not entirely clear that it's not needed in clients.

v2, as provided by @nurupo
2015-06-20 01:08:43 +01:00
irungentoo
64084ebf8a
Readme changes. 2015-06-18 22:24:06 -04:00
irungentoo
c13fb9a34d
Fixed warning. 2015-06-17 23:11:10 -04:00
irungentoo
67df1ab7ce
Made new_tcp_connections() not depend on dht. 2015-06-16 23:00:24 -04:00
irungentoo
48ef0f3241
Fixed warning. 2015-06-15 22:11:07 -04:00
irungentoo
4b9425fc6c
Fixed travis. 2015-06-14 21:48:10 -04:00
irungentoo
1bfb76bafe
Fixed warning. 2015-06-13 22:50:45 -04:00
mannol
a3132feddb Fixed sample size in callback and other stuff 2015-06-13 15:00:34 +02:00
irungentoo
836daa9e95
Added save/load live test. 2015-06-12 23:05:37 -04:00
irungentoo
bc5d5905d7
Reannounce if path is considered dead. 2015-06-11 19:40:37 -04:00
irungentoo
ae2caad982
Use real path num in onion client. 2015-06-10 22:39:11 -04:00
irungentoo
8ac74ebf47
Define fix. 2015-06-09 23:09:26 -04:00
irungentoo
3e352749ad
Remove useless variables. 2015-06-08 22:02:34 -04:00
irungentoo
3299452dd9
Merge branch 'improve-crypto' of https://github.com/codedust/toxcore 2015-06-07 21:05:30 -04:00
irungentoo
81d95809fd
Test fix. 2015-06-07 20:56:02 -04:00
irungentoo
0a38ffcbba
Don't bootstrap to all loaded nodes at once. 2015-06-07 20:47:40 -04:00
irungentoo
14afb3b9b7
Save DHT friend nodes too. 2015-06-07 20:30:36 -04:00
irungentoo
f4d0b85284
Save DHT nodes in a smarter way. 2015-06-06 22:13:43 -04:00
codedust
ee1ab5f0c7 Improve readability of handle_request() in crypto_core.c
Moving 'return -1;' directly below the conditions improves readability
and also better represents the coding style of other functions in
crypt_core.c (and everywhere else).
2015-06-06 16:44:29 +02:00
irungentoo
bf90c63c27
Added test. 2015-06-05 22:11:19 -04:00
mannol
979d7730aa Forgot about this 2015-06-05 22:18:21 +02:00
mannol
d694839d60 Rebased on master and removed alpha channel (again) 2015-06-05 22:14:37 +02:00
irungentoo
5196aa82ca
Added test. 2015-06-04 22:18:09 -04:00
irungentoo
6d883f488f
Return error if file_id parameter is NULL. 2015-06-03 19:56:12 -04:00
irungentoo
8f346b4617
Merge branch 'instructions' of https://github.com/zetok/ProjectTox-Core 2015-06-03 12:04:26 -04:00
Zetok Zalbavar
99a678dd26
Update INSTALL.md a bit
* add install instructions for Gentoo
* adjust build instructions for presence of libsodium in some distros
2015-06-03 09:35:58 +01:00
irungentoo
097422a02c
Small change. 2015-06-02 19:56:12 -04:00