summaryrefslogtreecommitdiffstats
path: root/src/write_queue.c
Commit message (Expand)AuthorAgeFilesLines
* select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte2019-03-211-7/+7
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-5/+3
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-5/+5
* update/extend doxygen documentationHarald Welte2017-06-121-0/+1
* wqueue: Reject messges if queue is considered fullHolger Hans Peter Freyther2016-12-091-3/+8
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-0/+2
* write_queue: Use EBADF instead of EBABDFD for portabilityHolger Hans Peter Freyther2014-07-011-3/+3
* write_queue: Avoid possible use-after-free if fd is read-/writableDaniel Willmann2014-06-221-5/+18
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* doxygen: Add 'write_queue' moduleHarald Welte2011-08-171-0/+28
* write-queue: use namespace prefix osmo_wqueue*Pablo Neira Ayuso2011-05-071-7/+7
* select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-071-1/+1
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-1/+1
* write_queue: Only pop the queue if it is not emptyHolger Hans Peter Freyther2011-02-151-8/+10
* write_queue: Add callback for exceptions as well.Holger Hans Peter Freyther2010-04-081-0/+3
* write_queue: Add a method to clear the queue.Holger Hans Peter Freyther2010-03-261-0/+11
* write_queue: Make the bfd cb public so it can be used in a different contextHolger Hans Peter Freyther2010-03-081-2/+2
* [write_queue] Add a generic write queue classHolger Hans Peter Freyther2010-02-261-0/+74