index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
osmo_strlcpy: sanitize: don't memcpy from NULL src even if len is 0
Neels Hofmeyr
2017-11-21
1
-1
/
+2
*
sercomm_test: sanitize: fix msgb mem leak
Neels Hofmeyr
2017-11-20
1
-0
/
+1
*
tlv_put: guard against NULL val and 0 len
Neels Hofmeyr
2017-11-20
1
-2
/
+13
*
bssgp_fc_test: sanitize: free fc struct when done
Neels Hofmeyr
2017-11-20
1
-0
/
+2
*
gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflow
Neels Hofmeyr
2017-11-20
3
-4
/
+9
*
bssgp_fc_test: sanitizer: free msgb context when done
Neels Hofmeyr
2017-11-20
2
-0
/
+12
*
bssgp_fc_test: clarify by outputting ok / failure messages
Neels Hofmeyr
2017-11-20
2
-3
/
+99
*
bssgp_fc_test: remove rounding to deciseconds
Neels Hofmeyr
2017-11-20
1
-10
/
+0
*
rate_ctr: fix mem leak for mangled desc
Neels Hofmeyr
2017-11-20
1
-9
/
+9
*
msgb: add inline msgb_queue_free()
Neels Hofmeyr
2017-11-20
2
-0
/
+10
*
ports.h: Use same VTY port number for osmo-mgw and osmo-bsc_mgcp
Harald Welte
2017-11-20
1
-1
/
+1
*
gsm0808_test: sanitize: fix msgb memleak
Neels Hofmeyr
2017-11-18
1
-0
/
+2
*
gsm0408_test: sanitize: cleanup msgb
Neels Hofmeyr
2017-11-18
1
-1
/
+0
*
lapd_test: sanitize: fix msgb memleaks
Neels Hofmeyr
2017-11-18
1
-0
/
+9
*
abis_test: sanitize: fix msgb memleak
Neels Hofmeyr
2017-11-18
1
-0
/
+2
*
memleak: osmo_config_list_parse: getline() needs free also on error
Neels Hofmeyr
2017-11-18
1
-2
/
+3
*
conv_acc: Our code requires SSSE3, not just SSE3
Harald Welte
2017-11-17
6
-29
/
+29
*
Print /proc/cpuinfo before executing testsuite
Harald Welte
2017-11-16
1
-0
/
+1
*
utils: Fix false positive in compiler warning
Pau Espin Pedrol
2017-11-16
1
-1
/
+1
*
gsm: Use correct include for getrandom
Pau Espin Pedrol
2017-11-16
1
-1
/
+1
*
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
2017-11-13
145
-100
/
+423
*
vty: Fix bad use of vector_slot()
Pau Espin Pedrol
2017-11-10
1
-1
/
+1
*
vty: add port number for osmo-mgw
Philipp Maier
2017-11-10
1
-0
/
+1
*
vty: deprecate now empty node commands
Neels Hofmeyr
2017-11-08
1
-2
/
+2
*
debian: build now depends on libgnutls
Harald Welte
2017-11-03
1
-0
/
+1
*
gsm0503_coding.c: Use majority vote in tch_efr_unreorder()
Niro Mahasinghe
2017-11-03
1
-3
/
+3
*
gsm0503_coding.c: Fix tch_efr_unreorder() of one bit
Niro Mahasinghe
2017-11-03
1
-1
/
+1
*
Enable GnuTLS fallback
Max
2017-11-02
3
-5
/
+36
*
Bump version: 0.10.1 → 0.10.2
Harald Welte
2017-11-02
1
-0
/
+7
*
Revert "vty: Fix bad use of vector_slot()"
Neels Hofmeyr
2017-11-01
1
-1
/
+1
*
utils: move linked libraries into common variable
Max
2017-10-30
1
-3
/
+2
*
Move additional libraries to appropriate place
Max
2017-10-30
7
-60
/
+46
*
Tag/Release Version 0.10.1
Harald Welte
2017-10-29
1
-0
/
+6
*
Catch repeated calls to osmo_init_logging()
Harald Welte
2017-10-29
1
-0
/
+6
*
jenkins: use osmo-clean-workspace.sh before and after build
Neels Hofmeyr
2017-10-27
3
-5
/
+8
*
Tag/Release version 0.10.0
Harald Welte
2017-10-27
14
-28
/
+29
*
Add unit tests for bcd2char and char2bcd conversion
Harald Welte
2017-10-27
2
-0
/
+61
*
osmo_char2bcd(): Implment hex digits a-f and A-F
Harald Welte
2017-10-27
1
-1
/
+8
*
utils: avoid segfault when calling osmo_strlcpy(src=NULL)
Neels Hofmeyr
2017-10-25
1
-1
/
+1
*
rate_ctr: Fix null pointer dereference in error path
Harald Welte
2017-10-24
1
-1
/
+2
*
GPRS: constify NS printing routine parameters
Max
2017-10-24
3
-4
/
+4
*
GPRS: add vty command to show only persistent NS
Max
2017-10-24
1
-8
/
+23
*
stats_test: Extend check to include test for counter group name mangling
Harald Welte
2017-10-24
2
-10
/
+51
*
Convert lib-internal rate_ctr from '.' separator to ':' separator
Harald Welte
2017-10-24
3
-15
/
+15
*
rate_ctr: Enforce counter (and ctr_group) names are valid identifiers
Harald Welte
2017-10-24
4
-45
/
+161
*
fsm: Enforce FSM and FSM instance names are valid osmocom identifiers
Harald Welte
2017-10-24
1
-1
/
+12
*
Introduce osmo_identifier_valid() function to check validity of identifier
Harald Welte
2017-10-24
2
-0
/
+31
*
jenkins: bail early if $MAKE env var is not set
Neels Hofmeyr
2017-10-24
1
-0
/
+6
*
fixups for recent "Cleanup jenkins build scripts"
Neels Hofmeyr
2017-10-24
3
-22
/
+43
*
contrib/fsm-to-dot.py: some tweaks that help with osmo-bsc's new FSMs
Neels Hofmeyr
2017-10-24
1
-13
/
+40
[prev]
[next]