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
*
Add time conversion helpers
Max
2017-09-25
1
-0
/
+5
*
Expand bit pretty-printer
Max
2017-09-18
1
-9
/
+11
*
add osmo_fd_setup() convenience function to fill-in osmo_fd
Harald Welte
2017-08-12
1
-0
/
+4
*
Rename GSMTAP_CHANNEL_PDCH to GSMTAP_CHANNEL_PDTCH
Harald Welte
2017-07-29
1
-1
/
+3
*
add DLMGCP logging category for libosmo-mgcp
Neels Hofmeyr
2017-07-18
1
-1
/
+2
*
socket: Add new OSMO_SOCK_F_NO_MCAST_ALL option
Harald Welte
2017-07-13
1
-0
/
+2
*
socket: Allow disabling multicast loop on socket creation
Harald Welte
2017-07-13
1
-0
/
+2
*
socket.c: Add multicast related convenience functions
Harald Welte
2017-07-13
1
-0
/
+6
*
select: Add new osmo_fd_close() function
Harald Welte
2017-07-13
1
-0
/
+1
*
gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNEL
Harald Welte
2017-07-13
1
-0
/
+3
*
gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()
Harald Welte
2017-07-13
1
-0
/
+1
*
Add pseudo-random bit sequence generator to libosmcoore
Harald Welte
2017-07-10
1
-0
/
+25
*
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
[next]