FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/methodCallBaton.cpp - ineo4j/node-java · GitHub
ineo4j
/
node-java
Public
forked from
joeferner/node-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
node-java
src
methodCallBaton.cpp
on
master
User selector
Datepicker
Commit history
Commits on Apr 17, 2015
working varargs
joeferner
authored and
jimlloyd
committed
722a344
View commit details
Copy full SHA for 722a344
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
Description: When making async calls, we are getting a memory leak. This change fixes this memory leak.
Maciek
committed
9c9b0cf
View commit details
Copy full SHA for 9c9b0cf
View code at this point
Browse repository at this point
Commits on Jul 28, 2014
don't try and call a NULL callback
joeferner
committed
16b7e17
View commit details
Copy full SHA for 16b7e17
View code at this point
Browse repository at this point
allow calling method with explict argument types [see issue #140]
joeferner
committed
bed9aab
View commit details
Copy full SHA for bed9aab
View code at this point
Browse repository at this point
Commits on Jul 27, 2014
use the correct JNIEnv for the thread. This resolves an issue with the jvm crashing when async methods are called. [issue #139]
joeferner
committed
77fcfcb
View commit details
Copy full SHA for 77fcfcb
View code at this point
Browse repository at this point
Commits on Jul 26, 2014
actually make invoke faster by caching the method id in a static variable instead of an instance variable
joeferner
committed
5af6380
View commit details
Copy full SHA for 5af6380
View code at this point
Browse repository at this point
Commits on Jul 25, 2014
speed up method calls by caching method invoke method id
joeferner
committed
70d84f9
View commit details
Copy full SHA for 70d84f9
View code at this point
Browse repository at this point
Commits on Jul 16, 2014
change MethodCallBaton to derive from NanAsyncWorker [see issue #135]
joeferner
committed
887ef79
View commit details
Copy full SHA for 887ef79
View code at this point
Browse repository at this point
Commits on Jul 15, 2014
Still a few outstanding items:
Show description for cdca272
jsdevel
committed
cdca272
View commit details
Copy full SHA for cdca272
View code at this point
Browse repository at this point
Handling more undefined values in methodCallBaton
jsdevel
committed
5b4f3ee
View commit details
Copy full SHA for 5b4f3ee
View code at this point
Browse repository at this point
Upgrading NaN to 1.2.0.
Show description for c820407
jsdevel
committed
c820407
View commit details
Copy full SHA for c820407
View code at this point
Browse repository at this point
passes all nodeunit tests with node v0.10.15
joeferner
authored and
jsdevel
committed
444db95
View commit details
Copy full SHA for 444db95
View code at this point
Browse repository at this point
compiles with nan
joeferner
authored and
jsdevel
committed
3b1a768
View commit details
Copy full SHA for 3b1a768
View code at this point
Browse repository at this point
Commits on Nov 29, 2013
print stack trace on check exception
joeferner
committed
a90ebd5
View commit details
Copy full SHA for a90ebd5
View code at this point
Browse repository at this point
Commits on Nov 12, 2013
- added env->ExceptionCheck checks
inolen
committed
b333dfe
View commit details
Copy full SHA for b333dfe
View code at this point
Browse repository at this point
Commits on Nov 11, 2013
- only call getCause for InvocationTargetException exceptions
inolen
committed
b21e1cb
View commit details
Copy full SHA for b21e1cb
View code at this point
Browse repository at this point
- call getCause on InvocationTargetExceptions thrown by Method::invoke to get to the actual exception
inolen
committed
4c6ed66
View commit details
Copy full SHA for 4c6ed66
View code at this point
Browse repository at this point
Commits on Nov 8, 2013
- don't repeatedly attach / detach worker pool threads
inolen
committed
3add529
View commit details
Copy full SHA for 3add529
View code at this point
Browse repository at this point
Commits on Nov 7, 2013
Add cause to errors/exceptions returned from java calls. Issue #70
joeferner
committed
6f2bac9
View commit details
Copy full SHA for 6f2bac9
View code at this point
Browse repository at this point
Commits on Oct 24, 2013
- fix JNI local leak in async method calls
Show description for 6be0e66
inolen
authored and
joeferner
committed
6be0e66
View commit details
Copy full SHA for 6be0e66
View code at this point
Browse repository at this point
Commits on Sep 28, 2013
- store jthrowable instances as global references
inolen
committed
7c53d76
View commit details
Copy full SHA for 7c53d76
View code at this point
Browse repository at this point
Commits on Jul 15, 2013
Fix memory leak inspired by https://github.com/nearinfinity/node-oracle/pull/42
falsecz
committed
b14c03d
View commit details
Copy full SHA for b14c03d
View code at this point
Browse repository at this point
Commits on May 8, 2013
fix compilation error with some versions of node-0.9
zuazo
committed
f30d993
View commit details
Copy full SHA for f30d993
View code at this point
Browse repository at this point
Commits on Mar 28, 2013
Fixed WARNING: JNI call made with exception pending
dunse
committed
34cf031
View commit details
Copy full SHA for 34cf031
View code at this point
Browse repository at this point
Commits on Mar 21, 2013
update to work with node v0.10.x
joeferner
committed
32f1eea
View commit details
Copy full SHA for 32f1eea
View code at this point
Browse repository at this point
Commits on Dec 10, 2012
better java scoping
joeferner
committed
3760c6b
View commit details
Copy full SHA for 3760c6b
View code at this point
Browse repository at this point
switch scoping to use JavaScope class
joeferner
committed
64139b7
View commit details
Copy full SHA for 64139b7
View code at this point
Browse repository at this point
Commits on Dec 7, 2012
better clean up of global vars
joeferner
committed
777f733
View commit details
Copy full SHA for 777f733
View code at this point
Browse repository at this point
Commits on Oct 29, 2012
set classloader on new threads
joeferner
committed
a1ee034
View commit details
Copy full SHA for a1ee034
View code at this point
Browse repository at this point
removed DeleteLocals in favor of stack frames
joeferner
committed
b546809
View commit details
Copy full SHA for b546809
View code at this point
Browse repository at this point
logging method for methods
joeferner
committed
888f9ba
View commit details
Copy full SHA for 888f9ba
View code at this point
Browse repository at this point
Commits on Jul 25, 2012
delete local refs to help memory issues
joeferner
committed
be00676
View commit details
Copy full SHA for be00676
View code at this point
Browse repository at this point
Commits on Jan 24, 2012
better type conversion
joeferner
committed
9d7aea6
View commit details
Copy full SHA for 9d7aea6
View code at this point
Browse repository at this point
Commits on Jan 22, 2012
compiles and works on windows
joeferner
committed
0128b73
View commit details
Copy full SHA for 0128b73
View code at this point
Browse repository at this point
added set static field
Show description for 191cbc9
joeferner
committed
191cbc9
View commit details
Copy full SHA for 191cbc9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL