summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* ELAPI Fixed the host name resolutionDmitri Pal2009-10-052-13/+111
* ELAPI Rename variables and functions not to use word templateDmitri Pal2009-10-057-113/+113
* INI Add config_from_fd() to ini_configStephen Gallagher2009-10-053-22/+239
* ELAPI Fixing warnings in the exampleDmitri Pal2009-10-051-2/+9
* ELAPI Resolving message attributeDmitri Pal2009-10-058-57/+536
* ELAPI Event resolverDmitri Pal2009-10-0514-95/+828
* COLLECTION Enhancing hashing and iteration functionsDmitri Pal2009-10-054-8/+76
* COLLECTION Making iterations pinnableDmitri Pal2009-10-054-7/+220
* COLLECTION Realigning collection codeDmitri Pal2009-10-054-330/+372
* COLLECTION Adding item comparison and sortingDmitri Pal2009-10-057-5/+697
* ELAPI: Ticket 161: Initialize structures with calloc instead of enumerating m...Jakub Hrozek2009-09-215-36/+6
* ELAPI: fix varargs call, update unit testsJakub Hrozek2009-09-213-8/+58
* ELAPI: Fix dispatcher structure initializationJakub Hrozek2009-09-161-10/+1
* Include m4 directories in tarballStephen Gallagher2009-09-157-5/+20
* INI Error handling and interface cleanupDmitri Pal2009-09-152-30/+86
* Add 'make tests' targetStephen Gallagher2009-09-118-0/+21
* ELAPI Better separation from collection internals.Dmitri Pal2009-09-111-20/+24
* COLLECTION Functions to deal with hashDmitri Pal2009-09-113-17/+71
* COLLECTION Improvements to copy functionsDmitri Pal2009-09-104-51/+191
* COLLECTION Copy collection flat with concatenated namesDmitri Pal2009-09-095-239/+365
* ELAPI Laying foundation for the async processingDmitri Pal2009-09-086-90/+175
* ELAPI Adding file provider and CSV formatDmitri Pal2009-09-0820-139/+2250
* ELAPI sinks and providersDmitri Pal2009-09-089-143/+1016
* configure cleanupsSumit Bose2009-09-035-5/+7
* ELAPI Shortening namesDmitri Pal2009-08-214-154/+152
* COMMON Fixes to return values, errno, leaksDmitri Pal2009-08-207-62/+69
* ELAPI: Adding concept of targetsDmitri Pal2009-08-2015-162/+899
* TRACE: Making sure trace is safe to output NULL stringsDmitri Pal2009-08-172-99/+6
* ELAPI Next round of functionality - logging part of the interfaceDmitri Pal2009-08-1214-263/+1522
* INI Simple fix to properly process multi value config parameters.Dmitri Pal2009-08-122-2/+3
* Fix typo in elapi's Makefile.am that breaks 'make dist'Stephen Gallagher2009-07-201-1/+1
* COLLECTION & INI CleanupDmitri Pal2009-07-205-86/+113
* COLLECTION Improving searchesDmitri Pal2009-07-162-9/+181
* Run ini_config unit test with "make check"Stephen Gallagher2009-07-162-2/+19
* Run libcollection unit tests with 'make check'Stephen Gallagher2009-07-161-1/+3
* COLLECTION Add remove item functionsDmitri Pal2009-07-164-31/+146
* INI Refactoring code a bitDmitri Pal2009-07-162-42/+16
* ELAPI First part of the interfaceDmitri Pal2009-07-1512-4/+1655
* COLLECTION Fixed: iterator_up and insert_into_currentDmitri Pal2009-07-153-17/+83
* COLLECTION Adding flat traversal & copyDmitri Pal2009-07-155-99/+598
* add path_utils filesystem path manipulation utility functionsJohn Dennis2009-07-158-2/+840
* Build all SSSD components with warnings enabledStephen Gallagher2009-07-136-3/+33
* COLLECTION Removing static placeholder structure.Dmitri Pal2009-07-062-5/+20
* Clean up warnings in common/Simo Sorce2009-07-0316-108/+110
* Adding wrappers to free data in INI API.Dmitri Pal2009-07-023-58/+91
* Changing function names for collection API.Dmitri Pal2009-07-0214-2698/+2778
* New deletion unit test.Dmitri Pal2009-07-022-2/+36
* Queue and stack APIs using collection.Dmitri Pal2009-07-028-2/+1081
* FORMATTING - minor cleanup of the unit test.Dmitri Pal2009-07-021-254/+283
* Adding INSERT into collection functionality.Dmitri Pal2009-07-017-850/+2791