aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-14contrib: integrate RPM specosmith/rpmOliver Smith1-5/+1
2020-05-14contrib: import RPM specOliver Smith1-0/+98
2019-08-07Bump version: 0.9.31.4-cd14-dirty → 0.9.320.9.32Pau Espin Pedrol1-0/+13
2019-08-07Fix LIBVERSION not appliedPau Espin Pedrol3-5/+4
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2018-12-21Revert "jenkins.sh: disable parallel build"Oliver Smith1-4/+1
2018-12-07jenkins.sh: disable parallel buildOliver Smith1-1/+4
2018-09-17debian/rules: Don't overwrite .tarball-versionPau Espin Pedrol1-4/+0
2018-05-04Bump version: 0.9.30.1-3dc5 → 0.9.310.9.31Pau Espin Pedrol1-0/+7
2018-05-04debian: set VERSION to fix version in .pc filesAlexander Couzens1-1/+8
2018-05-03Bump version: 0.9.29.1-42b1 → 0.9.300.9.30Pau Espin Pedrol1-0/+6
2018-05-03configure.ac: Use git-version-gen to set VERSIONPau Espin Pedrol2-2/+153
2018-05-03Bump version: 0.9.28 → 0.9.290.9.29Pau Espin Pedrol2-1/+21
2018-05-03debian/changelog: Set previous versions to unstablePau Espin Pedrol1-2/+2
2018-05-03build: Support make release targetPau Espin Pedrol2-0/+6
2018-05-03.gitignore: add compilePau Espin Pedrol1-0/+1
2018-03-05jenkins.sh: use --enable-werror configure flag, not CFLAGSNeels Hofmeyr1-1/+1
2018-03-05configure: add --enable-werrorNeels Hofmeyr1-0/+21
2017-11-17add --enable-sanitize config optionNeels Hofmeyr1-0/+12
2017-10-28jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-0/+3
2017-10-28jenkins: add missing set -e to catch build errorsNeels Hofmeyr1-0/+2
2017-10-28fix compiler warning: drop dead code from BIT_STRING_fromBuf()Neels Hofmeyr1-3/+0
2017-10-28link libasn1c against libmath, don't ask users to do itHarald Welte2-2/+2
2017-10-27Sync debian package version (0.9.28) with acversion0.9.28Harald Welte1-0/+6
2017-10-27Fix compiler warningHarald Welte1-1/+1
2017-10-27Fix compiler warningHarald Welte1-1/+1
2017-08-14debian/copyright: Code in this repository is under BSD-2-ClauseHarald Welte1-3/+3
2017-08-14Re-license asn1helper.c under identical license as upstreamHarald Welte2-26/+3
2017-08-14add contrib/jenkins.sh script for jenkins build testingHarald Welte1-0/+16
2017-08-12add /debian to build a packageAlexander Couzens8-0/+168
2017-08-08add .gitreview to support git review pluginAlexander Couzens1-0/+3
2016-05-01aper fix for decoding constrained integer with lower boundary3G_2016_09Harald Welte1-12/+21
2016-04-30fix APER encoding of integer (backport from openairinterface)Harald Welte1-5/+22
2016-04-05misc: Replace libosmocore with tallocHolger Hans Peter Freyther5-14/+18
2016-02-16remove config.h include from asn_system.hNeels Hofmeyr1-4/+0
2016-02-16cosmetic: cast to avoid compiler warningNeels Hofmeyr1-1/+1
2016-02-16Add helper functions for uint32_t in octet stringsDaniel Willmann2-0/+15
2016-01-03import ans1helpers.[ch] (originally part of osmo-iuh)Harald Welte4-2/+179
2015-12-19APER: Fix encoding of INTEGER with lower_bound != 0Harald Welte1-7/+8
2015-12-18add '--enable-debug' configure option to build with EMIT_ASN_DEBUGHarald Welte4-0/+13
2015-08-31update to asn1c aper branch commit 6e00cbce7304a6972e82a12bb5fa82e41fa541beHarald Welte73-524/+3489
2015-08-31fix autoconf/automake warningsHarald Welte3-3/+3
2012-09-15link against libmath for 'ilogb()'Harald Welte1-1/+1
2011-10-14use include/osmocom/core instead of include/osmocoreHarald Welte1-1/+1
2010-07-24build: libosmo-asn1-map assumes that asn1c is in the includedirHolger Hans Peter Freyther1-1/+1
2010-07-20per_support: Fix bit error in encoding processSylvain Munaut1-1/+2
2010-07-20src: Print member's name in CHOICE printSylvain Munaut1-5/+3
2010-07-20src: Add verbose pretty print for enumerated typesSylvain Munaut2-1/+29
2010-07-20we have to replace calloc with talloc_zero_size() to ensure initializationHarald Welte2-2/+2
2010-07-20Convert libasn1c to use talloc from libosmocoreHarald Welte5-5/+44