aboutsummaryrefslogtreecommitdiff
path: root/database
AgeCommit message (Expand)Author
2015-07-14Remove md files from the repositoryIan Cottrell
2015-07-07Remove database.BlobIan Cottrell
2015-07-03Move display name out of the main schema into the atom metadataIan Cottrell
2015-07-02Expand database encodable types from binary.Object to interface{}Ben Clayton
2015-07-02Replace the binary/pod package with binary/any.Ben Clayton
2015-06-30Add POD support to Encoder and Decoder methods.Ben Clayton
2015-06-26Make package level namespace objects, and cascade them from the global namesp...Ian Cottrell
2015-06-25Rebuild all _binary files with new schema featuresIan Cottrell
2015-06-25Rebuild markdown documentationBen Clayton
2015-06-19Unify the ordering of our logger / database parametersBen Clayton
2015-06-19Comment the database interfaceIan Cottrell
2015-06-19Make the database complain if you try to store an object twice and it's not i...Ian Cottrell
2015-06-19Kill the now defunct CopyResource functionIan Cottrell
2015-06-19Remove Load, everything changed to use Resolve directly.Ian Cottrell
2015-06-19Move the in memory implementation of Database to it's own fileIan Cottrell
2015-06-19Remove the StoreRequest helperIan Cottrell
2015-06-19Change the store Method to take an IDIan Cottrell
2015-06-19Kill StoreLinkIan Cottrell
2015-06-19Change the hash function to include the type of the objectIan Cottrell
2015-06-19Change lazily built objects to be independently stored in the database.Ian Cottrell
2015-06-19Change Load to Resolve, returns object rather than modifying "pointer"Ian Cottrell
2015-06-19Merge StoreRequest into StoreIan Cottrell
2015-06-19Add database "helpers" and change calling code to use themIan Cottrell
2015-06-19Convert to Lazy patternIan Cottrell
2015-06-19database.blob -> database.BlobIan Cottrell
2015-06-18Clean up database creation functionsIan Cottrell
2015-06-18Change the hash function to not need to build the full byte arrayIan Cottrell
2015-06-18Move CopyResource to database so we can kill database.storeIan Cottrell
2015-06-18Gut the database and store packagesIan Cottrell
2015-06-17Rip out the transient databaseIan Cottrell
2015-06-17Clean up Blob handlingIan Cottrell
2015-06-09Add more config options to silence server.log spamBen Clayton
2015-06-05Remove redundant types and empty var/init declarationsIan Cottrell
2015-05-29Replace inline array-parameter data with pointers and observations.Ben Clayton
2015-05-13Adding f to logger method namesIan Cottrell
2015-05-13Auto generate schema objectsIan Cottrell
2015-05-11Rename markdown files with correct extensionBen Clayton
2015-05-11Add markdown documentation generated from godocBen Clayton
2015-04-27Use a config file to silence crazy amounts of log spam in server.log.Ben Clayton
2015-04-20Use the same pattern of cyclic.Decoders as cyclic.Encoders, otherwise object ...Ian Cottrell
2015-04-16Fix file permissions on codergen generated files.Ian Cottrell
2015-04-14New version of codergen.Ian Cottrell
2015-04-12Codergen now picks up imports from the package it is processingIan Cottrell
2015-04-02Move to binary.Class based systemIan Cottrell
2015-03-31SkipObject and SkipVariant return the type id of the object they skipped.Ian Cottrell
2015-03-31Enhance Encoder/Decoder to support Variant ID and Value types and SkipIan Cottrell
2015-03-30Kill binary.Data and generate more encoders/decodersIan Cottrell
2015-03-29Handle multi package directories and test files in codergenIan Cottrell
2015-03-23Create a DB record for all the captures held in the DBBen Clayton
2015-03-20Split the variable size integer writer from the object hierarchy encoderIan Cottrell