0cefaba925
More excess whitespace removed
2012-03-30 04:40:56 +00:00
ba3bc9e2ed
Uncommented two Datagram tests that currently throw NullPointerExceptions
2012-03-24 11:18:37 +00:00
f164951848
Actually test something in DatagramTest.testBadagram, remove excess whitespace
2012-03-24 08:04:49 +00:00
bfaf72a547
Added a couple of tests for net.i2p.client.naming
2012-03-24 05:09:31 +00:00
377aa9bca1
In core build.xml, tell junit to look for the hamcrest libraries
...
hamcrest-core.jar, hamcrest-library.jar and hamcrest-integration.jar should be
present in $ANT_HOME/lib/ (real or symlinked).
2012-03-20 00:29:14 +00:00
67da35ab35
Commented out test for net.i2p.data.Lease.getNumSuccess() / getNumFailure
2012-03-16 05:08:31 +00:00
136d77a8aa
Fix YKGenerator test - methods no longer static
2012-03-16 04:51:55 +00:00
bf0b59b3b3
Remove DHSessionKeyBuilderTest from CryptoTestSuite
2012-03-16 03:18:53 +00:00
f19bc6a4b0
Moved DHSessionKeyBuilderTest to net.i2p.router.transport.crypto
2012-03-16 03:08:10 +00:00
79ab065500
propagate from branch 'i2p.i2p' (head e1c79060790ae24b2a96aff2857477d6528ae7c6)
...
to branch 'i2p.i2p.unittests' (head 357abd51672dd9950cbac6dd30ded117fe5695e0)
2012-03-16 02:30:42 +00:00
9d07bc241c
Replace hostname included by junit in reports with "i2ptester"
...
The fake hostname can be overridden by setting the host.fakename property.
2012-03-16 01:41:23 +00:00
d9ba62aa2c
Update paths, add new files
2012-03-15 14:51:34 +00:00
1f407bc34f
Plugins
2012-03-15 00:39:11 +00:00
1aa6367517
orb->org
2012-03-14 12:45:27 +00:00
2436d86000
* DHSessionKeyBuilder:
...
- Move from core to router/transport
- Make non-static, instantiate in TransportManager
- Generate keypair in constructor and make final
to move more processing to the precalc thread
and eliminate races
- Synchronize getSessionKey() to eliminate races
- Comment out unused methods
* UDPTransport:
- Make key builder final in InboundEstablishState to
eliminate rare NPE (ticket #406 )
- Remove unused static instance
2012-03-14 12:09:02 +00:00
17f9280b3f
* Jetty:
...
- Set default cache-control for webapps and eepsite
- Disable dir listing for console webapps
* WebAppStarter: Remove static log
2012-03-14 12:04:20 +00:00
326b9998fd
make YKGenerator non-static; control from ElGamalEngine
2012-03-14 11:59:24 +00:00
3b64ce7408
remove static logs
2012-03-14 11:57:06 +00:00
7c88180b83
remove static logs
2012-03-14 11:55:13 +00:00
7d0741bd7e
Add plugin site
2012-03-13 21:48:02 +00:00
65612a1c86
merge of '7bb8bf1ecf9084d263f4d9a764330dd19faf6102'
...
and 'bd10ddbf34b82a92bfbca38cefbba707a709c251'
2012-03-13 21:38:56 +00:00
a408a43d96
Add plugin site host key
2012-03-13 21:38:25 +00:00
bc0a38b405
Fix grammar error, thanx user
2012-03-13 19:54:07 +00:00
913994f312
Add sponge.i2p :-D bump version.
2012-03-13 11:11:41 +00:00
0fabbc9039
Plugins: bugfix and defer update.
2012-03-13 09:49:15 +00:00
92c3d33ce5
Plugins: Handle 'file://' URLs for installation and updates.
2012-03-13 05:49:02 +00:00
d29da5597f
merge of '4db3befef542b29ac21bba7ed51b609b6e9223ea'
...
and 'fe5447c647ccadee0d67aa5db36f5ed785520a1b'
2012-03-12 15:02:49 +00:00
2415091a2f
* Console:
...
- Better IPv6 test, hopefully will work on Windows
- Hide home page flags once language is selected
- Home page shrinkage and other CSS tweaks
2012-03-12 14:30:38 +00:00
05537ba1b2
Slackware package script updates
2012-03-11 23:54:02 +00:00
703f28e87d
* Build:
...
- Include old commons logging classes in commons-logging.jar
- Preserve manifests in Jetty/Tomcat jars
* Jetty Logger: Promote warns to erros when a Throwable is the second arg
2012-03-11 18:30:43 +00:00
f91f83faef
fix broken comment in jetty.xml
2012-03-11 16:46:45 +00:00
d598396bb2
Add 'unsignedbuild' id
2012-03-11 13:02:51 +00:00
fdb1f9dd39
IPv4 check
2012-03-10 22:07:15 +00:00
9e3b49d67f
-10
2012-03-10 21:59:26 +00:00
f6bda355b9
* Build: Add new jetty jars to router.jar classpath so it works
...
on very old installs with individual jars specified in the
wrapper.config classpath
2012-03-10 21:55:45 +00:00
a34b674f7d
more comment updates
2012-03-10 21:54:55 +00:00
307826c4d3
move the update-all button
2012-03-10 21:54:38 +00:00
9faba9fd30
* Console: Test if IPv6 addresses will work before instantiating
...
connectors, so Jetty will still start without them
2012-03-10 21:53:29 +00:00
87c04bf00b
* configloggging: Fix clearing log overrides
2012-03-10 21:51:50 +00:00
7bd83f83ed
* Jetty Logger: Put a note in wrapper log saying where the logs went
2012-03-10 21:51:20 +00:00
528ef4dd1a
* HTTP Proxy: Fix generation of jump links (ticket #616 ),
...
broken by refactoring in -1
2012-03-10 21:50:45 +00:00
5ab17da73d
* Simplify default eepsite base and CGI contexts to use a Context
...
instead of a ContextHolder, ServletHandler, and ServletHolder.
This also fixes / which returned a zero-length file,
broken in the last checkin.
2012-03-09 20:00:18 +00:00
0c55af2622
new i2p-projekt.de reseed SSL certificate. Sorry.
2012-03-09 16:52:55 +00:00
e331800898
* Update default eepsite base context to use DefaultServlet
...
instead of ResourceHandler, to provide resume, directory
indexes, caching, etc.
2012-03-09 16:03:27 +00:00
e4257f28c9
Add note about 32bit libs
2012-03-09 02:00:07 +00:00
97f402be0b
* SessionKeyManager:
...
- Don't use unacked tagsets after consecutive ack failures
and revert to full ElGamal if necessary (ticket #574 )
- Synchronize creation of new sessions to prevent dups
- Don't remove an unacked session until it's really out of tags
- Failsafe removal of old unacked tagsets
- Cleanups, final, comments, log tweaks, debug.jsp tweaks, synchronization tweaks
2012-03-08 17:48:19 +00:00
1e978ea435
javadoc
2012-03-08 17:46:56 +00:00
629c7862ca
log tweak
2012-03-08 17:46:15 +00:00
7006ffb75d
remove calls re-setting defaults
2012-03-08 17:45:29 +00:00
b42993b495
* GarlicConfig: Remove unused reply block methods
2012-03-08 17:44:41 +00:00