summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/dict.c
Commit message (Expand)AuthorAgeFilesLines
* dict: add a dict_dump() function to dump the dictionary contentsAmar Tumballi2012-03-211-0/+37
* libglusterfs/dict: Add boundary conditionsv3.3.0qa29Harshavardhana2012-03-181-3/+30
* core: dict allocations through mem-poolAmar Tumballi2012-03-141-19/+16
* cluster/distribute: dht_aggregate() fix a logic error before xattr comparisonsHarshavardhana2012-01-121-3/+6
* libglusterfs: Add boundary conditions to data_to_int8() function.Harshavardhana2012-01-031-2/+16
* transport/rdma: Add attr_timeout, attr_retry_cnt, attr_rnr_retryHarshavardhana2011-12-201-0/+30
* cluster/distribute: Assert checks at known locationsHarshavardhana2011-12-061-0/+30
* dict: add reset function which empties the dictPranith Kumar K2011-09-141-0/+23
* 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
* afr/stripe: collect pathinfo xattrs from all childsVenky Shankar2011-07-121-0/+96
* DHT: check for mis-matching user xattrsshishir gowda2011-06-141-0/+20
* libglusterfs/dict: Donot perform NULL check on data in dict_foreachJunaid2011-04-121-2/+2
* libglusterfs/src/*.c: log enhancementAmar Tumballi2011-03-171-161/+101
* libglusterfs/src/*.c: whitespace cleanupAmar Tumballi2011-03-171-1404/+1404
* libglusterfs/dict.c: Whitespace cleanupVijay Bellur2011-02-281-217/+219
* libglusterfs/dict: memcpy() data_t in unserialize.Vikas Gorur2011-02-171-2/+2
* free GF_CALLOCed memory by GF_FREE instead of FREERaghavendra Bhat2011-01-271-2/+2
* libglusterfs: data_copy needs to init the lockPranith K2010-12-271-0/+1
* Set correct logging level for log messagesPranith K2010-10-111-1/+1
* Copyright changesVijay Bellur2010-10-111-1/+1
* mgmt/glusterd: send volume options to friendv3.1.0qa41Pranith K2010-10-051-10/+12
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* dict: add dict_get_str_boolean() function handily query string-boolean valuesCsaba Henk2010-09-241-0/+61
* mgmt/glusterd: free xdr allocationsPranith Kumar K2010-09-141-2/+47
* logging: provide a API to print calling functionsAmar Tumballi2010-09-131-2/+2
* posix: remove gen related xattr usageAmar Tumballi2010-09-131-2/+2
* dict.c: fix a redundant log in DEBUG levelAmar Tumballi2010-09-091-2/+2
* mgmt/glusterd: memory leak fixesPranith Kumar K2010-08-311-0/+2
* glusterfsd: Clang error fixes.Sachidananda2010-08-261-1/+1
* removed last few remaining 'ERR_ABORT's from codebaseAmar Tumballi2010-07-281-10/+25
* debug/* Change STACK_UNWIND TO STACK_UNWIND_STRICTshishir gowda2010-07-191-5/+5
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-021-2/+3
* Memory accounting changesVijay Bellur2010-04-231-32/+37
* Fix further cppcheck reported issues.Csaba Henk2010-03-311-6/+21
* More robust dictionary (un)serialization (fixes bug #397).Hraban Luyat2009-12-201-12/+29
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* fix build warnings in 'libglusterfs/'Amar Tumballi2009-07-201-11/+60
* Include glusterfs.h in dict.cVikas Gorur2009-06-111-0/+1
* dict.c: make dict_serialized_length and dict_serialize to hold locks.Raghavendra G2009-05-161-120/+10
* dict.c: Add dict_allocate_and_serializeRaghavendra G2009-05-161-0/+227
* Changed the gf_log warning for return of null via CALLOC from 'old' to 'newdata'Bharat Shetty Barkur2009-03-261-1/+1
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-261-1/+1
* new functions dict_{get,set}_double for float/double valueHarshavardhana2009-02-211-0/+96
* Added all filesVikas Gorur2009-02-181-0/+2243