index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auto_tests
/
file_saving_test.c
Age
Commit message (
Expand
)
Author
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2018-10-09
Consistently use camel case enum names.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-16
Limit the size of a save file in file_saving_test.
iphydf
2018-08-16
Prune long long warnings.
Leonid Bobrov
2018-08-12
Check that the save file size isn't larger than our address space.
iphydf
2018-07-23
More fixed_width ints and incorporating file_saving_test.c
hugbubby
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-23
Link all tests to the android cpufeatures library if available.
iphydf
2018-02-18
Disable lan discovery in most tests.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-21
Don't allocate or dereference Tox_Options in tests.
iphydf
2018-01-18
Use C99 standard in bazel builds.
iphydf
2017-06-05
Build tests on appveyor, the MSVC build.
iphydf
2017-05-13
Make variable names in file saving test less cryptic.
pranomostro
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-12-16
Add test for obtaining savedata, writing it to a file, reading it again and c...
pranomostro