Skip to content

update fork #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 158 commits into from
May 16, 2018
Merged

update fork #1

merged 158 commits into from
May 16, 2018

Conversation

lewk2
Copy link

@lewk2 lewk2 commented May 16, 2018

No description provided.

ethouris and others added 30 commits September 6, 2017 11:51
* Updated all changes for HSv5 handshake.

* Added forgotten lacking files

* Fixes reported from windows build.

* Fixed problems reported by OS X/Clang

* Fixed wrong fix on Mac/Windows. Added lacking stub function for logging in haicrypt

* Another set of fixes for Windows

* Changed logging API in siplex to C++03 version due to problems on Windows

* Fixed nonportable alarm in siplex

* Made all required fixes on Windows, also checked on Cygwin

* Fixed include for back_inserter detected by Windows/msvs 2015

* A trick to solve a fictional github-reported conflict

* Minor fixes
Refactoring changes as a preparation for file transfer support (congestion control)
…ed all CC-related parts of SRT to LiveSmoother. Restored abandoned UDT parts to be usable with FileSmoother.
…or BW compat. Enforced relative rpath on all apps.
File transfer (AKA VOD mode) and congestion control for SRT
Fix multicast binding problem on Windows
Updated options for handling disabled flushing before closing
* General refactoring around existing API
…eded. To prevent deadlock when sending in buffer mode. (#114)
* Changed extracting packet to only sequence number
rndi and others added 29 commits April 3, 2018 13:09
* Change License to MPLv2.0

* Add original IoU license to handshake.* sources
* cmake: Use standard cmake function to find pthread
* Replace sys/syslog.h with syslog.h
* update gather-package.bat to grab new gnerated version.h file
* supress percentage junk from robocopy in gather-package.bat
#275)

* srt-live-transmit: ensure all status and debug messages go to stderr plus a few minor fixups
…ck, but not in a way that bypases declarations with initizialization. The previous code was ill-formed per the standard even tho the variable is a POD type 3.9, but it is being initialized.
…e ${TARGET_srt}_shared is not a valid target and CMake generates an error.
Fix C++ Standards Violation
Use the correct printf format macros for WIN32/MINGW for size_t
Fix windows build when only building the static library.
Do not use different names for the static and shared libraries in the MINGW builds
* Do not expose internals unneeded by the external API. Also do not use export global symbols in the SRT library with names like gettimeofday, clock_gettime, and timeradd as these are standard symbol names that may clash with the library user. This PR makes them static implementations to the library for internal use only and does not expose them to the public include and API.
* Remove unused code.
Expanded delimiter row to reflect total number of columns.
- Added a relay bidirectional application.
- Added relay classes in testmedia.
- Reused epoll direction enum. 
- Added possibility for verbose locking.
… processed. (#349)

* Added removeConnector to exe path where connection is no longer to be processed.
* Created condTimedWaitUS() and fixed CUDT::tsbpd() wait on OSX
@lewk2 lewk2 merged commit 2950932 into Cinegy:master May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.