summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/dict.c
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/v3.1.6qa6Pranith Kumar K2011-08-061-3/+3
* libglusterfs/dict: Donot perform NULL check on data in dict_foreach.Junaid2011-04-121-2/+2
* 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