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

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-27Use correct macro to distinguish between Darwin and notmirabilos
The __MACH__ macro is set on multiple systems, such as GNU/Hurd, not just on Darwin (Mac OS X), so use __GNU__ for the former, __APPLE__ for Darwin. See also: https://bugs.debian.org/701764#3
2015-11-09some fixes to windows pull requestV V
2015-10-25Use binary open() mode to prevent corruption of images on WindowsEion Robb
2015-10-22Allow compiling on WindowsEion Robb
2015-10-01Split along aes.h.Ben Wiederhake
2015-10-01Split along rand.h.Ben Wiederhake
2015-10-01Split along sha.h.Ben Wiederhake
2015-10-01Split along rsa.h and pem.h (compiles again).Ben Wiederhake
2015-10-01Split along bn.h (skip when bisecting).Ben Wiederhake
2015-01-12support for 22 layervvaltman
2014-11-12tgl: initial commitVysheng