summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2010-02-12Remove ELAPI from the SSSD repositoryStephen Gallagher40-8421/+3
2010-02-10Make collection_queue.h and collection_stack.h into public headersStephen Gallagher1-3/+3
2010-02-03Split refarray off into a shared libraryStephen Gallagher4-10/+13
2010-02-03Add license files for refarrayStephen Gallagher2-0/+839
2010-02-03Split off libini_config into a shared libraryStephen Gallagher4-7/+19
2010-02-03Fix array index errorStephen Gallagher1-1/+1
2010-02-03Add license files for ini_configStephen Gallagher2-0/+839
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-03Split off libpath_utils into a shared libraryStephen Gallagher3-8/+11
2010-02-03License libpath_utils under LGPLStephen Gallagher3-0/+846
2010-02-01COLLECTION: Fixing queue collection and unit tests.Dmitri Pal4-298/+478
2010-01-21REFARRAY: New referenced array objectDmitri Pal9-2/+802
2010-01-21INI: Added method to get string list with empty valuesDmitri Pal3-54/+117
2010-01-21Use version.m4 for setting the SSSD versionStephen Gallagher1-1/+2
2010-01-20Split off libdhash into a shared libraryStephen Gallagher5-9/+16
2010-01-20License libdhash under the LGPLStephen Gallagher3-0/+844
2009-12-15Add elapi_ut.conf to the list of dist filesSumit Bose2-3/+4
2009-12-10INI Correcting build warnings.Dmitri Pal2-8/+7
2009-12-10INI: Cleaning FIXME comments.Dmitri Pal3-7/+16
2009-12-10COLLECTION: Cleaning FIXME commentsDmitri Pal3-20/+2
2009-12-10COLLECTION Create reference to the top level collectionDmitri Pal3-21/+47
2009-12-10COMMON Improvements to the trace macroDmitri Pal1-9/+15
2009-12-08Add comments to document latest changesSimo Sorce1-0/+7
2009-12-08dhash: Add private pointer for delete callbackSimo Sorce4-13/+35
2009-12-08Run dhash testsStephen Gallagher1-0/+2
2009-12-08Change dhash API to be talloc-friendlySimo Sorce3-39/+78
2009-12-01Revert "Remove ELAPI from build and tarball"Stephen Gallagher1-2/+3
2009-12-01Revert "Stop configuring ELAPI"Stephen Gallagher1-1/+1
2009-12-01Stop configuring ELAPIStephen Gallagher1-1/+1
2009-12-01Remove ELAPI from build and tarballStephen Gallagher1-3/+2
2009-10-29Clean up warnings in dhash testsStephen Gallagher2-9/+9
2009-10-16ELAPI Compatibility code for getifaddr()Dmitri Pal10-20/+357
2009-10-05ELAPI Fixed the host name resolutionDmitri Pal2-13/+111
2009-10-05ELAPI Rename variables and functions not to use word templateDmitri Pal7-113/+113
2009-10-05INI Add config_from_fd() to ini_configStephen Gallagher3-22/+239
2009-10-05ELAPI Fixing warnings in the exampleDmitri Pal1-2/+9
2009-10-05ELAPI Resolving message attributeDmitri Pal8-57/+536
2009-10-05ELAPI Event resolverDmitri Pal14-95/+828
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-21ELAPI: Ticket 161: Initialize structures with calloc instead of enumerating m...Jakub Hrozek5-36/+6
2009-09-21ELAPI: fix varargs call, update unit testsJakub Hrozek3-8/+58
2009-09-16ELAPI: Fix dispatcher structure initializationJakub Hrozek1-10/+1
2009-09-15Include m4 directories in tarballStephen Gallagher7-5/+20
2009-09-15INI Error handling and interface cleanupDmitri Pal2-30/+86
2009-09-11Add 'make tests' targetStephen Gallagher8-0/+21