Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-06Account plan array is needed by non pedantic builds.Ladar Levison
2018-12-06Updated the comparison operator in the new registration test logic.Ladar Levison
2018-12-06Added plan based expiration date checks to registration unit test.Ladar Levison
2018-12-06Added unit tests for the time stamp functions. Fixed time printing bug.Ladar Levison
2018-12-05Tweaked the Sandbox config for easier debugging.Ladar Levison
2018-12-04Check whether secure memory blocksize is greater than 0.Ladar Levison
2018-12-04Removed unneeded true.Ladar Levison
2018-12-04Initialize multi using an enumerated type.Ladar Levison
2018-12-04Initialize multi struct.Ladar Levison
2018-12-01The SPF result could have been used without initialization.Ladar Levison
2018-12-01Fixed a SQL connection reference inside the sql_ping function.Ladar Levison
2018-12-01Configure database connections to use the ALLOW_INVALID_DATES SQL mode.Ladar Levison
2018-12-01Found a test that didn't handle the lack of pedantic checks and no tree support.Ladar Levison
2018-11-30Forgot the Makefile on previous commit.Ladar Levison
2018-11-30Disabling the static library recipes for now.Ladar Levison
2018-11-30Improving the make dependency logic.Ladar Levison
2018-11-30Minor unit test boolean type comparison fixed.Ladar Levison
2018-11-30Needed to increase the buffer in load.c not the global buffer size.Ladar Levison
2018-11-30Merging libcore ifdef rules into core module.Ladar Levison
2018-11-30Enlarge the Jansson error message buffer to avoid overflows.Ladar Levison
2018-11-30With parallel make runs, block until magmad.so is built.Ladar Levison
2018-11-30Remove the documentation artifacts during distclean.Ladar Levison
2018-11-30Added the packed attribute to structs nested inside already packed structs.Ladar Levison
2018-11-30Library build script detects when curl is missing and uses the bundled version.Ladar Levison
2018-11-30Facilitate the quick building of a standalone dependency.Ladar Levison
2018-11-30Handle a missing latext or html output directory.Ladar Levison
2018-11-30Fixed string opts on data buffer to make append valid.Ladar Levison
2018-11-30Detect a missing magmad.so path properly.Ladar Levison
2018-11-30Fixed the read/write pedantic logging ifdef logic.Ladar Levison
2018-11-29Updated to the gd configuration so it can detect and enable freetype support.Ladar Levison
2018-11-29Adjusted two errant variables that were unused if pedantic logging is disabled.Ladar Levison
2018-11-29Handle environment/command line make variable overrides.Ladar Levison
2018-11-28Makefile syntax/indentation cleanup.Ladar Levison
2018-11-28Fixed an array size issue in unit tests, and type comparison.Ladar Levison
2018-11-28Fixed an improper string init in the bitwise check, and type comparison in HT...Ladar Levison
2018-11-28Various data type tweaks to avoid invalid comparisons, access.Ladar Levison
2018-11-22Cleanup the sandbox log files when running the reset script.Ladar Levison
2018-11-22Ignore logging options when printing startup/shutdown banners.Ladar Levison
2018-11-22Fixed the spurious TCP error trigged by the dropped POP connection.Ladar Levison
2018-11-22Check will always print to console. Errors always goto log file (if enabled).Ladar Levison
2018-11-22Removed improper print statement from string comparison unit test.Ladar Levison
2018-11-22Ignore config file log options when printing the init banner.Ladar Levison
2018-11-22Moved the standalone stack trace print function into core.Ladar Levison
2018-11-22Correct syntax typo introduced by the path resolution logic commit.Ladar Levison
2018-11-22Fixed the MySQL unit test include resolution bug.Ladar Levison
2018-11-22Updated the path resolution logic used by scripts.Ladar Levison
2018-11-21Cleanup the console descriptors.Ladar Levison
2018-11-21Valgrind check script cleanup.Ladar Levison
2018-11-21Merge branch 'develop' of ssh://github.com/lavabit/magma into developLadar Levison
2018-11-21Updated Valgrind suppressions.Ladar Levison