index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mark deprecated function as such
Max
2017-01-16
1
-0
/
+1
*
doc: clarify osmo_strlcpy() doc
Neels Hofmeyr
2017-01-15
1
-5
/
+5
*
Always include <osmocom/core/talloc.h> and not <talloc.h>
Harald Welte
2017-01-15
1
-1
/
+1
*
configure.ac: Introduce --disable-ctrl
Harald Welte
2017-01-15
1
-0
/
+3
*
Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap...
Max
2017-01-13
2
-0
/
+2
*
gprs_ns_vty: guard against duplicate VTY elements
Neels Hofmeyr
2017-01-12
1
-0
/
+8
*
Add abis_nm_fail_evt_vrep() function
Max
2017-01-11
1
-4
/
+17
*
LAPD: improve logging
Max
2017-01-10
1
-4
/
+6
*
DTX: fix AMR SID-FIRST detection
Jean-Francois Dionne
2017-01-10
1
-2
/
+2
*
Add value strings for Probable Cause Type
Max
2017-01-10
2
-0
/
+8
*
fsm: Add VTY introspection of osmo_fsm and their instances
Harald Welte
2017-01-07
3
-4
/
+181
*
Add osmo_fsm_find_by_name() and avoid registering FSM with same name
Harald Welte
2017-01-07
1
-1
/
+13
*
vty: OSMO_ASSERT() if two identical commands are installed
Harald Welte
2017-01-07
1
-0
/
+19
*
Add OML Failure Event Report support
Max
2017-01-06
2
-0
/
+39
*
Add event cause string descriptions
Max
2017-01-06
2
-0
/
+16
*
Add function to get uninterrupted bit run
Pravin Kumarvel
2017-01-06
1
-0
/
+45
*
Add parsed TLV helpers from OsmoBTS
Max
2017-01-06
2
-0
/
+62
*
Add OML definitions from OsmoBTS
Max
2017-01-06
2
-0
/
+62
*
Remove direct logging
Max
2017-01-06
1
-3
/
+0
*
gprs_cipher_core: Use typecase to avoid sanitizer error
Harald Welte
2017-01-06
1
-1
/
+1
*
fsm: term: get parent pointer as late as possible
Neels Hofmeyr
2016-12-24
1
-1
/
+4
*
fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term()
Neels Hofmeyr
2016-12-24
1
-20
/
+42
*
fsm: move LOGPFSMSRC and LOGPFSMLSRC to .h
Neels Hofmeyr
2016-12-24
1
-13
/
+0
*
fsm: log calling file+line for error "event for NULL fi"
Neels Hofmeyr
2016-12-24
1
-2
/
+3
*
fsm: doc: add missing file, line args; fix ws + tweak on one line
Neels Hofmeyr
2016-12-24
1
-1
/
+7
*
serial.c: file descriptor '0' is a valid value
Harald Welte
2016-12-24
1
-2
/
+2
*
serial.c: Fix fd leak in case of fcntl() error paths
Harald Welte
2016-12-24
1
-2
/
+4
*
serial.c: Some ports don't support TIOCMBIS for RTS/CTS control
Harald Welte
2016-12-23
1
-2
/
+2
*
serial: Open devie in non-blocking mode and then switch to blocking
Harald Welte
2016-12-23
1
-3
/
+17
*
add CRC16-CCITT to libosmocore
Harald Welte
2016-12-23
1
-0
/
+42
*
Fix erroneously AGPL licensed file in libosmocore.
Harald Welte
2016-12-22
1
-4
/
+4
*
fsm: log tweak: upon free, say 'Freeing instance'
Neels Hofmeyr
2016-12-21
1
-1
/
+1
*
doc: fix typo for osmo_hexparse
Neels Hofmeyr
2016-12-21
1
-1
/
+1
*
utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macros
Neels Hofmeyr
2016-12-21
1
-7
/
+5
*
Catch-up with git version tags
Max
2016-12-21
6
-8
/
+14
*
fsm: term: safer iteration to remove all child FSMs
Neels Hofmeyr
2016-12-20
1
-4
/
+20
*
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
1
-1
/
+13
*
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
1
-17
/
+45
*
fsm: add LOGPFSML to pass explicit logging level
Neels Hofmeyr
2016-12-14
1
-9
/
+6
*
fix logging: log_set_category_filter() for internal DL* logging cats
Neels Hofmeyr
2016-12-12
1
-1
/
+2
*
fix logging: out-of-bounds check should end with user categories
Neels Hofmeyr
2016-12-12
1
-0
/
+5
*
fix logging: also catch first out-of-bounds logging cat
Neels Hofmeyr
2016-12-12
1
-1
/
+3
*
fix logging: redirection to DLGLOBAL for invalid categories
Neels Hofmeyr
2016-12-12
1
-1
/
+8
*
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
4
-1
/
+193
*
fix: DLGSUP logging category "unusable"
Neels Hofmeyr
2016-12-11
1
-0
/
+5
*
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
4
-3
/
+169
[prev]
[next]