Commit History

Author SHA1 Message Date
  Grant Limberg e79a6915ff ensure java is compiled for JVM 1.7. Android cant read .class files compiled for 1.8 10 years ago
  Grant Limberg 818339f966 replace old direct calls to FindClass, GetMethodID, etc with calls that use the cache 10 years ago
  Grant Limberg 079d248eab added a JniCache objectet for caching jclass, jmethodID, and jfieldID objects 10 years ago
  Grant Limberg 9f2732d661 add the basedir to the ant buildfile 10 years ago
  Grant Limberg fb6b56a85f clean up unused imports 10 years ago
  Grant Limberg 02b33e3763 Yeah it helps to byte swap the port back to little-endian before sending the port off to Java 10 years ago
  Grant Limberg b242886c33 Merge branch 'adamierymenko-dev' into android-jni 10 years ago
  Grant Limberg 0a15eae00f Setup native build for Windows Java. 10 years ago
  Grant Limberg 75d7137025 added a class I found to load JNI code from within JAR files on non-android platforms. 10 years ago
  Adam Ierymenko 9279bac385 Fix deadlock in SelfAwareness by deferring reconnects. 10 years ago
  Adam Ierymenko 105e1a016f Get rid of G++ compiler warning. 10 years ago
  Adam Ierymenko 604576075e Add some missing includes that older G++ cares about. 10 years ago
  Grant Limberg 52df59c552 Merge branch 'adamierymenko-dev' into android-jni 10 years ago
  Adam Ierymenko d3820049b8 Add reported external address to OK(HELLO) TRACE to verify SN behavior. 10 years ago
  Adam Ierymenko 9eb7698f0e Learn external IP addresses on OK(HELLO) too. 10 years ago
  Adam Ierymenko 5185103692 Fix to create-test-root-topology. 10 years ago
  Adam Ierymenko 3ac23165c7 Kill old testnet -- was useful in its time, but Docker make running real test networks locally stupid easy and a more realistic simulation. 10 years ago
  Adam Ierymenko 9a34fde8a5 Make sure identity.public exists and stays in sync, cleanup extra new in Node, and test script for local testnets. 10 years ago
  Adam Ierymenko 918fc8884b Update mktopology so it works again and can easily be used to create test dictionaries. 10 years ago
  Adam Ierymenko f3d7c9d681 Helps to index the array when enumerating a C array. 10 years ago
  Adam Ierymenko 226e0f8722 docs and Makefile for tcp-proxy 10 years ago
  Adam Ierymenko 288d73a4ad A few more refinements to TCP code, ready to integrate with "desperation" stuff and test. 10 years ago
  Grant Limberg 9464504e4a DataStoreGet and Put and EventListener appear to work 10 years ago
  Grant Limberg 7e0cc28a89 Fixes for bugs pointed out by updating warnings 10 years ago
  Grant Limberg 0a2d1e7a66 Ignore windows debug build files 10 years ago
  Grant Limberg 9bf9670ff9 add more warnings to the JNI build 10 years ago
  Adam Ierymenko a9a3705877 TCP tunneling implementation -- not tested yet and no initiation yet. 10 years ago
  Grant Limberg 5983b4367b jclass pointers aren't as cacheable as originally thought. 10 years ago
  Grant Limberg d1ed269537 Switch to InetSockAddress instead of InetAddress so we can send the port # to java as well 10 years ago
  Grant Limberg 73d68c0c98 Merge branch 'adamierymenko-dev' into android-jni 10 years ago