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
*
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
*
control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cb
Pau Espin Pedrol
2018-05-04
1
-3
/
+3
*
msgb: msgb_pull: Abort when pulling more than avail size
Pau Espin Pedrol
2018-04-11
1
-0
/
+3
*
msgb: msgb_get: Drop unneeded tmp var
Pau Espin Pedrol
2018-04-11
1
-2
/
+1
*
fix issue on big endian architecture
Thorsten Alteholz
2018-04-09
1
-1
/
+1
*
add osmo_fsm_inst_update_id_f()
Neels Hofmeyr
2018-04-09
1
-0
/
+1
*
add osmo_quote_str(),osmo_quote_str_buf() and test
Neels Hofmeyr
2018-04-09
1
-0
/
+2
*
fix logging talloc ctx: add osmo_init_logging2()
Neels Hofmeyr
2018-03-28
1
-1
/
+5
*
timer: Introduce osmo_clock_gettime to override clock_gettime
Pau Espin Pedrol
2018-03-01
1
-0
/
+6
*
core/logging.h: Add logging category for jitter buffer
Pau Espin Pedrol
2018-02-27
1
-1
/
+2
*
core: Add timespec helper macros and make timer_compat.h public
Pau Espin Pedrol
2018-02-27
1
-0
/
+44
*
rate_ctr: Add rate_ctr_inc2() as convenience wrapper
Harald Welte
2018-02-24
1
-0
/
+9
*
fsm: allow graceful exit on FSM termination
Philipp Maier
2018-02-19
1
-0
/
+2
*
fsm: Add a function to change the FSM instance ID later
Daniel Willmann
2018-02-15
1
-0
/
+2
*
gsmtap.h: define TETRA DMO mode channels
allesklar2
2018-02-14
1
-0
/
+5
*
osmo_msgbdump_{l2,l3}(): Proper typecast
Harald Welte
2018-02-09
1
-2
/
+2
*
msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message buffer
Harald Welte
2018-02-09
1
-0
/
+14
*
utils: add helper wrapper for osmo_strlcpy()
Max
2018-02-05
1
-0
/
+3
*
fsm: add functions for unlinking and changing parents
Philipp Maier
2018-01-24
1
-0
/
+4
*
logging: allow to log only the basename of each source
Neels Hofmeyr
2018-01-19
1
-0
/
+1
*
logging: separate the '<000b>' subsys from filename logging
Neels Hofmeyr
2018-01-19
1
-1
/
+13
*
logging: add ability to log the log-level with API and vty
Neels Hofmeyr
2018-01-17
1
-0
/
+4
*
utils: add osmo_escape_str()
Neels Hofmeyr
2017-12-18
1
-0
/
+3
*
utils: add osmo_separated_identifiers_valid()
Neels Hofmeyr
2017-12-17
1
-0
/
+1
*
logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL()
Neels Hofmeyr
2017-12-12
1
-0
/
+2
*
comment: utils: more accurately describe OSMO_STRINGIFY macro
Neels Hofmeyr
2017-12-10
1
-1
/
+3
*
counters: add osmo_counters_count() returns the amount of counters
Alexander Couzens
2017-12-05
1
-0
/
+2
*
logging: Extend the LOGPSRC macro to put cont in it as well
Holger Hans Peter Freyther
2017-12-01
1
-2
/
+18
*
gsmtap.h: Introduce new GSMTAP type for LTE NAS messages
Harald Welte
2017-11-23
1
-0
/
+1
*
msgb: add inline msgb_queue_free()
Neels Hofmeyr
2017-11-20
1
-0
/
+9
*
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
2017-11-13
3
-4
/
+6
*
rate_ctr: Enforce counter (and ctr_group) names are valid identifiers
Harald Welte
2017-10-24
1
-1
/
+1
*
Introduce osmo_identifier_valid() function to check validity of identifier
Harald Welte
2017-10-24
1
-0
/
+3
*
add osmo_talloc_asprintf() and ctrl_cmd_reply_printf()
Neels Hofmeyr
2017-10-24
1
-0
/
+18
*
Replace bitvec_set_uint() with bitvec_set_u64()
Max
2017-10-24
1
-0
/
+2
*
socket: add function osmo_sock_local_ip() to query local ip
Philipp Maier
2017-10-23
1
-0
/
+2
*
add function msgb_printf() to print formatted text into msg buf
Philipp Maier
2017-10-22
1
-0
/
+1
*
api doc: fix two doxygen group closing braces
Neels Hofmeyr
2017-10-17
1
-1
/
+1
*
[doc] Expand Doxuygen documentation for osmo_prim
Harald Welte
2017-10-16
1
-4
/
+23
*
[doc] Put CRC-16 and generic CRC code in one Doxygen module
Harald Welte
2017-10-16
3
-8
/
+14
*
[doc] bits.c: Better / more Doxygen documentation
Harald Welte
2017-10-16
1
-10
/
+12
[next]