Commit graph

17 commits

Author SHA1 Message Date
mjentsch
334101c406 Improve logging system 2014-10-03 14:23:15 +02:00
mjentsch
5a425be62f Remove unused code and build files 2014-08-23 12:57:38 +02:00
mjentsch
54091b26e3 Log all output of verbosity-level 1 to libpurple log 2014-08-22 17:39:05 +02:00
mjentsch
8a2c043db4 Refactor - Intermediate Commit 2 2014-07-29 15:36:59 +02: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