summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/event.c
Commit message (Expand)AuthorAgeFilesLines
* glusterfsd, libglusterfs, rpc: prefer libglusterfs time APIDmitry Antipov2020-09-071-1/+2
* event: rename event_XXX with gf_ prefixedXiubo Li2019-07-291-18/+19
* multiple files: another attempt to remove includesYaniv Kaul2019-06-141-2/+0
* socket: socket event handlers now return voidMilind Changire2019-02-181-4/+3
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-6/+6
* rpcsvc: provide each request handler thread its own queueRaghavendra Gowdappa2018-11-291-5/+5
* event: get time by clock_gettime as pthread_cond_timedwait usingKinglong Mee2018-09-171-1/+2
* Land part 2 of clang-format changesGluster Ant2018-09-121-187/+180
* coverity: libglusterfs issuesAmar Tumballi2018-08-191-0/+8
* build: rename event.h to gf-event.hNiels de Vos2018-07-271-1/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-2/+2
* event/epoll: Add back socket for polling of events immediately afterRaghavendra G2017-05-121-16/+43
* Properly verify the return code of fcntlMichael Scherer2017-02-231-1/+1
* core: use syscall wrappers instead of direct syscalls - libglusterfsKaleb S. KEITHLEY2015-11-161-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-211-0/+7
* event,parse-utils,quota-common-utils,rbthash/libglusterfs : Porting to new lo...Mohamed Ashiq2015-06-241-1/+2
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* libglusterfs: Replace pipe2 with pipe.Poornima G2015-03-101-1/+16
* glfsheal: Avoid infinite loop on exitEmmanuel Dreyfus2015-03-091-3/+7
* event_pool: Add the code to destroy the poller threads and event pool gracefu...Poornima G2015-03-031-0/+113
* epoll: Adding the ability to configure epoll threadsShyam2015-02-071-3/+18
* epoll: edge triggered and multi-threaded epollVijaikumar M2015-02-071-2/+16
* event: peel out poll and epoll specific code into separate filesAnand Avati2012-09-121-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-101-14/+5
* Change Copyright current yearPranith Kumar K2011-08-101-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-171-64/+37
* libglusterfs/src/*.c: whitespace cleanupAmar Tumballi2011-03-171-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-281-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-231-28/+34
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* Fixed two more occurrences of poll_out variables used for logging.Bharat Shetty Barkur2009-03-101-2/+2
* Fixed small error regarding the poll_out variableBharat Shetty Barkur2009-03-031-1/+1
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-261-1/+1
* Added all filesVikas Gorur2009-02-181-0/+978