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
2017-06-27Handle non-errors.fix/networking-code-cleanupLadar Levison
2017-06-27Change the way TCP zero results are handled.Ladar Levison
2017-06-27Refactored the network code to use tcp/tls read/write interfaces.Ladar Levison
2017-06-27Use short option for specifying output to support older versions of GCC.Ladar Levison
2017-06-23Spanning chunks work! Added a large message to the corpus for testing.Ladar Levison
2017-06-23All of the current spanning chunk tests are passing.Ladar Levison
2017-06-23Encrypted spanning chunks work... along with the low level unit test.Ladar Levison
2017-06-23Skipped checks shouldn't be counted as failures/errors...Ladar Levison
2017-06-23First attempt at part_decrypt added to the repo. Tests still failing.Ladar Levison
2017-06-23Added a strip target to the Makefile.Ladar Levison
2017-06-23Normalized how the packed attribute is applied to structures.Ladar Levison
2017-06-23Fixed the SQL/Key change git status issue by adding skip-worktree.Ladar Levison
2017-06-23Makefile... moved the output param to beginning, plus misc clenaup.Ladar Levison
2017-06-22WIP: Body part code reorganized, and new chunk flags defined. Ladar Levison
2017-06-20Merge remote-tracking branch 'jpadkins/feature/spanning-chunks' into fix/netw...Ladar Levison
2017-06-20Merge remote-tracking branch 'origin/develop' into fix/networking-code-cleanupLadar Levison
2017-06-15Fixed the HTTP append bug. Also checking in the updated project files.Ladar Levison
2017-06-15Linked the bundled bin path together with the libs during make check.Ladar Levison
2017-06-15Fixed the system limit check by hard coding the open file limit.Ladar Levison
2017-06-14docs(README): fix credits formattingZero King
2017-06-14Updated part_encrypt and part_decrypt.jpadkins
2017-06-10Added working part layer.jpadkins
2017-06-06Remove unused provider tarballs.Ladar Levison
2017-06-06ClamAV set to 0.98.4, opts cleanup, along with Zlib reversion to 1.2.8.feature/bundled-provider-updatesLadar Levison
2017-06-06Updated bundled providers: ClamAV, Freetype, PNG, XML, LZO, UTF, ZLIB.Ladar Levison
2017-06-06Added -Wno-narrowing to the MySQL build function.Ladar Levison
2017-05-26Allow invalid datetime values, so the Magma schema will load properly.Ladar Levison
2017-05-26Cleaned up stray log_enables() and misc readme instructions.Ladar Levison
2017-05-26Merged upstream/develop with new OpenSSL versionjpadkins
2017-05-26Merge branch 'develop' of https://github.com/lavabit/magma into feature/misc-...jpadkins
2017-05-26Fixed bug in IMAP and POP starttls tests.jpadkins
2017-05-26Updated the bundled OpenSSL version to 1.0.2l.Ladar Levison
2017-05-25Solve the TLS accept/connect problem using a retry loop.feature/misc-testsLadar Levison
2017-05-25Added the set connect/accept state and handshake symbols.Ladar Levison
2017-05-25Renamed block setup function to net_set_blocking() for clarity.Ladar Levison
2017-05-24Fixed a memory leak in openssl.cjpadkins
2017-05-24Updated MIME Types test and mime.cjpadkins
2017-05-24Fixed a leak in check_smtp_checkers_filters.jpadkins
2017-05-23Updated the STARTTLS checks to use the proper sequence of steps.jpadkins
2017-05-20Implemented the RBL test correctly.jpadkins
2017-05-18Dirty commit: Fixed typo.jpadkins
2017-05-18Reformatted Camelface basic testjpadkins
2017-05-17Merge remote-tracking branch 'origin/feature/misc-tests' into feature/misc-testsjpadkins
2017-05-17Small misc changes to SMTP tests.jpadkins
2017-05-16Curve selection function added back.Ladar Levison
2017-05-16Disabling TLS read ahead.Ladar Levison
2017-05-16Fix ECDH auto negotiation.Ladar Levison
2017-05-16Updated ECDH configuration.Ladar Levison
2017-05-16Fixed the status after store bug.Ladar Levison
2017-05-08Updated README.mdjpadkins