index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
tcp.c
Age
Commit message (
Expand
)
Author
2013-09-09
tcp: Explicitly convert a pointer to a boolean integer
Martin Storsjö
2013-08-06
tcp: Use a different log message and level if there's more addresses to try
Martin Storsjö
2013-08-05
network: Use SOCK_CLOEXEC when available
Luca Barbato
2013-06-04
network: uniform ff_listen_bind and ff_listen_connect
Luca Barbato
2013-06-01
network: factor out connect-listening code
Luca Barbato
2013-06-01
network: factor out bind-listening code
Luca Barbato
2012-07-25
tcp: add port missing error message
Jordi Ortiz
2012-07-09
tcp: add initial timeout limit for incoming connections
Jordi Ortiz
2012-06-27
tcp: Pass NULL as hostname to getaddrinfo if the string is empty
Jordi Ortiz
2012-06-27
tcp: Set AI_PASSIVE when the socket will be used for listening
Jordi Ortiz
2012-06-26
network: Include unistd.h from network.h
Martin Storsjö
2012-06-20
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-06-19
tcp: Check the return value from getsockopt
Martin Storsjö
2012-06-19
network: Use av_strerror for getting error messages
Martin Storsjö
2012-06-17
tcp: Check the listen call
Jordi Ortiz
2012-06-01
tcp: Try enabling SO_REUSEADDR when listening
Martin Storsjö
2012-06-01
tcp: Check the return values from bind and accept
Martin Storsjö
2012-05-22
tcp: Allow signalling end of reading/writing
Samuel Pitoiset
2012-03-28
Replace memset(0) by zero initializations.
Diego Biurrun
2012-01-05
avio: Add an URLProtocol flag for indicating that a protocol uses network
Martin Storsjö
2011-12-01
proto: Use .priv_data_size to allocate the private context
Martin Storsjö
2011-11-13
avformat: Use ff_check_interrupt
Martin Storsjö
2011-05-27
tcp: make connect() timeout properly
Luca Barbato
2011-04-20
libavformat: Make protocols pass URLContext as log context where available
Martin Storsjö
2011-04-08
lavf: use designated initializers for all protocols
Anton Khirnov
2011-04-07
avio: move extern url_interrupt_cb declaration from avio.h to url.h
Anton Khirnov
2011-04-07
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
proto: introduce listen option in tcp
Luca Barbato
2011-04-07
proto: factor ff_network_wait_fd and use it on udp
Luca Barbato
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-15
Use AVERROR_EXIT with url_interrupt_cb.
Nicolas George
2011-02-23
libavformat: Remove FF_NETERRNO()
Martin Storsjö
2011-02-05
Non-blocking protocol: TCP
Nicolas George
2011-02-03
TCP: factor the poll() call
Nicolas George
2011-01-28
os: replace select with poll
Luca Barbato
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-12-14
tcp: Check url_interrupt_cb if connect was interrupted by a signal
Thomas Guillem
2010-11-04
Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itself
Ronald S. Bultje
2010-09-21
tcp: Check both wfds and efds when waiting for the result from connect
Martin Storsjö
2010-08-14
Print error messages in case of connection failure or name resolution failure
Ronald S. Bultje
2010-06-27
Make ff_url_split() public
Måns Rullgård
2010-06-01
Declare the url_write buffer parameter as const
Martin Storsjö
2010-03-26
Don't report EINTR from select as an error, retry select instead
Martin Storsjö
2010-03-14
move ff_url_split() and ff_url_join() declarations to internal.h
Aurelien Jacobs
2010-03-08
Rename url_split to ff_url_split
Martin Storsjö
2010-03-05
Don't explicitly initialize networking in the tcp and udp protocols
Martin Storsjö
2010-01-27
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).
Ronald S. Bultje
2010-01-11
Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö
Martin Storsjö
2009-07-15
Use ff_neterrno instead of errno in tcp.c.
Martin Storsjö
2009-03-03
Add url_get_file_handle(), which is used to get the file descriptor
Ronald S. Bultje
[next]