Commit graph

277 commits

Author SHA1 Message Date
Thulinma
28548f35b0 Do not report part-termination of processes. 2012-08-14 20:53:05 +02:00
Thulinma
977a8617a2 Fix Config::activate to not check nonexistant options. 2012-08-14 20:42:35 +02:00
Thulinma
08f28d134a Report name of non-existant options to help debugging. 2012-08-13 07:59:24 +02:00
root
4641efb79d Fortify HTTP parser/generator code. 2012-08-06 05:35:11 +02:00
Thulinma
d1e2132879 Updated to new config system. 2012-07-20 17:49:16 +02:00
Thulinma
5562bea8a0 Added handy converter functions to JSON. 2012-07-20 17:48:57 +02:00
Thulinma
a36ce260ac Fixed JSON bool evaluations. 2012-07-20 17:48:40 +02:00
Thulinma
935d5635e5 Fix multiple-including. 2012-07-20 17:46:22 +02:00
Thulinma
b9a75a320f Added missing JSON "operator bool()" and size() methods. 2012-07-12 01:03:40 +02:00
Thulinma
49fe8afb84 Restructuring so our libraries can go into a separate libmist project. 2012-07-09 00:15:06 +02:00
Thulinma
a71ab0427e Fixed compiling on some systems: renamed libcrypto to libkeycrypto 2012-06-18 20:37:38 +02:00
Thulinma
9b966bbbf7 Added createhooks shell script that will install git hooks for auto-rebuilding on checkout/commit, make main binaries depend on VERSION file for rebuilding (otherwise version in -v is not updated). 2012-06-17 14:39:35 +02:00
Thulinma
4bf892d254 Merge branch 'master' into development 2012-06-17 12:57:25 +02:00
Thulinma
942a4136d2 Allow HTTP Connector to reconnect to different buffers - closes #31 2012-06-17 12:56:12 +02:00
Lekensteyn
ec4011a18b Always update version when configure is executed 2012-06-16 23:26:11 +02:00
Thulinma
e7e37105b6 Several stability improvements and optimizations for HTTP handling and parsing (also, should fix HTTP Progressive under Windows - again). 2012-06-12 10:11:58 +02:00
Thulinma
b88de8e395 Added DTMI desync handling - no longer spams error messages, fixes issues faster. 2012-06-08 22:06:24 +02:00
Thulinma
5fff8825d9 Fixed invalid commandline option segfaults, renamed no-daemon to the proper nodaemon as mentioned in all documentation and help messages. 2012-06-08 18:19:43 +02:00
Thulinma
c49eaca664 Fixed RTMP desync bug with Windows clients. 2012-06-08 00:11:25 +02:00
Lekensteyn
90e0c0037e autofoo cleanup, put version detection in configure.ac
- Autogenerated files do not belong to the repository, remove those files.

- The version is also determined when generating the configure file, so remove
  the version.sh file as well.

- Remove ACLOCAL_AMFLAGS and the related entry in configure.ac to get rid of
  configuration errors.

- Do not create NEWS or INSTALL by using a lower strictness.

- Ignore autogenerated autojunk.
2012-06-02 22:19:57 +02:00
Thulinma
ee9aacc49e Fixed HTTP Dynamic (F4V) processing. 2012-05-22 15:11:14 +02:00
Thulinma
4d9db0d6ee Further improve socket lib errrors. 2012-05-22 11:41:22 +02:00
Thulinma
ccfcdeba29 Should fix socket binding issues in cygwin. 2012-05-14 18:18:15 +02:00
Thulinma
c9aa8c1ed4 Fixed initialization issue in Buffer. 2012-05-14 17:38:31 +02:00
Thulinma
db90ed9deb Merge branch 'master' of github.com:DDVTECH/DMS 2012-05-14 16:17:42 +02:00
Thulinma
ab23344a85 Should fix compile problems. 2012-05-14 16:17:15 +02:00
Thulinma
bb9d95880c Improve notation for version numbers. 2012-05-11 19:01:39 +02:00
Thulinma
b19c800f34 Fix FLV2DTSC binary and add some checks in the flv_tag lib. 2012-05-11 18:39:24 +02:00
Thulinma
995a20b91e Re-enable debugging option, fix chars back to unsigned. 2012-05-11 18:08:17 +02:00
Thulinma
a086cff579 Fixed documentation, removed a few useless files, changed MD5 implementation to use openssl. 2012-05-11 16:50:30 +02:00
Thulinma
cd0d79790b Fix null-array bug in JSON lib as well as flv_tag compile warnings. 2012-05-11 15:45:29 +02:00
Thulinma
b90c4e2623 Further tweaks to autotools config. 2012-05-11 15:33:09 +02:00
Thulinma
a0528c331f Final edits to bring all analysers and converters into autotools build system. Done! 2012-05-08 22:43:37 +02:00
Thulinma
6bfddff131 Now working fully with autotools 2012-05-08 22:10:22 +02:00
Thulinma
ad410a2e79 Convert to autotools build system for cleanness (part1). 2012-05-08 19:19:42 +02:00
Thulinma
c123111e70 Fixed bugs for debug session may 4 2012. 2012-05-04 14:28:01 +02:00
Thulinma
2d82dd6c2c Merge branch 'master' of github.com:DDVTECH/DMS 2012-05-01 23:56:26 +02:00
Thulinma
1db7ead3c0 Added support for pulling media files through ffmpeg, added MistFLV2DTSC converter to binaries. 2012-05-01 23:56:13 +02:00
Thulinma
76d7acfbb7 Fixed JSON lib automatic conversion from string to long long int. 2012-05-01 15:10:59 +02:00
Thulinma
332f399067 Fixed some issues with empty values in JSON::Value::toString() 2012-05-01 14:42:52 +02:00
Thulinma
663ffb74eb JSON reading fixed. I don't know why this wasn't noticed before. :-) 2012-05-01 14:28:31 +02:00
Thulinma
f91d7fa317 Merge branch 'DTSC'
Conflicts:
	server.html
2012-04-28 15:04:06 +02:00
Thulinma
505ed38a50 Include basic embed code generation in the HTTP connector. Closes #23, #24 and #25. 2012-04-28 14:58:49 +02:00
Thulinma
8b15fd52c4 Fixed Controller compiling, upped socket lib verbosity, fixed JSON::Value null -> string convert, fixed Makefile install command. 2012-04-28 00:51:21 +02:00
Thulinma
fffcf598c4 Merge branch 'DTSC' of github.com:DDVTECH/DMS into DTSC. Forced to Jaron's style, for now. May change later.
Conflicts:
	Buffer/Makefile
	Connector_HTTP/Makefile
	Connector_RAW/Makefile
	Connector_RTMP/Makefile
2012-04-27 21:11:10 +02:00
Thulinma
2701a0be46 Stable multi-user buffer and re-enabled push support. Renamed DDV_->Mist. Closes #25 2012-04-27 21:07:26 +02:00
Erik Zandvliet
fed61efd80 Merge branch 'DTSC' of github.com:DDVTECH/DMS into DTSC 2012-04-23 19:00:57 +02:00
Thulinma
f615427c95 A few bugfixes and improvements in the FLV2DTSC code. Also, moved conversion logic to flv_tag.cpp/h instead of keeping it inside the conversion tool itself. 2012-04-17 21:33:43 +02:00
Erik Zandvliet
74bbd112da Merge branch 'DTSC' of github.com:DDVTECH/DMS into DTSC 2012-04-17 11:13:12 +02:00
Thulinma
8294656515 Minor fixes in config.cpp 2012-04-17 11:11:01 +02:00