Age | Commit message (Expand) | Author | Files | Lines |
2009-12-08 | Change dhash API to be talloc-friendly | Simo Sorce | 3 | -39/+78 |
2009-12-01 | Revert "Remove ELAPI from build and tarball" | Stephen Gallagher | 1 | -2/+3 |
2009-12-01 | Revert "Stop configuring ELAPI" | Stephen Gallagher | 1 | -1/+1 |
2009-12-01 | Stop configuring ELAPI | Stephen Gallagher | 1 | -1/+1 |
2009-12-01 | Remove ELAPI from build and tarball | Stephen Gallagher | 1 | -3/+2 |
2009-10-29 | Clean up warnings in dhash tests | Stephen Gallagher | 2 | -9/+9 |
2009-10-16 | ELAPI Compatibility code for getifaddr() | Dmitri Pal | 10 | -20/+357 |
2009-10-05 | ELAPI Fixed the host name resolution | Dmitri Pal | 2 | -13/+111 |
2009-10-05 | ELAPI Rename variables and functions not to use word template | Dmitri Pal | 7 | -113/+113 |
2009-10-05 | INI Add config_from_fd() to ini_config | Stephen Gallagher | 3 | -22/+239 |
2009-10-05 | ELAPI Fixing warnings in the example | Dmitri Pal | 1 | -2/+9 |
2009-10-05 | ELAPI Resolving message attribute | Dmitri Pal | 8 | -57/+536 |
2009-10-05 | ELAPI Event resolver | Dmitri Pal | 14 | -95/+828 |
2009-10-05 | COLLECTION Enhancing hashing and iteration functions | Dmitri Pal | 4 | -8/+76 |
2009-10-05 | COLLECTION Making iterations pinnable | Dmitri Pal | 4 | -7/+220 |
2009-10-05 | COLLECTION Realigning collection code | Dmitri Pal | 4 | -330/+372 |
2009-10-05 | COLLECTION Adding item comparison and sorting | Dmitri Pal | 7 | -5/+697 |
2009-09-21 | ELAPI: Ticket 161: Initialize structures with calloc instead of enumerating m... | Jakub Hrozek | 5 | -36/+6 |
2009-09-21 | ELAPI: fix varargs call, update unit tests | Jakub Hrozek | 3 | -8/+58 |
2009-09-16 | ELAPI: Fix dispatcher structure initialization | Jakub Hrozek | 1 | -10/+1 |
2009-09-15 | Include m4 directories in tarball | Stephen Gallagher | 7 | -5/+20 |
2009-09-15 | INI Error handling and interface cleanup | Dmitri Pal | 2 | -30/+86 |
2009-09-11 | Add 'make tests' target | Stephen Gallagher | 8 | -0/+21 |
2009-09-11 | ELAPI Better separation from collection internals. | Dmitri Pal | 1 | -20/+24 |
2009-09-11 | COLLECTION Functions to deal with hash | Dmitri Pal | 3 | -17/+71 |
2009-09-10 | COLLECTION Improvements to copy functions | Dmitri Pal | 4 | -51/+191 |
2009-09-09 | COLLECTION Copy collection flat with concatenated names | Dmitri Pal | 5 | -239/+365 |
2009-09-08 | ELAPI Laying foundation for the async processing | Dmitri Pal | 6 | -90/+175 |
2009-09-08 | ELAPI Adding file provider and CSV format | Dmitri Pal | 20 | -139/+2250 |
2009-09-08 | ELAPI sinks and providers | Dmitri Pal | 9 | -143/+1016 |
2009-09-03 | configure cleanups | Sumit Bose | 5 | -5/+7 |
2009-08-21 | ELAPI Shortening names | Dmitri Pal | 4 | -154/+152 |
2009-08-20 | COMMON Fixes to return values, errno, leaks | Dmitri Pal | 7 | -62/+69 |
2009-08-20 | ELAPI: Adding concept of targets | Dmitri Pal | 15 | -162/+899 |
2009-08-17 | TRACE: Making sure trace is safe to output NULL strings | Dmitri Pal | 2 | -99/+6 |
2009-08-12 | ELAPI Next round of functionality - logging part of the interface | Dmitri Pal | 14 | -263/+1522 |
2009-08-12 | INI Simple fix to properly process multi value config parameters. | Dmitri Pal | 2 | -2/+3 |
2009-07-20 | Fix typo in elapi's Makefile.am that breaks 'make dist' | Stephen Gallagher | 1 | -1/+1 |
2009-07-20 | COLLECTION & INI Cleanup | Dmitri Pal | 5 | -86/+113 |
2009-07-16 | COLLECTION Improving searches | Dmitri Pal | 2 | -9/+181 |
2009-07-16 | Run ini_config unit test with "make check" | Stephen Gallagher | 2 | -2/+19 |
2009-07-16 | Run libcollection unit tests with 'make check' | Stephen Gallagher | 1 | -1/+3 |
2009-07-16 | COLLECTION Add remove item functions | Dmitri Pal | 4 | -31/+146 |
2009-07-16 | INI Refactoring code a bit | Dmitri Pal | 2 | -42/+16 |
2009-07-15 | ELAPI First part of the interface | Dmitri Pal | 12 | -4/+1655 |
2009-07-15 | COLLECTION Fixed: iterator_up and insert_into_current | Dmitri Pal | 3 | -17/+83 |
2009-07-15 | COLLECTION Adding flat traversal & copy | Dmitri Pal | 5 | -99/+598 |
2009-07-15 | add path_utils filesystem path manipulation utility functions | John Dennis | 8 | -2/+840 |
2009-07-13 | Build all SSSD components with warnings enabled | Stephen Gallagher | 6 | -3/+33 |
2009-07-06 | COLLECTION Removing static placeholder structure. | Dmitri Pal | 2 | -5/+20 |