aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-11osmoappdesc.py: switch to python 3osmith/fix-python3Oliver Smith1-1/+1
2019-12-10Cosmetic: README.md: document how to run testsOliver Smith1-0/+9
2019-12-10osmoappdesc.py: fix paths to configsOliver Smith1-3/+5
2019-12-10Cosmetic: README.md: fix typoOliver Smith1-1/+1
2019-08-07Bump version: 0.1.0.2-ce06 → 0.1.10.1.1Pau Espin Pedrol1-0/+7
2019-08-07Require libosmocore 0.11.0Pau Espin Pedrol1-3/+3
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol2-4/+4
2019-07-16Bump version: 0.0.11 → 0.1.00.1.0Pau Espin Pedrol1-0/+51
2019-07-16debian/changelog: Mark 0.0.11 as releasedPau Espin Pedrol1-1/+1
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-07-04gitignore: fix application namesOliver Smith1-2/+2
2019-07-04tests/Makefile.am: Fix "./configure && make clean && make"Pau Espin Pedrol1-1/+1
2019-01-26Fix compiler warning about deprecated _BSD_SOURCEHarald Welte1-1/+1
2019-01-26change binary builds URL to network:osmocom as that's more maintainedHarald Welte1-2/+2
2018-12-06contrib: fix makedistcheck with disabled systemdOliver Smith1-1/+4
2018-12-04Fix DISTCHECK_CONFIGURE_FLAGS overrideOliver Smith1-1/+1
2018-11-01debian: Install osmo_pcap_clean_old in osmo-pcap-server pkgPau Espin Pedrol1-0/+1
2018-11-01gitignore: Add compilePau Espin Pedrol1-0/+1
2018-11-01Install cfg files with autotoolsPau Espin Pedrol12-13/+40
2018-11-01Install systemd services with autotoolsPau Espin Pedrol9-0/+63
2018-11-01debian: Clean up to look like other osmocom projectsPau Espin Pedrol7-339/+30
2018-11-01contrib/jenkins.sh: Update to current osmocom infraPau Espin Pedrol1-12/+38
2018-10-08server: Add pcap snaplen VTY cmdPau Espin Pedrol4-8/+23
2018-10-08server: Improve verification of messages from clientPau Espin Pedrol2-8/+38
2018-10-08client_send_link: snaplen not needed during allocationPau Espin Pedrol1-1/+1
2018-10-08client: Add pcap snaplen VTY cmdPau Espin Pedrol6-10/+41
2018-10-08client: Set snaplen to MAXIMUM_SNAPLENPau Espin Pedrol2-2/+6
2018-10-08Use enum for PKT_LINK_*Pau Espin Pedrol1-9/+4
2018-10-08Replace '.' in counter names with ':'Pau Espin Pedrol3-23/+23
2018-10-08jenkins.sh: enable werror and sanitize configure flagsPau Espin Pedrol1-1/+1
2018-10-08configure.ac: Add --enable-sanitize flagPau Espin Pedrol1-0/+12
2018-10-08configure.ac: Add --enable-werror flagPau Espin Pedrol1-0/+18
2018-10-08osmo_client_send_data: Fix wrong log formatPau Espin Pedrol1-1/+1
2018-10-08Drop osmo_init_logging and use osmo_init_logging2Pau Espin Pedrol2-2/+2
2018-10-08server: Properly name main talloc ctxPau Espin Pedrol1-9/+9
2018-10-08client: Properly name main talloc ctxPau Espin Pedrol1-9/+9
2018-10-08vty: skip installing cmds now always installed by defaultPau Espin Pedrol2-3/+0
2018-10-08cosmetic: client: rename forward_packet functionPau Espin Pedrol1-2/+2
2018-02-09debian/control: Fix URLs for homepage, git, gitwebHarald Welte1-3/+3
2018-02-09Add support for generating IPIP to osmo-pcap-clientHarald Welte3-20/+124
2017-08-28Use release helper from libosmocoreMax2-0/+7
2017-08-22Add gitreview configMax1-0/+3
2017-07-21client: Move to osmo_sock_init2_ofd()Harald Welte1-12/+3
2017-07-21Use libosmocore osmo_sock_init2() instead of local implementationHarald Welte1-134/+2
2017-07-21Rename osmo_pcap_{client_server} executables to osmo-pcap-{client,server}Harald Welte5-7/+7
2017-07-21Use TCP port numbers for VTY that don't overlap with other Osmocom SoftwareHarald Welte4-4/+13
2017-07-21sock_src_init(): Don't freeaddrinfo() undefined src_resultHarald Welte1-1/+2
2017-03-07debian: Add -dbg packages for the osmo-pcap-client and osmo-pcap-server0.0.11Holger Hans Peter Freyther3-0/+15
2017-01-17debian: Make a new release with the new featureHolger Hans Peter Freyther1-0/+6
2017-01-17client: Allow to bind to a specific source_ipHolger Hans Peter Freyther3-1/+156