summaryrefslogtreecommitdiff
path: root/common/collection
AgeCommit message (Expand)AuthorFilesLines
2010-06-28Fixing memory leaks in the unit test.Dmitri Pal1-3/+9
2010-06-28Fixing types in queue and stack interfacesDmitri Pal6-18/+18
2010-06-10Addressing initialization issues.Dmitri Pal1-6/+6
2010-03-15Convert collection to use sized values.Dmitri Pal3-75/+83
2010-03-12Do not generate man pages for COLLECION for now.Dmitri Pal1-2/+2
2010-03-08Package libcollection documentation into libcollection-develStephen Gallagher1-2/+0
2010-03-08Documentation for collection interfaceDmitri Pal9-880/+5171
2010-02-10Make collection_queue.h and collection_stack.h into public headersStephen Gallagher1-3/+3
2010-02-03Split off libcollection into a shared libraryStephen Gallagher3-7/+13
2010-02-03Remove private header requirements from collection_tools.hStephen Gallagher1-1/+0
2010-02-03Add license files for collectionStephen Gallagher2-0/+839
2010-02-01COLLECTION: Fixing queue collection and unit tests.Dmitri Pal4-298/+478
2009-12-10COLLECTION: Cleaning FIXME commentsDmitri Pal3-20/+2
2009-12-10COLLECTION Create reference to the top level collectionDmitri Pal3-21/+47
2009-10-05COLLECTION Enhancing hashing and iteration functionsDmitri Pal4-8/+76
2009-10-05COLLECTION Making iterations pinnableDmitri Pal4-7/+220
2009-10-05COLLECTION Realigning collection codeDmitri Pal4-330/+372
2009-10-05COLLECTION Adding item comparison and sortingDmitri Pal7-5/+697
2009-09-15Include m4 directories in tarballStephen Gallagher1-1/+3
2009-09-11Add 'make tests' targetStephen Gallagher1-0/+2
2009-09-11COLLECTION Functions to deal with hashDmitri Pal3-17/+71
2009-09-10COLLECTION Improvements to copy functionsDmitri Pal4-51/+191
2009-09-09COLLECTION Copy collection flat with concatenated namesDmitri Pal3-238/+337
2009-09-03configure cleanupsSumit Bose1-1/+1
2009-08-20COMMON Fixes to return values, errno, leaksDmitri Pal4-46/+57
2009-08-20ELAPI: Adding concept of targetsDmitri Pal1-0/+3
2009-08-17TRACE: Making sure trace is safe to output NULL stringsDmitri Pal1-96/+0
2009-07-20COLLECTION & INI CleanupDmitri Pal3-53/+68
2009-07-16COLLECTION Improving searchesDmitri Pal2-9/+181
2009-07-16Run libcollection unit tests with 'make check'Stephen Gallagher1-1/+3
2009-07-16COLLECTION Add remove item functionsDmitri Pal3-26/+140
2009-07-15ELAPI First part of the interfaceDmitri Pal1-0/+2
2009-07-15COLLECTION Fixed: iterator_up and insert_into_currentDmitri Pal3-17/+83
2009-07-15COLLECTION Adding flat traversal & copyDmitri Pal5-99/+598
2009-07-13Build all SSSD components with warnings enabledStephen Gallagher2-1/+12
2009-07-06COLLECTION Removing static placeholder structure.Dmitri Pal2-5/+20
2009-07-03Clean up warnings in common/Simo Sorce12-99/+101
2009-07-02Changing function names for collection API.Dmitri Pal12-2474/+2552
2009-07-02New deletion unit test.Dmitri Pal2-2/+36
2009-07-02Queue and stack APIs using collection.Dmitri Pal8-2/+1081
2009-07-02FORMATTING - minor cleanup of the unit test.Dmitri Pal1-254/+283
2009-07-01Adding INSERT into collection functionality.Dmitri Pal7-850/+2791
2009-06-02Enable quiet build for automake >= 1.11Stephen Gallagher1-0/+3
2009-05-26Clean up automake build to work on older versions of libtoolStephen Gallagher2-9/+6
2009-05-19Fix RPM generation issues with sssdStephen Gallagher1-2/+5
2009-05-19Use freeipa-devel@redhat.com for bug reportsStephen Gallagher1-2/+2
2009-05-19Enable parallel builds for the common librariesStephen Gallagher2-5/+100
2009-05-14Enable building a single libsssd_utils.so from commonStephen Gallagher1-1/+7
2009-05-14Enable modular build of common SSSD librariesStephen Gallagher4-2/+23
2009-04-14Fixing memory issues in ini and collectionDmitri Pal1-6/+9