Commit History

Author SHA1 Message Date
  Ian Goldberg 2a0106d4da Start the threadpool and the pseudo-random bytes pools 2 years ago
  Ian Goldberg 5156e66110 Make eval_plan const 2 years ago
  Ian Goldberg ae3646cf41 Sort using precomputable shuffles 2 years ago
  Ian Goldberg bccaf75ceb Parse -t nthreads option (and improved argument parsing in general) 2 years ago
  Ian Goldberg 95be542532 Add params for max user count, max number of {priv,pub} {in,out} messages per user per epoch 2 years ago
  Ian Goldberg 0a23f8293c Port code for oblivious compaction, shuffle, sort 2 years ago
  Ian Goldberg 85b51f0e57 Handshake complete, and encrypted data can be exchanged 2 years ago
  Ian Goldberg a051bfd22f Complete handshake message 2, start handshake message 3 2 years ago
  Ian Goldberg deaa5adc41 Have launch flush its output so that it can be grepped, etc. 2 years ago
  Ian Goldberg 28b54290bb Correct a type 2 years ago
  Ian Goldberg 307b4f7823 Client sockets had the wrong node number in the NodeIO struct 2 years ago
  Ian Goldberg 9e2268b554 Start on handshake message 2 2 years ago
  Ian Goldberg 91b8557253 Handshake message 1 2 years ago
  Ian Goldberg 9e22973195 The enclave side of the untrusted app to enclave I/O 2 years ago
  Ian Goldberg f98d4bd65c Change MAXCHUNKSIZE to FRAME_SIZE and move it to enclave_api.h 2 years ago
  Ian Goldberg e44d4e6000 Start on the enclave side of the untrusted app to enclave I/O 2 years ago
  Ian Goldberg 6b3139b84c Forward received data into the enclave 2 years ago
  Ian Goldberg dd2f2be3d0 Actually send outgoing data from the enclave 2 years ago
  Ian Goldberg ae76624b90 Stubs for the I/O functions in and out of the enclave 2 years ago
  Ian Goldberg 5580976796 Load the config into the enclave 2 years ago
  Ian Goldberg d17365c8ea Rename App/config.* to App/appconfig.* 2 years ago
  Ian Goldberg 12a9d0aeb8 Use defined constants for the command type bytes rather than hardcoding 0x01, etc. 2 years ago
  Ian Goldberg 3a506cf620 Nodes can now asynchronously receive data using callbacks 2 years ago
  Ian Goldberg a43c3034dd Put the echo commands in the Makefile in a more sensible place 2 years ago
  Ian Goldberg 1d77726a88 Nodes can send each other data asynchronously 2 years ago
  Ian Goldberg a476377b16 The nodes now all establish TCP connections with each other 2 years ago
  Ian Goldberg a48982890f A bit of refactoring in preparation for the networking code 2 years ago
  Ian Goldberg ec50f967c3 Add make depend target 2 years ago
  Ian Goldberg c136753b60 Stub for networking code 2 years ago
  Ian Goldberg 10f7a028d5 config.json parsing 2 years ago