Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / bluesky / util.c
2015-10-29 Michael VrableAdd proper per-file copyright notices/licenses and... master
2011-03-10 rootDisable profiling collection entirely when no data...
2010-12-10 Michael VrableFixes and debugging assertions.
2010-12-02 Michael VrableTry to avoid accessing profiling objects after they...
2010-11-30 Michael VrableWrite profile data if and only if requested.
2010-11-30 Michael VrableAllow profile results to be written to a file.
2010-11-23 Michael VrableAdd locking, thread-ID tracking to profiling.
2010-11-23 Michael VrableStart to add request time profiling.
2010-11-12 Michael VrableImplement very basic grouped fetches of objects from...
2010-11-03 Michael VrableImplement fetching of cloud log items via range requests.
2010-10-31 Michael VrableConvert rangeset implementation from a hashtable to...
2010-10-30 Michael VrableImplement a rangeset data type and use it to track...
2010-08-17 Michael VrableDebugging/refcount cleanups.
2010-08-16 Michael VrableMinor bugfixes/tweaks.
2010-08-16 Michael VrableFirst attempt at supporting reading data back from...
2010-08-03 Michael VrableFix up reference counting for memory-mapped journal...
2010-08-03 Michael VrableImprove the reading back of objects committed to the...
2010-08-02 Michael VrableWork to allow mmap-ed log entries to be used for data...
2010-04-07 Michael VrableCleanups while workign on Samba code.
2010-03-25 Michael VrableAdd LRU lists for tracking inodes that are dirty/accessed.
2010-01-22 Michael VrableAdd a warning to catch possible refcounting bugs.
2009-12-28 Michael VrableFix up logic for handling short data blocks.
2009-11-18 Michael VrableClean up code using bluesky_string_from_gstring.
2009-11-18 Michael VrableFix the S3Store get operation to handle arbitrarily...
2009-11-12 Michael VrableDo not pad the final block of a file with zeroes.
2009-10-31 Michael VrableSplit BlueSky include files into public and private...
2009-10-27 Michael VrableAdd high-resolution timekeeping functions (primarily...
2009-09-23 Michael VrableMiscellaneous fixes.