- 03 Nov, 2014 2 commits
- 27 Oct, 2014 1 commit
-
-
Bas Westerbaan authored
This fixes the error ``` gcc -I. -I. -I/usr/local/include -I/opt/local/include -I/opt/local/include/lua-5.1 -I/usr/local/include -I/usr/include -I/usr/include -I/opt/local/include -DHAVE_CONFIG_H -Wall -Wextra -Werror -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC -c -MP -MD -MF ./dep/lua-tg.d -MQ ./objs/lua-tg.o -o objs/lua-tg.o lua-tg.c In file included from lua-tg.c:25: In file included from ./lua-tg.h:24: ./tgl.h:380:27: error: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' [-Werror] struct tgl_state *TLS = malloc (sizeof (*TLS)); ^ ./tgl.h:380:27: note: please include the header <stdlib.h> or explicitly provide a declaration for 'malloc' 1 error generated. make: *** [objs/lua-tg.o] Error 1 ```
-
- 26 Oct, 2014 1 commit
-
-
Peter Feuerer authored
accept() could produce unexpected behavior in case the address_len is uninitialized, e.g. return -1 with EINVAL
-
- 24 Oct, 2014 1 commit
-
-
Vysheng authored
Refactored code a bit to better separation of library. Library can now be compiled without libevent.
-
- 23 Oct, 2014 2 commits
- 21 Oct, 2014 2 commits
- 20 Oct, 2014 2 commits
-
-
vysheng authored
Added libevent-devel to Fedora section
-
Karl Fischer authored
-
- 18 Oct, 2014 2 commits
- 17 Oct, 2014 1 commit
-
-
Vysheng authored
-
- 14 Oct, 2014 1 commit
-
-
vvaltman authored
-
- 13 Oct, 2014 4 commits
-
-
vysheng authored
debian/control: Add build-dependency on libevent-dev
-
Vysheng authored
-
Vysheng authored
-
https://github.com/grishka/tgVysheng authored
-
- 12 Oct, 2014 3 commits
-
-
vvaltman authored
-
Jille Timmermans authored
-
Grishka authored
Useful for bots
-
- 11 Oct, 2014 4 commits
-
-
vysheng authored
pick home and config path from environment if set.
-
vysheng authored
Upstart daemon in debian pakage
-
Steve Illichevskiy authored
-
Steve Illichevskiy authored
-
- 10 Oct, 2014 4 commits
- 09 Oct, 2014 3 commits
- 07 Oct, 2014 2 commits
- 06 Oct, 2014 2 commits
- 05 Oct, 2014 3 commits
-
-
-
Oleg Davydov authored
-
Steve Illichevskiy authored
-