Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Makefile compatible with c-toxcore 0.1.10 | 00e059f854254cc7bc9722e3cc4f8450398f3ccc | GDR! | 2017-10-20 20:31:46 |
New bootstrap nodes | 5339a624aba30799494c876a970d1d9fd010ec1b | GDR! | 2017-10-20 20:03:06 |
Rename rtmp to more readable temp_rule | d41a65bc350a151075dba23729727d8f44cb76ce | GDR! | 2017-10-20 19:47:11 |
Fix warning - control reaches end of non-void function | e36cd56347fd88d4943faf3edbbdefc72435db23 | GDR! | 2017-10-20 19:41:28 |
Clarify PSK | 8498602e68a73b56675d1a022f9f84aa3d504b9b | GDR! | 2017-06-28 13:42:56 |
Close Issue #42 | c1a04ae71aa9dd7a590035326d5dabac31645fca | Andrzej Godziuk | 2017-05-04 10:17:49 |
Configurable TCP and UDP listen ports | 3acdcaaa65badbf3feb7d5438fdf1f66e1faa955 | Andrzej Godziuk | 2017-04-19 20:30:10 |
Fix Travis build | 38678c2c0a3c03acece160a05a771dd10ee20277 | Andrzej Godziuk | 2017-04-19 12:09:33 |
Fix Travis build | f12ed68c482d08681b6be2e2045c1840a52d1e97 | Andrzej Godziuk | 2017-04-19 12:03:22 |
Fix Travis build | 1931c1218b24612724c2da679199c786e6a30652 | Andrzej Godziuk | 2017-04-19 11:52:34 |
Update VPN.md | 8bacf02a4bd50eaded5d9c86fc8b7ff103d16341 | GDR! | 2017-04-18 16:40:38 |
Improve data transfer speed and latency | fe1b53fd47ffd5a527d9e072ad179028e0330d2c | ValdikSS | 2017-04-16 18:19:07 |
tokssh: add missing secret option to cmd line 🤦 | 65243979ba7216b32045c5da98c98f2686a97f7a | fabrixxm | 2017-04-07 19:11:12 |
tokssh: shared secret support,fix no user cmd line | d59b35d00bf2da3eb185043bba08acb3acc7c977 | fabrixxm | 2017-04-07 19:07:03 |
Try installing jinja2 with pip not apt | 0ba5a19f9942b8086474d91561b9b14a87aa042e | GDR! | 2017-02-01 10:52:10 |
Remove devnull redirect in travis.yml | 162b886c7e7a8f59aee7f7e58ec7dee338d327d0 | GDR! | 2017-01-31 21:16:12 |
Install jinja2 in Travis | 1d49afc7c880d940ba2d75ff7807b64d27de15ca | GDR! | 2017-01-31 20:12:24 |
Nicer help message | d77375c08113707235fe3949a7020bb87a7fdc41 | Francesco Gazzetta | 2017-01-24 18:16:03 |
Increased security | e32c14ff83b4e44067b1f0a2fa977a31e3962797 | Francesco Gazzetta | 2017-01-24 17:24:36 |
rebuild bootstrap nodes on make clean | 820360140e012ae26c5d048cca2775a96f52812b | GDR! | 2017-01-24 16:39:18 |
File | Lines added | Lines deleted |
---|---|---|
Makefile | 1 | 1 |
File Makefile changed (mode: 100644) (index b1c2466..141af4f) | |||
1 | 1 | SOURCES = $(wildcard *.c) | SOURCES = $(wildcard *.c) |
2 | DEPS=libsodium toxcore libevent_pthreads | ||
2 | DEPS=libtoxcore libsodium libevent_pthreads | ||
3 | 3 | CC=gcc | CC=gcc |
4 | 4 | CFLAGS=-g -Wall #-std=c99 | CFLAGS=-g -Wall #-std=c99 |
5 | 5 | CFLAGS += $(shell pkg-config --cflags $(DEPS)) | CFLAGS += $(shell pkg-config --cflags $(DEPS)) |