aboutsummaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)Author
2015-07-30Add read / write markers in the web atom list viewBen Clayton
2015-07-29replay: Change from using path.Device and path.Capture to binary.ID.Ben Clayton
2015-07-20Make a flag for shutdown on disconnect.Anton Carver
2015-07-20Server temination logic.Anton Carver
2015-07-20Rename service.RPC service.ServiceIan Cottrell
2015-07-20Remove unwanted return value from PrerenderFramebuffersIan Cottrell
2015-07-19Change the http handlers to work in terms of a service.RPC rather than a data...Ian Cottrell
2015-07-19Replace GetMemoryInfo() RPC with Get() and new MemoryRange path type.Ben Clayton
2015-07-19Remove service.AtomStream and use atom.List everywhereIan Cottrell
2015-07-17Rip out the ID objects and the resolve functionsIan Cottrell
2015-07-16Add path.Linker interface, Follow() RPC and Link() methods on GLES types.Ben Clayton
2015-07-15Change all service ID handles to be binary.ID typedefs rather than structsIan Cottrell
2015-07-14Remove md files from the repositoryIan Cottrell
2015-07-10Make the logger methods “Enter” “Fork” and “Close” private and us...Ian Cottrell
2015-07-08Change the signature of GetTimingInfo to use paths.Ben Clayton
2015-07-08Change signatures of framebuffer RPC calls to take paths.Ben Clayton
2015-07-08Remove atom.streamIan Cottrell
2015-07-08Change signature of GetMemoryInfo RPC to take a path.Atom.Ben Clayton
2015-07-08Remove the now unused GetHierarchy and ResolveHierarchy RPCs.Ben Clayton
2015-07-08Transform: add new timing flags, refactor timingInfo transform creation.Seb Noury
2015-07-08Add path.Validate to check for path correctness.Ben Clayton
2015-07-07Remove service.BinaryIan Cottrell
2015-07-06Merge "Make the local replayd port configurable." into studio-1.4-devAnton Carver
2015-07-06Make the local replayd port configurable.Anton Carver
2015-07-06Remove the now unused ReplaceAtom() RPC.Ben Clayton
2015-07-06Add new Set() RPC that complements Get().Ben Clayton
2015-07-03Add constants to the service GetSchema responseIan Cottrell
2015-07-03Changing the rpc interface to use atoms directly, rather than packing them in...Ian Cottrell
2015-07-03Remove the GetState / ResolveState RPCs.Ben Clayton
2015-07-03Add Get RPC call.Ben Clayton
2015-07-02Removing special handling of slices in rpc code generationIan Cottrell
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-29Remove atom.TypeIDIan Cottrell
2015-06-29Convert logging to use the helpers, and remove the old interface.Ian Cottrell
2015-06-29Use the individual gfxapi namespaces to build a common one, then use that to ...Ian Cottrell
2015-06-25Build a coder namespace from the downloaded schemaIan Cottrell
2015-06-25Fill in the schema class list rpcIan Cottrell
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-19Remove the StoreRequest helperIan Cottrell
2015-06-19Add database "helpers" and change calling code to use themIan Cottrell
2015-06-19Convert to Lazy patternIan Cottrell
2015-06-18Use the new resolve helpers wherever possibleIan Cottrell
2015-06-18Add automatic resolve helper generationIan Cottrell
2015-06-18Clean up database creation functionsIan Cottrell
2015-06-09Add a new 'captures' server API for listing all the captures.Ben Clayton