Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: Add some generic panic handling | Sylvain Munaut | 2010-07-25 | 1 | -0/+11 |
| | | | | | | | | This also includes an option for a minimal 'infinite loop' type panic that could be required for embedded target that don't have abort() or fprintf() Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | build: Use AS_HELP_STRING macro to format the ./configure --help better | Sylvain Munaut | 2010-07-25 | 1 | -4/+16 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Add support for plugins (and specifically GPRS encryption plugins) | Harald Welte | 2010-06-30 | 1 | -0/+6 |
| | |||||
* | Fix typo in configure script regarding --disable-vty | Harald Welte | 2010-06-25 | 1 | -1/+1 |
| | |||||
* | add configure option '--disable-vty' to prevent building libosmovty | Harald Welte | 2010-05-29 | 1 | -0/+6 |
| | |||||
* | Add pkgconfig for libosmovty | Harald Welte | 2010-05-25 | 1 | -0/+1 |
| | |||||
* | Create libosmovty as library from OpenBSC VTY functions | Harald Welte | 2010-05-25 | 1 | -0/+3 |
| | |||||
* | add git-version-gen magic to automatically generate package version | Harald Welte | 2010-03-23 | 1 | -3/+7 |
| | |||||
* | bump version to 0.1.0 | Harald Welte | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | add option --disable-tests to disable building of test binaries | Harald Welte | 2010-03-07 | 1 | -2/+6 |
| | |||||
* | add --disable-talloc option to build without talloc support | Harald Welte | 2010-03-07 | 1 | -0/+6 |
| | |||||
* | add missing automake / autoconf files | Harald Welte | 2010-02-20 | 1 | -0/+42 |