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
2018-06-24Auto-discover path to arBen Wiederhake
Fixes https://github.com/majn/telegram-purple/issues/454
2017-06-16Fix "rpl_malloc not found" when cross-compiling, re-run autoreconfBen Wiederhake
AC_FUNC_MALLOC & AC_FUNC_REALLOC cause link errors when cross-compiling. It seems the preferred solution is to just remove them, and optionally adding them to the AC_CHECK_FUNCS section. Examples: - https://github.com/LLNL/ior/issues/4 - https://github.com/stakizawa/kmrnext/commit/47331724c1b1010b4adcad936f6aa14bde1ddebb - https://github.com/eribertomota/axel/commit/6667e4cb91ef3f5ac25cea02e3cd5ea49d48b3e3 (used as template for this commit message; thanks!) - https://rickfoosusa.blogspot.de/2011/11/howto-fix-undefined-reference-to.html
2015-12-30Fix bad usage of bswapBen Wiederhake
2015-12-30Fix linking on FreeBSDBen Wiederhake
2015-10-19updated configureV V
2015-10-19Check for correct gcrypt version.Ben Wiederhake
2015-10-04Adapt to updated tl-parser.Ben Wiederhake
2015-10-01Implement the big OpenSSL switch.Ben Wiederhake
Do note that --without-openssl can't be made to work, sadly.
2015-10-01Implement aes_altern.c using gcrypt.Ben Wiederhake
2015-10-01Fix option alignment.Ben Wiederhake
2015-05-13should compile nowvvaltman
2015-04-27added get_msg queryvvaltman
2014-11-12Fixed bugs. Added readmeVysheng
2014-11-12tgl: initial commitVysheng