| Commit message (Expand) | Author | Age | Files | Lines |
* | timer: fix event destruction race | Xavi Hernandez | 2019-12-19 | 1 | -1/+2 |
* | core: improve timer accuracy | Xavier Hernandez | 2018-01-19 | 1 | -78/+56 |
* | clnt/rpc: ref leak during disconnect. | Mohammed Rafi KC | 2019-01-23 | 1 | -5/+11 |
* | libglusterfs: Move devel headers under glusterfs directory | ShyamsundarR | 2018-11-29 | 1 | -6/+6 |
* | Land part 2 of clang-format changes | Gluster Ant | 2018-09-12 | 1 | -225/+215 |
* | rpc: Showing some unusual timer error logs during brick stop | Mohit Agrawal | 2018-01-25 | 1 | -15/+3 |
* | timer: Fix possible race during cleanup | Soumya Koduri | 2017-11-03 | 1 | -3/+12 |
* | libglusterfs:checked return coverity fix | Subha sree Mohankumar | 2017-11-15 | 1 | -1/+8 |
* | libglusterfs: fix (some) silliness in timer.c | Jeff Darcy | 2017-11-06 | 1 | -2/+30 |
* | libglusterfs: Name threads on creation | Raghavendra Talur | 2017-07-18 | 1 | -1/+1 |
* | libglusterfs: race condition when set ctx->timer in function gf_timer_registr... | Zhou Zhengping | 2016-06-26 | 1 | -47/+30 |
* | libglusterfs (timer): race conditions, illegal mem access, mem leak | Kaleb S KEITHLEY | 2016-05-06 | 1 | -57/+71 |
* | libglusterfs: coverity fix | Sakshi | 2015-04-15 | 1 | -0/+1 |
* | all: reduce "inline" usage | Jeff Darcy | 2015-07-28 | 1 | -1/+1 |
* | timer: fix race between gf_timer_call_cancel() and gf_timer_proc() | Anand Avati | 2013-12-06 | 1 | -36/+17 |
* | mem-pool,stack,store,syncop,timer/libglusterfs : Porting to a new logging fra... | Mohamed Ashiq | 2015-05-19 | 1 | -9/+20 |
* | build: do not #include "config.h" in each file | Niels de Vos | 2015-05-18 | 1 | -5/+0 |
* | timer: Fix use after free issue | Pranith Kumar K | 2015-04-24 | 1 | -1/+5 |
* | libgfapi, timer: Fix a crash seen in timer when glfs_fini was invoked. | Poornima G | 2015-03-16 | 1 | -5/+11 |
* | libglusterfs: Add timer thread destroy code. | Poornima G | 2015-02-19 | 1 | -3/+40 |
* | libglusterfs: fix bug in timespec adjustment | Ravishankar N | 2013-11-09 | 1 | -1/+1 |
* | libglusterfs: Add monotonic clocking counter for timer thread | Harshavardhana | 2013-10-10 | 1 | -14/+11 |
* | core: block unused signals in created threads | Anand Avati | 2013-09-24 | 1 | -1/+1 |
* | license: dual license under GPLV2 and LGPLV3+ | Kaleb KEITHLEY | 2012-05-08 | 1 | -14/+5 |
* | usleep(3) shall not be called with argument higher than 1s | Emmanuel Dreyfus | 2011-10-16 | 1 | -1/+2 |
* | Change Copyright current year | Pranith Kumar K | 2011-08-09 | 1 | -1/+1 |
* | LICENSE: s/GNU Affero General Public/GNU General Public/ | Pranith Kumar K | 2011-08-06 | 1 | -3/+3 |
* | libglusterfs/src/*.c: log enhancement | Amar Tumballi | 2011-03-16 | 1 | -7/+6 |
* | libglusterfs/src/*.c: whitespace cleanup | Amar Tumballi | 2011-03-16 | 1 | -22/+22 |
* | Copyright changes | Vijay Bellur | 2010-10-11 | 1 | -1/+1 |
* | Change GNU GPL to GNU AGPL | Pranith K | 2010-10-04 | 1 | -3/+3 |
* | mgmt/glusterd: memory leak fixes | Pranith Kumar K | 2010-08-31 | 1 | -0/+1 |
* | libglusterfs: Prevent multiple timer threads from being spawned | Vijay Bellur | 2010-07-29 | 1 | -1/+1 |
* | removed last few remaining 'ERR_ABORT's from codebase | Amar Tumballi | 2010-07-28 | 1 | -6/+9 |
* | Memory accounting changes | Vijay Bellur | 2010-04-22 | 1 | -7/+12 |
* | Changed occurrences of Z Research to Gluster. | Vijay Bellur | 2009-10-05 | 1 | -1/+1 |
* | updated copyright header to extend copyright upto 2009 | Basavanagowda Kanur | 2009-02-26 | 1 | -1/+1 |
* | cleanup | Anand V. Avati | 2017-05-05 | 1 | -2/+2 |
* | dht directory selfheal -- handle more cases | Anand V. Avati | 2017-05-05 | 1 | -1/+1 |
* | * booster rewrite to use libglusterfsclient | Raghavendra G | 2017-05-05 | 1 | -144/+159 |
* | * fix in call bail logic in protocol/client | Anand V. Avati | 2017-05-05 | 1 | -1/+1 |
* | Added input validation | Bala A | 2017-05-05 | 1 | -30/+42 |
* | Added ERR_ABORT() macro which aborts when memory allocation failure | Bala A | 2017-05-05 | 1 | -0/+1 |
* | Added FREE() macro and removed freee() macro. | Bala A | 2017-05-05 | 1 | -1/+1 |
* | * scheduler/alu.c: | Amar Tumballi | 2017-05-05 | 1 | -0/+42 |
* | updated copyright to 2008, updated configure script to not fail, but print co... | Anand V. Avati | 2017-05-05 | 1 | -1/+6 |
* | license upgrade | Anand V. Avati | 2017-05-05 | 1 | -17/+17 |
* | added freee() macro to catch possible double free | Anand V. Avati | 2017-05-05 | 1 | -1/+2 |
* | Fine tuning of client Bailing out logic | Raghavendra G | 2017-05-05 | 1 | -3/+1 |
* | Undoing struct timespec related changes to fop_writev, fop_truncate and fop_f... | Raghavendra G | 2017-05-05 | 1 | -1/+0 |