Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-23 | Audio works in test | mannol | |
2015-03-22 | Some progress | mannol | |
2015-03-22 | Started testing transfer | mannol | |
2015-03-20 | Updating with master | mannol | |
2015-03-11 | Merge branch 'aaannndddyyy-patch-1' | irungentoo | |
2015-03-05 | spelling, punctuation, ... | aaannndddyyy | |
2015-03-05 | minor punctuation fixes | aaannndddyyy | |
only minor punctuation fixes. not changed the wording, except for one 'logical typo'. | |||
2015-03-03 | Merge branch 'jin-eld-rpm' | irungentoo | |
2015-03-04 | Add spec file for rpm generation | Jin^eLD | |
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-03 | Add README.md to the dist tarball | Jin^eLD | |
2015-03-03 | Fix dist target | Jin^eLD | |
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-01 | Make toxav thread safe | mannol | |
2015-02-28 | Merge branch 'urras-patch-1' | irungentoo | |
2015-02-25 | Minor changes to README | Urras | |
Regarding documentation and an outdated link | |||
2015-02-24 | Implement pausing | mannol | |
2015-02-23 | Use edge trigger on listen socket in TCP_Server. | irungentoo | |
This may or may not improve things. | |||
2015-02-22 | When socket dies, kill it. | irungentoo | |
Use epoll to detect when socket closed connection. | |||
2015-02-21 | Fixed possible TCP server bug. | irungentoo | |
Function returned success when should have returned failure. | |||
2015-02-21 | New msi protocol | mannol | |
2015-02-20 | Removed extra msi header and started testing | mannol | |
2015-02-18 | Msi should be done; toxav.c need a cleanup and adjustments | mannol | |
2015-02-17 | Added 2 new headers into msi for buffer control | mannol | |
2015-02-16 | Fixed header protectors and cleaning up the msi | mannol | |
2015-02-15 | Started adjusting msi backend to new api | mannol | |
2015-02-14 | Control part of new api already kind of works | mannol | |
2015-02-12 | Code Cleanups. | irungentoo | |
2015-02-11 | Code Cleanups. | irungentoo | |
2015-02-11 | Code cleanups. | irungentoo | |
2015-02-10 | Merge branch 'patch-2' of https://github.com/urras/toxcore | irungentoo | |
2015-02-10 | Wrong link | Urras | |
2015-02-10 | Remove redundant link, update old link | Urras | |
2015-02-09 | Code Cleanups. | irungentoo | |
2015-02-09 | Code Cleanups. | irungentoo | |
2015-02-09 | Code cleanups. | irungentoo | |
2015-02-09 | Code cleanups. | irungentoo | |
2015-02-08 | Fixed test. | irungentoo | |
2015-02-08 | Fixed memory leak in test. | irungentoo | |
2015-02-08 | Fixed memory leak. | irungentoo | |
2015-02-07 | Properly free everything at the end of each test. | irungentoo | |
2015-02-07 | Merge branch 'bootstrap-node-packets-fix' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2015-02-07 | Fixed incompatible pointer type warning | Maxim Biro | |
2015-02-07 | Only create one global logger instance. | irungentoo | |
2015-02-07 | kill_TCP_server() now frees everything in TCP server. | irungentoo | |
2015-02-06 | Merge branch 'master' of https://github.com/ray65536/toxcore | irungentoo | |
2015-02-06 | Fixed memory leak. | irungentoo | |
2015-02-06 | Fix memory leaks. | irungentoo | |
2015-02-06 | Fixed memory leak. | irungentoo | |
2015-02-06 | Fixed memory leak. | irungentoo | |
2015-02-05 | Lowered CPU usage. | irungentoo | |
Check if onion data will be sent before encrypting it, not after. | |||
2015-02-05 | Documentation and service description for using tox-bootstrapd with | Eugene Lopatin | |
systemd |