| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: add initial timeout limit for incoming connections | Jordi Ortiz | 2012-07-09 | 1 | -1/+10 |
* | tcp: Pass NULL as hostname to getaddrinfo if the string is empty | Jordi Ortiz | 2012-06-27 | 1 | -1/+4 |
* | tcp: Set AI_PASSIVE when the socket will be used for listening | Jordi Ortiz | 2012-06-27 | 1 | -0/+2 |
* | network: Include unistd.h from network.h | Martin Storsjö | 2012-06-26 | 1 | -1/+0 |
* | Remove unnecessary inclusions of [sys/]time.h | Mans Rullgard | 2012-06-20 | 1 | -1/+0 |
* | tcp: Check the return value from getsockopt | Martin Storsjö | 2012-06-19 | 1 | -1/+2 |
* | network: Use av_strerror for getting error messages | Martin Storsjö | 2012-06-19 | 1 | -2/+4 |
* | tcp: Check the listen call | Jordi Ortiz | 2012-06-17 | 1 | -1/+5 |
* | tcp: Try enabling SO_REUSEADDR when listening | Martin Storsjö | 2012-06-01 | 1 | -0/+2 |
* | tcp: Check the return values from bind and accept | Martin Storsjö | 2012-06-01 | 1 | -0/+8 |
* | tcp: Allow signalling end of reading/writing | Samuel Pitoiset | 2012-05-22 | 1 | -0/+17 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | avio: Add an URLProtocol flag for indicating that a protocol uses network | Martin Storsjö | 2012-01-05 | 1 | -0/+1 |
* | proto: Use .priv_data_size to allocate the private context | Martin Storsjö | 2011-12-01 | 1 | -8/+2 |
* | avformat: Use ff_check_interrupt | Martin Storsjö | 2011-11-13 | 1 | -2/+2 |
* | tcp: make connect() timeout properly | Luca Barbato | 2011-05-27 | 1 | -8/+17 |
* | libavformat: Make protocols pass URLContext as log context where available | Martin Storsjö | 2011-04-20 | 1 | -2/+2 |
* | lavf: use designated initializers for all protocols | Anton Khirnov | 2011-04-08 | 1 | -6/+5 |
* | avio: move extern url_interrupt_cb declaration from avio.h to url.h | Anton Khirnov | 2011-04-07 | 1 | -0/+1 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -2/+2 |
* | proto: introduce listen option in tcp | Luca Barbato | 2011-04-07 | 1 | -2/+22 |
* | proto: factor ff_network_wait_fd and use it on udp | Luca Barbato | 2011-04-07 | 1 | -12/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Use AVERROR_EXIT with url_interrupt_cb. | Nicolas George | 2011-03-15 | 1 | -2/+4 |
* | libavformat: Remove FF_NETERRNO() | Martin Storsjö | 2011-02-23 | 1 | -4/+4 |
* | Non-blocking protocol: TCP | Nicolas George | 2011-02-05 | 1 | -36/+11 |
* | TCP: factor the poll() call | Nicolas George | 2011-02-03 | 1 | -10/+18 |
* | os: replace select with poll | Luca Barbato | 2011-01-28 | 1 | -34/+14 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | tcp: Check url_interrupt_cb if connect was interrupted by a signal | Thomas Guillem | 2010-12-14 | 1 | -1/+4 |
* | Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itself | Ronald S. Bultje | 2010-11-04 | 1 | -2/+2 |
* | tcp: Check both wfds and efds when waiting for the result from connect | Martin Storsjö | 2010-09-21 | 1 | -3/+5 |
* | Print error messages in case of connection failure or name resolution failure | Ronald S. Bultje | 2010-08-14 | 1 | -2/+11 |
* | Make ff_url_split() public | Måns Rullgård | 2010-06-27 | 1 | -1/+1 |
* | Declare the url_write buffer parameter as const | Martin Storsjö | 2010-06-01 | 1 | -1/+1 |
* | Don't report EINTR from select as an error, retry select instead | Martin Storsjö | 2010-03-26 | 1 | -0/+4 |
* | move ff_url_split() and ff_url_join() declarations to internal.h | Aurelien Jacobs | 2010-03-14 | 1 | -0/+1 |
* | Rename url_split to ff_url_split | Martin Storsjö | 2010-03-08 | 1 | -1/+1 |
* | Don't explicitly initialize networking in the tcp and udp protocols | Martin Storsjö | 2010-03-05 | 1 | -4/+0 |
* | Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is). | Ronald S. Bultje | 2010-01-27 | 1 | -1/+1 |
* | Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö | Martin Storsjö | 2010-01-11 | 1 | -9/+25 |
* | Use ff_neterrno instead of errno in tcp.c. | Martin Storsjö | 2009-07-15 | 1 | -2/+2 |
* | Add url_get_file_handle(), which is used to get the file descriptor | Ronald S. Bultje | 2009-03-03 | 1 | -0/+7 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | only include sys/select.h if present, fix mingw compilation | Baptiste Coudurier | 2008-09-26 | 1 | -0/+2 |
* | include sys/select.h to get select, according to posix 2001, | Baptiste Coudurier | 2008-09-24 | 1 | -0/+1 |
* | Remove check for @ in tcp.c which removes the authorization data from the | Ronald S. Bultje | 2008-08-24 | 1 | -2/+1 |
* | Cosmetics after previous patches. | Ronald S. Bultje | 2008-08-23 | 1 | -7/+3 |
* | On failure, return directly because the fail: case does nothing. This also | Ronald S. Bultje | 2008-08-23 | 1 | -4/+5 |