summaryrefslogtreecommitdiffstats
path: root/src/select.c
Commit message (Expand)AuthorAgeFilesLines
* select: Make file descriptor lists per-threadHarald Welte2019-11-071-3/+17
* context: Add support for [per-thread] global talloc contextsHarald Welte2019-08-271-5/+35
* select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte2019-03-211-8/+8
* select: Call log_reset_context() before calling file descriptor callbacksHarald Welte2019-02-211-0/+6
* timerfd_create(): Fix error handling of osmo_fd_register()Harald Welte2018-10-211-1/+8
* Add osmo_timerfd_* functions for osmo_fd-wrapped timerfdHarald Welte2018-05-101-0/+66
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+3
* add osmo_fd_setup() convenience function to fill-in osmo_fdHarald Welte2017-08-121-0/+18
* select: Add new osmo_fd_close() functionHarald Welte2017-07-131-0/+17
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-6/+7
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-7/+7
* update/extend doxygen documentationHarald Welte2017-06-121-3/+2
* src/select.c: Don't #include <sys/select.h> if it doesn't existHarald Welte2017-05-171-1/+1
* select: Find the highest fd when filling the fd_setsHolger Hans Peter Freyther2017-04-041-1/+12
* select: add functionality to check socket statePhilipp Maier2017-02-071-6/+24
* osmo_select_main(): drop useless call to osmo_timers_check()Neels Hofmeyr2016-09-281-2/+0
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-1/+5
* select: Externalize fd_set filling and dispatchHolger Hans Peter Freyther2016-03-311-32/+51
* Add new osmo_fd_get_by_fd() functionHarald Welte2016-03-191-0/+12
* fix FSF address in sources/headersJaroslav Škarvada2015-11-121-1/+2
* select.c: Add missing #include lines for string.h and sys/select.hHarald Welte2014-11-141-0/+2
* select: Fix english in commentHolger Hans Peter Freyther2014-05-151-1/+1
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* some more doxygen work (include the notion of modules)Harald Welte2011-08-171-0/+19
* merge process.[ch] with application.[ch]Harald Welte2011-06-261-0/+9
* select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-071-11/+11
* timer: use namespace prefix osmo_timer*Pablo Neira Ayuso2011-05-071-4/+4
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-3/+3
* select.c: Change license terms from GPLv2 (from ulogd) to GPLv2+Harald Welte2010-10-311-2/+3
* bsc_fd: Add a build option to be able to debug fd list corruptionHolger Hans Peter Freyther2010-08-061-0/+12
* select.c: Make the ugly hacker uglier...Holger Hans Peter Freyther2010-04-111-1/+2
* fix select.c build (config.h)Harald Welte2010-02-201-0/+2
* intial checkin of the libosmocore projectHarald Welte2010-02-201-0/+128