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
*
Deprecate wrappers around loglevel_strs
Max
2017-07-08
1
-2
/
+2
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
38
-163
/
+115
*
doxygen: various fixes in core/timer.h
Neels Hofmeyr
2017-06-23
1
-19
/
+16
*
api doc typo fix in core/logging.h
Neels Hofmeyr
2017-06-23
1
-1
/
+1
*
doxygen: enable AUTOBRIEF, drop \brief
Neels Hofmeyr
2017-06-23
29
-400
/
+400
*
Move NUM_BYTES macro to core library
Max
2017-06-19
1
-0
/
+2
*
Fix compilation warning on deprecated macro
Pau Espin Pedrol
2017-06-18
2
-2
/
+8
*
update/extend doxygen documentation
Harald Welte
2017-06-12
1
-7
/
+1
*
socket: Add osmo_sock_init2_ofd() function
Pau Espin Pedrol
2017-05-26
1
-0
/
+4
*
sercomm: More API documentation
Harald Welte
2017-05-17
1
-1
/
+27
*
sercomm: Better integration of driver interface
Harald Welte
2017-05-17
1
-6
/
+7
*
sercomm: Include in libosmocore Makefile
Harald Welte
2017-05-17
1
-1
/
+1
*
sercomm: remove unrequired helper functions
Harald Welte
2017-05-17
1
-2
/
+0
*
sercomm: Move HDLC related defines into C file
Harald Welte
2017-05-17
1
-7
/
+0
*
sercomm: Add doxygen-style documentation to public API
Harald Welte
2017-05-17
1
-10
/
+19
*
sercomm: make rx msg size configurable per instance
Harald Welte
2017-05-17
1
-0
/
+1
*
sercomm: introduce osmo_ naming prefix in struct and function names
Harald Welte
2017-05-17
1
-14
/
+14
*
sercomm: Enable multiple instances of 'sercomm'
Harald Welte
2017-05-17
1
-11
/
+36
*
Import sercomm.c from osmocom-bb
Harald Welte
2017-05-17
1
-0
/
+61
*
stats: Disable stats*.c on embedded targets
Harald Welte
2017-05-15
1
-0
/
+10
*
introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}
Harald Welte
2017-05-15
1
-0
/
+43
*
endian.h: Make it work on 'bare iron' builds (and possibly more platforms)
Harald Welte
2017-05-15
1
-1
/
+13
*
timer: add osmo_timer_setup()
Pablo Neira Ayuso
2017-05-09
1
-0
/
+2
*
vty: cleanup logging functions
Max
2017-05-09
1
-2
/
+2
*
osmo_fsm: Lookup functions to find FSM Instance by name or ID
Harald Welte
2017-04-16
1
-0
/
+4
*
msgb: Add msgb_pull_to_l2() analogous to msgb_pull_to_l3()
Harald Welte
2017-04-15
1
-0
/
+15
*
Add osmo_sock_init2() function, allowing both BIND *and* CONNECT
Harald Welte
2017-04-09
1
-0
/
+4
*
Add struct osmo_prim_event_map and osmo_event_for_prim()
Harald Welte
2017-04-09
1
-0
/
+14
*
logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtran
Harald Welte
2017-04-03
1
-1
/
+5
*
fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY()
Neels Hofmeyr
2017-03-15
1
-1
/
+1
*
linuxlist.h: add llist_first/last_entry macros
Neels Hofmeyr
2017-03-15
1
-0
/
+30
*
fsm: convenience: add inline osmo_fsm_inst_state_name()
Neels Hofmeyr
2017-03-01
1
-0
/
+4
*
logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*
Neels Hofmeyr
2017-02-23
1
-16
/
+18
*
logging.h: fixup: add API doc for logging enums recently added
Neels Hofmeyr
2017-02-23
1
-0
/
+5
*
logging.h: fix backwards compat broken by recent commit
Neels Hofmeyr
2017-02-23
1
-0
/
+7
*
logging: centrally define ctx and filter indexes
Neels Hofmeyr
2017-02-22
1
-2
/
+17
*
select: add functionality to check socket state
Philipp Maier
2017-02-07
1
-0
/
+2
*
socket: Introduce function to obtain socket name
Harald Welte
2017-01-27
1
-0
/
+2
*
utils.h: #include <stdio.h> as we use fprintf()
Harald Welte
2017-01-23
1
-0
/
+1
*
linuxlist.h: add llist_count()
Neels Hofmeyr
2017-01-21
1
-0
/
+16
*
logging: remove code duplication
Max
2017-01-16
1
-13
/
+4
*
bitvec: Ensure bitvec.h and bitvec.c agree on function argument type
Harald Welte
2017-01-15
1
-1
/
+1
*
Always include <osmocom/core/talloc.h> and not <talloc.h>
Harald Welte
2017-01-15
1
-1
/
+1
*
gsmtap: Add GSMTAP_TYPE_QC_DIAG
Harald Welte
2017-01-09
1
-0
/
+1
*
Add osmo_fsm_find_by_name() and avoid registering FSM with same name
Harald Welte
2017-01-07
1
-0
/
+1
*
Add function to get uninterrupted bit run
Pravin Kumarvel
2017-01-06
1
-0
/
+1
*
fsm: factor out osmo_fsm_inst_term_children() from osmo_fsm_inst_term()
Neels Hofmeyr
2016-12-24
1
-0
/
+13
*
fsm: move LOGPFSMSRC and LOGPFSMLSRC to .h
Neels Hofmeyr
2016-12-24
1
-0
/
+13
*
add CRC16-CCITT to libosmocore
Harald Welte
2016-12-23
1
-0
/
+12
*
utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macros
Neels Hofmeyr
2016-12-21
1
-0
/
+4
[next]