Adam Ierymenko
a2690047bb
docs
11 years ago
Adam Ierymenko
648efff1f6
Delete merge temp file.
11 years ago
Adam Ierymenko
3d6c1860ca
Merge branch 'adamierymenko-dev' into android-jni
11 years ago
Adam Ierymenko
f0be5e814e
Merge organized .gitignore
11 years ago
Adam Ierymenko
79efceb57b
Organize .gitignore and merge stuff from Android-JNI branch.
11 years ago
Adam Ierymenko
b8f40c0b91
Yet another /Users/api path in packages script.
11 years ago
Adam Ierymenko
97dd8d864f
Fix paths again in Mac pkg build.
11 years ago
Adam Ierymenko
1afd02df54
Path fix in Packages build file for Mac
11 years ago
Grant Limberg
fb0bf52b1b
Fixed sending a port number of 0 to ZT1.
...
Fixed VirtualNetworkConfigFunction (creating array to send to Java)
Fixed the creating InetAddress instead of InetSocketAddress in virtual network config callback
11 years ago
Grant Limberg
74f7d5377d
Enable ZT_TRACE and more verbose build output
11 years ago
Adam Ierymenko
a9a390a930
Apply @marning suggested SSE auto-detect to make builds easier on non-x86 platforms: aa2fd044cb
11 years ago
Adam Ierymenko
d7344871e6
Linux build fix.
11 years ago
Adam Ierymenko
aab17d9f1f
Kill obsolete amSupernode method -- we now have no differing behaviors.
11 years ago
Adam Ierymenko
ecb6a1d84f
docs
11 years ago
Adam Ierymenko
5341e32729
Fix to GitHub issue #140 -- network preferred relays. Also go ahead and allow RENDEZVOUS from regular peers.
11 years ago
Adam Ierymenko
960ceb4791
Rest of GitHub issue #140 implementation.
11 years ago
Adam Ierymenko
318c2f025b
Call it _relays since there might be other kinds later.
11 years ago
Adam Ierymenko
5bc89034bc
Always ping / contact network preferred relays (if any).
11 years ago
Adam Ierymenko
229195166a
Add BackgroundResolver to Windows build.
11 years ago
Adam Ierymenko
b3b9af0dd8
Fix for GitHub issue #170
11 years ago
Grant Limberg
5015c0ae78
more logging
11 years ago
Grant Limberg
b6196a53de
Fix DataStoreGetFunction.
11 years ago
Grant Limberg
58ca657da6
Use object arrays rather than ArrayList. JNI side
11 years ago
Grant Limberg
7822616966
Replace ArrayList instances with []
11 years ago
Grant Limberg
e3feac17b1
Merge branch 'adamierymenko-dev' into android-jni
11 years ago
Grant Limberg
4c680e3126
LOTS more error checking and logging.
...
Running into a wall attempting to add items to an ArrayList from the JNI side
11 years ago
Adam Ierymenko
ea419c21d0
Fix installer path, add netconf option to make-linux.
11 years ago
Adam Ierymenko
502cd6921f
Fix for GitHub issue #133 , and move restart out of installer to address restart problem. Installer probably should NOT mess with the running service, since Linux servers are likely to be production.
11 years ago
Grant Limberg
09631ad382
fix datastore get call in JNI
...
Just delete the local reference rather than do an array delete. Array delete was causing a crash on loading network config files. Deleting the local ref works fine, though, as it still lets the JVM garbage collecter know that the native code is done with the array
11 years ago
Grant Limberg
2d67196667
added the android verbose log level and moved most jni debug messages to verbose
11 years ago
Grant Limberg
9755dad7ff
add a missing break from a switch
11 years ago
Grant Limberg
adaf9cf32b
still getting re-used to all the places you have to put access modifiers in Java
11 years ago
Grant Limberg
703c311e07
Merge branch 'adamierymenko-dev' into android-jni
11 years ago
Adam Ierymenko
e184aa4cb4
Clean old netconf-service from attic.
11 years ago
Adam Ierymenko
fbb990f8a3
Mac uninstall.sh update.
11 years ago
Adam Ierymenko
ff2272d59a
Delete some temporary code.
11 years ago
Adam Ierymenko
c075e68c6c
More work on ZT1 NodeJS API client library.
11 years ago
Adam Ierymenko
ecb1ee8e0d
Renaming...
11 years ago
Adam Ierymenko
ba7809367a
JS stuff reorg.
11 years ago
Adam Ierymenko
5e3c6d9e0d
Some nodeJS work, and apply fix from GitHub issue #166 plus a small optimization to avoid repeated calls to _allMulticastGroups().
11 years ago
Adam Ierymenko
d8ad555b9a
Go ahead and add flags and invFlags to the Rule table.
11 years ago
Adam Ierymenko
d29f2ce858
Clean up attic/
11 years ago
Adam Ierymenko
af1d29cc6f
Remove obsolete method.
11 years ago
Adam Ierymenko
91f02d699e
Right now only FreeBSD can use BSDEthernetTap, which will probably get renamed accordingly. NetBSD and OpenBSD do not support tap, only tun, so they will have to wait.
11 years ago
Grant Limberg
6e998efd15
fixing up data store stuff
11 years ago
Grant Limberg
5c2aaad365
Merge branch 'adamierymenko-dev' into android-jni
11 years ago
Adam Ierymenko
d8783b14eb
Build fix.
11 years ago
Adam Ierymenko
6867922d9e
typo
11 years ago
Adam Ierymenko
9774f789f2
TCP fallback tunneling is now working. That hurt more than expected.
11 years ago
Adam Ierymenko
cdec05af24
One second delay between NAT-t events.
11 years ago