summaryrefslogtreecommitdiffstats
path: root/src/common/OutputDataSocket.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: notify all when max backlog reached in OutputDataSocket, otherwise no...Shu Yu2022-05-061-0/+2
* common: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-5/+5
* common: audit memset & bzero users for FIPS.Radoslaw Zarzynski2019-11-171-0/+2
* include/compat: add flags arg to pipe_cloexecSage Weil2019-10-011-1/+1
* Merge pull request #28415 from linuxbox2/wip-full-odsockMatt Benjamin2019-06-131-6/+13
|\
| * rgw/OutputDataSocket: actually discard data on full bufferMatt Benjamin2019-06-051-6/+13
* | common: OutputDataSocket retakes mutex on error pathCasey Bodley2019-06-061-0/+1
|/
* common/OutputDataSocket: Mutex -> ceph::mutexSage Weil2018-11-211-16/+17
* Merge PR #24020 into masterPatrick Donnelly2018-09-251-15/+7
|\
| * *: set missing CLOEXEC on opened fdsPatrick Donnelly2018-09-201-15/+7
* | common: Lock -> lock, Unlock -> lock, TryLock -> try_lockSage Weil2018-09-201-9/+9
* | common: Mutex::Locker -> std::lock_guard<Mutex>Sage Weil2018-09-201-1/+1
|/
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* common: use std::move() for better performanceXinying Song2017-07-271-2/+1
* common: migrate atomic_t to <atomic>Jesse Williamson2017-06-021-0/+3
* common: Remove redundant includesJos Collin2017-05-221-21/+1
* threads: add thread namesIgor Podoski2016-01-051-1/+1
* common/admin_socket: fix compile error on OSXYan, Zheng2015-08-311-2/+2
* compat: avoid unused warn with TEMP_FAILURE_RETRYNoah Watkins2014-02-231-7/+7
* automake cleanup: renamed inttypes.hRoald J. van Loon2013-09-071-1/+2
* OutputDataSocket: fix uninit varSage Weil2012-12-021-0/+1
* rgw: ops log can also go to socketYehuda Sadeh2012-11-171-0/+418