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