Commit Briefs

Thomas Adam

portable: delta_cache: remove includes

Remove those includes which are searched for portably.



Thomas Adam

fix build with -DGOT_NO_OBJ_CACHE

ok stsp



Thomas Adam

convert delta cache to a hash table

This approach uses more memory but is much faster. To offset the additional memory usage somewhat the cache now stores very small deltas only. However, overall memory usage goes up. Hopefully we will find a way to reduce this later. ok op@


Thomas Adam

portable: add FreeBSD support

This adds the capability to compile got-portable on FreeBSD.


Thomas Adam

portable: initial Linux compilation

This commit modifies the GoT main branch to be able to compile it under linux.




Stefan Sperling

add debug stats to delta cache


Stefan Sperling

cache delta data buffers in an LRU cache