- Jan 08, 2012
-
-
kytv authored
-
kytv authored
-
zzz authored
-
zzz authored
-
zzz authored
to branch 'i2p.i2p' (head a06bf8c92a0e1195b6f98dbad3e8898339bc6053)
-
zzz authored
- Fix failsafe shutdown hook broken in 0.8.8; HUP, INT, and TERM signals should now shut down cleanly. - Shutdown hook no longer prevents other hooks from running - Trap HUP, if router.gracefulHUP=true, and do graceful shutdown. Only under wrapper, non-Windows. - i2prouter stop now uses SIGTERM - Implement i2prouter graceful using SIGHUP (ticket #580) - Configure wrapper to ignore SIGUSR1 and SIGUSR2 as they will shut down or crash the JVM
-
kytv authored
-
- Jan 07, 2012
-
-
kytv authored
On systems without an i2psvc group, the postinstall would fail. This change will add the group if it doesn't exist. Also adding "||true" to the usermod command in case the command returns a non-zero status.
-
- Jan 06, 2012
- Jan 04, 2012
-
-
zzz authored
-
kytv authored
-
kytv authored
-
kytv authored
-
kytv authored
Before there was a patch to add the -deb1 to the RouterVersion.java file, but it needed me to update the deb#. With my newly budding regex skills, I'm now manipulating it using sed and determining the number according to the debian version number.
-
- Jan 03, 2012
-
-
kytv authored
PN,Pitcairn Islands added; we already had the flag.
-
- Jan 02, 2012
-
-
kytv authored
With this check-in I'm adding the EXTRAVERSION to our javadocs and the custom installer targets (if EXTRAVERSION is set in RouterVersion.java). Also, i2pinstall*jar and i2pinstall.bz2 will be removed when ant clean is run.
-
kytv authored
Flag courtesy of the Open Clip Art Library, released into the public domain
-
kytv authored
-
zzz authored
-
zzz authored
to branch 'i2p.i2p.zzz.test' (head e2c6210696c78c54650ff345f18ad62b4543a18b)
-
zzz authored
-
zzz authored
Compiled on trimslice: gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8.10) (6b18-1.8.10-0ubuntu1~11.04.1) OpenJDK Zero VM (build 14.0-b16, mixed mode) Wrapper 3.5.13 GPLv2 All binaries stripped.
-
- Jan 01, 2012
- Dec 31, 2011
-
-
kytv authored
I removed Tanuki's broken CPU "bitness" check for OSX in 3db46be1ede7d858b6c319905cf310d99227eb29. With this commit I add one that works. Note that at this point we don't use the "bitness" checking because we ship a quad-fat wrapper for OSX. Unfortunately, one can only manipulate the osx binaries with "lipo" which is only available in OSX. In the future we may want to use the "bitness" logic. In any case, the old check set the bits to 64 for Leopard and above, but just because a Mac is running Leopard or Snow Leopard doesn't mean it's 64bit capable. This addition of mine will actually check the flags using sysctl. I'm not using uname because OSX < Lion starts in 32bit mode by default (but can still run 64bit binaries).
-
kytv authored
-
zzz authored
and '554846d3fd4ebcdbfaccb3a001098626e0b26ca0'
-
zzz authored
-
kytv authored
-
kytv authored
-
kytv authored
-
- Dec 30, 2011
-
-
zzz authored
-