| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | fsm api doc: fix typo in doxygen marker '\breif' | Neels Hofmeyr | 2016-12-20 | 1 | -1/+1 |
| * | add value strings for enum osmo_fsm_term_cause and use for logging | Neels Hofmeyr | 2016-12-15 | 1 | -0/+7 |
| * | fsm: log caller's source for events and state changes, not fsm.c lines | Neels Hofmeyr | 2016-12-14 | 2 | -10/+58 |
| * | fsm: add LOGPFSML to pass explicit logging level | Neels Hofmeyr | 2016-12-14 | 1 | -2/+5 |
| * | import oap message parsing / encoding from openbsc.git; AGPL->GPL | Harald Welte | 2016-12-11 | 1 | -1/+2 |
| * | fix: DLGSUP logging category "unusable" | Neels Hofmeyr | 2016-12-11 | 1 | -1/+1 |
| * | Implement GSMTAP log target | Harald Welte | 2016-12-09 | 1 | -0/+14 |
| * | gsmtap: Add defintions for GSMTAP based remote logging | Harald Welte | 2016-12-09 | 1 | -0/+19 |
| * | doc: fsm timer_cb: explain return value | Neels Hofmeyr | 2016-12-09 | 1 | -1/+2 |
| * | logging: Extend log_target with call-back for un-formatted log line | Harald Welte | 2016-12-02 | 1 | -1/+17 |
| * | Introduce osmo_strlcpy() function so we can stop using strncpy() | Harald Welte | 2016-11-26 | 1 | -0/+2 |
| * | msgb: add msgb_push_u{8,16,32}() functions | Harald Welte | 2016-11-11 | 1 | -0/+30 |
| * | statsd: Fix compiler warning (int32_t vs. int64_t) | Harald Welte | 2016-11-11 | 1 | -1/+1 |
| * | bitcomp: Remove the t4 decoding from libosmocore | Holger Hans Peter Freyther | 2016-11-10 | 1 | -1/+0 |
| * | Add osmo_fsm_unregister() to header | Max | 2016-11-02 | 1 | -1/+1 |
| * | msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx() | Neels Hofmeyr | 2016-09-27 | 1 | -1/+4 |
| * | add osmo_gettimeofday as a shim around gettimeofday | Neels Hofmeyr | 2016-09-22 | 1 | -0/+11 |
| * | fix error msg: msgb_put(): say "msgb_put", not "msgb_push" | Neels Hofmeyr | 2016-09-09 | 1 | -1/+1 |
| * | core/counter: add osmo_counter_dec() | Alexander Couzens | 2016-08-30 | 1 | -0/+6 |
| * | Mark input string to osmo_talloc_replace_string() as const | Harald Welte | 2016-07-28 | 1 | -1/+1 |