| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | socket: remove unused IPv4 related header includes | Harald Welte | 2011-05-29 | 1 | -2/+0 |
| | | |||||
| * | socket: Skip ifa's without ifa->ifa_addr | Harald Welte | 2011-05-24 | 1 | -0/+2 |
| | | | | | Apparently getifaddrs() returns ifa's without an ifa_addr set. | ||||
| * | socket: use listen() and SO_REUSEADDR, new osmo_sock_init_ofd() function | Harald Welte | 2011-05-22 | 1 | -1/+34 |
| | | | | | | | osmo_sock_init_ofd() is a wrapper around osmo_sock_init() which will take care of initializing and registering a 'struct osmo_fd' for the newly-created socket. | ||||
| * | remove debug printf from socket.c | Harald Welte | 2011-05-22 | 1 | -1/+0 |
| | | |||||
| * | GSMTAP/socket code: Check for sys/socket.h and conditionally compile | Harald Welte | 2011-05-22 | 1 | -1/+5 |
| | | |||||
| * | gsmtap: rework GSMTAP API to be more future-proof | Harald Welte | 2011-05-22 | 1 | -0/+143 |
| * use write_queue where applicable * provide functions that work on raw FD and those with osmo_fd * add support for multiple gsmtap instances (no global variables) | |||||
