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
*
stats: Add stat_item_for_each functions
Jacob Erlbeck
2015-10-28
1
-0
/
+14
*
core: Extend rate_ctr by helper functions
Jacob Erlbeck
2015-10-28
1
-0
/
+19
*
stats: Use a global index for stat item values
Jacob Erlbeck
2015-10-28
1
-9
/
+19
*
stats: Add stat_item for value monitoring
Jacob Erlbeck
2015-10-28
1
-0
/
+104
*
comments
Neels Hofmeyr
2015-10-09
2
-3
/
+4
*
linuxlist: Remove casting of ptr from container_of macro
Holger Hans Peter Freyther
2015-05-02
1
-1
/
+1
*
osmo_static_assert: Put back the typedef in the code
Holger Hans Peter Freyther
2015-04-13
1
-1
/
+1
*
endian: Be able to detect endian on GNU and BSD
Holger Hans Peter Freyther
2015-03-22
1
-0
/
+38
*
core/gsmtap: LTE RRC message types and LTE MAC define
altaf
2015-01-18
1
-0
/
+15
*
bitvec: Fix typo in the csn1 encoding code
Holger Hans Peter Freyther
2014-12-28
1
-1
/
+1
*
logging: Make it possible to print category/subsys and timestamps
Holger Hans Peter Freyther
2014-12-05
1
-0
/
+6
*
gtp: Add a global region for the gtp library of OpenGGSN
Holger Hans Peter Freyther
2014-12-04
1
-1
/
+2
*
sttrb / loggingrb: Use GPLv2+ as license, not AGPLv3+
Harald Welte
2014-10-26
2
-2
/
+2
*
msgb: make msgb_get() finally work as expected
Harald Welte
2014-10-26
1
-1
/
+1
*
logging: Add ability to save/print current log filters
Harald Welte
2014-08-25
1
-0
/
+16
*
Convert recently-introduced header files to #pragma once
Harald Welte
2014-08-21
1
-4
/
+1
*
libctrl: Add DLCTRL as logging context for the control interface
Harald Welte
2014-08-21
1
-1
/
+2
*
libctrl: remove reference to bsc_replace_string()
Harald Welte
2014-08-21
1
-0
/
+7
*
Add osmo_get_macaddr() function to obtain etherent mac address
Harald Welte
2014-08-18
1
-0
/
+1
*
osmocore: Add function osmo_macaddr_parse() to parse ETH MAC address
Harald Welte
2014-08-18
1
-0
/
+6
*
core/bitXXgen: Don't do 'return' in functions returning void
Sylvain Munaut
2014-06-16
1
-2
/
+2
*
core/bitXXgen: Use explicit cast of void* to uint8_t
Sylvain Munaut
2014-06-16
1
-4
/
+6
*
bits: Add left circular shift function
Max
2014-06-16
1
-0
/
+10
*
core: Add generic LE/BE load/store uint type convertors and use them in msgb
Max
2014-06-16
3
-10
/
+121
*
include: Switch to #pragma once pattern
Sylvain Munaut
2014-06-16
32
-128
/
+32
*
gsmtap: add LTE defines to GSMTAP v2
Max
2014-06-15
1
-1
/
+10
*
src/socket: Adding unix domain socket support
Álvaro Neira Ayuso
2014-03-26
1
-0
/
+6
*
ladpm: Fix msgb handling and SAPI=3 establishment delay
Jacob Erlbeck
2014-03-10
1
-0
/
+15
*
msgb: Add msgb_hexdump() function
Jacob Erlbeck
2014-03-04
1
-0
/
+1
*
vty: Make vty_event dispatch signals and use it in the testcase
Holger Hans Peter Freyther
2013-10-10
1
-0
/
+1
*
core: Remove defined() check for OSMO_DEPRECATE
Jacob Erlbeck
2013-08-15
1
-11
/
+5
*
core: Fix-up the OSMO_DEPRECATED for older compilers
Holger Hans Peter Freyther
2013-08-14
1
-3
/
+9
*
core: Support clang with OSME_DEPRECATED
Jacob Erlbeck
2013-08-14
1
-4
/
+15
*
core: Move OSMO_DEPRECATED to new core/defs.h file
Jacob Erlbeck
2013-08-14
1
-0
/
+39
*
utils.h: we need to include utils.h for osmo_generate_backtrace()
Harald Welte
2013-07-06
1
-0
/
+2
*
misc: Fix compiler warnings about the static_assert macro with gcc 4.8
Holger Hans Peter Freyther
2013-07-01
1
-1
/
+1
*
utils: Use fprintf to print the assertion and generate a backtrace
Katerina Barone-Adesi
2013-03-25
1
-1
/
+2
*
logging: add new log_targets_reopen() function
Harald Welte
2013-03-18
1
-0
/
+1
*
utils: Introduce OSMO_ASSERT in the utils and use it in the unit tests
Katerina Barone-Adesi
2013-03-09
1
-0
/
+7
*
Added a ring buffer log target to store the last N log messages.
Katerina Barone-Adesi
2013-02-27
3
-0
/
+103
*
Revert "Added a ring buffer log target to store the last N log messages."
Holger Hans Peter Freyther
2013-02-27
3
-103
/
+0
*
Added a ring buffer log target to store the last N log messages.
Katerina Barone-Adesi
2013-02-27
3
-0
/
+103
*
Add UMTS RRC message types
Tobias Engel
2013-02-21
1
-0
/
+68
*
misc: Doxygen tweaks: fixed some typos and minor errors
Katerina Barone-Adesi
2013-02-15
9
-9
/
+13
*
msgb: fix msgb_pull_u*()
Steve Markgraf
2012-11-14
1
-3
/
+3
*
logging: Introduce a print_filename flag for the logtarget
Holger Hans Peter Freyther
2012-09-11
1
-0
/
+3
*
logging: Mark the log_info_cat pointer as consts
Holger Hans Peter Freyther
2012-09-11
1
-1
/
+1
*
msgb: msgb_get() is supposed to get bytes from END, msgb_pull() from HEAD
Harald Welte
2012-09-08
1
-3
/
+34
*
gsmtap: add minimal support for encapsulating UMTS RRC in GSMTAP
Harald Welte
2012-09-02
1
-0
/
+7
*
utils: Change semantic of OSMO_MAX/OSMO_MIN to match semantic of a function
Holger Hans Peter Freyther
2012-08-15
1
-2
/
+2
[next]