sponge
2f6ae99452
2009-06-05 sponge
...
* BOB now cleans up tunnels, although they can take up to 5 minutes to
disapear. This is due to the fact that the streaming lib doesn't
actually remove the connections properly and kill them off when the
manager is destroyed. I'm not certain if this is a bug, or a feature,
but it sure is annoying, and you have to wait for the connections to
time out. What should happen is the streaming lib should cause an IO
error to the pending read or write.
2009-06-05 19:46:26 +00:00
7725b9e8a1
-10
2009-05-30 16:34:58 +00:00
sponge
26c4f983d7
* added big fat start/stop lock into BOB
...
* added zap command to shut down BOB... now we need a way to start it
after it stops. :-)
2009-05-29 21:14:08 +00:00
mathiasdm
fd598dea5b
* Increase sendProcessingTime some more, add a property to configure.
...
Configure with 'router.defaultProcessingTimeThrottle'.
2009-05-27 13:26:51 +00:00
mathiasdm
8fef5d9a06
* Increased sendProcessingTime limits and added testSuccessTime
...
to avoid unwanted throttling
2009-05-27 09:01:14 +00:00
mathiasdm
53f62bd8dd
* Throttling extension by looking at sendProcessingTime
2009-05-26 17:24:31 +00:00
e6c87c54be
-7
2009-05-26 15:05:39 +00:00
7f4c23a038
-6
2009-05-25 03:49:36 +00:00
mkvore-commit
ab9fee260f
-5
...
SAMv1 and SAMv3 : logging some exception at INFO level
2009-05-24 16:12:39 +00:00
mkvore-commit
e86e42818a
SAMv1 and SAMv3 : logging some exception at INFO level
2009-05-24 16:04:57 +00:00
mathiasdm
eac45256aa
* Router netDB:
...
- Added flags to the netDB page
2009-05-23 16:40:18 +00:00
mathiasdm
3208b7289e
* desktopgui:
...
- Updating works in general config
- Switched to Swingworker threads for improved responsiveness
- version increase to 0.1.3
2009-05-21 22:32:34 +00:00
b4336fdec7
-3 w/ watchdog changes
2009-05-21 15:44:05 +00:00
d7122cdad7
-2
2009-05-21 13:43:23 +00:00
mathiasdm
f10bfda115
* General configuration enabled by default
...
* General configuration speed tab works completely
2009-05-20 19:58:55 +00:00
631cd37f8b
-1
2009-05-17 12:35:45 +00:00
9a6a993a81
history for prop
2009-05-17 12:23:51 +00:00
complication
87eafa30d0
* Update versions, package release
2009-05-16 19:48:12 +00:00
mkvore-commit
a267fcc9cc
merge of '476489c04057318947e2947393aa6a10aa382af8'
...
and 'd38ab82268c3643119e5c226a3f97c23fb794e93'
2009-05-12 22:32:49 +00:00
sponge
66a292a9c6
2009-05-12 sponge
...
* BOB clean up, change println's to _log.warn, bump BOB version
* I2PSessionMuxedImpl.java changes as per zzz, and they test OK for me.
2009-05-12 21:10:42 +00:00
mkvore-commit
7cd0112211
SAM: fix: warnings when generating javadoc
2009-05-12 13:33:09 +00:00
c5ba5f3a5b
-13
2009-05-11 16:46:38 +00:00
mkvore-commit
a6f106ed6d
update history.txt
2009-05-11 09:05:10 +00:00
sponge
9bd3bea90a
* merged branches
2009-05-09 18:26:03 +00:00
sponge
0be28c1701
2009-05-09 sponge
...
* fixed OOM on lock (woops! my bad!)
2009-05-09 18:19:03 +00:00
mathiasdm
72e4dabd30
* desktopgui: moved files to stop polluting the namespace
...
(everything now in net.i2p.desktopgui)
* desktopgui: some variable renaming in general configuration
2009-05-08 10:23:24 +00:00
mkvore-commit
6bcd547ca0
* SAM: version 3 added
...
* SAM: blocking case corrected on simultaneous client connection (v.1-3)
2009-05-07 19:31:27 +00:00
d9a2e024ee
add nibble
2009-05-07 17:27:50 +00:00
fe4e76a7f8
-9
2009-05-07 13:08:49 +00:00
mathiasdm
a516d6474e
* Improvements to popup menu rightclick action
...
* Added general configuration options (still not available by default)
* General fixes
* Added ant build options (irc says eche|on would like that ;))
2009-05-06 16:17:58 +00:00
sponge
eba6ca5430
2009-05-06 sponge
...
* Hopefully the last fixes for BOB.
* Fixes to prevent race in client-side I2CP and Notifier.
2009-05-06 05:34:33 +00:00
sponge
7e3bda9d4d
2009-05-03 sponge
...
* More hopeful fixes for BOB.
* Added new Robert ID to snark
2009-05-03 16:02:07 +00:00
7688df6fe5
-6
2009-05-01 13:03:59 +00:00
sponge
c1d7562331
2009-04-27 sponge
...
* more BOB fixes, complete with warnings when things go wrong, and
success messages when things turn around and go right. Terminates
early so that applications wait no more than 10 seconds or so.
* Reversed a few earlier patches that caused some odd behavior.
* Changed some core println()'s to debugging messages.
2009-04-27 17:09:47 +00:00
542e0f2ed3
-4
2009-04-27 15:02:05 +00:00
sponge
f331dad72d
2009-04-25 sponge
...
* I2PSessionMuxedImpl atomic fixes
* BOB fixes. This should be the final bug wack. Good Luck to everybody!
2009-04-25 00:02:38 +00:00
8054078b9e
-2
2009-04-23 20:20:37 +00:00
sponge
f2e9e2cc23
2009-04-21 sponge
...
* Code janator work, basic corrections involving @Override, and
appling final where it is important. Also fixed some equals methods
and commented places that need fixing.
2009-04-21 03:32:38 +00:00
complication
f4254659ea
* Fix typo in "news.xml", no build number increase.
2009-04-18 23:08:40 +00:00
complication
fc9e3ee77d
* Update versions, package release
2009-04-18 22:33:00 +00:00
sponge
e6cecab0b6
2009-04-17 sponge
...
* fixed setIP, just be sure to distclean before building :-)
* more lint taken care of as well.
2009-04-17 13:45:47 +00:00
sponge
c3f9e20247
2009-04-17 sponge
...
* setIP wants to be a static method in the class, but it produces
warnings about it being static from other code.
2009-04-17 13:28:05 +00:00
sponge
d0376f82a5
2009-04-17 sponge
...
* Catch NPE in NTCP.
This possibly augments fix 2009-04-11 welterde below.
* Various LINT on NTCP sources, and removal of space-wasting
spaces at end of lines in sources touched.
2009-04-17 13:11:16 +00:00
mathiasdm
834fdfe9b3
* Bugfix on tray icon updating
...
* Some more work on the general configuration menu
(currently not added to the tray icon menu yet, needs more work)
* Tweaked the desktopgui logo
2009-04-13 17:27:35 +00:00
mathiasdm
8eedcb039a
* Added I2P version and GUI version to desktopgui
...
* Tweaks to the tray icon menu
* Some starting work on a GUI general configuration menu
* Bugfix allowing spaces in directory structure
2009-04-13 15:02:46 +00:00
dev
548efed8d8
-18
2009-04-13 12:28:16 +00:00
dev
d8e502722e
-17
2009-04-11 20:35:36 +00:00
sponge
879404f7e0
2009-04-11 sponge
...
* i2ptunnel janitorial work and fixes on most locks.
Some locks still need work, and are marked with LINT in the comment.
Just grep for "LINT" to see where the remaining places are.
2009-04-11 13:55:38 +00:00
sponge
384d655b1a
2009-04-10 sponge
...
* More BOB threadgroup fixes, plus debug dump when things go wrong.
* Fixes to streaminglib, I2CP, which are related to the TG problem.
* JavaDocs fixups.
2009-04-10 23:12:41 +00:00
sponge
8f690a8f67
2009-04-08 sponge
...
* More hopeful fixups to the infamous orpahned tunnel problem. *Sigh*
2009-04-08 11:55:51 +00:00