13349777ad
propagate from branch 'i2p.i2p' (head f42d02067d4fb58b86ffb79222a285f26c3a2628)
...
to branch 'i2p.i2p.zzz.test' (head 2ceb319557032e54cc8ace070515c6d540e0a7a4)
2009-11-27 13:26:52 +00:00
ab0a5a06af
add basic no-webapp handler
2009-11-27 13:26:38 +00:00
6371f66677
Midnight console theme tweaks.
2009-11-27 12:03:56 +00:00
105524d9c0
remove another 8887 reference
2009-11-24 20:22:31 +00:00
95e0492b32
* Profiles: Record successes in the DB fail rate
...
too, so we can calculate a percentage
* profiles.jsp:
- Change fail rate from count to percent
- Hide standard profiles by default
2009-11-24 20:20:30 +00:00
234c084c2a
* OrderedProperties: Vastly implify, use in i2psnark
2009-11-24 20:15:29 +00:00
94faf74aa4
* Streaming:
...
- When an "immediate" ack is requested, do it within
250 ms (was 2000)
- Request immediate acks when < 1/3 of window remains,
or when < 3 packets remain in window,
and every 8 packets (was when < 2 packets in window remain)
- Change requested delay to RTT/2 (was RTO/2)
- Log cleanup and javadoc
2009-11-24 20:12:27 +00:00
e78dd1fdc3
remove unused Logs from DataStructures
2009-11-24 20:08:58 +00:00
38045d876d
fix paths so poedit source viewer works
2009-11-22 13:07:34 +00:00
8433724452
* Netdb Floodfill rework part 4 of N: Search closest-to-the-key
2009-11-21 13:50:39 +00:00
e9f9e0dabb
- Adjust response time limit
2009-11-21 13:47:51 +00:00
6bdf750c19
javadoc
2009-11-21 13:45:40 +00:00
647a09b5b9
- Put closest-to-the-key in explore don't-include-list
...
- Use facade's peer selector for exploration rather than
instantiating a new one
2009-11-21 13:41:48 +00:00
6144bfb437
Comment out test code
2009-11-21 13:35:52 +00:00
88dbd7710a
* Routerconsole build: rename include files so they aren't
...
compiled and bundled separately (~15KB)
2009-11-21 13:33:57 +00:00
26a71232f0
add popups on flags
2009-11-21 13:32:32 +00:00
f58a1768b9
Nov 17 09 geoip
2009-11-21 02:14:58 +00:00
125e6581e0
moved the file to the i2p.scripts branch
2009-11-20 22:30:03 +00:00
54105086ad
pass the first following parameter as PARAS
...
add messages_{langcode}.only support to only update for a specified language
2009-11-18 16:45:42 +00:00
3674ac2922
rev
2009-11-18 15:08:16 +00:00
18c023e6f7
merge of '6c2ef00502207c28f02c90cef00b19d75f09d9a4'
...
and 'de35fdcdc8943537c71571c5c9d8320a24768cdf'
2009-11-18 15:05:14 +00:00
312ba2599f
- Note failed floods in the profile
...
- Reduce max flood
2009-11-18 14:24:38 +00:00
746dc6f884
- Adjust criteria for following DSRM
2009-11-18 14:20:43 +00:00
edd4d4c114
- Floodfill rework part 3 of N: Send closest-to-the-key in DSRM replies
2009-11-18 14:18:16 +00:00
56e0c3e047
* Build: Don't update the po files by default, add new
...
target "poupdate" to do that.
2009-11-18 14:16:36 +00:00
1e83d1b304
small revision
2009-11-18 10:01:20 +00:00
74aa84b183
merge of '369305db0cea95e8bd0990de7462340cac75a1f9'
...
and 'f58179e91c798b6d06faf4fbcf2ee6bf106475de'
2009-11-17 19:59:43 +00:00
168c213288
Some string mods and tagging and so forth; "midnight" console theme futzage.
2009-11-17 19:55:51 +00:00
d268a3852c
A first incomplete French version of the router console translation file messages_fr.po
2009-11-16 21:36:46 +00:00
01e87438c3
merge of '18a7dd067a56c2552cf30f4a045628f91c360c80'
...
and 'd6b8e99c4aee82652446fe759f45f27e0da9fbc0'
2009-11-16 19:45:10 +00:00
060f4e6632
disapproval of revision 'd07b92fb678f4dc87b62eaaeab002820b25583b6'
2009-11-16 19:44:54 +00:00
3df5540a97
Tweaks to client.config tunnel descriptors; more "midnight" theme adjustments.
2009-11-16 19:15:15 +00:00
30dec5b9f5
merge of '3d1905aaefa398767d0df1945eaaf6d923767405'
...
and 'd07b92fb678f4dc87b62eaaeab002820b25583b6'
2009-11-16 11:30:19 +00:00
43b437fc58
Initial checkin of apps/i2pbote/**
2009-11-16 07:28:14 +00:00
8e889cd292
bye TPB
2009-11-15 23:50:45 +00:00
eceac6def0
Shitlist: Fix bug from two checkins ago, all were forever
2009-11-15 23:47:01 +00:00
1e3d6776aa
Take two test scripts out of the installer
2009-11-15 23:45:39 +00:00
784ca67ddf
Move class to net.i2p.addressbook
2009-11-15 23:44:20 +00:00
0f6b49cc31
A new French version of eepsite_index.html
2009-11-15 12:25:03 +00:00
8cede2a2b2
term: Adresses => Transports
2009-11-15 11:00:14 +00:00
38ed04bbd8
trans
2009-11-15 06:02:07 +00:00
c393e70ca9
* HTTP Proxy:
...
- Add support for error page translations
- Add support for external pages for all errors
- Fix lack of \r in error page headers
- HTML transitional fixes
- Cleanups
2009-11-14 15:05:44 +00:00
1c25c0f408
* UDP PeerTestManager: Throw in some synchronization to try to fix stuck tests
2009-11-14 15:00:28 +00:00
b7ebce48ee
the only tool that once successfully resume a download from an eepproxy ;-)
2009-11-13 05:41:14 +00:00
d6814a0489
merge of '177b5d58442cfa7d68c6a9adce7f40e681c6cd41'
...
and 'd1762684a780fa61d199e583bd9442b1e2a2af6e'
2009-11-13 05:28:51 +00:00
6f24c74f8c
More "midnight" theme finessing.
2009-11-12 19:07:05 +00:00
d8389dcc46
stop duplicating, use "source bundle-messages.sh"
2009-11-12 14:07:15 +00:00
9f939553ee
rev
2009-11-12 14:04:40 +00:00
529988f394
merge of '1dad9833f19c3370d3f1db58bc580c5b8c21c961'
...
and 'aaedb6e8d35bd3cca935c418a7fdcd2895bf2067'
2009-11-12 13:25:08 +00:00
9f46aa1e18
Fixes and tweaks for "midnight" console theme.
2009-11-12 11:04:28 +00:00