summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
Commit message (Expand)AuthorAgeFilesLines
* add function msgb_printf() to print formatted text into msg bufPhilipp Maier2017-10-221-0/+1
* api doc: fix two doxygen group closing bracesNeels Hofmeyr2017-10-171-1/+1
* [doc] Expand Doxuygen documentation for osmo_primHarald Welte2017-10-161-4/+23
* [doc] Put CRC-16 and generic CRC code in one Doxygen moduleHarald Welte2017-10-163-8/+14
* [doc] bits.c: Better / more Doxygen documentationHarald Welte2017-10-161-10/+12
* [doc] Add Doxygen API documentation for stats.c and stats_statsd.cHarald Welte2017-10-161-21/+33
* [doc] counter.[ch] Add Doxygen API documentationHarald Welte2017-10-161-16/+5
* [doc] stat_item: Complete doxygen documentation for APIHarald Welte2017-10-161-33/+13
* Rename 'statistics.c' to 'counter.c'Harald Welte2017-10-152-60/+62
* utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr2017-10-091-0/+5
* Add time conversion helpersMax2017-09-251-0/+5
* Expand bit pretty-printerMax2017-09-181-9/+11
* add osmo_fd_setup() convenience function to fill-in osmo_fdHarald Welte2017-08-121-0/+4
* Rename GSMTAP_CHANNEL_PDCH to GSMTAP_CHANNEL_PDTCHHarald Welte2017-07-291-1/+3
* add DLMGCP logging category for libosmo-mgcpNeels Hofmeyr2017-07-181-1/+2
* socket: Add new OSMO_SOCK_F_NO_MCAST_ALL optionHarald Welte2017-07-131-0/+2
* socket: Allow disabling multicast loop on socket creationHarald Welte2017-07-131-0/+2
* socket.c: Add multicast related convenience functionsHarald Welte2017-07-131-0/+6
* select: Add new osmo_fd_close() functionHarald Welte2017-07-131-0/+1
* gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNELHarald Welte2017-07-131-0/+3
* gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()Harald Welte2017-07-131-0/+1
* Add pseudo-random bit sequence generator to libosmcooreHarald Welte2017-07-101-0/+25
* Deprecate wrappers around loglevel_strsMax2017-07-081-2/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-2338-163/+115
* doxygen: various fixes in core/timer.hNeels Hofmeyr2017-06-231-19/+16
* api doc typo fix in core/logging.hNeels Hofmeyr2017-06-231-1/+1
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-2329-400/+400
* Move NUM_BYTES macro to core libraryMax2017-06-191-0/+2
* Fix compilation warning on deprecated macroPau Espin Pedrol2017-06-182-2/+8
* update/extend doxygen documentationHarald Welte2017-06-121-7/+1
* socket: Add osmo_sock_init2_ofd() functionPau Espin Pedrol2017-05-261-0/+4
* sercomm: More API documentationHarald Welte2017-05-171-1/+27
* sercomm: Better integration of driver interfaceHarald Welte2017-05-171-6/+7
* sercomm: Include in libosmocore MakefileHarald Welte2017-05-171-1/+1
* sercomm: remove unrequired helper functionsHarald Welte2017-05-171-2/+0
* sercomm: Move HDLC related defines into C fileHarald Welte2017-05-171-7/+0
* sercomm: Add doxygen-style documentation to public APIHarald Welte2017-05-171-10/+19
* sercomm: make rx msg size configurable per instanceHarald Welte2017-05-171-0/+1
* sercomm: introduce osmo_ naming prefix in struct and function namesHarald Welte2017-05-171-14/+14
* sercomm: Enable multiple instances of 'sercomm'Harald Welte2017-05-171-11/+36
* Import sercomm.c from osmocom-bbHarald Welte2017-05-171-0/+61
* stats: Disable stats*.c on embedded targetsHarald Welte2017-05-151-0/+10
* introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}Harald Welte2017-05-151-0/+43
* endian.h: Make it work on 'bare iron' builds (and possibly more platforms)Harald Welte2017-05-151-1/+13
* timer: add osmo_timer_setup()Pablo Neira Ayuso2017-05-091-0/+2
* vty: cleanup logging functionsMax2017-05-091-2/+2
* osmo_fsm: Lookup functions to find FSM Instance by name or IDHarald Welte2017-04-161-0/+4
* msgb: Add msgb_pull_to_l2() analogous to msgb_pull_to_l3()Harald Welte2017-04-151-0/+15
* Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte2017-04-091-0/+4
* Add struct osmo_prim_event_map and osmo_event_for_prim()Harald Welte2017-04-091-0/+14