summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/dict.c
Commit message (Expand)AuthorAgeFilesLines
* dict: Put "goto out" in dict_unserialize to avoid process crashVenkatesh Somyajulu2013-04-031-0/+1
* libglusterfs/dict: fix infinite loop in dict_keys_join()Vijaykumar koppad2013-03-271-2/+4
* core: remove all the 'inner' functions in codebaseAmar Tumballi2012-12-191-0/+46
* dict: add new API 'dict_add()'Amar Tumballi2012-10-021-14/+38
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-061-17/+66
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-6/+3
* calls to dict_allocate_and_serialize() are not 64-bit cleanKaleb S. KEITHLEY2012-07-121-1/+1
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-051-0/+2
* Optimize for small dicts, and avoid an overrun.Jeff Darcy2012-06-011-31/+65
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* core: coverity issues fixedAmar Tumballi2012-04-231-261/+7
* dict: add a dict_dump() function to dump the dictionary contentsAmar Tumballi2012-03-211-0/+37
* libglusterfs/dict: Add boundary conditionsHarshavardhana2012-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 friendPranith 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