vysheng
75ac98863a
Update main.c
2014-02-03 16:19:41 +03:00
vysheng
5777268841
Merge pull request #56 from antma/master
...
remove printf from signal handlers and reduce configure.ac
2014-02-03 05:18:40 -08: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
c0e52584dd
Merge github.com:vysheng/tg
2014-01-31 20:05:18 +04:00
Vysheng
33d25bab99
Use tree for peer_name search
2014-01-31 20:03:40 +04:00
vysheng
69a5a51726
Update README.md
2014-01-31 01:11:17 +03:00
vysheng
da0369aaef
Merge pull request #52 from markitosgv/patch-1
...
Update interface.c
2014-01-30 08:47:35 -08:00
Marcos Gómez Vilches
f325ad5460
Update interface.c
...
Fix typo in help command
2014-01-30 17:46:09 +01:00
vysheng
ad8829549c
Update README.md
2014-01-30 16:01:50 +03:00
vysheng
d1cdcabe6f
Update README.md
2014-01-30 16:01:15 +03:00
vysheng
b02bd3bade
Merge pull request #51 from asdofindia/patch-1
...
Added chat_with_peer in commands. Also explained what peer is.
2014-01-30 04:57:28 -08:00
Vysheng
ec0d7274be
main.c: deleted include execinfo if no backtrace needed
2014-01-30 15:49:26 +04:00
Vysheng
a52b55fef9
mtproto-client: do not use TCPQUICKACK in cygwin
2014-01-30 15:45:01 +04:00
Vysheng
50bec2d164
Added cygwin fixes
2014-01-30 15:01:16 +04:00
Akshay S Dinesh
6de3da78a5
Added chat_with_peer in commands. Also explained what peer is.
2014-01-30 11:09:16 +05:30
vysheng
e12d05b081
Merge pull request #49 from alesnav/patch-1
...
Little typo error in readme
2014-01-29 12:37:47 -08:00
Alejandro Navarro
41da8ddf0d
Little typo error in readme
2014-01-29 21:15:30 +01:00
vysheng
f384943951
Update README.md
2014-01-29 14:15:56 +03:00
vysheng
bc354b96ce
Added mark_read to lua functions
2014-01-28 16:40:35 +04:00
Vysheng
fd4780b83c
maybe fixed conn restart
2014-01-27 21:23:58 +04:00
Vysheng
96b47dad13
Merge github.com:vysheng/tg
2014-01-27 21:06:02 +04:00
vysheng
e0c65ac639
Merge branch 'master' of github.com:vysheng/tg
2014-01-27 19:10:41 +04:00
vysheng
408c51e58f
Deleted aio.h include
2014-01-27 19:10:02 +04:00
Vysheng
d1050e7a93
Merge github.com:vysheng/tg
2014-01-24 19:06:02 +04:00
Vysheng
8f63825890
added delete/restore messages queries
2014-01-24 19:05:41 +04:00
vysheng
eb54c5f0a8
Merge pull request #41 from gloob/master
...
Fixed typo in linux lib install instructions in README.md
2014-01-24 06:00:38 -08:00
vysheng
3c6423aa9a
Merge pull request #42 from antma/master
...
AES_KEY structure clean up
2014-01-24 06:00:21 -08:00
antma
8b4085ff93
AES_KEY structure clean up
2014-01-23 19:49:57 +04:00
Alejandro Leiva
d37fd1440d
Fixed typo in linux lib install instructions in README.md
2014-01-23 10:47:45 +01:00
vysheng
bc8e97cdba
Merge pull request #40 from antma/master
...
fix very small memory leaks
2014-01-21 07:09:16 -08:00
antma
167fcea095
fix free in the hypotetic case when binlog message contain NUL character in the middle
2014-01-21 18:36:46 +04:00
antma
989d6de654
fix memory leak during replaying CODE_binlog_set_chat_title
2014-01-21 18:26:56 +04:00
antma
364fe4ebe4
add check that BN_is_prime return value is not negative
...
fix memory leak (BN_clear doesn't release allocated memory)
2014-01-21 18:24:40 +04:00
antma
32d7286640
Merge remote-tracking branch 'upstream/master'
2014-01-21 17:46:41 +04:00
vysheng
ea2dbbdf61
Merge pull request #39 from antma/master
...
improve portability by removing rdtsc calls
2014-01-21 03:35:12 -08:00
antma
49618453fa
Merge remote-tracking branch 'upstream/master'
2014-01-20 12:57:20 +04:00
vysheng
22a81ff87f
Fixed get_peer from lua
2014-01-17 19:46:33 +00:00
vysheng
71e5991c59
Fixed load audio
2014-01-17 18:16:35 +04:00
antma
192b82ef95
use rdtsc for seeding prng only at i386 and x86_64 platforms
...
https://github.com/vysheng/tg/issues/8
2014-01-17 16:19:12 +04:00
antma
22c1a41109
improve portability by removing rdtsc calls
...
https://github.com/vysheng/tg/issues/8
2014-01-15 19:29:26 +04:00
vysheng
4b6870f048
Merge branch 'master' of github.com:vysheng/tg
2014-01-15 16:12:13 +04:00
vysheng
06902144fa
strutures.c: fixed bad flags in get chat query
2014-01-15 16:10:52 +04:00
vysheng
e45e0e5f17
Update README.md
2014-01-15 15:04:59 +03:00
vysheng
0c590bcc52
Merge pull request #38 from antma/master
...
fix sending a lot of spaces in version string
2014-01-14 03:37:19 -08:00
antma
ba58659420
fix sending a lot of spaces in version string
2014-01-14 14:46:13 +04:00
vysheng
e209e35f11
restored _GNU_SOURCE for getline in FreeBSD
2014-01-13 16:58:14 +03:00
vysheng
19851f9ef2
Merge pull request #37 from antma/master
...
checks strndup result & enhance configure.ac
2014-01-13 05:57:22 -08:00
antma
6b87e31277
fix some autoscan warnings
2014-01-13 17:28:24 +04:00
antma
c4fd38a894
remove useless #define _GNU_SOURCE from not using asprintf sources
2014-01-13 17:12:39 +04:00
antma
e27a27c4a0
fix #include "config.h" for all source files
2014-01-13 17:05:25 +04:00