Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-11 | Changed msi callbacks | mannol | |
2014-03-10 | Merge pull request #795 from mannol1/master | irungentoo | |
Added custom callback data and capability identifier | |||
2014-03-11 | Added custom callback data and capability identifier | mannol | |
2014-03-10 | Merge pull request #792 from jin-eld/remove-libtoxav.pc | irungentoo | |
Remove libtoxav.pc from git | |||
2014-03-10 | Remove libtoxav.pc from git | Jin^eLD | |
libtoxav.pc is automatically generated by configure from libtoxav.pc.in and should not be commited. | |||
2014-03-09 | Reduced the number of useless onion packets sent. | irungentoo | |
2014-03-08 | send_custom_user_packet now returns -1 when friend is offline. | irungentoo | |
2014-03-08 | Merge pull request #790 from nurupo/tox-wait-fix | irungentoo | |
Some tox_wait_* improvements | |||
2014-03-07 | Some tox_wait_* improvements | Maxim Biro | |
2014-03-07 | Fixed clients not connecting when there is only 2 people on the network. | irungentoo | |
2014-03-07 | Speeded up onion requests. | irungentoo | |
Also increased the maximum number of announce entries. | |||
2014-03-07 | Fixed some possible ways connections could linger indefinitely without being ↵ | irungentoo | |
killed. | |||
2014-03-07 | Merge pull request #789 from mannol1/master | irungentoo | |
Fixed several bugs and added some features | |||
2014-03-07 | Fixed several bugs and added some features | mannol | |
2014-03-06 | Your userstatus and message are now saved with tox_save(). | irungentoo | |
2014-03-06 | Made save more portable. | irungentoo | |
This should fix the issue of the friends list getting cleared when something in it changes. | |||
2014-03-05 | CPU optimizations. | irungentoo | |
Use get_shared_key() in more places. | |||
2014-03-05 | Merge pull request #783 from kylobite/patch-1 | irungentoo | |
All OSX commands now copyright friendly | |||
2014-03-05 | Merge pull request #788 from aitjcize/avlinking | irungentoo | |
Fix libtoxav linking issue | |||
2014-03-05 | Merge pull request #785 from aitjcize/master | irungentoo | |
Set typing status before calling callback | |||
2014-03-05 | Fix libtoxav link error. | AZ Huang | |
2014-03-05 | Set typing status before calling callback. | AZ Huang | |
2014-03-04 | All OSX commands now copyright friendly | kylobite | |
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-04 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2014-03-04 | CPU 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-04 | Merge pull request #782 from AgathaTheWitch/master | irungentoo | |
Minor documentation cleanup | |||
2014-03-04 | Minor documentation cleanup | Agatha | |
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-03 | Some small changes/fixes. | irungentoo | |
Changed some timeouts and made cryptopacket_handle return correctly. | |||
2014-03-03 | Made onion paths expire eventually client side. | irungentoo | |
2014-03-03 | Some CPU optimizations and fixes to onion_announce_request. | irungentoo | |
2014-03-02 | Small CPU optimizations to ping requests/reponses. | irungentoo | |
Same idea as last commit. | |||
2014-03-01 | Some small DHT CPU optimizations. | irungentoo | |
Only compute the shared key once instead of twice for received DHT requests/responses. | |||
2014-02-28 | Very simple fix to lower bandwidth usage at startup. | irungentoo | |
2014-02-27 | Fixed onion test. | irungentoo | |
2014-02-26 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2014-02-26 | Fixed/updated tests. | irungentoo | |
2014-02-26 | Major speed/cpu usage/bandwidth improvements to onion. | irungentoo | |
2014-02-26 | Merge pull request #765 from Prototik/master | irungentoo | |
Main buildscripts for android | |||
2014-02-26 | Main buildscripts for android | Sergey Shatunov | |
2014-02-25 | Merge pull request #769 from jin-eld/alternative-sodium-init | irungentoo | |
Allow to optionally use randombytes_stir() instead of sodium_init() | |||
2014-02-25 | Allow 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-25 | Merge pull request #768 from seshagiriprabhu/buffer_overflow_in_testing | irungentoo | |
Added bound checking for the client id of the friend input in DHT test | |||
2014-02-25 | bound checking in messenger testing | seshagiriprabhu | |
2014-02-25 | Added bound checking for friend ID input in DHT test | seshagiriprabhu | |
2014-02-24 | Merge pull request #764 from mouseym/patch-2 | irungentoo | |
Update INSTALL.md | |||
2014-02-24 | Speeded up DHT peer finding and decreased DHT bandwidth usage. | irungentoo | |
2014-02-24 | Update INSTALL.md | mouseym | |
2014-02-23 | Merge pull request #763 from mannol1/master | irungentoo | |
Pkg-config config for av | |||
2014-02-23 | Merge remote-tracking branch 'upstream/master' | mannol | |
2014-02-23 | pkg-config and av | mannol | |