FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - PaySEPA/node-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PaySEPA
/
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
on
master
User selector
Datepicker
Commit history
Commits on Jun 20, 2014
add better handling of Proxy lifecycle
joeferner
committed
3d08cdb
View commit details
Copy full SHA for 3d08cdb
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 15, 2013
added newDouble and updated readme for newFloat
joeferner
committed
e0121df
View commit details
Copy full SHA for e0121df
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
comment out printing unhandled type. See https://github.com/nearinfinity/node-java/commit/9308985b676353452bb81b481d206abfa8496a6c#commitcomment-4570896
joeferner
committed
86f0ee6
View commit details
Copy full SHA for 86f0ee6
View code at this point
Browse repository at this point
added unit test for instanceOf and updated readme
joeferner
committed
59d0c42
View commit details
Copy full SHA for 59d0c42
View code at this point
Browse repository at this point
readd the printfs about unhandled types
joeferner
committed
9308985
View commit details
Copy full SHA for 9308985
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
- added newLong method
inolen
committed
788df96
View commit details
Copy full SHA for 788df96
View code at this point
Browse repository at this point
- added instanceof method
inolen
committed
e267c70
View commit details
Copy full SHA for e267c70
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
- move JavaObject::m_obj global reference to constructor to match destructor
inolen
committed
a5d0af7
View commit details
Copy full SHA for a5d0af7
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
lock down classpath, options, and nativeBindingLocation from modification after starting jvm. Issue #80.
joeferner
committed
4734507
View commit details
Copy full SHA for 4734507
View code at this point
Browse repository at this point
Commits on Oct 30, 2013
change error to say newFloat
joeferner
committed
626ccb1
View commit details
Copy full SHA for 626ccb1
View code at this point
Browse repository at this point
Commits on Oct 28, 2013
- added newFloat method
inolen
committed
bacda43
View commit details
Copy full SHA for bacda43
View code at this point
Browse repository at this point
Commits on Oct 24, 2013
added support for short arrays closes #64
joeferner
committed
d29c33f
View commit details
Copy full SHA for d29c33f
View code at this point
Browse repository at this point
added newChar function closes #77
joeferner
committed
d05f3dc
View commit details
Copy full SHA for d05f3dc
View code at this point
Browse repository at this point
- 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
- added JVM destruction to destructor
inolen
authored and
joeferner
committed
2853494
View commit details
Copy full SHA for 2853494
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 Aug 24, 2013
Use pre-increment for iterators
Show description for b64f8ba
mscdex
committed
b64f8ba
View commit details
Copy full SHA for b64f8ba
View code at this point
Browse repository at this point
Fix memory leaks on exception
mscdex
committed
ccbc0b6
View commit details
Copy full SHA for ccbc0b6
View code at this point
Browse repository at this point
Remove unused variables
mscdex
committed
73904f5
View commit details
Copy full SHA for 73904f5
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 Apr 11, 2013
Merge branch 'master' of github.com:nearinfinity/node-java
joeferner
committed
b6fdecf
View commit details
Copy full SHA for b6fdecf
View code at this point
Browse repository at this point
handle primitive array return types
joeferner
committed
a2a40f7
View commit details
Copy full SHA for a2a40f7
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 Feb 1, 2013
better java long handling
joeferner
committed
4b7bc21
View commit details
Copy full SHA for 4b7bc21
View code at this point
Browse repository at this point
Commits on Jan 31, 2013
remove auto conversion of Long data types
joeferner
committed
1da7c00
View commit details
Copy full SHA for 1da7c00
View code at this point
Browse repository at this point
Commits on Jan 28, 2013
support char arrays
joeferner
committed
2080cab
View commit details
Copy full SHA for 2080cab
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL