1
0
mirror of https://github.com/coturn/coturn.git synced 2025-12-25 09:51:37 +01:00

29 Commits

Author SHA1 Message Date
Jun Lyu
ce72767375
fixing missing dependencies in Makefile (#1739)
This PR fixes an issue in the Makefile. Specifically, previously, any
modifications of files like src/apps/common/ns_turn_openssl.h would not
trigger a rebuild of build/obj/ns_turn_msg.o. The PR fixes this by
including them as additional dependencies.
2025-09-06 17:46:59 -07:00
Greg Troxel
f94a61b526
Makefile.in: Don't install sql schema into DOCSDIR (#1684)
sql schema files are installed into SCHEMADIR, which is the right place.
Don't install them an extra time.

Fixes #1631
2025-05-26 13:51:22 +02:00
Michael Jones
868f15a672
Move the hiredis_libevent2 code from common to relay (#1509)
The point of this change is to make the build instructions a bit more
straight forward. Since the hiresevent2 source files are only ever used
by the relay target, this scoping makes sense in general.
2024-06-01 18:16:39 -07:00
Gustavo Garcia
d9108a4b54
Add clang format rules and checks (#935)
I would like to get feedback on this and see if people is confortable
with these clang rules.

Right now is using the "llvm" style increasing the line length from 80
to 120 given that coturn is using long lines often.

Co-authored-by: Pavel Punsky <eakraly@users.noreply.github.com>
2022-11-06 22:05:17 +01:00
Mészáros Mihály
d4686750ee Move acme to new file 2020-12-15 13:04:11 +00:00
Miquel Ortega
b9802690d1 First code to implement prometheus metrics 2020-04-02 00:49:28 +02:00
Mészáros Mihály
b96c4d67a3 typo in makefile 2018-09-04 08:02:42 +02:00
Pavel Kretov
8617134e39 Makefile.in: list all phony targets as .PHONY
Otherwise, these targets will fail to run if a developer incidentally
created files named 'test' or 'sqlite_empty_db' in their working copy,
which may be rather likely.

Signed-off-by: Pavel Kretov <firegurafiku@gmail.com>
2018-03-08 20:50:41 +03:00
Pavel Kretov
01ce71d61b Makefile.in: do not remove Makefile on 'make clean'
This is the way how Autotools behaves, where is little reason to surprise
newcomers with different behavior. Also, it may be really inconvenient
to constantly rerun ./configure if one has to make a number of rebuilds
which differ in CFLAGS only.

Signed-off-by: Pavel Kretov <firegurafiku@gmail.com>
2018-03-05 05:34:27 +03:00
Oleg Moskalenko
95357e2b6a working on packaging 2016-10-16 20:40:32 -07:00
Mészáros Mihály
d023a40b59 oauth token encode and decode utility 2016-09-07 15:28:27 +02:00
Mészáros Mihály
1dc0d21289 natdiscovery: basic nat maping bahavior discovery according rfc5780 2016-09-03 01:40:34 +02:00
Oleg Moskalenko
a2c17748af cleaning 2016-08-27 20:18:42 -07:00
mom040267
15291e813c header file renamed 2015-06-27 09:32:35 +00:00
mom040267
e8394a8f01 working on https 2015-01-04 03:09:35 +00:00
mom040267
d2922f53fc separate http-related code module 2014-12-02 08:02:05 +00:00
mom040267
dafedda0b9 tunable TURNDBDIR 2014-11-23 21:24:04 +00:00
mom040267
10fdcf9005 install fixed 2014-11-23 06:42:09 +00:00
mom040267
2cbe97ebcc installation of no-sqlite fixed 2014-11-23 06:15:11 +00:00
mom040267
4a86c4fcd3 working on sqlite install 2014-11-20 09:16:11 +00:00
mom040267
a5f6b6b940 cosmetic change 2014-11-20 07:22:02 +00:00
mom040267
68f28329fc working on sqlite 2014-11-20 04:13:49 +00:00
mom040267
221f014a6c working on sqlite install 2014-11-20 02:56:53 +00:00
mom040267
dcc132223b /var/db changed to /var 2014-11-16 19:05:12 +00:00
mom040267
b9ef9f4c61 working on sqlite support 2014-11-16 07:52:46 +00:00
mom040267
77a20cf1d5 mongo install fixed 2014-07-22 07:33:51 +00:00
mom040267
5c3b773d9c MongoDB support: initial checkin 2014-07-11 07:06:05 +00:00
mom040267
062b59fdf0 Code cleaning 2014-05-19 02:00:42 +00:00
mom040267
702b29bc22 initial code import 2014-04-20 21:10:18 +00:00