aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/network/socket_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-2/+2
|
* net: Socket implementations report the address families they supportTobias Brunner2013-07-051-0/+14
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Added get_port() method to socket_t to learn the listening port.Tobias Brunner2012-08-081-1/+15
|
* Deferred instantiation of socket implmentations until registration.Tobias Brunner2010-10-151-13/+50
| | | | | | Instantiating the implementations on plugin load was problematic in case multiple socket plugins were loaded. Now, the first one registered is instantiated.
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+129