Commit Graph

40 Commits

Author SHA1 Message Date
Vincent Castellano
e0c739148b Remove -Werror for dev 2015-05-15 09:17:23 -07:00
Vincent Castellano
3c6b54c6e1 Merging to remove bad branch 2015-05-15 09:17:23 -07:00
vvaltman
402375ec43 added json support 2015-05-11 14:20:34 +03:00
vvaltman
67ec7aa4b3 many fixes 2015-04-16 16:42:44 +03:00
vvaltman
4630862924 Small fixes 2015-01-09 14:54:46 +03:00
Vysheng
a9b5fbe642 Fixed Makefile 2014-11-12 18:00:44 +03:00
Vysheng
2c340e59bf Detached libtgl 2014-11-12 17:39:22 +03:00
Vysheng
47a12f1a2a Makefile.in: deleted net.o and tgl-timers.o from libtgl. Libtgl now does not depend from libevent 2014-11-11 20:34:32 +03:00
Vysheng
56fe7bed54 Refactored code a bit to better separation of library. Library can now be compiled without libevent. 2014-10-24 21:43:08 +04:00
vvaltman
11bf4177cc Added dump-tl binary. Updated to 17 layer 2014-09-29 16:11:48 +04:00
vvaltman
7d7a40a8b6 Fixed configure. Added fwd_media command 2014-09-07 19:17:35 +04:00
Vysheng
f2734e5925 Fixed CE 2014-09-03 13:49:38 +04:00
Vysheng
ab5aa2b6ba Added dependence to Makefile 2014-09-02 14:32:25 +04:00
Vysheng
e1d6fed2d6 Added dependences to Makefile 2014-09-02 14:23:22 +04:00
vvaltman
6b28264515 Updated to layer 16 2014-08-31 18:57:03 +04:00
V Valtman
4ee5af1e2e Fixes with awk and upper case 2014-08-22 13:49:11 +00:00
Vysheng
e098f274de Fixed dependence list 2014-08-22 16:00:33 +04:00
vvaltman
2b2cc686fc updates 2014-08-18 20:39:04 +04:00
vvaltman
cedc1d17d4 many fixes 2014-08-15 02:16:01 +04:00
Vysheng
b12ca53816 many updates 2014-08-14 22:03:33 +04:00
Vysheng
418cad58d1 Some refactoring 2014-08-13 16:56:55 +04:00
vysheng
d3780ebeff Mant fixes. Sometimes work now 2014-08-13 01:22:15 +00:00
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