Commit graph

295 commits

Author SHA1 Message Date
Thulinma
fd2211f85f Drop the parsed query string from url for incoming HTTP data. 2012-08-25 22:15:23 +02:00
Thulinma
95a11c88d5 Add host overwriting functionality to Socket::Connection. 2012-08-25 22:07:15 +02:00
Peter Wu
689eb74945 Fix compiler warnings (mainly signed/unsigned comparisons) 2012-08-25 19:21:58 +02:00
Thulinma
9b3037d0e4 Added basic pretty-printing to MP4 boxes. 2012-08-24 17:14:27 +02:00
Thulinma
ca0fd8a641 Fix Util::TerminationNotifier deadlock when calling malloc() inside a signal handler. 2012-08-24 15:09:35 +02:00
Thulinma
5e640c09b9 Remove bootstrap generator from MP4 - this is now part of DMS. 2012-08-24 12:09:46 +02:00
Thulinma
a6b072988c Added toNetPacked() to JSON, removed DTSC::DTMI completely (now superseded by JSON). 2012-08-24 11:32:02 +02:00
Thulinma
4ac7c54698 Updated mp4 to parse some information from JSON-style metadata, guesses values if not present. 2012-08-23 17:06:25 +02:00
Thulinma
48bf3d189a Half-updated flv_tag with JSON metadata support. 2012-08-23 17:05:53 +02:00
Thulinma
75a420db2a Fixed DTSC::File (now actually works) and updated DTSC metadata information in the documentation. 2012-08-23 17:05:32 +02:00
Thulinma
8a9d4d6ee1 First version of DTSC::File for easy management of DTSC files. 2012-08-23 11:09:10 +02:00
Thulinma
0c5f449963 Added DTMI support to JSON library. 2012-08-23 11:09:10 +02:00
Peter Wu
36c7eed7e3 procs: fix leakage of pids in child process 2012-08-15 11:49:21 +02:00
Peter Wu
fa5d27b085 procs: add support for easy redirection to dev null
Simply set a NULL pointer for a fd, StartPiped will then take care of opening
/dev/null, redirecting fds to it and close it when necessary.
2012-08-15 11:49:21 +02:00
Peter Wu
b994bab6d2 Add new process function including fds
Based on BiPipe from MistPlayer branch

v2: fix dup2 of wrong fd, fix invalid fd debug print
2012-08-15 11:49:21 +02:00
Peter Wu
06167128bf Add process termination registration
Edited patch because of context change due to:
commit 28548f35b0
Author: Thulinma <jaron@vietors.com>
Date:   Tue Aug 14 20:53:05 2012 +0200

    Do not report part-termination of processes.
2012-08-15 11:48:23 +02:00
Thulinma
3f089117c7 Apply lekensteyn's workarounds from the DMS repository to prevent compiler warnings. 2012-08-15 03:03:05 +02:00
Thulinma
a86051b319 Removed socket non-errors, added success message for opening listening sockets. 2012-08-14 20:53:32 +02:00
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