|
|
@fb5d0cd
|
8 years |
zzz |
Boolean.valueOf(x).booleanValue() → Boolean.parseBoolean(x)
|
|
|
@39d9d3f5
|
9 years |
zzz |
* SAM: Don't use direct byte buffers for streams (ticket #679)
…
|
|
|
@d8dd76c
|
9 years |
zzz |
* SAM: Volatiles and finals
|
|
|
@1ab8200
|
9 years |
zzz |
* Clone System properties before iterating to avoid
…
|
|
|
@764a7f2
|
9 years |
zzz |
remove unused private items (eclipse)
|
|
|
@1db58de
|
9 years |
zzz |
remove unused local variables (eclipse)
|
|
|
@f13956d
|
9 years |
zzz |
remove unused imports (eclipse)
|
|
|
@3e889d2
|
9 years |
zzz |
remove unnecessary casts (eclipse)
|
|
|
@cadedeb0
|
9 years |
zzz |
* Build: Add built-by to jars; check for corrupt jars on debug page
|
|
|
@c902d4c
|
9 years |
zzz |
remove SAM client classes from sam.jar
|
|
|
@7213ff0c
|
9 years |
zzz |
* Build: Put Implementation-Version in manifests
|
|
|
@c5f04ee
|
10 years |
zzz |
- Don't do 'mtn list changed' if not in a workspace or not needed
|
|
|
@fd91927c
|
10 years |
zzz |
* Build:
- Add includeAntRuntime=false to all javac targets
…
|
|
|
@612d06b
|
10 years |
zzz |
* Build: Move all dependencies to top-level build.xml,
so …
|
|
|
@2baee74
|
11 years |
zzz |
* Replace size() ⇐ 0 with isEmpty() everywhere, ditto > 0 → !isEmpty()
|
|
|
@5eccc01
|
11 years |
BlubMail |
merge of '1d77e0a89198e422acfb66d9310fad7b0b290e38'
and …
|
|
|
@1850e89
|
12 years |
mkvore-commit |
removes a bug in SAM v1 and v2 (introduced when merging with v3)
|
|
|
@2341793
|
12 years |
BlubMail |
writeString(String str): synchronize using socket write lock to …
|
|
|
@abc23e9
|
12 years |
zzz |
* Move almost all uses of StringBuffer? to StringBuilder?,
for …
|
|
|
@e86e428
|
12 years |
mkvore-commit |
SAMv1 and SAMv3 : logging some exception at INFO level
|
|
|
@965b183d
|
12 years |
mkvore-commit |
fix: warnings when generating javadoc
|
|
|
@bc7a963f
|
12 years |
mkvore-commit |
correct a null pointer exception check before it gets caught and …
|
|
|
@ef73741
|
12 years |
mkvore-commit |
SAMv3: bug corrected: sending datagrams through the datagram session …
|
|
|
@30b73ffe
|
12 years |
mkvore-commit |
changed samv3 because of reverted streaming and mstreaming libs
|
|
|
@e42f7ab
|
12 years |
mkvore-commit |
apps/sam/java/build.xml reflects dependancy upon streaming.jar
|
|
|
@54b80d6
|
12 years |
mkvore-commit |
merge of '40606168f4086dbe122e96b533df4f24b5e4d87d'
and …
|
|
|
@157b85b
|
12 years |
zzz |
pass compiler args down from top build.xml
|
|
|
@4ffa2450
|
12 years |
mkvore-commit |
* SAMv3 : doc/sam.3.0-protocol.txt updated
* SAMv3 : …
|
|
|
@0c738e2
|
12 years |
mkvore-commit |
SAMv3: stream session stop listening when the forwarding session …
|
|
|
@eae43621
|
12 years |
mkvore-commit |
SAMv3: NAMING ME request now work on stream sessions
|
|
|
@bc831d3
|
12 years |
mkvore-commit |
Changelog: SAM : big bug in SAMv1Handler corrected
|
|
|
@d54695e
|
12 years |
mkvore-commit |
add dependency to streaming lib to apps/sam/java/build.xml
|
|
|
@fcbfd75
|
12 years |
mkvore-commit |
SAMv3: alternate form of calling SAMBridge.main. Usage message updated.
|
|
|
@6b825fb
|
12 years |
mkvore-commit |
SAMv3 : protocol better specified, and small changes in the code …
|
|
|
@de6edc6
|
12 years |
mkvore-commit |
|
|
|
@bc086a7
|
12 years |
mkvore-commit |
explicit merge of '7bae8d314209ec279a4da918dc3255e31bda7e45'
…
|
|
|
@a4d16af
|
12 years |
mkvore-commit |
SAM version 3 :
- Raw and Datagram sessions implemented
- …
|
|
|
@3e7e5d6
|
12 years |
zzz |
dont build sam tests by default
|
|
|
@bad4c4a
|
12 years |
zzz |
SAM: Convert from I2PThread to I2PAppThread so it won't
shutdown …
|
|
|
@c7bb2e8
|
12 years |
zzz |
* build files:
- Don't die if depend not available
- Only verify …
|
|
|
@98038e9
|
12 years |
zzz |
* Build files:
- Use the depend task with caching for more …
|
|
|
@1c6b78a
|
12 years |
sponge |
SAM davadoc cleanups
JDK5 compliance
|
|
|
@4ec82be
|
12 years |
zzz |
* build files: Change to source=1.5, target=1.5
|
|
|
@5782c42
|
13 years |
Oldaris |
Cleaned up all 'imports' in all applications, core and router.
|
|
|
@17b719f3
|
13 years |
zzz |
2007-12-02 Complication
* Commit SAM v2 patch from mkvore (thank …
|
|
|
@45e6608
|
16 years |
zzz |
Added 'Unit test passed' log message and made test check that Bug #99 …
|
|
|
@28978e3
|
16 years |
zzz |
Fixed Bug #99: Data pending to be sent is still sent even if STREAM …
|
|
|
@2d15a421
|
16 years |
zzz |
big code cleanup to reduce number of compiler warnings
|
|
|
@10ed058
|
16 years |
zzz |
2005-02-22 jrandom
* Reworked the tunnel (re)building process to …
|
|
|
@7b58d0f
|
16 years |
zzz |
Allow an unneeded newline in the SAM client protocol without disconnecting.
|
|
|
@b2f183fc
|
16 years |
zzz |
2004-12-14 jrandom
* Reenable the probabalistic drop on the TCP …
|
|
|
@d88396c1
|
16 years |
zzz |
2004-12-08 jrandom
* Revised the buffering when reading from the …
|
|
|
@e52d637
|
16 years |
zzz |
2004-12-06 jrandom
* Don't propogate streaming connection …
|
|
|
@88bb176
|
16 years |
zzz |
2004-12-05 jrandom
* Default the I2CP listener to localhost only, …
|
|
|
@61a8d67
|
16 years |
zzz |
2004-12-05 jrandom
* Fix the recently broken SAM bridge (duh)
…
|
|
|
@2bbde91
|
16 years |
zzz |
2004-12-05 jrandom
* Fixed some links in the console (thanks …
|
|
|
@2d9d8f3
|
16 years |
zzz |
2004-12-03 jrandom
* Toss in a small pool of threads (3) to …
|
|
|
@1a30cd5f
|
16 years |
zzz |
2004-12-03 jrandom
* Toss in a small pool of threads (3) to …
|
|
|
@516d0b4
|
16 years |
zzz |
2004-11-30 jrandom
* Render the burst rate fields on /config.jsp …
|
|
|
@608d713
|
16 years |
zzz |
2004-11-22 jrandom
* Update to the SAM bridge to reduce some …
|
|
|
@12a6f3e
|
16 years |
zzz |
2004-11-21 jrandom
* Only allow small clock skews after the first …
|
|
|
@cd075fc
|
16 years |
zzz |
2004-11-17 jrandom
* Fix to propogate i2psocket options into the …
|
|
|
@107da0a
|
16 years |
zzz |
i suppose i should commit this, 'eh? (thanks mule)
|
|
|
@30074be
|
16 years |
zzz |
logging
|
|
|
@096b807
|
16 years |
zzz |
2004-11-08 jrandom
* Make the SAM bridge more resiliant to bad …
|
|
|
@7a0236a
|
16 years |
zzz |
2004-11-05 jrandom
* Bugfixes and unit tests for the SAM bridge …
|
|
|
@d7a1fee
|
17 years |
zzz |
closing a stream multiple times shouldn't kill the SAM session (thanks …
|
|
|
@7b9db07
|
17 years |
zzz |
target=1.3 and source=1.3, not target=1.1 and source=1.3
(this is what …
|
|
|
@3bc0e0fc
|
17 years |
zzz |
added source and target declarations for the javac commands so we can …
|
|
|
@3cfd28d
|
17 years |
zzz |
add a new unit test for repeated fast reconnections
|
|
|
@2a07ceb
|
17 years |
zzz |
a message send failure is no reason to drop the SAM session
for …
|
|
|
@0a479be
|
17 years |
zzz |
include NAME=val in failed lookup replies (per spec - thanks …
|
|
|
@05918de
|
17 years |
zzz |
fix bug #75
the databuffer is reused so it might contain junk, …
|
|
|
@292363e
|
17 years |
zzz |
imports (sorry, includes alphabetizing, wee)
(shendaras)
|
|
|
@406048f
|
17 years |
zzz |
ugly tests to see if the minimal RAW side of SAM works (it does, w00t)
|
|
|
@6dd5b0f
|
17 years |
zzz |
basic datagram tests (that work now
|
|
|
@fd4bc5e
|
17 years |
zzz |
keystream fixes
|
|
|
@3bab2d8
|
17 years |
zzz |
only append the client's config properties to the SESSION commands …
|
|
|
@635535aa
|
17 years |
zzz |
implement keyfile persistence (storing name=privKeyDataBase64\n for …
|
|
|
@6c4bc67
|
17 years |
zzz |
simplistic streaming test (w00t, the streams worked - no mods …
|
|
|
@141902b
|
17 years |
zzz |
parseParams throws exception on bad formatting, and its perfectly …
|
|
|
@5aa680fc
|
17 years |
zzz |
simple test of whether DEST GENERATE works
|
|
|
@a790117
|
17 years |
zzz |
test the naming commnads (fetching ME, a known host, and an unknown host)
|
|
|
@2156f4c
|
17 years |
zzz |
* more verbose errors (include MESSAGE data on the I2P_ERROR reply, …
|
|
|
@2585460
|
17 years |
zzz |
initial tests for HELLO and create session (style=stream). covers the …
|
|
|
@44e34f7
|
17 years |
zzz |
trim the request line (StringTokenizer? w/ " " as a delim doesn't …
|
|
|
@79120506
|
17 years |
zzz |
allow overriding the I2CP port/host
|
|
|
@2231abd
|
17 years |
zzz |
default the DIRECTION to BOTH for streams
|
|
|
@393b1d76
|
17 years |
zzz |
big ol' update to strip out the singletons, replacing them with
a …
|
|
|
@9035078
|
17 years |
zzz |
s/InterruptedException/InterruptedIOException/
(human)
|
|
|
@203d0e8
|
17 years |
zzz |
allow the user to override the I2CP options (exposed on the command …
|
|
|
@ebc3e05
|
17 years |
zzz |
* Made the SAM bridge aware of the new exceptions thrown by
…
|
|
|
@3295c18
|
17 years |
zzz |
* Added DATAGRAM supprt;
* refactoring of SAMRawSession.java, to make …
|
|
|
@58c145b
|
17 years |
zzz |
Oops! Added missing file…
(human)
|
|
|
@c0bb3da
|
17 years |
zzz |
* Added support for SESSION CREATE STYLE=STREAM …
|
|
|
@7b03c95
|
17 years |
zzz |
* Added STREAMing support;
* added NAMING LOOKUP NAME=ME support;
* …
|
|
|
@4d0b3b2
|
17 years |
zzz |
SAM bridge integration in the I2P build & packaging system
(human)
|
|
|
@0d7f784
|
17 years |
zzz |
Pure-java implementation of the SAM bridge. It actually supports the …
|