Commit Graph

271 Commits

Author SHA1 Message Date
akhil 10c9bba482 116: process http headers in native to reduce number of upcalls to java
Contributed-by: jfdenise
Reviewed-by: asquare
2013-12-17 10:50:13 -08:00
Kinsley Wong 78b98e2806 117: Correctly create a UDP handle after a read2 callback.
Reviewed-by: asquare
2013-12-16 14:55:15 -08:00
Kinsley Wong 7a46c03d03 113: set the connected flag to true after receiving a handle.
Reviewed-by: asquare
2013-12-16 12:02:44 -08:00
Jean-Francois a7b784df3a Fix for AVATAR_JS-123, create context with a Context constructor
Reviewed-by: kinsleyw
2013-12-16 19:44:21 +01:00
Jean-Francois ef3e50aed2 Fix for AVATAR_JS-122, catch exception at ssl. start time. Error is not a boolean but the error itself
Reviewed-by: asquare
2013-12-16 19:37:28 +01:00
Jean-Francois 8ced115de0 Fix for AVATAR_JS-116, removal of Buffer allocations
Reviewed-by: asquare
2013-12-13 19:39:41 +01:00
Jean-Francois 13f4374458 typo 2013-12-13 13:32:17 +01:00
Jean-Francois b872a80d9f Multithread event loop posting unit test 2013-12-13 13:31:26 +01:00
Jean-Francois 72c8d0e42b Fix for AVATAR_JS-104, new ServerException class
Reviewed-by: asquare
2013-12-13 09:38:40 +01:00
Jean-Francois 56f868fa17 Fix for AVATAR_JS-114, use [] accessor instead of .
Reviewed-by: asquare
2013-12-13 09:17:43 +01:00
Jean-Francois eb8e802e8d Fix for AVATAR_JS-115, rethrow a JS Error
Reviewed-by: asquare
2013-12-13 09:15:48 +01:00
akhil 3a238785a5 update instructions for upgrade to v0.10.23 2013-12-12 15:15:50 -08:00
akhil 9f79c160e7 pgrade to v0.10.23 (latest stable)
Reviewed-by: jfdenise
2013-12-12 11:08:22 -08:00
Jean-Francois 39fa5b7985 Fix for AVATAR_JS-112, reuse same context and sync it with local context, updated context prototype to please coffee-script
Reviewed-by: kinsleyw
2013-12-12 09:02:46 +01:00
Jean-Francois ae79f03d4b obvious fix for infinite loop when retrieving NashorException 2013-12-11 17:11:55 +01:00
Kinsley Wong b1cccdbca2 111: The object files for the windows builds should output to out/
Reviewed-by: asquare.
2013-12-10 15:27:35 -08:00
Kinsley Wong 7a056120f5 Add test-repl.js unit test.
Reviewed-by: asquare
2013-12-10 12:17:26 -08:00
Kinsley Wong 8a2eb3d13c Add test-repl-domain.js unit test
Reviewed-by: asquare
2013-12-10 10:57:51 -08:00
Kinsley Wong 0c2a5db65c Add unit test for cluster module.
Reviewed-by: asquare
2013-12-10 10:44:38 -08:00
Jean-Francois f10edb24e4 Fix for AVATAR_JS-108, avoid leaking sys prop, load repl in privileged block
Reviewed-by: asquare
2013-12-10 19:08:32 +01:00
Jean-Francois ace7a02ef3 Fix for AVATAR_JS-110, rebuild global for each evaluation
Reviewed-by: kinsleyw
2013-12-10 18:08:15 +01:00
akhil 81d802e799 107: libuv does not know about domains, rename to context
Reviewed-by: kinsleyw
2013-12-09 17:21:20 -08:00
akhil eead507948 clarify that python3 does not work
Contributed-by: slowhog
Reviewed-by: asquare
2013-12-09 16:04:01 -08:00
Kinsley Wong b574f56c6d Add repl.js to .gitignore 2013-12-09 14:09:12 -08:00
Kinsley Wong 67e7232d01 105: patch test-repl-tab-complete.js because console is undefined in nashorn.
Reviewed-by: asquare
2013-12-09 13:54:29 -08:00
akhil 4a86831c04 update tests to use the new Server signature
Reviewed-by: kinsleyw
2013-12-09 12:12:31 -08:00
Jean-Francois 029f602e35 Fix for AVATAR_JS-106, REPL module wraped with URLHandler
Reviewed-by: kinsleyw
2013-12-09 20:11:03 +01:00
Jean-Francois 7cfe1d3944 Fix for AVATAR_JS-104, unhandled exception are formatted
Reviewed-by: asquare
2013-12-09 19:49:23 +01:00
Jean-Francois 7876eb437b Fix AVATAR_JS-103, call final script for synchronous exception
Reviewed-by: asquare
2013-12-09 19:28:33 +01:00
akhil 52c9d72ef2 upgrade to v0.10.22 (latest stable)
Reviewed-by: kinsleyw
2013-12-06 16:29:39 -08:00
akhil 7e56c3f1b3 upgrade to v0.10.21 2013-12-06 16:07:52 -08:00
Kinsley Wong 1f85011893 Add new repl unit test.
Reviewed-by: asquare
2013-12-06 15:02:47 -08:00
Kinsley Wong f503fd4596 Undo the patch for checking syntax errors.
Reviewed-by: asquare
2013-12-06 15:01:54 -08:00
akhil b0ea33034d 98: reintroduce fd validation now that npm breakage is fixed
Reviewed-by: jfdenise
2013-12-06 13:50:59 -08:00
akhil c6a314129e replace assert with an if in case js tries to load a non-existent resource
Reviewed-by: kinsleyw
2013-12-06 12:01:37 -08:00
akhil 346e0d0d13 ensure resource stream is closed, remove stack trace, assume repl.js is utf8
Reviewed-by: kinsleyw
2013-12-06 11:44:50 -08:00
Kinsley Wong 7241ec81bf Add REPL support.
Reviewed-by: asquare
2013-12-06 11:01:09 -08:00
akhil b0f3c1ca3f some minor reformatting 2013-12-05 14:54:12 -08:00
akhil 8b86802ac2 require b119 or higher, due to the use of a nashorn api 2013-12-05 14:25:10 -08:00
akhil e3a4619c51 Revert "98: list test-fs-read-stream.js in the test to be patched"
This reverts commit 513b1208c7.
2013-12-05 14:02:00 -08:00
akhil afebf8e0c8 Revert "98: we now throw an EBADF exception on invalid fds"
This reverts commit 2e02e63b75.
2013-12-05 14:01:44 -08:00
Jean-Francois d00cde3964 Fix for AVATAR_JS-95, support for domains
reviewed-by: asquare
2013-12-05 11:48:05 +01:00
akhil 513b1208c7 98: list test-fs-read-stream.js in the test to be patched
Reviewed-by: kinsleyw
2013-12-04 17:38:37 -08:00
akhil 2e02e63b75 98: we now throw an EBADF exception on invalid fds
Reviewed-by: kinsleyw
2013-12-04 16:50:10 -08:00
Kinsley Wong 4739738400 Recommendations of where to clone the workspace and setting up .avatar-js.properties
Reviewed-by: asquare
2013-12-04 12:13:05 -08:00
Jean-Francois af4da38d34 Fix for AVATAR_JS-97, reconstruct exception with original properties, fixed synchronous Exception handling
Reviewed-by: asquare
2013-12-04 11:01:02 +01:00
akhil 2bb0eee170 update the default log file name to match the project name
Reviewed-by: kinsleyw
2013-12-02 17:47:13 -08:00
akhil 96feba2128 clarify unknown handle error message
Reviewed-by: kinsleyw
2013-12-02 16:39:54 -08:00
Jean-Francois 39664c9c7f Fix for AVATAR_JS-94, determinate is JVM started in debug, format the prefix wrapper accordingly
Reviewed-by: asquare
2013-11-29 08:43:59 +01:00
akhil fb57ddbe82 add instructions for installing unlimited strength JCE policy files 2013-11-27 12:21:48 -08:00