aboutsummaryrefslogtreecommitdiffstats
path: root/src/tcp_socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't define WINVER in *.c filesMax Kellermann2011-10-091-1/+0
| | | | | In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion.
* tcp_socket, udp_server: use g_io_channel_new_socket()Max Kellermann2011-09-201-5/+2
|
* rtsp_client: use the I/O threadMax Kellermann2011-08-311-0/+381
Make the code portable.