0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-12-22 09:21:52 +00:00

Commit Graph

  • 93df3411d9 Merged CommonJS modules functionality. Simon Best 2013-04-11 17:15:55 +0100
  • e05f811954 Renamed V8JsException to V8JsScriptException and added V8JsTimeLimitException and V8JsMemoryLimitException classes. Simon Best 2013-04-11 00:23:47 +0100
  • 9d9ad831b8 Implemented memory limit checking. Increased stability for V8 execution isolates. Simon Best 2013-04-11 00:08:05 +0100
  • 80a56e551a Added my name to the credits :-) Simon Best 2013-04-09 22:52:52 +0100
  • 15dc9e157b Script timeout thread to forcefully terminate the current thread of V8 execution in the corresponding isolate. Simon Best 2013-04-09 22:52:42 +0100
  • be0cd75c65 Improve compatibility with NodeJS-style module.exports and exports. This allows arbitrary types to be exported, not just properties of the exports object. Simon Best 2013-03-26 00:09:21 +0000
  • 99878e2995 Support for relative and absolute module identifiers. Simon Best 2013-03-25 00:02:13 +0000
  • db50fc25d1 Removed spurious number from exception message. Simon Best 2013-03-24 22:56:55 +0000
  • cd20140774 Handle exceptions throw from module loader callback. Simon Best 2013-03-24 22:53:31 +0000
  • ff34a2ddda Normalisation of module identifier. Simon Best 2013-03-24 22:27:46 +0000
  • 114eb9cbf6 Removed spurious line. Simon Best 2013-03-24 20:43:51 +0000
  • ff443f3bc7 Check for module cyclic dependencies. Throw proper V8 exceptions when the require method is not successful. Simon Best 2013-03-24 19:08:54 +0000
  • 79444ce76a Use the Z_ADDREF_P macro to increasing the refcount of PHP values assigned to V8. Simon Best 2013-03-24 16:30:21 +0000
  • a20c4b84cc Use the Z_ADDREF_P macro to increasing the refcount of PHP values assigned to V8. Simon Best 2013-03-24 16:30:21 +0000
  • 84baa7614a First working version of CommonJS modules. Simon Best 2013-03-24 16:27:13 +0000
  • a23ecda69f Always increase the zval reference count before storing it in a V8 internal field. Simon Best 2013-03-22 14:46:52 +0000
  • d1fb318b75 Merge branch 'master' of github.com:preillyme/v8js Patrick Reilly 2013-03-21 14:42:57 -0700
  • 5811659e88 add new version number Patrick Reilly 2013-03-21 14:41:31 -0700
  • 93559c79ba add new version number Alex Hancock 2013-03-21 14:14:22 -0700
  • 06527cf1d9 Fix for https://github.com/preillyme/v8js/issues/6. This is probably a horrible hack but it works for now until we have a better solution. Simon Best 2013-03-20 17:09:23 +0000
  • c2512e42dd Merge pull request #5 from tenorviol/master Patrick Reilly 2013-03-18 20:11:16 -0700
  • 7082b6bf83 Merge 68eb4c5d8b into 86f350597c Christopher Johnson 2013-03-17 20:56:39 -0700
  • 68eb4c5d8b Fixed failing tests with timezone independent equivalents Chris Johnson 2013-03-17 20:50:48 -0700
  • b89f085888 Replaced deprecated v8 functions with newer equivalents Chris Johnson 2013-03-17 20:46:03 -0700
  • 86f350597c Merge pull request #3 from drak/patch-1 Patrick Reilly 2012-07-24 10:14:17 -0700
  • 8d2812d7e0 Merge 730b782de1 into 8fcbf0a9e7 Drak 2012-07-24 05:03:43 -0700
  • 730b782de1 Fixed formatting of markdown. Drak 2012-07-24 14:03:32 +0200
  • 8fcbf0a9e7 Fixed build in 5.4+ Patrick Reilly 2012-07-06 17:21:44 -0700
  • dfbd5f0c0c Fixed build in 5.4+ Patrick Reilly 2012-07-06 17:12:53 -0700
  • 7c8c24ab72 - Fix version Felipe Pena 2012-06-13 02:41:36 +0000
  • 325b54d9d5 - Preparing release Felipe Pena 2012-06-13 02:39:29 +0000
  • 39ac2f2304 - Fixed build in 5.4+ - Fixed bug #59553 (can't build due to missing class member) Felipe Pena 2012-06-13 02:24:48 +0000
  • 748f4679b0 Merge pull request #2 from Zakay/master Patrick Reilly 2012-06-07 11:33:53 -0700
  • b9712b006f Merge e21b955c6a into d95a4cff92 GitHub Merge Button 2012-06-07 11:30:42 -0700
  • e21b955c6a Fixed version parsing Zakay Danial 2012-06-07 20:29:12 +0200
  • d95a4cff92 Merge pull request #1 from DylanArnold/master Patrick Reilly 2012-05-10 10:01:53 -0700
  • e4d996a583 Merge 157fe13c0e into 9175152a38 GitHub Merge Button 2012-05-10 03:51:54 -0700
  • 157fe13c0e Fixes to build in PHP 5.4.3 Dylan Arnold 2012-05-10 22:47:39 +1200
  • 9175152a38 Update documentation Patrick Reilly 2012-04-27 16:47:52 +0000
  • 7593cbcc59 Update copyright information Patrick Reilly 2012-04-27 16:41:32 +0000
  • 6ec57f9d78 Add Author Patrick Reilly 2012-04-27 16:33:10 +0000
  • a032d9d783 Delete unneeded files preilly 2012-04-27 16:32:08 +0000
  • b107e7afc8 Updated README preilly 2012-04-27 16:28:54 +0000
  • 30e1d22863 Initial import preilly 2012-04-27 16:26:15 +0000
  • 1fcedd8b09 initial commit Patrick Reilly 2012-04-27 09:09:49 -0700
  • c2f284f39d - Added Id tag property to .h and .cc Felipe Pena 2010-12-31 14:15:54 +0000
  • 612e7077d6 - Fix build on ZTS Felipe Pena 2010-12-31 14:07:47 +0000
  • 26d6716c19 - Fix typo Felipe Pena 2010-12-31 14:04:47 +0000
  • 732dd175c0 - Remove the unnecessary check, extensions can be registered after V8 is initialized (duh!) Jani Taskinen 2010-12-31 12:55:23 +0000
  • 4b253c13a6 - Fix changelog Jani Taskinen 2010-12-31 11:57:30 +0000
  • becf01eef4 - Fix version Jani Taskinen 2010-12-31 11:48:31 +0000
  • e1b8b8c1f5 - Fixed crash bug in setting v8js.flags directive using php -d.. Jani Taskinen 2010-12-31 11:46:09 +0000
  • 2568591d66 - Be more verbose when trying to register extension after V8 is already initialized Jani Taskinen 2010-12-30 15:37:35 +0000
  • c53dc7745f - Consistency with docs Jani Taskinen 2010-12-30 15:08:39 +0000
  • e473764312 - Prepare for release Jani Taskinen 2010-12-30 14:42:15 +0000
  • 1c23a38026 Initial import Jani Taskinen 2010-12-30 14:04:51 +0000