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
*
utils: avoid segfault when calling osmo_strlcpy(src=NULL)
Neels Hofmeyr
2017-10-25
1
-1
/
+1
*
rate_ctr: Fix null pointer dereference in error path
Harald Welte
2017-10-24
1
-1
/
+2
*
GPRS: constify NS printing routine parameters
Max
2017-10-24
2
-3
/
+3
*
GPRS: add vty command to show only persistent NS
Max
2017-10-24
1
-8
/
+23
*
Convert lib-internal rate_ctr from '.' separator to ':' separator
Harald Welte
2017-10-24
2
-12
/
+12
*
rate_ctr: Enforce counter (and ctr_group) names are valid identifiers
Harald Welte
2017-10-24
1
-1
/
+117
*
fsm: Enforce FSM and FSM instance names are valid osmocom identifiers
Harald Welte
2017-10-24
1
-1
/
+12
*
Introduce osmo_identifier_valid() function to check validity of identifier
Harald Welte
2017-10-24
1
-0
/
+28
*
GPRS: check and report local address used for NSE
Max
2017-10-24
1
-7
/
+13
*
GPRS: clarify ip/frgre union use
Max
2017-10-24
2
-9
/
+20
*
GPRS: wrap NS state assignment in macro
Max
2017-10-24
1
-14
/
+35
*
GPRS: unify NS state printing
Max
2017-10-24
1
-4
/
+4
*
vty: Fix bad use of vector_slot()
Pau Espin Pedrol
2017-10-24
1
-1
/
+1
*
gb: optionally allow nsip packets only from a specific host
Philipp Maier
2017-10-24
1
-3
/
+25
*
Simplify bitvec_write_field()
Max
2017-10-24
1
-9
/
+7
*
Replace bitvec_set_uint() with bitvec_set_u64()
Max
2017-10-24
1
-9
/
+26
*
ctrl: allow more nodes than those in enum ctrl_node_type
Neels Hofmeyr
2017-10-23
1
-14
/
+67
*
Expand osmo_gettimeofday() docs
Max
2017-10-23
1
-1
/
+7
*
socket: add function osmo_sock_local_ip() to query local ip
Philipp Maier
2017-10-23
1
-0
/
+53
*
GPRS: log NS socket
Max
2017-10-23
1
-0
/
+1
*
add function msgb_printf() to print formatted text into msg buf
Philipp Maier
2017-10-22
1
-0
/
+48
*
Make osmo_apn_to_str() more robust
Max
2017-10-20
1
-0
/
+3
*
GPRS: print remote state info for NS peer
Max
2017-10-20
1
-3
/
+5
*
[doc] Properly define gsm0800 group and move all related files into it
Harald Welte
2017-10-17
2
-3
/
+4
*
[doc] Properly define 'oap' group and add introductory text
Harald Welte
2017-10-17
1
-2
/
+1
*
[doc] Define 'gsup' group with proper name, add intro text
Harald Welte
2017-10-17
1
-2
/
+1
*
[doc] make sure all SMS related code is part of the 'sms' group
Harald Welte
2017-10-17
4
-7
/
+7
*
[doc] gea has separate group; A5 is not part of crypto but a5 group
Harald Welte
2017-10-17
2
-14
/
+11
*
[doc] Don't add libosmovty bits to libosmocore groups
Harald Welte
2017-10-16
4
-30
/
+29
*
[doc] Expand Doxuygen documentation for osmo_prim
Harald Welte
2017-10-16
1
-1
/
+5
*
[doc] Introductory text on what the logging ring buffer is about
Harald Welte
2017-10-16
1
-0
/
+7
*
[doc] Make sure loggingrb.c file is in correct Doxygen group.
Harald Welte
2017-10-16
1
-1
/
+1
*
[doc] Doxygen documentation on osmo_hexdump print buffer size
Harald Welte
2017-10-16
1
-0
/
+6
*
[doc] Put CRC-16 and generic CRC code in one Doxygen module
Harald Welte
2017-10-16
2
-3
/
+14
*
[doc] bits.c: Better / more Doxygen documentation
Harald Welte
2017-10-16
1
-0
/
+5
*
[doc] rate_ctr: Extend Doxygen API documentation with human-readable text on ...
Harald Welte
2017-10-16
1
-2
/
+35
*
[doc] src/logging.c: Fix Doxygen syntax to make logging.c show up in logging ...
Harald Welte
2017-10-16
1
-1
/
+1
*
[doc] Add Doxygen API documentation for stats.c and stats_statsd.c
Harald Welte
2017-10-16
2
-1
/
+112
*
[doc] counter.[ch] Add Doxygen API documentation
Harald Welte
2017-10-16
1
-0
/
+18
*
[doc] stat_item: Complete doxygen documentation for API
Harald Welte
2017-10-16
1
-9
/
+76
*
Rename 'statistics.c' to 'counter.c'
Harald Welte
2017-10-15
6
-7
/
+7
*
gsm: make osmo_imsi_str_valid() NULL-safe
Neels Hofmeyr
2017-10-10
1
-0
/
+2
*
Fix build on older systems
Max
2017-10-10
1
-0
/
+3
*
utils: add osmo_is_hexstr(), add unit test
Neels Hofmeyr
2017-10-09
1
-0
/
+33
*
auth: add OSMO_MILENAGE_IND_BITLEN_MAX
Neels Hofmeyr
2017-10-09
1
-1
/
+1
*
auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name()
Neels Hofmeyr
2017-10-09
2
-0
/
+8
*
Add function to generate random identifier
Max
2017-10-09
2
-0
/
+49
*
Ensure __always_inline is defined on operating systems that don't have it
Harald Welte
2017-10-09
1
-0
/
+6
*
add osmo_imsi_str_valid() and osmo_msisdn_str_valid()
Neels Hofmeyr
2017-10-05
3
-1
/
+70
*
doxygen: adjust copyright to include 2017
Neels Hofmeyr
2017-09-28
1
-1
/
+1
[next]