| Commit message (Expand) | Author | Age | Files | Lines |
* | logging vty: write: check logging levels validity | Neels Hofmeyr | 2018-09-13 | 1 | -0/+1 |
* | logging vty: rewrite 'logging level' vty cmd generation | Neels Hofmeyr | 2018-09-13 | 2 | -4/+14 |
* | add osmo_str_tolower() and _toupper() with test | Neels Hofmeyr | 2018-09-07 | 1 | -2/+13 |
* | core/utils.h: move includes to the top | Vadim Yanitskiy | 2018-09-05 | 1 | -3/+2 |
* | core/utils.h: drop duplicate '<stdbool.h>' include | Vadim Yanitskiy | 2018-09-05 | 1 | -1/+0 |
* | Add RSPRO support to IPA and logging definitions | Harald Welte | 2018-09-03 | 1 | -1/+2 |
* | log: add 'last' option to 'logging print file' | Neels Hofmeyr | 2018-08-27 | 1 | -0/+9 |
* | socket: add flag to enforce SO_REUSEADDR on UDP sockets | Philipp Maier | 2018-08-23 | 1 | -0/+2 |
* | use __FILE__, not __BASE_FILE__ | Neels Hofmeyr | 2018-08-20 | 3 | -12/+12 |
* | msgb: Introduce msgb_{de,en}queue_count APIs | Pau Espin Pedrol | 2018-08-17 | 1 | -0/+34 |
* | signal: Introduce API osmo_signal_talloc_ctx_init | Pau Espin Pedrol | 2018-08-16 | 1 | -0/+1 |
* | 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 |