index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
other
/
fun
Age
Commit message (
Expand
)
Author
2020-04-26
Rework the toxchat/bootstrap-node Docker image.
iphydf
2020-04-20
Enable TCP relay test in Bazel and autotools build.
iphydf
2020-04-04
Add minimal save generator
Maxim Biro
2020-03-12
Use rules_cc instead of native cc_library rules.
iphydf
2018-08-19
Avoid redefining macros from different files.
iphydf
2018-08-19
Fix const cast in save-generator.
iphydf
2018-08-19
Add save file generator, save compatibility test, and generate a save file
endoffile78
2018-07-22
Run Clang global static analysis on Travis.
iphydf
2018-07-21
Avoid implementations in .h files or #including .c files.
iphydf
2018-03-16
Remove the use of the 'hh' format specifier.
iphydf
2018-02-08
Use the markdown GPLv3 license in the c-toxcore repo.
iphydf
2018-02-08
Fix LAN discovery on FreeBSD.
iphydf
2018-02-08
Remove csrc from the RTPHeader struct.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-28
Avoid clashes with "build" directories on case-insensitive file systems.
iphydf
2018-01-21
Add BUILD files for all the little tools in the repo.
iphydf
2016-09-09
Minor cleanups: header reordering, adding {}.
iphydf
2016-08-12
Check code formatting on Travis.
iphydf
2015-02-01
Add script to generate save files with custom keys
Alexandre Erwin Ittner
2014-07-09
Merge branch 'fun-bootstrap-node-info' of https://github.com/nurupo/InsertPro...
irungentoo
2014-07-09
Added a script to query DHT bootstrap node info
Maxim Biro
2014-06-20
Fixed a case when public key contained null bytes
Maxim Biro
2014-06-20
Fixed sodium include
Maxim Biro
2014-06-20
Added strkey
Maxim Biro
2014-06-20
Fix exceptional file leak in other/fun/sign.c
Tux3 / Mlkj / !Lev.uXFMLA
2014-04-16
multiple spelling fixes
Carlos E. Garcia
2014-02-10
Added entry to TODO and a public key cracker (vanity key finder) to other/fun.
irungentoo
2014-02-09
Fixed memory leaks and removed repeated code
Maxim Biro
2013-08-29
Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo...
irungentoo
2013-08-29
Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...
pete
2013-08-21
Added signer/checker using ed25519 and libsodium I wrote for fun.
irungentoo