aboutsummaryrefslogtreecommitdiffstats
path: root/src/tcp_connect.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tcp_socket, ...: remove obsolet RAOP sourcesMax Kellermann2012-07-301-250/+0
|
* require GLib 2.16Max Kellermann2012-07-101-1/+0
| | | | | GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
* 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_connect: generic library for establishing TCP connectionsMax Kellermann2011-09-201-0/+252