mannol
cf704616f9
Merge pull request #1 from dubslow/new_api
...
Consistency with core api
2015-03-25 23:19:41 +01:00
Dubslow
56e5373a11
Consistency with core api
2015-03-25 14:55:42 -05:00
mannol
96ca88a0d6
Make it possible to change channels/sample rate of the decoder
2015-03-23 23:38:04 +01:00
mannol
995bddbc26
Audio works in test
2015-03-23 22:22:17 +01:00
mannol
62af82705a
Some progress
2015-03-22 23:50:43 +01:00
mannol
a4fae8ffd4
Started testing transfer
2015-03-22 00:22:40 +01:00
mannol
4f76a8c89e
Updating with master
2015-03-20 19:07:23 +01:00
irungentoo
4ad7649788
Merge branch 'aaannndddyyy-patch-1'
2015-03-11 20:41:01 -04:00
aaannndddyyy
c955728ac7
spelling, punctuation, ...
2015-03-05 10:54:42 +00:00
aaannndddyyy
1e17b468e6
minor punctuation fixes
...
only minor punctuation fixes. not changed the wording, except for one 'logical typo'.
2015-03-05 09:19:35 +00:00
irungentoo
6c37f490e0
Merge branch 'jin-eld-rpm'
2015-03-03 19:11:11 -05:00
Jin^eLD
379522c93e
Add spec file for rpm generation
...
The spec file gets processed by configure, the version will be filled
in automatically.
To generate an rpm make sure to install rpm-build, then "configure" as you
would usually do, run "make dist", then process the generated tarball
with rpmbuild:
rpmbuild -tb tox-0.0.0.tar.gz
Tested on Fedora 22.
2015-03-04 00:35:25 +01:00
Jin^eLD
b0ffef23a6
Add README.md to the dist tarball
2015-03-03 23:11:10 +01:00
Jin^eLD
0e00a51605
Fix dist target
...
Modify tar options to allow extra long filen and directory names, if not set
souces under toxencryptsave might not end up in the tarball.
2015-03-03 23:09:51 +01:00
mannol
45e8807c1e
Make toxav thread safe
2015-03-01 18:45:04 +01:00
irungentoo
b780e688c9
Merge branch 'urras-patch-1'
2015-02-28 21:15:47 -05:00
Urras
a371ea0bd9
Minor changes to README
...
Regarding documentation and an outdated link
2015-02-25 22:39:23 -05:00
mannol
9e65cd5337
Implement pausing
2015-02-24 23:27:20 +01:00
irungentoo
972e6a9ac5
Use edge trigger on listen socket in TCP_Server.
...
This may or may not improve things.
2015-02-23 14:46:38 -05:00
irungentoo
085f90432f
When socket dies, kill it.
...
Use epoll to detect when socket closed connection.
2015-02-22 19:45:28 -05:00
irungentoo
bca649fa67
Fixed possible TCP server bug.
...
Function returned success when should have returned failure.
2015-02-21 21:33:34 -05:00
mannol
29601feb76
New msi protocol
2015-02-21 01:07:22 +01:00
mannol
efe31ec92f
Removed extra msi header and started testing
2015-02-20 00:23:38 +01:00
mannol
6e259d5fcb
Msi should be done; toxav.c need a cleanup and adjustments
2015-02-18 23:23:46 +01:00
mannol
483a6ffa32
Added 2 new headers into msi for buffer control
2015-02-17 23:34:40 +01:00
mannol
7329f3b3d4
Fixed header protectors and cleaning up the msi
2015-02-16 23:30:20 +01:00
mannol
8c245affb1
Started adjusting msi backend to new api
2015-02-15 22:41:10 +01:00
mannol
aad857527c
Control part of new api already kind of works
2015-02-14 23:37:52 +01:00
irungentoo
c086a66725
Code Cleanups.
2015-02-12 20:53:29 -05:00
irungentoo
af10ca77dc
Code Cleanups.
2015-02-11 20:45:31 -05:00
irungentoo
4d173d783d
Code cleanups.
2015-02-11 20:33:14 -05:00
irungentoo
877257dcd3
Merge branch 'patch-2' of https://github.com/urras/toxcore
2015-02-10 20:34:55 -05:00
Urras
af3b83e44a
Wrong link
2015-02-10 13:03:33 -05:00
Urras
4148c87d86
Remove redundant link, update old link
2015-02-10 12:59:29 -05:00
irungentoo
c1817da059
Code Cleanups.
2015-02-09 19:51:52 -05:00
irungentoo
6936b2ebb5
Code Cleanups.
2015-02-09 19:44:24 -05:00
irungentoo
e658bc134b
Code cleanups.
2015-02-09 19:42:06 -05:00
irungentoo
33a79a16ee
Code cleanups.
2015-02-09 19:34:35 -05:00
irungentoo
78ea33b3f0
Fixed test.
2015-02-08 17:34:49 -05:00
irungentoo
23d76f484a
Fixed memory leak in test.
2015-02-08 16:30:48 -05:00
irungentoo
ee3adf2641
Fixed memory leak.
2015-02-08 16:23:05 -05:00
irungentoo
d9ea6e9485
Properly free everything at the end of each test.
2015-02-07 22:57:04 -05:00
irungentoo
65cbea38fd
Merge branch 'bootstrap-node-packets-fix' of https://github.com/nurupo/InsertProjectNameHere
2015-02-07 22:08:38 -05:00
Maxim Biro
14d942c1e1
Fixed incompatible pointer type warning
2015-02-07 20:35:51 -05:00
irungentoo
278406393c
Only create one global logger instance.
2015-02-07 16:53:50 -05:00
irungentoo
55b4484305
kill_TCP_server() now frees everything in TCP server.
2015-02-07 14:19:55 -05:00
irungentoo
93b1c346fe
Merge branch 'master' of https://github.com/ray65536/toxcore
2015-02-06 20:49:11 -05:00
irungentoo
62f8910fb7
Fixed memory leak.
2015-02-06 19:18:40 -05:00
irungentoo
57c22b1acb
Fix memory leaks.
2015-02-06 19:10:16 -05:00
irungentoo
01b4ad7a8a
Fixed memory leak.
2015-02-06 15:16:07 -05:00