Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2014-02-19 | Fixed pointer position | mannol | |
2014-02-19 | Removed user agent header from msi and updated travis build stuff | mannol | |
2014-02-19 | Merge pull request #747 from Jman012/master | irungentoo | |
Groupchat crashing bug fixed. | |||
2014-02-19 | Fixed the groupchat bug in a smarter way. | Jman012 | |
2014-02-19 | Groupchat crashing bug fixed. | Jman012 | |
2014-02-19 | Added better documentation to the api, move some defines, fixed a possible ↵ | irungentoo | |
issue. | |||
2014-02-19 | crypto_secretbox_NONCEBYTES is the one to use for the symmetric encryption. | irungentoo | |
Not currently a big deal since they are the same size, but... | |||
2014-02-19 | Fixed bug in DHT. | irungentoo | |
2014-02-18 | Merge pull request #742 from mannol1/master | irungentoo | |
Updated files with latest changes | |||
2014-02-18 | Stupid mistake | mannol | |
2014-02-18 | No need for libconfig in travis | mannol | |
2014-02-18 | Fixed some stuff | mannol | |
2014-02-18 | Astyled and added tests. | irungentoo | |
2014-02-18 | Merge branch 'master' of https://github.com/Jman012/ProjectTox-Core into ↵ | irungentoo | |
Jman012-master | |||
2014-02-17 | Fixed test issue. | irungentoo | |
2014-02-18 | Ugh | mannol | |
2014-02-17 | Merge pull request #736 from exonity/master | irungentoo | |
Problem with libtoxcore_la_LDADD in toxcore/Makefile.inc | |||
2014-02-17 | Changed libtoxcore_la_LDADD to libtoxcore_la_LIBADD cause of creating a library. | exonity | |
2014-02-17 | Updated TODO. | irungentoo | |
2014-02-17 | astyled last commit. | irungentoo | |
2014-02-17 | Merge branch 'lehi-dev' of https://github.com/lehitoskin/ProjectTox-Core ↵ | irungentoo | |
into lehitoskin-lehi-dev | |||
2014-02-16 | Typing: Forgot the callback argument types. | Jman012 | |
2014-02-16 | Typing: Changed all return values to int for consistency and the -1 error. | Jman012 | |
2014-02-16 | Astyled av code. | irungentoo | |