Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-12 | Add "make install" step to Travis build. | iphydf | |
2016-08-12 | Build tox-bootstrapd in the cmake build. | iphydf | |
2016-08-12 | Only report coverage on clang, not on the GCC build. | iphydf | |
2016-08-12 | Add and use CMake build script | iphydf | |
Also, fix the hstox build that was taking half an hour. It now takes 5 minutes. Also, perform distcheck on travis to ensure that make dist works. It's not actually failing the build at the moment due to broken tests. | |||
2016-08-12 | Check code formatting on Travis. | iphydf | |
We run astyle on Travis and check if there is a diff. The build terminates if git finds a difference. | |||
2016-08-12 | Run hstox test suite against toxcore on Travis. | iphydf | |
2016-08-12 | Move toxcore travis build scripts out of .travis.yml. | iphydf | |
This is in preparation for having multiple types of build. One of the future builds will be a hstox build, another may be frama-c or some other static analyser. It makes sense to split these up into multiple builds, because each of them can take a while, and running them in parallel will speed things up. Also, the hstox test coverage should be reported separately from the toxcore auto_test coverage. | |||
2016-08-11 | Fix a few issues with running Toxcore tests on Travis-CI | Gregory Mullen (grayhatter) | |
> increased the timeout for TCP tests because per @irungentoo the network on Travis-CI can be slow sometimes > allowed groupchats test to restart on error until timeout This had to be done because current groupchats are fundamentally broken and 3/5 times they'll 'net-split' on connect >> Drop group chat tests, add comment to the reason > added some debugging information to TCP tests, and a #define to force IPV6 (Travis-CI only uses IPv4 on their containers) and decreased the itr interval > Went crazy with timeouts for Tox network stuff on Travis. Tests on TCP will still randomly fail due to timeouts. I can't reproduce on any local system. So again per @irungentoo, Travis is slow, let's offer it a short bus. | |||
2016-08-11 | Fix a bug I introduced that would make toxcore fail to initialise a second time. | iphydf | |
sodium_init returns 1 when the library was already initialised. Toxcore code wasn't prepared to handle sodium errors, so it thought it was an allocation error. This error is still not handled correctly. If crypto fails to initialise, it will think it's an allocation error. Fixing this requires too many code changes, so must be done later. | |||
2016-08-10 | Silence/fix some compiler warnings. | iphydf | |
Some of these (like the incompatible pointers one) are really annoying for later refactoring. | |||
2016-07-12 | Merge remote-tracking branch 'littlevulpix/patch-1' | iphydf | |
2016-07-12 | Merge branch 'master' into patch-1 | LittleVulpix | |
2016-07-12 | minor fixes to main readme | Gregory Mullen (grayhatter) | |
Requested, suggested | |||
2016-07-11 | Do the coverage thing too... | Gregory Mullen (grayhatter) | |
2016-07-11 | Change and move Bulid status icon | Gregory Mullen (grayhatter) | |
2016-07-11 | Documentation: SysVInit workaround for <1024 ports | LittleVulpix | |
Update the manual to provide a command necessary to open <1024 ports for users on SysVinit | |||
2016-07-07 | Enable toxcore logging when building on Travis. | iphydf | |
The logging code is rarely tested by users, so we use Travis to exercise it. | |||
2016-07-07 | Start recording test coverage and move to ubuntu precise. | iphydf | |
- We use coveralls.io to report on test coverage and avoid getting below a certain threshold. The threshold is currently 60%, but we will be increasing it when it stabilises. - We use gcc/clang -ftest-coverage and gcov to measure C test coverage. - We switched to container based Travis build infrastructure, which has the advantage of faster boot times[1] (1-6s vs. 20-52s). The trusty beta supports caching, but the longer boot times make it an unattractive target. - We now need to build more dependencies ourselves and cache the result. We still fetch what we can (currently opam, libvpx, and check) from apt. [1] https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments | |||
2016-07-07 | Remove trailing whitespace from toxav.in.h. | iphydf | |
2016-07-07 | Merge branch 'avswitch' of https://github.com/derivefh/toxcore | iphydf | |
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-09 | Added astyled toxav.h to match toxav.in.h | derive | |
2016-03-09 | Updated to match current toxav.h | nobody | |
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 | |