summaryrefslogtreecommitdiff
path: root/toxencryptsave
AgeCommit message (Expand)Author
2020-05-04Fix typo: `NAC_LIBS` -> `NACL_LIBS`.iphydf
2020-05-02Add a check that we don't have any unused functions.iphydf
2020-04-16Remove tokstyle exemptions from build files.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-10-09Consistently use camel case enum names.iphydf
2018-09-14Standardise header guards.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-06-25Remove utils.c and utils.h from toxencryptsave build.iphydf
2018-06-25Fixes to the imported sodium sources to compile without warnings.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-28Avoid clashes with "build" directories on case-insensitive file systems.iphydf
2018-01-22Publish a single public BUILD target for c-toxcore.iphydf
2018-01-21Make BUILD files more finely-grained.iphydf
2018-01-18Use C99 standard in bazel builds.iphydf
2018-01-18Add bazel build scripts for c-toxcore.iphydf
2017-12-29Change toxencryptsave API to never overwrite pass keys.iphydf
2017-10-27Adjust docs of few toxencrypt function to the codeDiadlo
2017-03-30Implement missing TES constant functions.iphydf
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-18Setup autotools to read .so version info from a separate fileSergey 'Jin' Bostandzhyan
2017-01-12Clarify that the pass key `new` function can fail.iphydf
2017-01-08Set up autotools build to build against vanilla NaCl.iphydf
2016-12-22Improve documentation of crypto_core.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-12-19Remove unused get/set salt/key functions from toxencryptsave.iphydf
2016-12-17docs(TES): correct docs to reflect how many bytes fns actually requireZetok Zalbavar
2016-12-14Fix unresolved reference in toxencryptsave API.iphydf
2016-12-13Add apidsl file for toxencryptsave.iphydf
2016-12-09Improve toxencryptsave documentationMaxim Biro
2016-09-28v0.0.0 => v0.0.1Gregory Mullen (grayhatter)
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-12Check code formatting on Travis.iphydf
2016-02-26Add missing files so that archive for make dist is completeRoman Yepishev
2016-02-13lets define this correctlly insteadGregory Mullen (GrayHatter)
2016-02-13added the dropped ;Gregory Mullen (GrayHatter)
2016-02-13added versioning to toxencryptsaveGregory Mullen (GrayHatter)
2016-01-30Fixes.irungentoo
2015-05-27Allow empty keys in toxencryptsave.irungentoo
2015-05-26These parameters should have been const.irungentoo
2015-04-01Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2015-04-01Enough pestering me pleaseDubslow
2015-03-31Make keys into a struct for more programmer safetyDubslow
2015-03-31Fix minor code duplicationDubslow
2015-03-31Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2015-03-31Fix toxencryptsave to be consistent with new_apiDubslow
2015-03-26Making tox_encrypted_new() use the same error codes as tox_new was a bad idea.irungentoo