Adam Ierymenko
7e647c5303
NOHUP-ify the child process on OSX auto-update.
2015-06-03 16:37:24 -07:00
Adam Ierymenko
fe87136870
Auto-update fix -- signature is in hex.
2015-06-03 16:25:16 -07:00
Adam Ierymenko
b897ec1efd
Put version back to 1.0.3.
2015-06-03 16:19:44 -07:00
Adam Ierymenko
6a11c76248
Temporarily bump version to fake 1.0.99 to test auto-update within network.
2015-06-03 16:09:56 -07:00
Adam Ierymenko
3512402558
OSX .pkg files must be signed with productsign and an installer cert.
2015-06-02 19:17:39 -07:00
Adam Ierymenko
4fe12756d4
Get rid of "autoupdating" in Linux package names.
2015-06-02 17:14:18 -07:00
Adam Ierymenko
bf415bdeb9
docs
2015-06-02 17:05:31 -07:00
Adam Ierymenko
c5a3e80113
Linux installer tweaks, and Mac updater tweak.
2015-06-02 16:54:27 -07:00
Adam Ierymenko
806ea79f37
docs
2015-06-02 16:44:43 -07:00
Adam Ierymenko
cd58614c23
docs
2015-06-02 16:42:31 -07:00
Adam Ierymenko
0b68344fc8
docs
2015-06-02 16:41:57 -07:00
Adam Ierymenko
191b8f8164
docs
2015-06-02 16:39:21 -07:00
Adam Ierymenko
29e3437350
gcc not g++ for CC
2015-06-02 16:30:42 -07:00
Adam Ierymenko
65999611d7
Eliminate "which" dependency in Linux makefile.
2015-06-02 16:29:23 -07:00
Adam Ierymenko
9d49e8f237
docs
2015-06-02 16:24:44 -07:00
Adam Ierymenko
855d893c67
docs
2015-06-02 16:23:43 -07:00
Adam Ierymenko
a2690047bb
docs
2015-06-02 16:16:14 -07:00
Adam Ierymenko
648efff1f6
Delete merge temp file.
2015-06-02 12:50:32 -07:00
Adam Ierymenko
3d6c1860ca
Merge branch 'adamierymenko-dev' into android-jni
2015-06-02 12:49:36 -07:00
Adam Ierymenko
f0be5e814e
Merge organized .gitignore
2015-06-02 12:49:32 -07:00
Adam Ierymenko
79efceb57b
Organize .gitignore and merge stuff from Android-JNI branch.
2015-06-02 12:48:59 -07:00
Adam Ierymenko
b8f40c0b91
Yet another /Users/api path in packages script.
2015-06-02 12:01:00 -07:00
Adam Ierymenko
97dd8d864f
Fix paths again in Mac pkg build.
2015-06-02 11:59:05 -07:00
Adam Ierymenko
1afd02df54
Path fix in Packages build file for Mac
2015-06-02 11:47:32 -07:00
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
2015-06-01 20:03:28 -07:00
Grant Limberg
74f7d5377d
Enable ZT_TRACE and more verbose build output
2015-06-01 20:01:37 -07:00
Adam Ierymenko
a9a390a930
Apply @marning suggested SSE auto-detect to make builds easier on non-x86 platforms: aa2fd044cb
2015-06-01 19:43:06 -07:00
Adam Ierymenko
d7344871e6
Linux build fix.
2015-06-01 19:27:53 -07:00
Adam Ierymenko
aab17d9f1f
Kill obsolete amSupernode method -- we now have no differing behaviors.
2015-06-01 19:18:26 -07:00
Adam Ierymenko
ecb6a1d84f
docs
2015-06-01 19:12:20 -07:00
Adam Ierymenko
5341e32729
Fix to GitHub issue #140 -- network preferred relays. Also go ahead and allow RENDEZVOUS from regular peers.
2015-06-01 19:05:27 -07:00
Adam Ierymenko
960ceb4791
Rest of GitHub issue #140 implementation.
2015-06-01 17:50:44 -07:00
Adam Ierymenko
318c2f025b
Call it _relays since there might be other kinds later.
2015-06-01 17:09:37 -07:00
Adam Ierymenko
5bc89034bc
Always ping / contact network preferred relays (if any).
2015-06-01 16:53:58 -07:00
Adam Ierymenko
229195166a
Add BackgroundResolver to Windows build.
2015-06-01 16:06:50 -07:00
Adam Ierymenko
b3b9af0dd8
Fix for GitHub issue #170
2015-06-01 11:56:15 -07:00
Grant Limberg
5015c0ae78
more logging
2015-05-28 21:03:37 -07:00
Grant Limberg
b6196a53de
Fix DataStoreGetFunction.
2015-05-28 20:37:16 -07:00
Grant Limberg
58ca657da6
Use object arrays rather than ArrayList. JNI side
2015-05-28 20:36:54 -07:00
Grant Limberg
7822616966
Replace ArrayList instances with []
2015-05-28 20:01:30 -07:00
Grant Limberg
e3feac17b1
Merge branch 'adamierymenko-dev' into android-jni
2015-05-27 20:43:30 -07:00
Grant Limberg
4c680e3126
LOTS more error checking and logging.
...
Running into a wall attempting to add items to an ArrayList from the JNI side
2015-05-27 20:42:54 -07:00
Adam Ierymenko
ea419c21d0
Fix installer path, add netconf option to make-linux.
2015-05-28 03:13:23 +00:00
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.
2015-05-27 13:50:11 -07:00
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
2015-05-26 21:32:56 -07:00
Grant Limberg
2d67196667
added the android verbose log level and moved most jni debug messages to verbose
2015-05-26 21:31:34 -07:00
Grant Limberg
9755dad7ff
add a missing break from a switch
2015-05-26 21:30:33 -07:00
Grant Limberg
adaf9cf32b
still getting re-used to all the places you have to put access modifiers in Java
2015-05-26 20:03:47 -07:00
Grant Limberg
703c311e07
Merge branch 'adamierymenko-dev' into android-jni
2015-05-26 19:17:29 -07:00
Adam Ierymenko
e184aa4cb4
Clean old netconf-service from attic.
2015-05-26 18:16:12 -07:00