Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-27 | Merge branch 'update-sysvinit-docs' of https://github.com/LittleVulpix/toxcore | irungentoo | |
2016-07-10 | Documentation: SysVInit workaround for <1024 ports | LittleVulpix | |
Update the manual to provide a command necessary to open <1024 ports for users on SysVinit | |||
2016-03-19 | Merge branch 'network-test-magic' of https://github.com/roman-yepishev/toxcore | irungentoo | |
2016-03-13 | Merge branch 'make-dist' of https://github.com/roman-yepishev/toxcore | irungentoo | |
2016-03-07 | Merge branch 'tox-bootstrapd-smaller-docker' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2016-03-07 | Merge branch 'nurupo-apidsl-check' | irungentoo | |
2016-03-07 | Added check of whether tox.h or toxav.h were edited directly | Maxim Biro | |
tox.h and toxav.h must be generated by apidsl instead of edited directly. | |||
2016-03-03 | Changes from @nurupo for build and runtime dependencies that reduce image size | romik-g | |
Also removal of example bootstrap nodes from the config file in one line | |||
2016-03-03 | Re-format to reduce image file by 50% | romik-g | |
2016-03-01 | Merge branch 'master' of https://github.com/susnux/toxcore into susnux-master | irungentoo | |
2016-02-27 | Move argument comments to the end of line | Roman Yepishev | |
2016-02-27 | Remove unused main() arguments | Roman Yepishev | |
2016-02-27 | Remove magic numbers from addr_resolve | Roman Yepishev | |
* Add #defines for INET/INET6 returns * Remove magic number 3 - exact AF_INET/INET6 result found. * Updated network_test.c | |||
2016-02-26 | Add missing files so that archive for make dist is complete | Roman Yepishev | |
2016-02-14 | Merge branch 'GrayHatter-master' | irungentoo | |
2016-02-13 | lets define this correctlly instead | Gregory Mullen (GrayHatter) | |
2016-02-13 | added the dropped ; | Gregory Mullen (GrayHatter) | |
2016-02-13 | added versioning to toxencryptsave | Gregory Mullen (GrayHatter) | |
2016-02-13 | missed a line tox to toxav | Gregory Mullen (GrayHatter) | |
2016-02-13 | update the compatablity function to match the macro | Gregory Mullen (GrayHatter) | |
2016-02-13 | SemVer toxav too | Gregory Mullen (GrayHatter) | |
2016-02-13 | Get SemVer more ready | Gregory Mullen (GrayHatter) | |
2016-02-05 | Fix #1520: Program returns random data in a function | Ferdinand Thiessen | |
Added default return to non void functions level_syslog and level_stdout. | |||
2016-01-30 | Realised there was no test to test these functions. | irungentoo | |
2016-01-30 | Fixes. | irungentoo | |
Fixed bug from merged PR. Don't build useless files when building with libsodium. | |||
2016-01-30 | Merge branch 'kpp-code_review' | irungentoo | |
2016-01-27 | fix: replace memset with sodium_memzero for sensitive data | Roman Proskuryakov | |
2016-01-27 | add: more comments into network.c | Roman Proskuryakov | |
2016-01-27 | add: comments about hairy code | Roman Proskuryakov | |
2016-01-27 | add: comment about endianness | Roman Proskuryakov | |
2016-01-27 | fix: compare sensitive data with sodium_memcmp | Roman Proskuryakov | |
fix: make increment_nonce & increment_nonce_number independent of user-controlled input fix: make crypto_core more stable agains null ptr dereference | |||
2016-01-24 | Merge branch 'travis-fix' of https://github.com/nurupo/InsertProjectNameHere | irungentoo | |
2016-01-24 | Merge branch 'nurupo-tox-bootstrapd-get-nodes-fix' | irungentoo | |
2016-01-24 | Update Travis script | Maxim Biro | |
Reduces the running time from about 8 minutes to about 5, as it uses packaged libraries instead of building them. This is possible because of the Ubuntu Trusty becoming available on Travis. The new check that is in Trusty has different behaviour than the previously user version of it -- it doesn't output the detailed result of tests. To fix this we cat a file where this detailed result is stored. | |||
2016-01-24 | Add missing newline | Maxim Biro | |
2016-01-15 | Merge branch 'mannol-master' | irungentoo | |
2016-01-13 | Fix issue #1497 | Eniz Vukovic | |
2016-01-04 | Test fix. | irungentoo | |
2016-01-04 | Cleanups. | irungentoo | |
2016-01-04 | Merge branch 'tox-bootstrapd-docker-support' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2016-01-04 | DHT improvements part 1. | irungentoo | |
2016-01-02 | Change init.d to SysVinit | Maxim Biro | |
2016-01-02 | Add information on how to update the bootstrap daemon | Maxim Biro | |
2016-01-01 | Keep it in alphabetical order | Maxim Biro | |
2016-01-01 | Version bump | Maxim Biro | |
2016-01-01 | Add Dockerfile for the daemon | Maxim Biro | |
2016-01-01 | Flush stdout output | Maxim Biro | |
Apparently when no tty is attached, which is the case for Docker, the buffer size for stdout increases to the point that only half of the entire log might be written. | |||
2016-01-01 | Unify function comment style | Maxim Biro | |
Use doxygen java-style function comments already used in log.[c|h]. | |||
2016-01-01 | Fix license headers and file descriptions | Maxim Biro | |
2016-01-01 | Fix include paths | Maxim Biro | |
They are relative to the Makefile instead of the source file itself, which is unintuitive and is messing with my IDE. |