Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-10 | Remove unused variable in handle_sendnodes | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-09-09 | Merge branch 'cgar-spelling' | irungentoo | |
2014-09-09 | spelling corrections | cgar | |
2014-09-08 | Added tests for custom lossy and lossless packets. | irungentoo | |
Fixed bug with lossless packets. | |||
2014-09-07 | Fixed typo. | irungentoo | |
2014-09-07 | Updated docs. | irungentoo | |
Fixed possible issue in last commit. | |||
2014-09-06 | This fixes an issue where nodes could stay unannounced for certain | irungentoo | |
periods of time. Online nodes should now be able to announce themselves continuously. | |||
2014-09-05 | Added custom packet functions to public tox api. | irungentoo | |
This should make it easy for people to use toxcore to power many types of networked applications. | |||
2014-09-04 | Increased number of friends tested in tox_test. | irungentoo | |
2014-09-03 | Fixed typo. | irungentoo | |
2014-09-03 | Merge branch 'patch-6' of https://github.com/mouseym/ProjectTox-Core | irungentoo | |
2014-09-03 | Fixed iOS possible SIGPIPE issue. | irungentoo | |
Apparently on iOS UDP sockets can SIGPIPE (what the fuck apple?). | |||
2014-09-02 | Expose the tox_add_tcp_relay() function in the public api. | irungentoo | |
Clients can use this function to make Tox connect to user specified TCP relays. | |||
2014-09-02 | Linked toxav in the main dependencies section. | mouseym | |
2014-09-01 | Increased time between ping packets by 1 second. | irungentoo | |
This might make active connections less likely to time out needlessly. | |||
2014-08-31 | Tweaked some values in DHT to decrease the discovery time mainly | irungentoo | |
for the auto tests. | |||
2014-08-30 | Merge branch 'patch-1' of https://github.com/bjorn/toxcore | irungentoo | |
2014-08-30 | Merge branch 'myChan' of https://github.com/lobiCode/toxcore | irungentoo | |
2014-08-30 | Update INSTALL.md | Thorbjørn Lindeijer | |
Renamed ProjectTox-Core to toxcore, as seems to have been done with the repository. | |||
2014-08-29 | Speeded up start of file transfers. | irungentoo | |
2014-08-29 | Removed useless code. | irungentoo | |
2014-08-29 | Lossless crypto packets can now be sent without the congestion control ↵ | irungentoo | |
applying to them. | |||
2014-08-29 | added checking for null pointer in new_Assoc function | slaniCode | |
2014-08-28 | Fixed gcc warnings. | irungentoo | |
2014-08-27 | Removed send withid functions from api. | irungentoo | |
2014-08-27 | Added function to check if packet sent with net_crypto was received. | irungentoo | |
2014-08-26 | Merge branch 'lobiCode-myChan' | irungentoo | |
2014-08-27 | fix the memory leak in new_TCP_server function | slaniCode | |
2014-08-25 | Merge branch 'patch-2' of https://github.com/Proplex/ProjectTox-Core | irungentoo | |
2014-08-25 | Merge branch 'olologin-master' | irungentoo | |
2014-08-25 | Removed unnecessary parameters | olologin | |
2014-08-24 | Update downloads URL | David Lohle | |
This page contains all the available downloads for Tox. | |||
2014-08-24 | Merge branch 'nurupo-tox-shell-fix' | irungentoo | |
2014-08-23 | Added FreeBSD include | Maxim Biro | |
2014-08-23 | Merge branch 'install-update' of https://github.com/nurupo/InsertProjectNameHere | irungentoo | |
2014-08-23 | Updated Windows cross-compiling instructions | Maxim Biro | |
2014-08-23 | onion_isconnected is the best indicator of if tox is connected. | irungentoo | |
2014-08-23 | Removed now deprecated function. | irungentoo | |
2014-08-22 | Small code cleanup. | irungentoo | |
2014-08-22 | Merge branch 'master' of https://github.com/beemaster/toxcore | irungentoo | |
2014-08-22 | Fix toxcore linkage on qnx | beemaster | |
2014-08-21 | Fixed some gcc warnings. | irungentoo | |
2014-08-20 | Merge branch 'stal888-patch-6' | irungentoo | |
2014-08-20 | Daily OS X fix. | stal | |
Patch also fixes NetBSD and OpenBSD, but I can't test that. <pty.h> is <util.h> on some BSDs. | |||
2014-08-19 | Added tox_shell to testing. | irungentoo | |
tox_shell is a basic secure shell that can be used to control a computer from any Tox client. Just run tox_shell and make it add your Tox id. It's very basic but it works. | |||
2014-08-19 | Merge branch 'nurupo-bootstrapd-fix' | irungentoo | |
2014-08-18 | Added .sh ending to bootstrapd's init script | Maxim Biro | |
Fixes some build issues. | |||
2014-08-18 | Speeded up onion friend finding. | irungentoo | |
2014-08-18 | Added function to check if we were only connected to LAN DHT peers. | irungentoo | |
2014-08-17 | Merge branch 'bootstrapd-update' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere |