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
*
OSMO_SOCKADDR_STR_FMT_ARGS: guard against NULL pointer
Neels Hofmeyr
2019-08-30
1
-1
/
+1
*
OSMO_SOCKADDR_STR_FMT_ARGS: remove useless condition
Neels Hofmeyr
2019-08-30
1
-1
/
+1
*
context: Add support for [per-thread] global talloc contexts
Harald Welte
2019-08-27
2
-3
/
+26
*
osmo_tdef_get(): allow passing -1 as default timeout
Neels Hofmeyr
2019-08-15
1
-1
/
+1
*
Revert "utils.h: require a semi colon after OSMO_ASSERT"
Vadim Yanitskiy
2019-07-09
1
-2
/
+2
*
utils.h: require a semi colon after OSMO_ASSERT
Alexander Couzens
2019-07-08
1
-2
/
+2
*
(minor) fix typo in comments
Kévin Redon
2019-06-13
1
-3
/
+3
*
minor: don't redefine macros
Kévin Redon
2019-06-13
2
-0
/
+4
*
core/utils: drop meaningless const from return value of osmo_luhn()
Vadim Yanitskiy
2019-06-12
1
-1
/
+1
*
fsm: Allow millisecond granularity in osmo_fsm built-in timer
Harald Welte
2019-06-05
1
-0
/
+15
*
Deprecate usage of osmo_counter_*
Daniel Willmann
2019-05-19
1
-2
/
+10
*
add osmo_stat_item_inc/osmo_stat_item_dec to set it relative
Alexander Couzens
2019-05-07
1
-0
/
+2
*
add identifier sanitation for setting FSM instance ids
Neels Hofmeyr
2019-04-12
2
-0
/
+2
*
add osmo_{escape,quote}_str_buf2() for standard args ordering
Neels Hofmeyr
2019-04-12
1
-2
/
+6
*
tweak OSMO_STRBUF_APPEND(), add OSMO_STRBUF_APPEND_NOLEN()
Neels Hofmeyr
2019-04-11
1
-7
/
+30
*
add osmo_str_startswith()
Neels Hofmeyr
2019-04-11
1
-0
/
+2
*
fsm: support graceful osmo_fsm_inst_term() cascades
Neels Hofmeyr
2019-04-11
1
-0
/
+1
*
fsm: add flag to ensure osmo_fsm_inst_term() happens only once
Neels Hofmeyr
2019-04-11
1
-0
/
+2
*
Add _c versions of functions that otherwise return static buffers
Harald Welte
2019-04-10
3
-0
/
+33
*
add osmo_use_count API
Neels Hofmeyr
2019-04-08
1
-0
/
+228
*
add osmo_sockaddr_str API
Neels Hofmeyr
2019-04-08
1
-0
/
+87
*
Add _buf() functions to bypass static string buffers
Harald Welte
2019-04-03
2
-1
/
+3
*
osmo_escape_str_buf: Always copy, don't return input string pointer
Harald Welte
2019-03-29
1
-1
/
+1
*
Doxygen: fix documentation of rate_ctr_for_each_counter()
Vadim Yanitskiy
2019-03-27
1
-4
/
+0
*
core/msgb.h: fix incorrect Doxygen parameter description
Vadim Yanitskiy
2019-03-27
1
-5
/
+5
*
core/msgb.h: drop meaningless parameter of msgb_eq_* helpers
Vadim Yanitskiy
2019-03-27
1
-5
/
+5
*
core/msgb.h: fix dead msgb2 reference in msgb_eq_* helpers
Vadim Yanitskiy
2019-03-27
1
-5
/
+5
*
core/linuxlist.h: fix white-space and inconsistent alignment
Vadim Yanitskiy
2019-03-27
1
-19
/
+19
*
core/linuxlist.h: fix and unify Doxygen documentation
Vadim Yanitskiy
2019-03-27
1
-99
/
+96
*
select: Rename BSC_FD_* constants to OSMO_FD_*
Harald Welte
2019-03-21
1
-5
/
+10
*
socket: osmo_sock_get_name() Use "const void *" as talloc context
Harald Welte
2019-03-19
1
-1
/
+1
*
fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()
Neels Hofmeyr
2019-03-07
1
-0
/
+15
*
represent negative T-timers as Osmocom-specific X-timers
Neels Hofmeyr
2019-03-06
2
-3
/
+11
*
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
[next]