aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
diff options
context:
space:
mode:
authorGravatar murgatroid99 <michael.lumish@gmail.com>2015-01-26 17:16:57 -0800
committerGravatar murgatroid99 <michael.lumish@gmail.com>2015-01-26 17:16:57 -0800
commit9fbf7e54c29722275d5e8bc0987066004cdd9570 (patch)
tree37d0ddb59e0ac2ff89cb465023e5f899bd35b452 /src/node
parentf5844ee7de515c3af50c4eec01f107efe54b3f9e (diff)
Moved extension and JS files to separate directories
Diffstat (limited to 'src/node')
-rw-r--r--src/node/ext/byte_buffer.cc (renamed from src/node/byte_buffer.cc)0
-rw-r--r--src/node/ext/byte_buffer.h (renamed from src/node/byte_buffer.h)0
-rw-r--r--src/node/ext/call.cc (renamed from src/node/call.cc)0
-rw-r--r--src/node/ext/call.h (renamed from src/node/call.h)0
-rw-r--r--src/node/ext/channel.cc (renamed from src/node/channel.cc)0
-rw-r--r--src/node/ext/channel.h (renamed from src/node/channel.h)0
-rw-r--r--src/node/ext/completion_queue_async_worker.cc (renamed from src/node/completion_queue_async_worker.cc)0
-rw-r--r--src/node/ext/completion_queue_async_worker.h (renamed from src/node/completion_queue_async_worker.h)0
-rw-r--r--src/node/ext/credentials.cc (renamed from src/node/credentials.cc)0
-rw-r--r--src/node/ext/credentials.h (renamed from src/node/credentials.h)0
-rw-r--r--src/node/ext/event.cc (renamed from src/node/event.cc)0
-rw-r--r--src/node/ext/event.h (renamed from src/node/event.h)0
-rw-r--r--src/node/ext/node_grpc.cc (renamed from src/node/node_grpc.cc)0
-rw-r--r--src/node/ext/server.cc (renamed from src/node/server.cc)0
-rw-r--r--src/node/ext/server.h (renamed from src/node/server.h)0
-rw-r--r--src/node/ext/server_credentials.cc (renamed from src/node/server_credentials.cc)0
-rw-r--r--src/node/ext/server_credentials.h (renamed from src/node/server_credentials.h)0
-rw-r--r--src/node/ext/tag.cc (renamed from src/node/tag.cc)0
-rw-r--r--src/node/ext/tag.h (renamed from src/node/tag.h)0
-rw-r--r--src/node/ext/timeval.cc (renamed from src/node/timeval.cc)0
-rw-r--r--src/node/ext/timeval.h (renamed from src/node/timeval.h)0
-rw-r--r--src/node/index.js (renamed from src/node/main.js)0
-rw-r--r--src/node/src/client.js (renamed from src/node/client.js)0
-rw-r--r--src/node/src/common.js (renamed from src/node/common.js)0
-rw-r--r--src/node/src/server.js (renamed from src/node/server.js)0
-rw-r--r--src/node/src/surface_client.js (renamed from src/node/surface_client.js)0
-rw-r--r--src/node/src/surface_server.js (renamed from src/node/surface_server.js)0
27 files changed, 0 insertions, 0 deletions
diff --git a/src/node/byte_buffer.cc b/src/node/ext/byte_buffer.cc
index 142951475a..142951475a 100644
--- a/src/node/byte_buffer.cc
+++ b/src/node/ext/byte_buffer.cc
diff --git a/src/node/byte_buffer.h b/src/node/ext/byte_buffer.h
index ee2b4c0d15..ee2b4c0d15 100644
--- a/src/node/byte_buffer.h
+++ b/src/node/ext/byte_buffer.h
diff --git a/src/node/call.cc b/src/node/ext/call.cc
index 6434c2f0d5..6434c2f0d5 100644
--- a/src/node/call.cc
+++ b/src/node/ext/call.cc
diff --git a/src/node/call.h b/src/node/ext/call.h
index 1924a1bf42..1924a1bf42 100644
--- a/src/node/call.h
+++ b/src/node/ext/call.h
diff --git a/src/node/channel.cc b/src/node/ext/channel.cc
index 9087d6f919..9087d6f919 100644
--- a/src/node/channel.cc
+++ b/src/node/ext/channel.cc
diff --git a/src/node/channel.h b/src/node/ext/channel.h
index 140cbf201a..140cbf201a 100644
--- a/src/node/channel.h
+++ b/src/node/ext/channel.h
diff --git a/src/node/completion_queue_async_worker.cc b/src/node/ext/completion_queue_async_worker.cc
index 8de7db66d5..8de7db66d5 100644
--- a/src/node/completion_queue_async_worker.cc
+++ b/src/node/ext/completion_queue_async_worker.cc
diff --git a/src/node/completion_queue_async_worker.h b/src/node/ext/completion_queue_async_worker.h
index 2c928b7024..2c928b7024 100644
--- a/src/node/completion_queue_async_worker.h
+++ b/src/node/ext/completion_queue_async_worker.h
diff --git a/src/node/credentials.cc b/src/node/ext/credentials.cc
index f9cd2fcfe0..f9cd2fcfe0 100644
--- a/src/node/credentials.cc
+++ b/src/node/ext/credentials.cc
diff --git a/src/node/credentials.h b/src/node/ext/credentials.h
index 981e5a99bc..981e5a99bc 100644
--- a/src/node/credentials.h
+++ b/src/node/ext/credentials.h
diff --git a/src/node/event.cc b/src/node/ext/event.cc
index 2ca38b7448..2ca38b7448 100644
--- a/src/node/event.cc
+++ b/src/node/ext/event.cc
diff --git a/src/node/event.h b/src/node/ext/event.h
index e06d8f0168..e06d8f0168 100644
--- a/src/node/event.h
+++ b/src/node/ext/event.h
diff --git a/src/node/node_grpc.cc b/src/node/ext/node_grpc.cc
index bc1dfaf899..bc1dfaf899 100644
--- a/src/node/node_grpc.cc
+++ b/src/node/ext/node_grpc.cc
diff --git a/src/node/server.cc b/src/node/ext/server.cc
index b102775d33..b102775d33 100644
--- a/src/node/server.cc
+++ b/src/node/ext/server.cc
diff --git a/src/node/server.h b/src/node/ext/server.h
index d50f1fb6c5..d50f1fb6c5 100644
--- a/src/node/server.h
+++ b/src/node/ext/server.h
diff --git a/src/node/server_credentials.cc b/src/node/ext/server_credentials.cc
index 393f3a6305..393f3a6305 100644
--- a/src/node/server_credentials.cc
+++ b/src/node/ext/server_credentials.cc
diff --git a/src/node/server_credentials.h b/src/node/ext/server_credentials.h
index 8baae3f185..8baae3f185 100644
--- a/src/node/server_credentials.h
+++ b/src/node/ext/server_credentials.h
diff --git a/src/node/tag.cc b/src/node/ext/tag.cc
index dc8e523e12..dc8e523e12 100644
--- a/src/node/tag.cc
+++ b/src/node/ext/tag.cc
diff --git a/src/node/tag.h b/src/node/ext/tag.h
index bdb09252d9..bdb09252d9 100644
--- a/src/node/tag.h
+++ b/src/node/ext/tag.h
diff --git a/src/node/timeval.cc b/src/node/ext/timeval.cc
index 687e33576b..687e33576b 100644
--- a/src/node/timeval.cc
+++ b/src/node/ext/timeval.cc
diff --git a/src/node/timeval.h b/src/node/ext/timeval.h
index 1fb0f2c690..1fb0f2c690 100644
--- a/src/node/timeval.h
+++ b/src/node/ext/timeval.h
diff --git a/src/node/main.js b/src/node/index.js
index 751c3525d3..751c3525d3 100644
--- a/src/node/main.js
+++ b/src/node/index.js
diff --git a/src/node/client.js b/src/node/src/client.js
index 3a1c9eef84..3a1c9eef84 100644
--- a/src/node/client.js
+++ b/src/node/src/client.js
diff --git a/src/node/common.js b/src/node/src/common.js
index 54247e3fa1..54247e3fa1 100644
--- a/src/node/common.js
+++ b/src/node/src/common.js
diff --git a/src/node/server.js b/src/node/src/server.js
index 03cdbe6f98..03cdbe6f98 100644
--- a/src/node/server.js
+++ b/src/node/src/server.js
diff --git a/src/node/surface_client.js b/src/node/src/surface_client.js
index 16c31809f4..16c31809f4 100644
--- a/src/node/surface_client.js
+++ b/src/node/src/surface_client.js
diff --git a/src/node/surface_server.js b/src/node/src/surface_server.js
index af23ec211c..af23ec211c 100644
--- a/src/node/surface_server.js
+++ b/src/node/src/surface_server.js