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
*
backtrace: use namespace prefix osmo_*
Pablo Neira Ayuso
2011-05-07
2
-2
/
+2
*
crc: use namespace prefix osmo_*
Pablo Neira Ayuso
2011-05-07
1
-3
/
+3
*
utils: use namespace prefix osmo_*
Pablo Neira Ayuso
2011-05-07
2
-15
/
+15
*
statistics: use namespace prefix osmo_counter*
Pablo Neira Ayuso
2011-05-07
1
-7
/
+8
*
write-queue: use namespace prefix osmo_wqueue*
Pablo Neira Ayuso
2011-05-07
1
-7
/
+7
*
signal: use namespace prefix osmo_signal*
Pablo Neira Ayuso
2011-05-07
1
-4
/
+7
*
select: use namespace prefix osmo_fd* and osmo_select*
Pablo Neira Ayuso
2011-05-07
4
-27
/
+27
*
timer: use namespace prefix osmo_timer*
Pablo Neira Ayuso
2011-05-07
3
-21
/
+22
*
GSMTAP: add function to create a 'sink' for gsmtap packets
Harald Welte
2011-05-04
1
-2
/
+55
*
logging: make sure the output is null-terminated
Pablo Neira Ayuso
2011-05-04
1
-0
/
+2
*
logging: remove workaround now that _output() has been reworked
Pablo Neira Ayuso
2011-05-04
1
-12
/
+3
*
logging: rework _output() function
Pablo Neira Ayuso
2011-05-04
1
-23
/
+26
*
logging: several memory allocation belong to tall_log_ctx context
Pablo Neira Ayuso
2011-05-04
1
-2
/
+2
*
logging: fix missing description of global loglevel
Pablo Neira Ayuso
2011-05-04
1
-0
/
+7
*
core/conv: Only consider error for non-zero soft values
Sylvain Munaut
2011-04-28
1
-3
/
+6
*
core/conv: Add some generic code for convolutional coding/decoding
Sylvain Munaut
2011-04-26
2
-1
/
+494
*
gsm/a5: Add a A5 1&2 implementation
Sylvain Munaut
2011-04-26
2
-1
/
+312
*
misc: Remove the sys/types.h include from various files
Holger Hans Peter Freyther
2011-04-18
6
-6
/
+0
*
stats: Fix the compiler warnings
Holger Hans Peter Freyther
2011-04-18
2
-3
/
+3
*
Add a function to search for a counter by name
Daniel Willmann
2011-04-09
1
-0
/
+10
*
Add functions to search for rate counters by name
Daniel Willmann
2011-04-09
1
-0
/
+34
*
logging: Add the 'all' category back to the log level command
Holger Hans Peter Freyther
2011-03-29
1
-1
/
+1
*
vty: Fix a memory leak in the vty description command
Holger Hans Peter Freyther
2011-03-29
1
-0
/
+2
*
utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.h
Pablo Neira Ayuso
2011-03-28
1
-18
/
+8
*
bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.c
Pablo Neira Ayuso
2011-03-28
2
-12
/
+14
*
include: reorganize headers file to include/osmocom/[gsm|core]
Pablo Neira Ayuso
2011-03-23
35
-87
/
+87
*
This patch moves the GSM-specific functions to the new library
Pablo Neira Ayuso
2011-03-23
14
-30
/
+71
*
vty: integration with logging framework
Pablo Neira Ayuso
2011-03-19
2
-72
/
+122
*
Merge branch 'master' of git.osmocom.org:libosmocore
Harald Welte
2011-03-03
1
-1
/
+4
|
\
|
*
LOGGING: Use host.app_info->name instead of FIXME
Harald Welte
2011-02-24
1
-1
/
+4
*
|
rxlev_stat: Fix compiler warning
Harald Welte
2011-02-19
1
-1
/
+1
|
/
*
vty: Revert Makefile.am change for libosmocore dependency
Harald Welte
2011-02-19
1
-1
/
+1
*
LOGGING: remove duplicated code between vty-logging and cfg-logging
Harald Welte
2011-02-18
1
-123
/
+60
*
LOGGING: Add missing 'nat' subsystem
Harald Welte
2011-02-18
1
-1
/
+2
*
LOGGING: configure logging from the vty
Harald Welte
2011-02-18
7
-26
/
+415
*
LOGGING: Add syslog log target
Harald Welte
2011-02-17
2
-2
/
+75
*
LOGGING: Pass the log level down to the log target output function
Harald Welte
2011-02-17
2
-6
/
+8
*
write_queue: Only pop the queue if it is not empty
Holger Hans Peter Freyther
2011-02-15
1
-8
/
+10
*
[utils] introduce ubit_dump to dump buffers of unpacked bits
Harald Welte
2011-02-08
1
-1
/
+1
*
[utils] add 'bitdump' function for bitfields
Harald Welte
2011-02-08
1
-0
/
+30
*
logging: Add isup,m2ua,pcap from the cellmgr.
Holger Hans Peter Freyther
2011-01-22
1
-1
/
+4
*
ubit2pbit flushes at the wrong moment, added one note to bits.h
Christian Vogel
2011-01-22
1
-1
/
+1
*
bits: Add extended options version of pbit2ubit and ubit2pbit
Sylvain Munaut
2011-01-21
1
-0
/
+33
*
[BITS] introduce new packed/unpacked bit conversion routines
Harald Welte
2011-01-19
2
-1
/
+66
*
vty: Fix typo testing return value of bind
Sylvain Munaut
2011-01-03
1
-1
/
+1
*
Use the app_info->name instead of the hostname
Harald Welte
2010-12-24
1
-1
/
+1
*
rate_ctr: No need to include the inttypes.h
Holger Hans Peter Freyther
2010-12-20
1
-1
/
+0
*
utils: Fix typo. It is ascii.
Holger Hans Peter Freyther
2010-11-19
1
-1
/
+1
*
Move the generate backtrace call from MSGB_ABORT to osmo_panic handler
Sylvain Munaut
2010-11-13
1
-0
/
+2
*
panic: Fix type warning - osmo_panic_handler_t is already a pointer ...
Sylvain Munaut
2010-11-13
1
-1
/
+1
[next]