Revisions of c-toxcore

buildservice-autocommit accepted request 1144114 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 19)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 18)
- Use sysuser-tools to generate c-toxcore user and group.
buildservice-autocommit accepted request 985135 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 17)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 16)
- Update to 0.2.18
  * Features
    - Merge group announce portion of new groupchats implementation @JFreegman (#2230)
    - Allow overriding mono_time in tox_new. @iphydf (#2206)
    - Store announcements @zugz (#2147)
    - Add support for custom random number generator. @iphydf (#2190)
    - Merge moderation portion of new groupchats codebase @JFreegman (#2169)
    - Add support for overriding network functions. @iphydf (#2177)
    - Merge onion_announce changes from new groupchats fork @JFreegman (#2164)
  * Performance improvements
    - Make time move a lot faster in fuzzing runs. @iphydf (#2193)
  * Bug Fixes
    - remove the assert because buffer can be larger than UINT16_MAX. @zoff99 (#2299)
    - Don't allow onion paths to be built from real friends. @iphydf (#2287)
    - Fix potential array out-of-bounds in DHT onion path building. @iphydf (#2282)
    - Allow onion paths to be built from more random nodes. @iphydf (#2283)
    - Really fix overrun added in e49a477 @zugz (#2273)
    - Add missing return on error @JFreegman (#2272)
    - Fixed leak and overrun added in e49a477 @zugz (#2266)
    - Format IP as string again in error log. @iphydf (#2257)
    - Fix a stack overflow triggered by small DHT packets. @iphydf (#2255)
    - Don't crash if RNG init failed. @iphydf (#2246)
    - fix typo in git command in INSTALL.md @zugz (#2225)
    - Correct calculation of packet sent time @zugz (#2195)
    - Eliminate memory leak in toxav. @iphydf (#2155)
    - Allow port range in DHT_bootstrap.c. @iphydf (#2143)
  * Documentation
    - Add information regarding git submodules, cmp to INSTALL.md @Tha14 (#2201)
    - Put all the tox public api into a fake "tox" namespace. @iphydf (#2153)
  * Maintenance (Grunt tasks)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 15)
- Update to 0.2.17
  * Performance improvements
    - Refactor onion_client.c do_friends() to reduce network traffic @JFreegman (#2078)
    - fix issue with friend finding taking too long after disconnects. @JFreegman (#2092)
  * Bug Fixes
    - Report failure to DHT bootstrap back to the client. @iphydf (#2104)
    - Null function pointer dereference. @iphydf (#2094)
    - out-of-memory condition by corrupted save file @sudden6 (#2084)
    - toxsave memory leak while loading groups @sudden6 (#2064)
  * Documentation
    - Clean up doxygen comments to be more doxygen-like. @iphydf (#2136)
  * Maintenance (Grunt tasks)
    - Enable a bunch more warnings in GCC builds. @iphydf (#2122)
    - remove cpufeatures.c @sudden6 (#2100)
    - remove DHT_test.c since it's unused @sudden6 (#2098)
    - Add a .clang-format that mostly agrees with astyle. @iphydf (#2075)
    - Make coverity scan a nightly job. @iphydf (#2074)
    - Simplify and speed up windows builds using docker image. @iphydf (#2072)
    - Fix build-args in win32/win64 docker build. @iphydf (#2073)
    - Add docker image builds for windows cross compiler. @iphydf (#2070)
  * Maintenance (Code cleanup)
    - Add explicit callback setters for MSI callbacks. @iphydf (#2134)
    - Split util.c out of the network library. @iphydf (#2131)
    - Remove redundant () around return expression. @iphydf (#2130)
    - Move test-only functions into tests. @iphydf (#2135)
    - Remove redundant Messenger and DHT tests. @iphydf (#2133)
    - Remove EAGAIN from the list of ignored errors. @iphydf (#2127)
    - Remove port from Broadcast_Info. @iphydf (#2126)
    - Don't reference local variables in macro bodies. @iphydf (#2125)
    - Remove some more implicit bool conversions. @iphydf (#2123)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 14)
- Update to 0.2.18
buildservice-autocommit accepted request 954317 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 13)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 12)
- Update to 0.2.15
  * Bug Fixes
    - Reduce logging verbosity even more. @iphydf (#1984)
    - Reduce logging verbosity in TCP server. @iphydf (#1980)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 11)
- Update to 0.2.14
  * Features
    - Add WASM build for toxcore and websocket bootstrap node. @iphydf (#1950)
    - Add programs for creating savedata & bootstrap keys @nurupo (#1818)
    - Add automatic fuzz testing for c-toxcore @sudden6 (#1720)
  * Performance improvements
    - Make the key cracker a bit faster @sudden6 (#1622)
  * Bug Fixes
    - potential freeing of an immutable static buffer @nurupo (#1948)
    - Fix bootstrap on emscripten/wasm. @iphydf (#1945)
    - unintentional integer down-casts @JFreegman (#1928)
    - corruption in key files, making it unable to load when node starts. @Tha14 (#1923)
    - group av memory leak @JFreegman (#1926)
    - vbuffer overwrite in bootstrap config @JFreegman (#1917)
    - Fix toxav_basic_test buffer overflow. @iphydf (#1879)
    - don't count filetransfer as sending until accepted @sudden6 (#1878)
    - Fix some uninitialised memory errors found by valgrind. @iphydf (#1877)
    - a double-unlocking mutex in toxav @nurupo (#1832)
    - use correct sample size in toxav_basic_test @sudden6 (#1845)
    - possible unintended negative loop bound @JFreegman (#1836)
    - Fix file permission issue with toxchat/bootstrap-node Docker container @nurupo (#1765)
    - off-by-one error caused by integer division without proper cast @JFreegman (#1754)
    - Fixed uninitialised value copy. @iphydf (#1751)
  * Documentation
    - Add doxygen configuration and netlify publishing. @iphydf (#1974)
  * Maintenance (Grunt tasks)
    - Make the last few remaining top level comments doxygen style. @iphydf (#1972)
    - Sync all comments between header and source files. @iphydf (#1971)
    - Make run-infer script use docker. @iphydf (#1958)
    - Properly copy Node_format using serialized format @JFreegman (#1955)
buildservice-autocommit accepted request 802468 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 10)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 9)
- Update to 0.2.12
  * Merged PRs:
    - #1457 Disable non-hermetic tests by default.
    - #1456 Limit the number of friends you can have to ~4 billion.
    - #1452 Add execution trace option for debugging.
    - #1447 Udp dht group chats
    - #1444 Set up release-drafter to automatically draft the next release.
    - #1443 Allow test coverage to fluctuate 2% up and down, but not below 80%.
    - #1442 Add CODEOWNERS and settings.yml files.
    - #1441 [ImgBot] Optimize images
    - #1439 Fix continuous integration builds.
    - #1437 Rework the toxchat/bootstrap-node Docker image.
    - #1435 Enable TCP relay test in Bazel and autotools build.
    - #1434 Skip invalid TCP relays and DHT nodes when loading save data.
    - #1433 Fix saving of combination of loaded and connected TCP relays
    - #1430 Invert not_valid functions and name them is_valid.
    - #1429 Fix things not being initialized if creating a TCP-only network
    - #1426 Remove tokstyle exemptions from build files.
    - #1425 Stop using the "inline namespace" feature of apidsl.
    - #1424 Add new semi-private API functions to set per-packet-id custom handlers.
    - #1423 Give CI workflow a better name: clang-sanitizers
    - #1422 Use public API for sending in RTP
    - #1421 Install ci-tools and get tokstyle via the script it provides.
    - #1420 Use tox public API for sending packets in toxav BWController
    - #1419 Remove newlines from the end of LOGGER format strings.
    - #1418 Change ToxAVCall struct mutex to a more distinct name
    - #1417 Create own instance of Mono_Time for ToxAV
    - #1416 Stop using Messenger's mono_time in bandwidth controller.
    - #1415 Fix 2 memory leaks in ToxAV.
    - #1414 Show function names in asan/tsan stack traces on CircleCI.
buildservice-autocommit accepted request 617451 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 8)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 7)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 6)
- switch building from autotools to cmake, so uTox can build.
  See https://github.com/uTox/uTox/issues/1205
buildservice-autocommit accepted request 597832 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 5)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 4)
- update to 0.2.2
  - #872 Restrict packet kinds that can be sent through onion path.
  - #864 CMake warn if libconfig not found
  - #863 Remove broken and unmaintained scripts.
  - #859 Add clarifying comment to cryptpacket_received function.
  - #857 Avoid the use of rand() in tests.
  - #846 Disallow stderr logger by default.
  - #845 Fix coveralls reporting.
  - #844 Add COVERAGE cmake flag for clang.
  - #825 Add default stderr logger for logging to nullptr.
  - #824 Simplify sendpacket function, deduplicate some logic.
  - #809 Remove the use of the 'hh' format specifier.
  - #801 Add logging to the onion_test.
  - #797 Move struct DHT_Friend into DHT.c.
buildservice-autocommit accepted request 594685 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 3)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 2)
- fix build failure for Leap 42.3
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 1)
Displaying all 19 revisions
openSUSE Build Service is sponsored by