kytv
420ccad91b
javadoc fixes for the upstream cybergarage UPnP library. Upstream ticket #3598391 has been filed for this issue.
2012-12-24 19:44:25 +00:00
zzz
e22882bd02
- More fixups from merge
...
- Remove local address from thread names for thread dump anonymity
2012-08-15 14:24:40 +00:00
zzz
65efefb094
propagate from branch 'i2p.i2p' (head 51b3351f42e7ff6e2f2bd8512e4b4402e08631f4)
...
to branch 'i2p.i2p.zzz.upnp' (head d28cfe73c2741ea264f73a7317f8a9919e108170)
2012-08-14 13:50:15 +00:00
zzz
e2588a5379
move DecayingBloomFilter, DecayingHashSet, and xlattice filters from core to router
2012-07-02 19:22:33 +00:00
zzz
df00725077
compile fixup after merge
2012-05-25 20:30:06 +00:00
zzz
26846d592c
merge of '10bd7656ab9a474e3bb2d405d50261f147690ce4'
...
and 'c3f96ef85962a5e9a3896e117036cc83b37fe3a8'
2012-05-25 20:11:28 +00:00
zzz
21466e017f
explicit merge of 'dd3f93f7ec59e6a7f967945a75c5d4d7b53539ed'
...
and 'e99d32aef6da4112890ebe09c3f7d8fcb8b647e5'
2012-05-25 19:55:02 +00:00
zzz
b033db969c
Revert all changes to the org/cybergarage library
...
in the 2009-08-11 whitespace cleanup at ef1c23821d433903124f7612cbc46ac096fc985b
to make merging with the newer library easier.
2012-05-25 19:52:39 +00:00
zzz
d18e4d430c
explicit merge of '59eae97dbb470d8c4a1e4dba3a9763e134bb0c53'
...
and 'aeec86a504a5fd67dff12d6775411a9c865d42ad'
Merge to aeec86a504a5fd67dff12d6775411a9c865d42ad
which is just before the 2009-08-11 whitespace cleanup at ef1c23821d433903124f7612cbc46ac096fc985b
2012-05-25 19:36:22 +00:00
zzz
14ac5ac03e
Cyberlink for Java v2.1 (2011-09-16) from SVN,
...
with extra parsers in xml/parsers removed.
Diverging from original v1.7 checkin in prep for merging.
2012-05-25 17:47:18 +00:00
zzz
d9dcb1e583
* Specify locale in all toLowerCase() and toUpperCase() calls to
...
avoid "Turkish four i problem"
2011-11-28 20:32:23 +00:00
zzz
5f6efbf6d0
lower some log levels added in last release
2011-08-26 13:45:46 +00:00
zzz
f7c31950b3
UPnP: Fix bug causing failure when the PC has multiple interfaces
2011-08-16 16:20:51 +00:00
zzz
3455d3f943
* Message Registry: Clear pending messages at restart / shutdown
...
* OCMOSJ: Clear caches at restart
* UPnP:
- Fix device rediscovery and port opening after restart
2011-07-10 15:04:42 +00:00
zzz
83ee57adc7
* Shutdown:
...
- Implement and call shutdown for RouterWatchdog
- Fix i2psnark DirMonitor not stopping
- Fix UPnP-Disposer not stopping quickly
- Implement and call YKGenerator and DHSessionKeyBuilder shutdown
2011-06-16 21:02:56 +00:00
zzz
cb72bb0427
* Shutdown:
...
- Implement and call shutdown for BandwidthRefiller
- Implement and register shutdown hook for Timestamper
- Implement and register shutdown hook for Jetty console server
- Fix UPnP-SSDPNotifySocket thread not stopping
- Fix all but one UDP PacketHandler threads not stopping
2011-06-16 19:04:23 +00:00
zzz
38db0b0ff3
* UPnP: Strip trailing nulls from incoming XML to prevent
...
"content not allowed in trailing section" exceptions
from stupid routers
2011-04-28 17:57:30 +00:00
zzz
5a1027c5ed
* UPnP:
...
- Change all log errors to warns (tickets #76 , #95 , #120 )
- Double socket soTimeout to 2 seconds
2011-01-16 15:31:45 +00:00
zzz
c537d160a6
* XmlPull: Remove, unused.
...
Somehow, when I implemented UPnP, I thought it was required,
but it isn't. ~50KB
2009-08-18 21:54:14 +00:00
sponge
3fbff71861
2009-08-11 sponge
...
* Code Janitor time! Many fixes and documenting fixes that should be
done in the future. for the most part, this is a general code cleanup.
* On smaller/embedded systems, the "final" keyword cleanups will have
more of an impact than on larger systems.
* Document missing hashCode() methods.
* Unhide more variables to make code easier to read.
2009-08-11 21:58:56 +00:00
zzz
917e1023e4
Catch AIOOBE reported by tuna http://zzz.i2p/topics/332
2009-06-22 14:16:52 +00:00
zzz
9b0e553ece
propagate from branch 'i2p.i2p.zzz.test' (head f92f40cceea44a063e48db07d10fd8cf7df3e348)
...
to branch 'i2p.i2p' (head c497aec52c49d2e03430b88d8d73148ee73e59a5)
2009-06-07 14:45:33 +00:00
zzz
1202a303b7
Fix UPnP deprecation
2009-06-06 18:40:49 +00:00
sponge
bef55b25ea
Javadocs cleanup *sigh*
2009-06-06 06:18:50 +00:00
zzz
1838ad4ae7
* UPnP:
...
- Retry port forward if it fails
- Make peers.jsp display faster
- Lengthen POST timeout
- More comments
2009-05-30 15:47:20 +00:00
zzz
665b691711
UPnP: Prevent NPE after ParserException
2009-05-28 03:35:54 +00:00
zzz
695752629d
Move upnp logging from wrapper log to router log
2009-05-23 14:09:37 +00:00
zzz
31cd726b7b
* UPnP:
...
- Fix up port handling, add some logging on bind fails
- Force IPv4 only for binds
2009-05-20 15:01:43 +00:00
zzz
65a41908ec
- Make short timeouts for the XML parser so we don't hang when
...
the UPnP device goes away - same as for HTTP POST
- Stuff the port mapping requester into a thread so it doesn't
delay everything for several seconds
- Handle UPnP devices that return IP = 0.0.0.0
- Better HTML output when no IP found
- Tweak logging
- Set Disposer thread name
- Keep the control point running after we find an IGD,
so that we get notifications of it leaving or
coming back or replaced.
2009-05-03 18:35:27 +00:00
zzz
c6b2492e73
- Make short timeouts for UPnP HTTP POST so we don't hang when
...
the UPnP device goes away
- Fix a bug in UPnP HTTP Server, but we don't use it anyway
2009-05-03 02:27:41 +00:00
zzz
b61861f840
- Tweak UPnP warning messages
...
- Remove unused verifyupdate.jsp
- Start of callbacks from UPnP to transports
- Tell UDP local addresses at startup
2009-04-29 18:23:15 +00:00
zzz
06aeff9a30
drop file accidentally checked in
2009-02-20 19:00:01 +00:00
zzz
312e6071d7
upnp first cut
2009-02-19 21:42:59 +00:00