aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Bump version: 1.12.0.20-a637-dirty → 1.13.01.13.0Pau Espin Pedrol4-7/+37
2018-05-03src/Makefile.am: Use LIBVERSION variable to set version-infoPau Espin Pedrol1-3/+4
2018-03-05jenkins.sh: use --enable-werror configure flag, not CFLAGSNeels Hofmeyr1-2/+2
2018-03-05configure: add --enable-werrorNeels Hofmeyr1-0/+21
2018-02-11jenkins.sh: output all test logs when 'make check' failedMartin Hauke1-1/+2
2018-02-11jenkins: Enable parallel build and distcheckMartin Hauke1-2/+2
2018-02-11binaries/Makefile.am: Fix parallel build issueMartin Hauke1-1/+1
2018-02-09debian/control: Fix Vcs-{Browser,Git} URLsHarald Welte1-2/+2
2017-12-21Enable sanitize for CI testsMax1-1/+1
2017-11-17add --enable-sanitize config optionNeels Hofmeyr1-0/+13
2017-10-27jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-0/+4
2017-10-11debian/rules: show testsuite.log when tests are failingAlexander Couzens1-0/+4
2017-10-04Fix 'make distcheck' by adding .version to EXTRA_DISTIHarald Welte1-1/+2
2017-09-17contrib: Enable -Werror by defaultPau Espin Pedrol1-1/+1
2017-09-15Fix Out of bounds compilation warning in OCTET8Pau Espin Pedrol8-11/+8
2017-09-15bind_receiver_resp_test.c: Fix compilation warningPau Espin Pedrol1-1/+1
2017-09-15smpp34_unpack.c: remove unused variablePau Espin Pedrol1-2/+0
2017-09-15smpp34_structs.h: Fix truncated output in str_tlv_idPau Espin Pedrol1-1/+1
2017-09-15smpp34_structs.h: Fix trailing whitespacePau Espin Pedrol1-39/+39
2017-09-15smpp34_dumpBuf.c: remove unused variablePau Espin Pedrol1-2/+0
2017-08-28Use release helper from libosmocoreMax4-1/+16
2017-08-14prepare for 1.12 release1.12.01.12Harald Welte1-2/+9
2017-08-14update .gitignoreHarald Welte1-0/+7
2017-08-14Use osmocom-style versioning in Makefile, configure, debian/rulesHarald Welte4-1/+166
2017-08-14add delivery receipt definitionsPablo Neira Ayuso1-0/+4
2017-08-11add esm_class definitionsPablo Neira Ayuso1-0/+8
2017-08-11add smpp34_tlv_for_each() helperPablo Neira Ayuso1-0/+3
2017-03-17README.md: Make sure all hyperlinks use <>Harald Welte1-7/+7
2017-03-16Actually fill the README file with contents (and markdown syntax)Harald Welte4-2/+65
2016-12-21Integrate Debian packaging changesMax6-22/+72
2016-12-21Add gerrit settingsMax1-0/+3
2016-10-01configure: check for pkg-config presenceNeels Hofmeyr1-0/+7
2016-07-06gitignore: ignore all build artifacts3G_2016_09Neels Hofmeyr1-0/+7
2016-05-25Fix various typos in log messagesRuben Undheim4-19/+19
2016-05-25debian: Make upgrading from debian SID easierHolger Hans Peter Freyther1-1/+7
2016-04-13jenkins: Add the build script from jenkins hereHolger Hans Peter Freyther1-0/+9
2014-10-01test: Be able to bind to a local source/portHolger Hans Peter Freyther2-3/+20
2014-09-25libsmpp: Fix src != build directory build needed for dizzyHolger Hans Peter Freyther1-1/+1
2013-09-24debian: Add depedency between packagesHolger Hans Peter Freyther2-1/+7
2013-09-24debian: Add a packageHolger Hans Peter Freyther7-0/+63
2013-09-24Rename binary to binaries to fix building a debian packageHolger Hans Peter Freyther3-3/+3
2013-09-09misc: Fix compilation on FreeBSD of the exampleHolger Hans Peter Freyther1-2/+4
2013-09-05const: Make the data parameter for unpack constHolger Hans Peter Freyther2-6/+6
2012-12-18build test_apps only if libxml2 is availableHarald Welte1-0/+5
2012-12-18binary/Makefile.am: library is in builddir, not srcdirHarald Welte1-1/+1
2012-12-18add test_apps/Makefile to configure.acHarald Welte1-0/+1
2012-11-09misc: Always include stdint.h as it is almost 2013 nowHolger Hans Peter Freyther36-73/+1
2012-11-09misc: Use stdlib.h instead of malloc.h to make it compile on FreeBSDHolger Hans Peter Freyther7-7/+7
2012-11-09auto-foo: Build test apps with libxml2 only if it is availableHarald Welte3-9/+13
2012-11-09add missing C files for running a small SMSC-side SMPP implementationHarald Welte3-0/+680