Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-02-23 | Userstatus function fixes. | irungentoo | |
2014-02-23 | Strings now no longer need to be NULL terminated. | irungentoo | |
2014-02-22 | Merge pull request #760 from nurupo/server-to-node | irungentoo | |
Renamed dht server to dht node | |||
2014-02-22 | Renamed dht server to dht node | Maxim Biro | |
2014-02-22 | Enable nTox in Travis | Maxim Biro | |
2014-02-22 | Fixed some dht bootstrap daemon related things in install.md | Maxim Biro | |
2014-02-22 | Make Travis build bootstrap daemon again | Maxim Biro | |
2014-02-22 | fixed build. | irungentoo | |
2014-02-22 | Merge pull request #758 from nurupo/api-fix-1 | irungentoo | |
Fixed the size function for self status message | |||
2014-02-22 | Fixed the size function for self status message | Maxim Biro | |
2014-02-21 | Merge pull request #757 from nurupo/api-fix-1 | irungentoo | |
Added size functions for names and status messages | |||
2014-02-21 | Added size functions for names and status messages | Maxim Biro | |
2014-02-21 | Some api changes. | irungentoo | |
2014-02-20 | Merge pull request #753 from nurupo/master | irungentoo | |
Removed typedefs for consistency | |||
2014-02-20 | Removed typedefs for consistency | Maxim Biro | |
2014-02-20 | Merge pull request #751 from sonOfRa/master | irungentoo | |
Add a configure flag for disabling soname versions | |||
2014-02-20 | Add a configure flag for disabling soname versions | sonOfRa | |
The loader on Android cannot deal with soname versions properly. To circumvent this problem, libtool has a -avoid-version flag that does not versionate the shared libraries. To disable soname versions, "./configure --disable-soname". Soname versions are enabled by default, as only Android needs to disable them | |||
2014-02-19 | Merge pull request #749 from mannol1/master | irungentoo | |
Removed user agent header from msi and fixed travis build stuff | |||
2014-02-19 | Apparently libvpx needs yasm | mannol | |
2014-02-19 | Added local file sending test to tox_test and updated TODO. | irungentoo | |