Commit graph

23 commits

Author SHA1 Message Date
nopjmp
66d35aea76 fixed RAND_bytes return code checking 2014-09-03 19:39:42 -05:00
Vysheng
a60ae1ae93 Fixed CE on MACH 2014-09-03 19:15:39 +04:00
Vysheng
d2ac430c9c Fixed bad assertion. Maybe fixed MACH CE 2014-09-03 13:39:28 +04:00
vvaltman
ab5b9c306f Fixed licenses. libtgl is now distributed under LGPL 2.1+ 2014-08-22 02:02:43 +04:00
vvaltman
8c58fb7f00 fixes 2014-08-21 05:56:53 +04:00
vvaltman
bd4e59b6ab updates 2014-08-21 02:33:19 +04:00
vvaltman
b1cbaa5105 many fixes 2014-08-15 02:16:01 +04:00
Vysheng
4a48059e8a many updates 2014-08-14 22:03:33 +04:00
Vysheng
7741fe8da9 many changes 2014-08-12 19:15:04 +04:00
Vysheng
474a76a010 many fixes. Autogenerated code probably works 2014-08-12 16:20:00 +04:00
vysheng
db585c6d80 Added mark_read to lua functions 2014-01-28 16:40:35 +04:00
antma
eb2bc7f0ff fix #include "config.h" for all source files 2014-01-13 17:05:25 +04:00
antma
850c5f8eb5 don't output backtrace in out of memory case 2014-01-13 16:36:29 +04:00
antma
4ccacb146c add functions tstrndup (auto check return value of strndup calls) 2014-01-13 16:26:48 +04:00
Vysheng
90dd95392f Added partial lua support 2014-01-12 04:43:29 +04:00
Vysheng
3714035357 tools.c: deleted unneeded arrays 2014-01-11 20:03:02 +04:00
Vysheng
8c3953f84f tools: added more debug 2014-01-11 20:00:31 +04:00
vysheng
0a9532dc48 Merge branch 'master' of https://github.com/antma/tg
Conflicts:
	tools.c
2014-01-10 21:16:26 +04:00
vysheng
4a9eedba81 Fixed warning 2014-01-10 21:13:27 +04:00
antma
afdcd9b7df fix missed inflateEnd call and enhance handling inflate return value 2014-01-10 20:54:47 +04:00
vysheng
feed5229b5 free->tfree. Memory checks, if compiled with -DDEBUG 2014-01-10 18:37:56 +04:00
vysheng
692c9274ce realloc->trealloc 2014-01-10 17:08:12 +04:00
antma
bb24fba98f check return values of strdup and malloc
add talloc0 function (malloc and zero fill)
check return values of arithmetic openssl BN_* functions
check return values of BN_bin2bn function
remove useless BN_init calls right after BN_new
fix 2 small memory leaks
2014-01-10 15:32:57 +04:00