ray/src/common
Stephanie Wang d729f9b7ea Object table remove (#139)
* Object table remove redis module

* Test case for object table remove redis module

* Client code for object_table_remove

* Delete object notifications in plasma

* Test for object deletion notifications

* Fix subscribe deletion test

* Address Robert's comments

* free hash table entry
2016-12-19 23:18:57 -08:00
..
build Rearrange files to prepare to merge into Ray. 2016-10-25 13:59:47 -07:00
doc Merge task table and task log into a single table (#30) 2016-11-10 18:13:26 -08:00
lib/python Python 3 compatibility. (#121) 2016-12-16 14:40:37 -08:00
redis_module Object table remove (#139) 2016-12-19 23:18:57 -08:00
shims/windows Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
state Object table remove (#139) 2016-12-19 23:18:57 -08:00
test Object table remove (#139) 2016-12-19 23:18:57 -08:00
thirdparty Implement tables with redis modules (#114) 2016-12-11 17:40:19 -08:00
common.c Object hashes (#104) 2016-12-08 20:57:08 -08:00
common.h Object hashes (#104) 2016-12-08 20:57:08 -08:00
event_loop.c Ion and Philipp's table retries (#10) 2016-10-29 15:22:33 -07:00
event_loop.h Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
io.c Introduce non-blocking Plasma API. (#71) 2016-12-01 02:15:21 -08:00
io.h handling partial/interrupted I/O (#69) 2016-11-29 23:04:13 -08:00
logging.c Windows compatibility (#57) 2016-11-22 17:04:24 -08:00
logging.h Rearrange files to prepare to merge into Ray. 2016-10-25 13:59:47 -07:00
Makefile Deploy Redis module and start using custom Redis commands. (#128) 2016-12-16 14:40:44 -08:00
net.c Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
net.h Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
object_info.h Object table remove (#139) 2016-12-19 23:18:57 -08:00
task.c Fix seed bug for generating object ids for put (#120) 2016-12-13 00:54:38 -08:00
task.h Fix seed bug for generating object ids for put (#120) 2016-12-13 00:54:38 -08:00