Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tcp: Use a different log message and level if there's more addresses to try | Martin Storsjö | 2013-08-06 | 1 | -1/+1 |
| | | | | | | | | | This lowers the level of warnings printed if trying to connect to a host name that provides both v6 and v4 addresses but the service only is available on the v4 address (often occurring for 'localhost', with servers that aren't v6-aware). Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | unix: Convert from AVERROR to errno range before comparing error codes | Martin Storsjö | 2013-08-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | network: Use SOCK_CLOEXEC when available | Luca Barbato | 2013-08-05 | 1 | -1/+1 |
| | |||||
* | lavf: Support unix sockets | Luca Barbato | 2013-08-05 | 1 | -0/+156 |