index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fsm: doc: add missing file, line args; fix ws + tweak on one line
Neels Hofmeyr
2016-12-24
1
-1
/
+7
*
serial.c: file descriptor '0' is a valid value
Harald Welte
2016-12-24
1
-2
/
+2
*
serial.c: Fix fd leak in case of fcntl() error paths
Harald Welte
2016-12-24
1
-2
/
+4
*
serial.c: Some ports don't support TIOCMBIS for RTS/CTS control
Harald Welte
2016-12-23
1
-2
/
+2
*
serial: Open devie in non-blocking mode and then switch to blocking
Harald Welte
2016-12-23
1
-3
/
+17
*
add CRC16-CCITT to libosmocore
Harald Welte
2016-12-23
1
-0
/
+42
*
Fix erroneously AGPL licensed file in libosmocore.
Harald Welte
2016-12-22
1
-4
/
+4
*
fsm: log tweak: upon free, say 'Freeing instance'
Neels Hofmeyr
2016-12-21
1
-1
/
+1
*
doc: fix typo for osmo_hexparse
Neels Hofmeyr
2016-12-21
1
-1
/
+1
*
utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macros
Neels Hofmeyr
2016-12-21
1
-7
/
+5
*
Catch-up with git version tags
Max
2016-12-21
6
-8
/
+14
*
fsm: term: safer iteration to remove all child FSMs
Neels Hofmeyr
2016-12-20
1
-4
/
+20
*
fsm: explicitly log removal from parent fsm
Neels Hofmeyr
2016-12-16
1
-0
/
+3
*
add value strings for enum osmo_fsm_term_cause and use for logging
Neels Hofmeyr
2016-12-15
1
-1
/
+13
*
typo in comment for osmo_fsm_log_addr()
Neels Hofmeyr
2016-12-14
1
-1
/
+1
*
fsm: log caller's source for events and state changes, not fsm.c lines
Neels Hofmeyr
2016-12-14
1
-17
/
+45
*
fsm: add LOGPFSML to pass explicit logging level
Neels Hofmeyr
2016-12-14
1
-9
/
+6
*
fix logging: log_set_category_filter() for internal DL* logging cats
Neels Hofmeyr
2016-12-12
1
-1
/
+2
*
fix logging: out-of-bounds check should end with user categories
Neels Hofmeyr
2016-12-12
1
-0
/
+5
*
fix logging: also catch first out-of-bounds logging cat
Neels Hofmeyr
2016-12-12
1
-1
/
+3
*
fix logging: redirection to DLGLOBAL for invalid categories
Neels Hofmeyr
2016-12-12
1
-1
/
+8
*
gsm/oap: more robust: decode presence as clearly either 1 or 0
Neels Hofmeyr
2016-12-11
1
-4
/
+4
*
import oap message parsing / encoding from openbsc.git; AGPL->GPL
Harald Welte
2016-12-11
4
-1
/
+193
*
fix: DLGSUP logging category "unusable"
Neels Hofmeyr
2016-12-11
1
-0
/
+5
*
Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'
Neels Hofmeyr
2016-12-11
1
-1
/
+2
*
Implement GSMTAP log target
Harald Welte
2016-12-09
4
-3
/
+169
*
cosmetic: gsup comments: write 'Generic' for the G in GSUP
Neels Hofmeyr
2016-12-09
1
-1
/
+1
*
license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom'
Neels Hofmeyr
2016-12-09
1
-5
/
+5
*
wqueue: Reject messges if queue is considered full
Holger Hans Peter Freyther
2016-12-09
1
-3
/
+8
*
logging: Extend log_target with call-back for un-formatted log line
Harald Welte
2016-12-02
1
-1
/
+4
*
gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()
Neels Hofmeyr
2016-12-01
2
-0
/
+31
*
gsm0480: code dup: introduce and use gsm0480_l3hdr_push()
Neels Hofmeyr
2016-12-01
2
-13
/
+16
*
timer: only call the callback if not NULL
Alexander Couzens
2016-11-28
1
-1
/
+2
*
ctrl_cmd_parse: Make coverity FORWARD_NULL happy
Harald Welte
2016-11-26
1
-0
/
+1
*
Introduce osmo_strlcpy() function so we can stop using strncpy()
Harald Welte
2016-11-26
1
-0
/
+22
*
osmo_gsup_encode(): Make coverity happy by invariant checking
Harald Welte
2016-11-26
1
-0
/
+1
*
telnet_interface: Handle osmo_fd_register() eror return code
Harald Welte
2016-11-26
1
-1
/
+6
*
osmo_sock_init(): Fix memory leak in error path
Harald Welte
2016-11-26
1
-0
/
+1
*
Fix unchecked return valueof osmo_fd_register()
Harald Welte
2016-11-26
1
-4
/
+12
*
Extend IPA error logging
Max
2016-11-16
1
-2
/
+2
*
vty: Skip printing non-initialized log categories
Daniel Willmann
2016-11-15
1
-0
/
+3
*
bssgp_rx_paging(): Fix parsing of P-TMSI IE in Paging message
Harald Welte
2016-11-11
1
-1
/
+2
*
gan: Mark gan_pdisc_vals[] as public / non-static symbol
Harald Welte
2016-11-11
1
-1
/
+1
*
bssgp_vty: Remove dead code and compiler warning
Harald Welte
2016-11-11
1
-7
/
+0
*
statsd: Fix compiler warning (int32_t vs. int64_t)
Harald Welte
2016-11-11
2
-2
/
+3
*
bitcomp: Remove the t4 decoding from libosmocore
Holger Hans Peter Freyther
2016-11-10
1
-128
/
+0
*
Add logging and testing for FSM deallocation
Max
2016-11-08
1
-0
/
+1
*
Add null-pointer check to osmo_amr_rtp_dec()
Max
2016-11-07
1
-3
/
+3
*
Fix typo in osmo_fsm_log_addr()
Max
2016-11-01
1
-1
/
+1
*
gsm0408: Completing GSM 04.08 RR message types
Philipp
2016-10-27
2
-0
/
+109
[prev]
[next]