index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Catch-up with git version tags
Max
2016-12-21
11
-17
/
+51
*
fsm: term: safer iteration to remove all child FSMs
Neels Hofmeyr
2016-12-20
1
-4
/
+20
*
fsm api doc: fix typo in doxygen marker '\breif'
Neels Hofmeyr
2016-12-20
1
-1
/
+1
*
fsm: explicitly log removal from parent fsm
Neels Hofmeyr
2016-12-16
1
-0
/
+3
*
add value strings for enum osmo_fsm_term_cause and use for logging
Neels Hofmeyr
2016-12-15
2
-1
/
+20
*
typo in comment for osmo_fsm_log_addr()
Neels Hofmeyr
2016-12-14
1
-1
/
+1
*
fsm: log caller's source for events and state changes, not fsm.c lines
Neels Hofmeyr
2016-12-14
3
-27
/
+103
*
fsm: add LOGPFSML to pass explicit logging level
Neels Hofmeyr
2016-12-14
3
-12
/
+12
*
fix logging: log_set_category_filter() for internal DL* logging cats
Neels Hofmeyr
2016-12-12
2
-1
/
+3
*
show bug in logging: log_set_category_filter on DL* categories
Neels Hofmeyr
2016-12-12
1
-0
/
+6
*
fix logging: out-of-bounds check should end with user categories
Neels Hofmeyr
2016-12-12
2
-0
/
+6
*
show bug in logging: out-of-bounds check should end with user categories
Neels Hofmeyr
2016-12-12
2
-0
/
+5
*
fix logging: also catch first out-of-bounds logging cat
Neels Hofmeyr
2016-12-12
2
-1
/
+4
*
show bug in logging: erratic redirection to DLGLOBAL for first invalid category
Neels Hofmeyr
2016-12-12
1
-0
/
+1
*
fix logging: redirection to DLGLOBAL for invalid categories
Neels Hofmeyr
2016-12-12
2
-1
/
+10
*
show bug in logging: erratic redirection to DLGLOBAL for invalid categories
Neels Hofmeyr
2016-12-12
1
-0
/
+8
*
logging test: cosmetic: print target and don't print color
Neels Hofmeyr
2016-12-12
2
-4
/
+5
*
doc: osmocom-authn-protocol.txt: fix numbering, mark unused sync msgs
Neels Hofmeyr
2016-12-11
1
-11
/
+11
*
oap: add encode/decode unit test
Neels Hofmeyr
2016-12-11
5
-2
/
+273
*
gsm/oap: more robust: decode presence as clearly either 1 or 0
Neels Hofmeyr
2016-12-11
1
-4
/
+4
*
import oap message parsing / encoding from openbsc.git; AGPL->GPL
Harald Welte
2016-12-11
9
-3
/
+519
*
fix: DLGSUP logging category "unusable"
Neels Hofmeyr
2016-12-11
3
-6
/
+6
*
Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'
Neels Hofmeyr
2016-12-11
1
-1
/
+2
*
Implement GSMTAP log target
Harald Welte
2016-12-09
6
-3
/
+184
*
gsmtap: Add defintions for GSMTAP based remote logging
Harald Welte
2016-12-09
1
-0
/
+19
*
Fix msgb_test on 64 bit architectures
Harald Welte
2016-12-09
1
-1
/
+1
*
cosmetic: gsup comments: write 'Generic' for the G in GSUP
Neels Hofmeyr
2016-12-09
2
-2
/
+2
*
license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom'
Neels Hofmeyr
2016-12-09
2
-6
/
+6
*
doc: fsm timer_cb: explain return value
Neels Hofmeyr
2016-12-09
1
-1
/
+2
*
contrib: add fsm-to-dot.py to draw osmo_fsm dotty graphs
Neels Hofmeyr
2016-12-09
1
-0
/
+710
*
wqueue: Reject messges if queue is considered full
Holger Hans Peter Freyther
2016-12-09
6
-5
/
+103
*
logging: Extend log_target with call-back for un-formatted log line
Harald Welte
2016-12-02
2
-2
/
+21
*
Revert "gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_T...
Neels Hofmeyr
2016-12-02
1
-2
/
+0
*
gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()
Neels Hofmeyr
2016-12-01
3
-0
/
+33
*
gsm0480: code dup: introduce and use gsm0480_l3hdr_push()
Neels Hofmeyr
2016-12-01
3
-13
/
+19
*
gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASE
Alexander Couzens
2016-12-01
1
-0
/
+2
*
timer: only call the callback if not NULL
Alexander Couzens
2016-11-28
1
-1
/
+2
*
ctrl_cmd_parse: Make coverity FORWARD_NULL happy
Harald Welte
2016-11-26
1
-0
/
+1
*
Introduce osmo_strlcpy() function so we can stop using strncpy()
Harald Welte
2016-11-26
2
-0
/
+24
*
osmo_gsup_encode(): Make coverity happy by invariant checking
Harald Welte
2016-11-26
1
-0
/
+1
*
osmo-sim-test.c: Fix rmsg check
Harald Welte
2016-11-26
1
-1
/
+1
*
telnet_interface: Handle osmo_fd_register() eror return code
Harald Welte
2016-11-26
1
-1
/
+6
*
osmo_sock_init(): Fix memory leak in error path
Harald Welte
2016-11-26
1
-0
/
+1
*
Fix unchecked return valueof osmo_fd_register()
Harald Welte
2016-11-26
1
-4
/
+12
*
build: make check: disable sim_test when built with --disable-pcsc
Neels Hofmeyr
2016-11-16
4
-6
/
+14
*
gsm_08_58.h: Add more Ericsson specific RSL IE Identifiers
Harald Welte
2016-11-16
1
-3
/
+22
*
RSL: Add defines for ericsson systinfo SI13
Philipp
2016-11-16
1
-0
/
+4
*
Extend IPA error logging
Max
2016-11-16
1
-2
/
+2
*
vty: Skip printing non-initialized log categories
Daniel Willmann
2016-11-15
1
-0
/
+3
*
msgb: add msgb_push_u{8,16,32}() functions
Harald Welte
2016-11-11
1
-0
/
+30
[next]