c54b40288b
* Addresses: Add listing capability for internal interfaces
2010-12-26 12:31:01 +00:00
82e344055b
* Certificate: Use a single static null cert in place of
...
tens of thousands of them
2010-12-24 17:39:31 +00:00
91f1ece753
adjust runner count based on max mem
2010-12-19 15:13:54 +00:00
c7c7731f91
propagate from branch 'i2p.i2p' (head 3d405c867f6903bf1d69b04c1daebf3146882525)
...
to branch 'i2p.i2p.zzz.test4' (head bfd85b10fdd1542526a4b9c53e5d4a733087f317)
2010-12-15 15:09:48 +00:00
6826c1eb69
disable I2CP auth in-JVM
2010-12-14 20:30:00 +00:00
8efefeeb5b
* I2CP over SSL, enable with i2cp.SSL=true
2010-12-14 14:27:35 +00:00
a5354f64a5
more classes pkg private
2010-12-12 22:07:26 +00:00
6d41aadc24
* I2CP:
...
- New option i2cp.disableInterface to turn off external I2CP port
(7654) and allow internal clients only
- Disallow internal connect when shut down
2010-12-12 22:06:30 +00:00
7c63866c51
* i2psnark:
...
- Fix end-game deadlock
- Fix last-modified check for multifile torrents, causing
apparent loss of data after abnormal exit
- UI Tweaks
2010-12-12 14:49:30 +00:00
2ca8fc6e62
* i2psnark:
...
- Restore text (ticket #273 )
- Fix several HTML errors (ticket #273 )
- Fix HTML error causing info links to be unclickable in dillo (tiicket #273 )
- Fix alt text duplicated or looking bad in text browsers (ticket #273 )
- Fix Opera button errors (ticket #332 )
- Fix POST resubmission errors (ticket #334 )
- Catch FetchAndAdd copy error (ticket #352 )
- Set permissions on downloaded torrent files
- Hide some columns when not running
- Lots of spacing cleanups
- Rename images so users don't end up with unused files
- Remove ~15 unused images
- Clean up theme selection speed-coding exercise
- Indent fixes
2010-12-11 13:57:14 +00:00
89b3e3bcb4
* TunnelPoolManager: Fix rare startup NPE ( http://forum.i2p/viewtopic.php?t=5192 )
2010-12-11 13:31:23 +00:00
0fdb10940e
-35rc.
2010-12-08 06:00:04 +00:00
26356ce35f
-34rc.
2010-12-07 18:53:12 +00:00
5a0fcc7791
-33rc.
2010-12-06 14:03:03 +00:00
f054663b17
-32rc
2010-12-05 23:50:12 +00:00
c94fa6ef17
tweaks
2010-12-05 04:05:20 +00:00
86de251691
fix QueuedI2CPMessageReader not stopping; javadocs
2010-12-04 22:27:24 +00:00
7c583fb1e6
convert mark router liveliness thread to SimpleScheduler
2010-12-04 20:34:57 +00:00
9aaf95ca98
* Threads:
...
- Reduce thread pool sizes based on memory and/or bandwidth limits
- Tweak some thread names for clarity
2010-12-04 18:54:06 +00:00
3a05abe556
add a stat to see if getBids() is taking too long
2010-12-04 18:41:12 +00:00
9fbeca08e1
-30
2010-12-04 16:40:12 +00:00
6d3b09a7a2
-29. (ScarfAce Special Edition).
2010-12-04 02:59:02 +00:00
6b8f420ad0
-28
2010-12-04 01:54:37 +00:00
33dde2b44e
-27
2010-12-03 17:28:44 +00:00
19fb2877d3
-25
2010-12-03 15:24:38 +00:00
24839d9b04
-24 ftw!
2010-12-03 13:58:37 +00:00
17526f435c
-23
2010-12-03 06:50:56 +00:00
5ba101063a
* I2NP: Allow message to be written more than once,
...
instead of throwing an IllegalStateException
2010-12-02 18:12:38 +00:00
8f8fb0e5cb
log tweak
2010-12-02 18:11:30 +00:00
2126b5156e
format refresh time
2010-12-02 16:18:09 +00:00
2c8421d8ad
* Transport: Hamachi address block 5/8 assigned by IANA
2010-12-02 13:01:25 +00:00
d226d6047f
javadoc
2010-12-02 12:58:53 +00:00
19c6760ea7
* I2CP: Change from the internal pseudo-socket that was
...
implemented in 0.7.9 to an internal Queue that directly
passes I2CPMessage objects. For in-JVM clients,
this eliminates two writer threads per client and
avoids the serialization/deserialization of I2CP messages.
2010-12-01 18:57:05 +00:00
8d62632945
-19
2010-12-01 15:11:44 +00:00
293eea9e38
try to fix log flush error at file rotation
2010-11-30 19:04:03 +00:00
578d656f9d
change port change message from error to info
2010-11-30 15:22:17 +00:00
c97e72d050
formatSize tweak
2010-11-30 15:15:39 +00:00
243bd412e1
* I2CP: Try to hide Pipe closed messages (several tickets)
2010-11-30 15:08:51 +00:00
f12556714a
-16
2010-11-29 18:18:38 +00:00
601abdce6d
Lock down streaming classes not in the API. Holler if this breaks any external apps.
2010-11-29 15:39:55 +00:00
671f48e77e
-14
2010-11-29 13:51:39 +00:00
174c222662
* UDP:
...
- Fix bug causing PacketPusher to loop quickly instead of sleeping
- Fix udp.sendCycleTime and sendCycleTimeSlow stats
- Fix speed values on peers.jsp
- Try to fix rare NPE (ticket 298)
2010-11-29 13:15:11 +00:00
d31113255e
* Logging:
...
- Use System locale and time zone for default date/time format,
so it matches the wrapper log time (we can't set the wrapper log time zone).
(existing installs must remove logger.dateFormat line
in logger.config to get system default format)
- Force RuntimeExceptions to CRIT level
- Don't have log() count buffer size
2010-11-29 13:13:02 +00:00
b9413d540a
-13
2010-11-28 04:02:05 +00:00
612d06bd53
* Build: Move all dependencies to top-level build.xml,
...
so each sub-build.xml is only executed once (true DAG)
2010-11-28 03:56:56 +00:00
fdf2b5f7d2
-12
2010-11-27 16:36:46 +00:00
595b562461
prep for another config option
2010-11-27 13:45:09 +00:00
c79f0caa67
i2psnark: Don't save theme parameter if it has not changed.
2010-11-26 22:46:23 +00:00
bbfb8583c7
i2psnark: Add theme change and theme selection storage abilities.
2010-11-26 22:31:59 +00:00
08372be34f
-9
2010-11-26 15:59:45 +00:00