Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Ian Goldberg 420d39d797 There were an incorrect number of "f"s in several instances of 0x7fffffffffffffff 10 mēneši atpakaļ
  Ian Goldberg e77f5ccd64 Remove unused MPCIO parameters from some heap methods 10 mēneši atpakaļ
  Ian Goldberg 58b6e26aeb Add missing #include in heap.hpp 10 mēneši atpakaļ
  Ian Goldberg 6c639008c5 Pass around MPCTIO&, not MPCTIO 10 mēneši atpakaļ
  Ian Goldberg 9585a4a841 Remove trailing whitespace (including CRs) 10 mēneši atpakaļ
  Ian Goldberg ccd78ec898 Clarify "smaller index" -> "index of the smaller child" in comments 10 mēneši atpakaļ
  avadapal 4baf948729 changed the heap diagram to display the need for MAXINT 10 mēneši atpakaļ
  avadapal c0e2eee1b7 made, restore_heap_property, restore_heap_property_optimized, restore_heap_property_at_explicit_index private 10 mēneši atpakaļ
  Ian Goldberg 484b357df5 For testing, initialize the heap in a better way 10 mēneši atpakaļ
  Ian Goldberg f594127266 Change insert to return void 10 mēneši atpakaļ
  Ian Goldberg 2ce7abf1d2 Don't pass argc around unnecessarily 10 mēneši atpakaļ
  Ian Goldberg e15fbf8991 Remove set_num_items 10 mēneši atpakaļ
  avadapal f4da769dc3 add and modifying comments describing the functions in heap.hpp and heap.cpp 10 mēneši atpakaļ
  avadapal dc09830d72 moving verify heap in correct ifdefs 10 mēneši atpakaļ
  avadapal 1e65b4a3dc moving sanity checks to ifdef HEAP_DEBUG 10 mēneši atpakaļ
  avadapal 04f45f7364 moving num_items to private 10 mēneši atpakaļ
  avadapal 3d55534037 fixing the argc in main 10 mēneši atpakaļ
  avadapal 438954baf7 addressing Ian's comments in Part 5 10 mēneši atpakaļ
  avadapal f1fac3aa8e adithya's 2nd pass over ian comments 10 mēneši atpakaļ
  avadapal 85cb10e7ce adithya's first partial pass over ian's comments on the code 10 mēneši atpakaļ
  avadapal 414e1fa57c a bunch of cleanups, comments, name changes, and sanity checks. NO Change to the functionalities 1 gadu atpakaļ
  avadapal dabc7a4d60 printing the latencies 1 gadu atpakaļ
  avadapal 5bce0aefe9 initializig a heap with 1,2,... 1 gadu atpakaļ
  avadapal 3e39153736 heap insert 1 gadu atpakaļ
  avadapal a01b01294e added another command line arguement to switch between optimizd and unoptimized 1 gadu atpakaļ
  avadapal 9141e06097 optimized heaps working 1 gadu atpakaļ
  avadapal a5c3a5c72c minor 1 gadu atpakaļ
  avadapal 10679b916a removing the pointer for ORAM, take in params for number of extractmins and inserts 1 gadu atpakaļ
  avadapal 4f08e94048 indentations, moving restore heap property in extractmin, fixing the debugging function, renaming Heap Class name 1 gadu atpakaļ
  avadapal cf3dd5259d a working heap insert and extractmin 1 gadu atpakaļ