008795770f
allow the timestamper to be started up while disabled
2004-07-23 18:19:40 +00:00
834fb7e317
allow the timestamper to be controlled by env properties (and, in turn, safe to always run)
...
if/when the property "timestamper.enabled" is set, the timestamper will query the sntp server(s) and update the clock accordingly
if/when it is not set (or set to something other than "true"), it will pause with its standard delay before checking again
in addition, it has a guard to help running the timestamper multiple times in the same JVM
2004-07-23 17:43:45 +00:00
69981e4d78
*** empty log message ***
2004-07-23 03:08:20 +00:00
a857c6a88f
*** empty log message ***
2004-07-23 00:10:59 +00:00
e8d19439f8
*** empty log message ***
2004-07-22 08:54:01 +00:00
56216250a7
Added doc sources (public domain)
2004-07-21 12:02:56 +00:00
bea331db26
Fixed typo (public domain)
2004-07-21 11:56:36 +00:00
bc4e833a47
Fix install path
2004-07-21 11:36:23 +00:00
83f399fffc
hopefully i'll have time to work on this socket stuff tomorrow
2004-07-21 10:24:22 +00:00
5214436d18
initial import of Connelly's public domain I2P python lib
2004-07-21 07:42:29 +00:00
8603250d73
updated the readme to reference the current specs and implementations
...
removed the old out of date jython and python code
2004-07-21 06:25:44 +00:00
604bcd5874
initial impl
2004-07-20 21:28:28 +00:00
d7a1fee781
closing a stream multiple times shouldn't kill the SAM session (thanks for the bug report Connelly)
2004-07-18 15:02:54 +00:00
b1f802c42d
Add id tag to strl
2004-07-17 08:18:16 +00:00
5f022e6e1f
minor code cleanup
2004-07-17 04:54:45 +00:00
392cbb817e
cleaned up time class
2004-07-17 03:11:20 +00:00
37d5531737
logging, including replacing the scary monster with its true self (we had data queued up, but were unable to get an ACK on our last write)
2004-07-16 20:48:40 +00:00
5850ad1217
typo fix, thanks Connelly
...
(duck)
2004-07-15 16:02:53 +00:00
7b9db07f13
target=1.3 and source=1.3, not target=1.1 and source=1.3
...
(this is what caused the runtime errors on sun jvms but not on kaffe)
((aka i slacked and didn't test sufficiently. off with my head))
this now builds and runs fine in sun 1.3-1.5 jvms, as well as kaffe
2004-07-12 16:39:22 +00:00
09a6dbc755
FreeBSD port
2004-07-11 13:22:37 +00:00
3bc0e0fc8a
added source and target declarations for the javac commands so we can build with the 1.5^W5.0 JDK
...
(also added deprecation, since, well, we can :)
2004-07-11 04:16:59 +00:00
a788d30f34
added support for new 'clientoptions' command which alters the properties passed when creating subsequent I2CP connections
...
e.g.: -e "clientoptions tunnels.depthInbound=0" -e "httpclient 6666"
this updates so many files because they all need a reference to an I2PTunnel object on construction so they query tunnel.getClientOptions() instead of System.getProperties
2004-07-10 16:59:49 +00:00
3cfd28de43
add a new unit test for repeated fast reconnections
2004-07-10 01:58:05 +00:00
bbc5f6588a
*** empty log message ***
2004-07-04 01:53:35 +00:00
b3632a6a35
duh
2004-07-04 01:00:04 +00:00
3943c51bb4
Hmm
2004-07-04 00:57:14 +00:00
4c19ddde69
a couple locking changes
2004-07-03 22:03:49 +00:00
d8f0f1a1d3
Added test for Logger and debugged it
2004-07-03 21:53:10 +00:00
121c0d89f2
Fixed test
2004-07-03 20:58:42 +00:00
a13693161a
http://www.kirstenfan.com/galleries/magazines/fhm2002100sexy/002.jpg -- studies show charming women love computer programmers......
2004-07-03 11:05:23 +00:00
f49be25288
<Nightblade> hmm
2004-07-02 09:54:27 +00:00
f9a96126e1
I don't know how I missed this stuff before
2004-07-02 09:37:54 +00:00
8c9f58b939
Misc. stuff: javadoc, UNUSED...
...
shendaras
2004-07-02 02:54:04 +00:00
15b1cbd762
synchronize the available() call, and made explicit some other synchronization
2004-07-01 15:11:34 +00:00
1b03e9a3ee
Who was the idiot who came up with the idea that booleans should be numbers?
2004-07-01 09:30:52 +00:00
2b951e3f61
Change throws to asserts. If any of this stuff happens it means a code logic error or a retarded computer, so throwing it is just a waste of time.
2004-07-01 09:17:17 +00:00
f51e064cf6
*** empty log message ***
2004-07-01 02:23:59 +00:00
9640e93895
imports
...
shendaras
2004-06-30 13:21:15 +00:00
e9cdb0f78d
new library
2004-06-29 02:55:53 +00:00
021b933ad3
new library
2004-06-28 23:55:07 +00:00
9fd067c9da
Putting socks/threads/logger/misc in a separate library
2004-06-28 23:24:50 +00:00
d3f3f3bdf7
use the socketManager's new setName function (to let us log more easily)
2004-06-28 13:23:24 +00:00
72727dacd8
javadoc
2004-06-28 13:22:03 +00:00
caeb2bc4e3
the actual fix for the local eepsite problem (if getRemoteID was called *after* the remoteID was set, it would wait for 60s then fail. now we check for that)
...
synchronization cleanup (never get two locks)
logging
2004-06-28 13:21:18 +00:00
13974b601f
added some stats (viewable on the router stat page when the i2ptunnel is run in the router's VM)
...
lots of logging
2004-06-28 13:18:18 +00:00
290a2f7ccd
(ok this is a little silly)
2004-06-27 21:08:19 +00:00
349e80f206
allow sending ASAP and remove any artificial delays
2004-06-27 20:53:32 +00:00
5c1e001a73
logging
2004-06-27 19:39:45 +00:00
f312318fab
Finished winsock code cleanup
2004-06-27 13:07:06 +00:00
dc04b7cf09
Some winsock improvements
2004-06-27 09:12:05 +00:00