aboutsummaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Expand)Author
2015-07-06Remove the now unused ReplaceAtom() RPC.Ben Clayton
2015-07-06Add new Set() RPC that complements Get().Ben Clayton
2015-07-06Add Clone to path.Path.Ben Clayton
2015-07-06Update README.mk filesBen Clayton
2015-07-03Add constants to the service GetSchema responseIan Cottrell
2015-07-03Build package constant tablesIan Cottrell
2015-07-03Print the type of the message, not the whole messageIan Cottrell
2015-07-03Merge changes Ia6b84521,I8d555de5 into studio-1.4-devBen Clayton
2015-07-03Changing the rpc interface to use atoms directly, rather than packing them in...Ian Cottrell
2015-07-03Move display name out of the main schema into the atom metadataIan Cottrell
2015-07-03Add path.Flatten to flatten a path chain into a slice.Ben Clayton
2015-07-03Remove the GetState / ResolveState RPCs.Ben Clayton
2015-07-03Add Get RPC call.Ben Clayton
2015-07-03Add service/path package.Ben Clayton
2015-07-02Expand database encodable types from binary.Object to interface{}Ben Clayton
2015-07-02Regenerate README.md'sBen Clayton
2015-07-02File that was not deleted due to bad merge.Ian Cottrell
2015-07-02Kill service.AtomGroup and service.AtomRangeIan Cottrell
2015-07-02Removing special handling of slices in rpc code generationIan Cottrell
2015-07-02Replace the binary/pod package with binary/any.Ben Clayton
2015-07-01Add memory.PoolID field into memory.Pointer.Ben Clayton
2015-07-01Expunge the old schema systemIan Cottrell
2015-06-30Begin resurrecting the state view.Ben Clayton
2015-06-29Remove the now unused type parameter from the ReplaceAtom rpc callIan Cottrell
2015-06-29Convert logging to use the helpers, and remove the old interface.Ian Cottrell
2015-06-26Make package level namespace objects, and cascade them from the global namesp...Ian Cottrell
2015-06-26Update service/README.mdBen Clayton
2015-06-26Add reads / writes / observed info to the MemoryInfo RPC structureBen Clayton
2015-06-26Make the schema.Class of a schema.Object publicIan Cottrell
2015-06-25Add the ID into schema struct entriesIan Cottrell
2015-06-25Add report RPC and panel.Ben Clayton
2015-06-25Rebuild all _binary files with new schema featuresIan Cottrell
2015-06-25Rebuild markdown documentationBen Clayton
2015-06-25Make precisionStrip, halfFloat and decompressTextures depend on target versio...Seb Noury
2015-06-25Adding new binary schema fetching rpc callIan Cottrell
2015-06-19Unify the ordering of our logger / database parametersBen Clayton
2015-06-19Remove Load, everything changed to use Resolve directly.Ian Cottrell
2015-06-19Add database "helpers" and change calling code to use themIan Cottrell
2015-06-18Add store helpers alongside resolve onesIan Cottrell
2015-06-18Add automatic resolve helper generationIan Cottrell
2015-06-16gapir: report renderer strings on replay target discovery.Seb Noury
2015-06-09Add more config options to silence server.log spamBen Clayton
2015-06-05Remove redundant types and empty var/init declarationsIan Cottrell
2015-06-04Add String() method to service.EnumEntry. Used by UIBen Clayton
2015-06-01Fix recursion in enum String() functionBen Clayton
2015-06-01Add back generation of java code.Ian Cottrell
2015-05-29Add string function generation to codergenIan Cottrell
2015-05-29Replace inline array-parameter data with pointers and observations.Ben Clayton
2015-05-28API language overhaulIan Cottrell
2015-05-13Adding f to logger method namesIan Cottrell