index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
osmocom
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: fsm: allow logging the timeout on state change
Neels Hofmeyr
2019-02-26
1
-0
/
+1
*
add OSMO_STRBUF_PRINTF()
Neels Hofmeyr
2019-02-17
1
-0
/
+85
*
bitvec: Add bitvec_tailroom_bits() function
Harald Welte
2019-02-05
1
-0
/
+6
*
bitvec: Add bitvec_bytes_used() function
Harald Welte
2019-02-05
1
-0
/
+9
*
add osmo_tdef API, originally adopted from osmo-bsc T_def
Neels Hofmeyr
2019-02-04
1
-0
/
+172
*
socket.h: add missing include
Max
2019-02-04
1
-2
/
+7
*
osmo_fsm_state_name: make robust against NULL fi
Neels Hofmeyr
2019-01-29
1
-1
/
+1
*
add osmo_hexdump_buf() and test
Neels Hofmeyr
2019-01-28
1
-0
/
+3
*
Rename msgb_wrap_with_TL()
Max
2019-01-21
1
-1
/
+1
*
socket: add define for socket name length
Philipp Maier
2019-01-17
1
-0
/
+2
*
gsm23003: add osmo_imei_str_valid()
Oliver Smith
2019-01-14
1
-0
/
+2
*
add LOGPFSMSL(), LOGPFSMSLSRC()
Neels Hofmeyr
2019-01-03
1
-6
/
+30
*
LOGPFSM*: guard against fi == NULL
Neels Hofmeyr
2019-01-03
1
-4
/
+4
*
add API doc for LOGPFSM* macros
Neels Hofmeyr
2019-01-03
1
-0
/
+31
*
define LOGPFSM fmt only once, in LOGPFSMLSRC
Neels Hofmeyr
2018-12-23
1
-7
/
+4
*
add to osmo_sock_get_name*() API
Neels Hofmeyr
2018-12-19
1
-0
/
+3
*
stats.h: Fix build on MacOS
Pau Espin Pedrol
2018-12-13
1
-2
/
+2
*
msgb: add test helpers
Max
2018-12-12
1
-0
/
+139
*
add osmo_bcd2str()
Neels Hofmeyr
2018-12-10
1
-0
/
+2
*
Constify llist_count() parameter
Max
2018-12-10
1
-1
/
+1
*
timer: Fix clockid_t undefined on MacOS < 10.12
Pau Espin Pedrol
2018-12-10
2
-0
/
+5
*
Add osmo_sockaddr_in_to_str_and_uint()
Max
2018-12-07
1
-0
/
+3
*
Update msgb Lx helpers
Max
2018-12-03
1
-1
/
+17
*
Move msgb_push helpers to public header
Max
2018-11-19
1
-0
/
+9
*
core/msgb.h: introduce msgb_l4len() helper
Vadim Yanitskiy
2018-11-07
1
-0
/
+12
*
add osmo_sock_get_{local,remote}_ip{,_port}()
Oliver Smith
2018-10-26
1
-0
/
+6
*
GSMTAP: fix typos in comments
Shinjo Park
2018-10-07
1
-2
/
+2
*
GSMTAP: add definitions for LTE NAS subtypes
Shinjo Park
2018-10-07
1
-0
/
+8
*
GSMTAP: add definitions for new LTE RRC channels
Shinjo Park
2018-10-07
1
-10
/
+25
*
logging vty: write: check logging levels validity
Neels Hofmeyr
2018-09-13
1
-0
/
+1
*
logging vty: rewrite 'logging level' vty cmd generation
Neels Hofmeyr
2018-09-13
2
-4
/
+14
*
add osmo_str_tolower() and _toupper() with test
Neels Hofmeyr
2018-09-07
1
-2
/
+13
*
core/utils.h: move includes to the top
Vadim Yanitskiy
2018-09-05
1
-3
/
+2
*
core/utils.h: drop duplicate '<stdbool.h>' include
Vadim Yanitskiy
2018-09-05
1
-1
/
+0
*
Add RSPRO support to IPA and logging definitions
Harald Welte
2018-09-03
1
-1
/
+2
*
log: add 'last' option to 'logging print file'
Neels Hofmeyr
2018-08-27
1
-0
/
+9
*
socket: add flag to enforce SO_REUSEADDR on UDP sockets
Philipp Maier
2018-08-23
1
-0
/
+2
*
use __FILE__, not __BASE_FILE__
Neels Hofmeyr
2018-08-20
3
-12
/
+12
*
msgb: Introduce msgb_{de,en}queue_count APIs
Pau Espin Pedrol
2018-08-17
1
-0
/
+34
*
signal: Introduce API osmo_signal_talloc_ctx_init
Pau Espin Pedrol
2018-08-16
1
-0
/
+1
*
GSMTAP: add SIM sub_types
Kévin Redon
2018-07-27
1
-1
/
+13
*
add osmo_sockaddr_to_str_and_uint()
Neels Hofmeyr
2018-07-20
1
-0
/
+3
*
osmo_panic(): Annotate as __attribute__ ((noreturn))
Harald Welte
2018-06-29
1
-1
/
+1
*
Don't call abort() directly, always use osmo_panic()
Harald Welte
2018-06-28
1
-3
/
+2
*
fsm: Change semantics of LOGPFSML() log-level
Harald Welte
2018-06-08
1
-1
/
+2
*
Add osmo_isqrt32() to compute 32bit integer square root
Harald Welte
2018-06-06
1
-0
/
+2
*
add osmo_fsm_inst_state_chg_keep_timer()
Neels Hofmeyr
2018-05-31
1
-0
/
+15
*
isdnhdlc: Port from kernel to userspace
Harald Welte
2018-05-11
1
-23
/
+25
*
import isdn4linux HDLC code from linux kernel
Harald Welte
2018-05-11
1
-0
/
+82
*
Add osmo_timerfd_* functions for osmo_fd-wrapped timerfd
Harald Welte
2018-05-10
1
-0
/
+7
[next]