aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_server_network.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-08server: Add pcap snaplen VTY cmdPau Espin Pedrol1-5/+9
2018-10-08server: Improve verification of messages from clientPau Espin Pedrol1-7/+37
2018-10-08Replace '.' in counter names with ':'Pau Espin Pedrol1-1/+1
2016-09-08server: Add vty interface for the TLS configurationHolger Hans Peter Freyther1-1/+7
2016-09-08server: Introduce tls mode for the serverHolger Hans Peter Freyther1-4/+70
2016-09-08server: Re-factor the read dispatch and connection closeHolger Hans Peter Freyther1-28/+39
2016-09-08server: Add API function to close a connectionHolger Hans Peter Freyther1-0/+5
2016-09-08server: Move to a write_queue for the conn socketHolger Hans Peter Freyther1-12/+14
2016-09-08server: Update copyright after zmq changesHolger Hans Peter Freyther1-1/+1
2016-08-19server: Add global and per client counters and begin to countHolger Hans Peter Freyther1-2/+56
2016-08-05server: Add zmq based event and data interface to the serverHolger Hans Peter Freyther1-16/+100
2016-08-04server: Add a config knob to not store the pcap streamHolger Hans Peter Freyther1-1/+12
2015-12-03server: Deal with jumbo frames on the wireHolger Hans Peter Freyther1-1/+1
2015-12-03server: Fix the language and refer to the received data lengthHolger Hans Peter Freyther1-1/+1
2011-07-19Catch up with API change in osmo_sock_initDaniel Willmann1-1/+1
2011-07-19server: Register signal handler to reopen logfiles on SIGHUPDaniel Willmann1-0/+20
2011-07-19server: Fix memory leak and error handling in restart_pcapDaniel Willmann1-1/+8
2011-06-10server: Allow the group to read the files tooHolger Hans Peter Freyther1-1/+1
2011-06-02osmo-pcap-server: Read the header in pieces too...Holger Hans Peter Freyther1-9/+22
2011-06-01osmo-pcap-server: Try to read the the data with a simple state machineHolger Hans Peter Freyther1-22/+50
2011-06-01wireformat: Send the length in the network order..Holger Hans Peter Freyther1-0/+1
2011-06-01osmo-server-network: Print the size of the packet.Holger Hans Peter Freyther1-1/+2
2011-06-01osmo-pcap-server: Just check for >= 0 to find a valid fdHolger Hans Peter Freyther1-2/+2
2011-06-01osmo-pcap-server: Initialize local_fd with -1 otherwiseHolger Hans Peter Freyther1-0/+1
2011-06-01osmo-pcap-server: Deal with systems not providing these macrosHolger Hans Peter Freyther1-1/+1
2011-06-01osmo-pcap-server: Write the pcap files to disk, roll them over0.0.1Holger Hans Peter Freyther1-3/+119
2011-05-31osmo-pcap-server: Accept the client connection from a given hostHolger Hans Peter Freyther1-1/+112
2011-05-31osmo-pcap-server: Work on the generic VTY interface for the serverHolger Hans Peter Freyther1-0/+32
2011-05-31osmo-pcap-server: Start with the skeleton of the pcap serverHolger Hans Peter Freyther1-0/+28