summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/event.c
Commit message (Expand)AuthorAgeFilesLines
* glusterfsd, libglusterfs, rpc: prefer libglusterfs time APIDmitry Antipov2020-09-031-1/+2
* event: rename event_XXX with gf_ prefixedXiubo Li2019-07-261-18/+19
* multiple files: another attempt to remove includesYaniv Kaul2019-06-091-2/+0
* socket: socket event handlers now return voidMilind Changire2019-02-151-4/+3
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-291-6/+6
* rpcsvc: provide each request handler thread its own queueRaghavendra Gowdappa2018-10-311-5/+5
* event: get time by clock_gettime as pthread_cond_timedwait usingKinglong Mee2018-09-061-1/+2
* Land part 2 of clang-format changesGluster Ant2018-09-121-187/+180
* coverity: libglusterfs issuesAmar Tumballi2018-08-181-0/+8
* build: rename event.h to gf-event.hNiels de Vos2018-07-261-1/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-161-2/+2
* event/epoll: Add back socket for polling of events immediately after reading ...Raghavendra G2017-05-051-16/+43
* Properly verify the return code of fcntlMichael Scherer2017-02-191-1/+1
* core: use syscall wrappers instead of direct syscalls - libglusterfsKaleb S. KEITHLEY2015-10-011-4/+5
* event: remove vestigial mutex_unlock from event_dispatchKrishnan Parthasarathi2015-08-291-1/+0
* event-epoll: Use pollers[] to check if event_pool_dispatch was calledKrishnan Parthasarathi2015-08-281-4/+0
* event: add dispatched flag to know if event_dispatch was calledKrishnan Parthasarathi2015-08-131-0/+7
* event,parse-utils,quota-common-utils,rbthash/libglusterfs : Porting to new lo...Mohamed Ashiq2015-05-191-1/+2
* build: do not #include "config.h" in each fileNiels de Vos2015-05-181-5/+0
* libglusterfs: Replace pipe2 with pipe.Poornima G2015-03-101-1/+16
* glfsheal: Avoid infinite loop on exitEmmanuel Dreyfus2015-03-071-3/+7
* event_pool: Add the code to destroy the poller threads and event pool gracefu...Poornima G2015-02-181-0/+113
* epoll: Adding the ability to configure epoll threadsShyam2015-01-261-3/+18
* epoll: edge triggered and multi-threaded epollVijaikumar M2014-06-191-2/+16
* event: peel out poll and epoll specific code into separate filesAnand Avati2012-09-111-835/+3
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-4/+2
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-081-14/+5
* Change Copyright current yearPranith Kumar K2011-08-091-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* libglusterfs/src/*.c: log enhancementAmar Tumballi2011-03-161-64/+37
* libglusterfs/src/*.c: whitespace cleanupAmar Tumballi2011-03-161-758/+758
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* some check added to the variables after GF_CALLOCAmar Tumballi2010-07-271-0/+5
* Remove dead assignments.Sachidananda2010-07-191-2/+0
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-021-1/+1
* Memory accounting changesVijay Bellur2010-04-221-28/+34
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-051-1/+1
* Fixed two more occurrences of poll_out variables used for logging.Bharat Shetty Barkur2009-03-081-2/+2
* Fixed small error regarding the poll_out variableBharat Shetty Barkur2009-03-021-1/+1
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-261-1/+1
* reimplemented hash function in dhtAnand V. Avati2017-05-051-1/+1
* event_unregister_poll() bugAnand V. Avati2017-05-051-1/+1
* cleanupAnand V. Avati2017-05-051-6/+7
* event.c ufds in poll NULL bugAnand V. Avati2017-05-051-0/+1
* cleanup of event.cAnand V. Avati2017-05-051-732/+748
* dht directory selfheal -- handle more casesAnand V. Avati2017-05-051-1/+1
* fix for transport/socket on solarisAnand V. Avati2017-05-051-0/+1
* Fixes in epoll code to use EPOLL[IN|OUT|PRI] instead of POLL[IN|OUT|PRI]. fix...Krishna Srinivas2017-05-051-37/+50
* (no commit message)Anand V. Avati2017-05-051-25/+69