Vysheng
337be90978
many changes
2014-08-12 19:15:04 +04:00
Vysheng
a05d1cfd4f
Fixed build options. Updated gitignore
2014-08-12 16:29:42 +04:00
Vysheng
a92ac340aa
many fixes. Autogenerated code probably works
2014-08-12 16:20:00 +04:00
vysheng
811df367cd
Updates
2014-08-12 09:59:59 +00:00
Dmitrij D. Czarkoff
1ab7185fdc
Added "-Wno-deprecated-declarations" to COMPILE_FLAGS
2014-02-26 10:15:35 +01:00
Dmitrij D. Czarkoff
99da1e7f1b
Removed "-Wno-deprecated" from COMPILE_FLAGS
...
This feature is new to GCC 4.4, while OpenBSD uses 4.2.1
2014-02-25 16:29:25 +01:00
antma
c0d616cc2e
remove -lssl from Makefile.in
...
please add AC_CHECK_LIB([ssl], [function-name]) to configure.ac in the case of failed linkage
2014-02-05 15:12:01 +04:00
antma
7a76b66fe2
remove printf from signal handlers
...
use AC_SEARCH_LIB in configure.ac (shorter code)
replace '-lm -lcrypto -lz' by @LIBS@ in Makefile.in and AC_CHECK_LIB macros in configure.ac
replace NO_BACKTRACE by HAVE_EXECINFO_H
2014-02-03 16:25:09 +04:00
Vysheng
6b0d354e69
Added partial lua support
2014-01-12 04:43:29 +04:00
antma
3795a77618
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
vysheng
5cae1a7f3d
Merge BSD-fixed from lwhsu
2013-12-20 17:57:00 +04:00
Li-Wen Hsu
cdd0d2c457
Clean up more generated files
2013-12-19 02:25:34 +08:00
Li-Wen Hsu
3f48c7dc13
Restore flags not supported by gcc 4.2
2013-12-19 02:17:21 +08:00
Li-Wen Hsu
efdaafe0b2
Make it compile on FreeBSD.
2013-12-17 02:30:36 +08:00
Vysheng
8ad5053c66
Partial support for binlog. It now can track user, secret chat and auth updates.
2013-11-15 04:08:24 +04:00
vysheng
0d99482877
Added files for binlog
2013-11-13 04:11:25 +04:00
vysheng
65edc1789b
Maybe it would compile on mac now
2013-11-11 15:34:45 +04:00
vysheng
6ce15fda97
Added configure script. Some interface fixes
2013-11-10 02:47:19 +04:00