summaryrefslogtreecommitdiff
path: root/common/lib/libprop
AgeCommit message (Expand)Author
2010-02-18Fix typo (specifed -> specified).wiz
2009-12-14Add two missing functions to the SYNOPSIS. From Silas Silva in PR 42415.dholland
2009-12-14Fix some ordering inconsistencies, noted by Silas Silva in PR 42415.dholland
2009-12-14Minor wording fix/clarification (sending -> copying) from Silas Silvadholland
2009-12-05Fix prop_dictionary_ensure_capacity signature, bump date.wiz
2009-10-11Back out previous. Builds for me and on autobuild cluster.bad
2009-10-11Sort sections. New sentence, new line.wiz
2009-10-10make this compile again.christos
2009-10-10Implement prop_array_externalize_to_pref(), prop_array_copyin(),bad
2009-09-13Wipe out the last vestiges of POOL_INIT with one swift stroke. Inpooka
2009-05-13New sentence, new line.wiz
2009-04-14Check if pd is not NULL before we try to lock rw lock associated with it.haad
2009-04-09Improve markup.joerg
2009-03-30Fix crash where user was able to crash proplib with trying to internalizehaad
2009-03-15ansify function definitionscegger
2009-01-25sign-compare fixlukem
2009-01-25Properly handle empty data nodes (such as generated by Apple'scyber
2009-01-03Get rid of locks with static initializers using once and atomic ops.pooka
2008-11-30Fix two race conditions in proplib library. In prop_dictionary and prop_numberhaad
2008-09-11Add prop_array_add_int* and prop_array_add_uint* functions. These functionshaad
2008-08-11typo in comment and white-space fixes mostly from Stathis Kamperischristos
2008-08-03Fix an issue introduced with the prop_stack change: It's not a good idea tothorpej
2008-08-03Fix a typo.thorpej
2008-06-30Change tree op members/typedefs to rbto_compare_* from rb_compare_*matt
2008-06-17_prop_rb_tree_insert_node() now returns true/false to indicate if thethorpej
2008-06-04Sort SEE ALSO.wiz
2008-06-03Add prop_array_util functions to proplib. This code is copied/changedhaad
2008-06-02Fix typo.haad
2008-05-24fix recursive read-lock bugs found by lockdebug and reportedyamt
2008-05-24revert the recent "use trylock to hide locking errors" changesyamt
2008-05-15In prop_data_create_data(blob, len), if len == 0, allocate no memorydyoung
2008-05-07Change the argument of _PROP_RWLOCK_TRYRDLOCK() to the lock member and nottron
2008-05-07Replace _prop_rwlock_tryrdlock() by a macro _PROP_RWLOCK_TRYRDLOCK().tron
2008-05-07Fix a "#define<tab><tab>" that crept in to previous.simonb
2008-05-06prop_object_iterator_next() and prop_object_iterator_reset() werextraeme
2008-05-06Xref prop_dictionary_util(3).xtraeme
2008-05-06Do not acquire the rwlock recursively in prop_{array,dictionary}_iterator_res...xtraeme
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-05Actually implement prop_dictionary_make_immutable. OK'd by thorpej@.cube
2008-02-23Use mkstemp() + fchmod() instead of mktemp(), since the latterlukem
2008-02-16For all files under src/common, as well as related man pages underapb
2008-01-21PR/37838: Stathis Kamperis: proplib documentation enhancementschristos
2008-01-05Include sys/simplelock.h in prop_object_impl.h.ad
2008-01-05Nuke prop_dictionary_capacity, there was no implementation for it.mjf
2008-01-04sys/simplelock.h is required now.xtraeme
2007-11-06Fix typomjf
2007-10-11Fix a typo that has been there forever. prop_dictionary_set:xtraeme
2007-08-30tyop: guaranty -> guarantee.xtraeme
2007-08-30Avoid using unbound amount of stack frames in prop_object_equaljoerg