summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-07Fixed some possible ways connections could linger indefinitely without being ↵irungentoo
killed.
2014-03-07Merge pull request #789 from mannol1/masterirungentoo
Fixed several bugs and added some features
2014-03-07Fixed several bugs and added some featuresmannol
2014-03-06Your userstatus and message are now saved with tox_save().irungentoo
2014-03-06Made save more portable.irungentoo
This should fix the issue of the friends list getting cleared when something in it changes.
2014-03-05CPU optimizations.irungentoo
Use get_shared_key() in more places.
2014-03-05Merge pull request #783 from kylobite/patch-1irungentoo
All OSX commands now copyright friendly
2014-03-05Merge pull request #788 from aitjcize/avlinkingirungentoo
Fix libtoxav linking issue
2014-03-05Merge pull request #785 from aitjcize/masterirungentoo
Set typing status before calling callback
2014-03-05Fix libtoxav link error.AZ Huang
2014-03-05Set typing status before calling callback.AZ Huang
2014-03-04All OSX commands now copyright friendlykylobite
Saves confusion to those not entirely sure why "./configure--with-libsodium-headers=/usr/local/Cellar/libsodium/0.4.5/include/ --with-libsodium-libs=/usr/local/Cellar/libsodium/0.4.5/lib/" did not work.
2014-03-04Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2014-03-04CPU usage improvements.irungentoo
Shared keys for recieved DHT packets are now stored in a special array so that they don't need to be recomputed for nodes that send us lots of packets.
2014-03-04Merge pull request #782 from AgathaTheWitch/masterirungentoo
Minor documentation cleanup
2014-03-04Minor documentation cleanupAgatha
This commit fixes some typos and grammar mistakes. It also fixes some of the long text lines and generally makes the documentation more readable.
2014-03-03Some small changes/fixes.irungentoo
Changed some timeouts and made cryptopacket_handle return correctly.
2014-03-03Made onion paths expire eventually client side.irungentoo
2014-03-03Some CPU optimizations and fixes to onion_announce_request.irungentoo
2014-03-02Small CPU optimizations to ping requests/reponses.irungentoo
Same idea as last commit.
2014-03-01Some small DHT CPU optimizations.irungentoo
Only compute the shared key once instead of twice for received DHT requests/responses.
2014-02-28Very simple fix to lower bandwidth usage at startup.irungentoo
2014-02-27Fixed onion test.irungentoo
2014-02-26Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2014-02-26Fixed/updated tests.irungentoo
2014-02-26Major speed/cpu usage/bandwidth improvements to onion.irungentoo
2014-02-26Merge pull request #765 from Prototik/masterirungentoo
Main buildscripts for android
2014-02-26Main buildscripts for androidSergey Shatunov
2014-02-25Merge pull request #769 from jin-eld/alternative-sodium-initirungentoo
Allow to optionally use randombytes_stir() instead of sodium_init()
2014-02-25Allow to optionally use randombytes_stir() instead of sodium_init()Jin^eLD
According to sonOfRa sodium_init() has some timing issues on Android. libsodium people said randombytes_stir() can be used instead: https://github.com/jedisct1/libsodium/issues/121 sodium_init() stays the default, randombytes_stir() can be enabled by passing --enable-randombytes-stir to the configure script.
2014-02-25Merge pull request #768 from seshagiriprabhu/buffer_overflow_in_testingirungentoo
Added bound checking for the client id of the friend input in DHT test
2014-02-25bound checking in messenger testingseshagiriprabhu
2014-02-25Added bound checking for friend ID input in DHT testseshagiriprabhu
2014-02-24Merge pull request #764 from mouseym/patch-2irungentoo
Update INSTALL.md
2014-02-24Speeded up DHT peer finding and decreased DHT bandwidth usage.irungentoo
2014-02-24Update INSTALL.mdmouseym
2014-02-23Merge pull request #763 from mannol1/masterirungentoo
Pkg-config config for av
2014-02-23Merge remote-tracking branch 'upstream/master'mannol
2014-02-23pkg-config and avmannol
2014-02-23Userstatus function fixes.irungentoo
2014-02-23Strings now no longer need to be NULL terminated.irungentoo
2014-02-22Merge pull request #760 from nurupo/server-to-nodeirungentoo
Renamed dht server to dht node
2014-02-22Renamed dht server to dht nodeMaxim Biro
2014-02-22Enable nTox in TravisMaxim Biro
2014-02-22Fixed some dht bootstrap daemon related things in install.mdMaxim Biro
2014-02-22Make Travis build bootstrap daemon againMaxim Biro
2014-02-22fixed build.irungentoo
2014-02-22Merge pull request #758 from nurupo/api-fix-1irungentoo
Fixed the size function for self status message
2014-02-22Fixed the size function for self status messageMaxim Biro
2014-02-21Merge pull request #757 from nurupo/api-fix-1irungentoo
Added size functions for names and status messages