index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import abis_nm_{chcomb4pchan,pchan4chcomb}() from openbsc
Harald Welte
2011-05-24
3
-0
/
+60
*
libosmocore: rename configure.in -> configure.ac
Alexander Huemer
2011-05-24
1
-0
/
+0
*
libosmocore: add missing AC_LANG_SOURCE for current autoconf
Alexander Huemer
2011-05-24
1
-1
/
+1
*
Import sytem information related definitions + code from openbsc
Harald Welte
2011-05-24
5
-2
/
+177
*
abis_nm: Mark the structs as extern to avoid compiler warning
Holger Hans Peter Freyther
2011-05-23
1
-2
/
+2
*
abis_nm: remove abis_nm_obj_class_name / abis_nm_adm_state_name
Harald Welte
2011-05-23
2
-16
/
+7
*
rename abis_nm_adm_name() to abis_nm_adm_state_name()
Harald Welte
2011-05-23
2
-2
/
+2
*
abis_nm: import definitions and common code on A-bis OML from OpenBSC
Harald Welte
2011-05-22
4
-2
/
+432
*
libosmogsm: add ipaccess related header file
Harald Welte
2011-05-22
2
-1
/
+94
*
socket: use listen() and SO_REUSEADDR, new osmo_sock_init_ofd() function
Harald Welte
2011-05-22
2
-1
/
+37
*
remove debug printf from socket.c
Harald Welte
2011-05-22
1
-1
/
+0
*
gsmtap: deal with apps that call gsmtap_send*() with NULL gsmtap_inst
Harald Welte
2011-05-22
1
-0
/
+6
*
vty: print actual application name rather than always OpenBSC on connect
Harald Welte
2011-05-22
1
-3
/
+9
*
GSMTAP/socket code: Check for sys/socket.h and conditionally compile
Harald Welte
2011-05-22
4
-10
/
+17
*
gsmtap: rework GSMTAP API to be more future-proof
Harald Welte
2011-05-22
6
-98
/
+305
*
logging: fix corrupted output
Pablo Neira Ayuso
2011-05-19
1
-0
/
+6
*
app: Introduce some routines to help with application startup
Holger Hans Peter Freyther
2011-05-12
4
-3
/
+68
*
update debian changelog to 0.3.0
Harald Welte
2011-05-10
1
-0
/
+6
*
update include paths in debian packaging spec
Harald Welte
2011-05-10
2
-2
/
+8
*
libosmocore: bump library interface version to '1' for new osmo_ names
Harald Welte
2011-05-08
4
-2
/
+7
*
msgfile: use namespace prefix osmo_* and use more descriptive names
Pablo Neira Ayuso
2011-05-07
3
-18
/
+20
*
plugin: use namespace prefix osmo_*
Pablo Neira Ayuso
2011-05-07
3
-4
/
+4
*
backtrace: use namespace prefix osmo_*
Pablo Neira Ayuso
2011-05-07
3
-3
/
+3
*
crc: use namespace prefix osmo_*
Pablo Neira Ayuso
2011-05-07
2
-7
/
+7
*
utils: use namespace prefix osmo_*
Pablo Neira Ayuso
2011-05-07
4
-23
/
+23
*
statistics: use namespace prefix osmo_counter*
Pablo Neira Ayuso
2011-05-07
2
-15
/
+16
*
write-queue: use namespace prefix osmo_wqueue*
Pablo Neira Ayuso
2011-05-07
2
-14
/
+14
*
signal: use namespace prefix osmo_signal*
Pablo Neira Ayuso
2011-05-07
2
-12
/
+14
*
select: use namespace prefix osmo_fd* and osmo_select*
Pablo Neira Ayuso
2011-05-07
8
-39
/
+39
*
timer: use namespace prefix osmo_timer*
Pablo Neira Ayuso
2011-05-07
5
-39
/
+40
*
GSMTAP: add function to create a 'sink' for gsmtap packets
Harald Welte
2011-05-04
2
-2
/
+59
*
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
4
-2
/
+596
*
gsm/a5: Add a A5 1&2 implementation
Sylvain Munaut
2011-04-26
4
-2
/
+362
*
include: fix missing extern in osmo_panic* declarations
Pablo Neira Ayuso
2011-04-26
1
-2
/
+2
*
misc: Remove the sys/types.h include from various files
Holger Hans Peter Freyther
2011-04-18
7
-7
/
+0
*
stats: Fix the compiler warnings
Holger Hans Peter Freyther
2011-04-18
3
-4
/
+4
*
Add a function to search for a counter by name
Daniel Willmann
2011-04-09
2
-0
/
+12
*
Add functions to search for rate counters by name
Daniel Willmann
2011-04-09
2
-0
/
+36
*
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
2
-18
/
+17
*
vty: move vty_out_rate_ctr_group prototype to osmocom/vty/misc.h
Pablo Neira Ayuso
2011-03-28
3
-4
/
+11
*
write_queue: use full path of includes in osmocom/core/write_queue.h
Pablo Neira Ayuso
2011-03-28
1
-2
/
+2
*
bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.c
Pablo Neira Ayuso
2011-03-28
3
-12
/
+16
[next]