Timeline
May 2, 2004:
- 7:50 AM Changeset [44e34f7] by
- trim the request line (StringTokenizer? w/ " " as a delim doesn't …
- 7:49 AM Changeset [79120506] by
- allow overriding the I2CP port/host
- 7:07 AM Changeset [2231abd] by
- default the DIRECTION to BOTH for streams
- 6:59 AM Changeset [8d17ba4] by
- added sungo.i2p
- 5:11 AM Changeset [8244bdb4] by
- include the timestamper (and fire the client on startup, using a pair …
- 5:02 AM Changeset [bc3b7ff] by
- start the admin listener ASAP (right after reading the config) fire …
- 4:46 AM Changeset [e22cb62] by
- handle /setTime?blah&now=yyyyMMdd_HH:mm:ss.SSSS (updating the router's …
- 4:29 AM Changeset [e923aa1] by
- add the timestamper
- 4:18 AM Changeset [68a21f1] by
- NTP client, GPLed
Apr 30, 2004:
- 11:04 PM Changeset [74209e2]i2p_0_3_1 by
- 0.3.1 (backwards compatible, still testnet, release later this evening)
- 11:01 PM Changeset [1a382711] by
- made the event name more consistent
- 7:56 AM Changeset [e5ab5d6] by
- new stat: client.sendAckTime containing the average time to get an ack …
- 7:16 AM Changeset [2745ff7] by
- don't include a peer by default
- 7:15 AM Changeset [24ea383] by
- don't harvest so much data
- 7:14 AM Changeset [9cb11d4] by
- allow some overrides that the ExploreJob? needs logging
- 7:11 AM Changeset [7202ea3] by
- dont dieFatal() if the first leaseSet lookup fails (this was the cause …
- 7:09 AM Changeset [d234ea0] by
- logging
- 7:08 AM Changeset [e246cd3] by
- simple exponential decay on the exploration (min/max frequency=1m/30m, …
- 7:03 AM Changeset [0a4ddeda] by
- be more forgiving of slow connections (and fix my math in the comments)
- 7:02 AM Changeset [0e4b80b] by
- make sure we only try to request from people we know about (*cough*)
- 7:00 AM Changeset [a460a0d] by
- logging, and be more forgiving if the guaranteed/failed comes back …
- 6:58 AM Changeset [f721211] by
- mark the ping datapoint before actually sending it, for those …
- 6:56 AM Changeset [86d55b3] by
- include the (redundant) rtt in the output file to let tools that dont …
Apr 27, 2004:
- 8:47 AM Changeset [4b0d1aa] by
- only read from or write to disk if necessary
- 8:47 AM Changeset [fb7c06a] by
- throw in a 10 second pause between starting up each router to try and …
- 8:44 AM Changeset [5c41be34] by
- only read from or write to disk if there is new data to transfer (and …
- 8:42 AM Changeset [a78df1a1] by
- logging (reduce gc churn)
- 8:41 AM Changeset [34e8db0] by
- logging & formatting to reduce gc churn
- 8:33 AM Changeset [70faecb8] by
- handle the UnsignedInteger?'s new "IllegalArgumentException? on …
- 8:31 AM Changeset [237f278] by
- we only need to reread it if its been updated, dimwit.
- 8:30 AM Changeset [e766a00a] by
- dont be such a reuse zealot and just fscking optimize the use case …
- 8:28 AM Changeset [ea03637] by
- cache the hashCode and getBytes data, significantly reducing the …
- 8:26 AM Changeset [d0f6d47b] by
- logging (reduced temporary object creation by _log.shouldLog)
Apr 26, 2004:
- 3:32 AM Changeset [5bf1658] by
- dont go into an infinite loop if we shut down before the log manager …
- 3:30 AM Changeset [4ce9fb5] by
- new MultiRouter? (allows you to fire up mutliple routers in the same …
- 1:09 AM Changeset [f80f02d] by
- use the context to find a location for the sessionKeys.dat file …
- 1:00 AM Changeset [52ece83] by
- logging
- 12:57 AM Changeset [1ad6dde1] by
- allow a whole set of OOM listeners on threads, not just one cache the …
Apr 24, 2004:
- 10:32 PM Changeset [64bcfd23] by
- expose the way to specify context env properties remove unused lazy …
- 10:29 PM Changeset [d659447] by
- allow overriding the env props
- 12:51 PM Changeset [e73eb55] by
- don't create two contexts just for this I2PTunnel (one implicit from …
- 12:49 PM Changeset [a52cea29] by
- Class.getConstructor pulls the public ones…
- 12:38 PM Changeset [3d91e593] by
- la la la
- 11:54 AM Changeset [393b1d76] by
- big ol' update to strip out the singletons, replacing them with a …
Apr 23, 2004:
- 2:18 PM Changeset [c29a6b95] by
- Increased logging priority for connection timeouts (human)
Apr 22, 2004:
- 3:17 AM Changeset [567a4e8] by
- so this is why we're not harvesting the dropped jobs/messages (d'oh) …
- 3:11 AM Changeset [4d3e4c1] by
- d'oh
- 3:09 AM Changeset [afeecdf] by
- logging, formatting
Apr 21, 2004:
- 5:58 PM Changeset [4fe7105] by
- Implemented timeout handling to I2PTunnelServer
- 5:56 PM Changeset [d7c3a53f] by
- Initial implementation of read() timeout on I2PSocket. Let's see …
Apr 20, 2004:
- 8:58 PM Changeset [58e7574]i2p_0_3_0_4 by
- pull from the right field for netDb lookups sent
- 8:56 PM Changeset [94ab703] by
- added prepareGUI, buildGUI,. distGUI targets
- 3:43 PM Changeset [9035078] by
- s/InterruptedException/InterruptedIOException/ (human)
- 3:38 PM Changeset [8038e1e] by
- I2PSocketManager.connect() should have thrown InterruptedIOException, …
- 1:30 PM Changeset [65f1a5f] by
- write out the public dest every time we connect, /including/ the first …
- 9:18 AM Changeset [64b94ab] by
- 0.3.0.4 (backwards compatible, release info / docs / etc coming later …
- 9:13 AM Changeset [c03cb1d] by
- revised GUI fetch/build/dist process - at the top level, run 'ant …
- 7:55 AM Changeset [f000429] by
- oops, pulled the wrong entry
- 7:42 AM Changeset [7e1b49a] by
- fixed up some of the cleanup code to handle out of order responses …
- 7:39 AM Changeset [d26c56e] by
- verbose4life
- 7:32 AM Changeset [a51e0c2] by
- added the eepProxy and harvester as part of the default clientApps run …
- 7:27 AM Changeset [180d3953] by
- include the harvester & heartbeat monitor (but not their GUIs)
- 7:26 AM Changeset [203d0e8] by
- allow the user to override the I2CP options (exposed on the command …
- 7:06 AM Changeset [bed7d09] by
- delete that stupid 'interactive' mode where we dump things to stdout …
- 2:42 AM Changeset [3c762c9a] by
- short circuit some handling when building custom length tunnels if a …
- 2:18 AM Changeset [ba5f0fb] by
- correctly differentiate between handled & matched requests logging and …
Apr 19, 2004:
- 9:52 PM Changeset [ebc3e05] by
- * Made the SAM bridge aware of the new exceptions thrown by …
- 9:48 PM Changeset [674ad899] by
- Made HTTPTunnel aware of the new exceptions thrown by …
- 9:47 PM Changeset [d945eb6] by
- Made all the ministreaming-based apps aware of the new exceptions …
- 9:45 PM Changeset [fb170e3c] by
- * Made I2PSocketManager.connect() throw several kinds of exceptions, …
- 9:43 PM Changeset [3658cca] by
- Further simplified I2P repliable datagram format: they now contain …
Apr 18, 2004:
- 10:53 PM Changeset [5e78a41] by
- remove unnecessary scrolls and packs
- 3:40 AM Changeset [c23d8ef] by
- publish the new data points (crypto.garlic.decryptFail, …
- 3:36 AM Changeset [0d3d4b6] by
- added stat - crypto.garlic.decryptFail formatting / logging
- 3:33 AM Changeset [38091c3] by
- added stat - tunnel.unknownTunnelTimeLeft which gathers the time until …
- 2:50 AM Changeset [f0cd04e] by
- increased the delay to 2 minutes after startup before running client …
Apr 17, 2004:
- 11:19 PM Changeset [3295c18] by
- * Added DATAGRAM supprt; * refactoring of SAMRawSession.java, to make …
- 11:16 PM Changeset [ccb309f] by
- I2P repliable datagrams
- 3:33 AM Changeset [8206a262] by
- sample harvester.config (defining what stats we want to harvest from …
- 3:32 AM Changeset [8c7b91b] by
- load what stats we want to monitor from a config file (harvester.config)
- 12:43 AM Changeset [061460f] by
- insane error handling
- 12:13 AM Changeset [a47c7b8] by
- always send as a guaranteed message (but block as before) - this lets …
- 12:04 AM Changeset [a859908] by
- handle repeated attempts to close() gracefully logging, formatting
Apr 16, 2004:
- 11:52 PM Changeset [86759d2] by
- DatabaseLookupMessageHandler?: added stat - netDb.lookupsReceived …
- 3:44 AM Changeset [58c145b] by
- Oops! Added missing file… (human)
- 3:42 AM Changeset [c0bb3da] by
- * Added support for SESSION CREATE STYLE=STREAM …
- 3:31 AM Changeset [031338d] by
- First step for the "connection refused" concept: incoming connections …
- 3:22 AM Changeset [2a619f3] by
- Slightly updated specs (human)
- 3:21 AM Changeset [1c145cb] by
- handle corruption / race during update of the peer's routerInfo data
- 3:09 AM Changeset [5d71fde5] by
- allow a third parameter - # seconds between fetch this lets you …
- 3:08 AM Changeset [eec29f5] by
- include the netmonitor (but not the GUI) delete /*.class and …
- 2:16 AM Changeset [8fbd7ac] by
- initial impl (public domain, yadda yadda yadda)
Apr 14, 2004:
- 11:27 PM Changeset [7b824e61] by
- kill long lines [mihi]
- 11:26 PM Changeset [24c69a2] by
- untabify [mihi]
- 4:59 PM Changeset [7b03c95] by
- * Added STREAMing support; * added NAMING LOOKUP NAME=ME support; * …
- 3:28 PM Changeset [d2b09ec] by
- * Fixed race that (maybe) caused the problems reported by aum on …
Apr 13, 2004:
- 5:40 PM Changeset [4cdd42f] by
- Fixed build.xml to detect os, and launch 'jythonc' or 'jythonc.bat' …
- 4:41 AM Changeset [4d0b3b2] by
- SAM bridge integration in the I2P build & packaging system (human)
- 4:38 AM Changeset [0d7f784] by
- Pure-java implementation of the SAM bridge. It actually supports the …
- 4:15 AM Changeset [66ad54f] by
- Made logs actually go through I2P logging system (human)
- 3:24 AM Changeset [33782859] by
- the heartbeat engine and gui are good 'nuff for now (while i want to …
Apr 12, 2004:
- 10:26 AM Changeset [3d294d5] by
- fix javadoc warning: no @return on void functions (shendaras)
- 8:53 AM Changeset [c889a83] by
- More update ant tidy-up
- 8:43 AM Changeset [6a55af1] by
- Fixed paths
- 8:41 AM Changeset [a85cf2c] by
- Makefile and build.bat removed since we've switched to ant README …
- 8:32 AM Changeset [4c0e3f9] by
- Created build.xml for SAM Moved README out of build dir
- 8:14 AM Changeset [e3354a80] by
- javadoc, imports (shendaras)
- 8:13 AM Changeset [ceb9a935] by
- import stuff (alphabetizing, etc.) (shendaras)
- 6:41 AM Changeset [d3ad111] by
- change - now goes to root build dir and does 'ant build' to ensure the …
- 5:46 AM Changeset [de740b1] by
- started adding STREAM support
- 2:44 AM Changeset [7c15554] by
- partial impl of the gui, still a few things left to do: - implement …
Apr 11, 2004:
- 10:31 AM Changeset [a7597b2] by
- Tested build process on windows. Updated README, and fixed build.bat, …
- 7:21 AM Changeset [22916c1] by
- Corrected Makefile: - removed relative path for jython.jar, replaced …
Apr 10, 2004:
- 1:37 PM Changeset [a72e479] by
- scoping so the test classes are reachable outside the current package
- 1:35 PM Changeset [60c1776] by
- fix up packages
- 12:56 PM Changeset [fbddb24] by
- license incompatible with i2p license policy - section 2 requires …
- 11:55 AM Changeset [e716f9e] by
- format (shendaras)
- 11:50 AM Changeset [51c49d7c] by
- format (shendaras)
- 11:45 AM Changeset [17a1b11] by
- beginning of format, updated imports. (shendaras)
- 11:39 AM Changeset [8a8e681] by
- beginning of format, updated imports. (shendaras)
- 11:01 AM Changeset [dbe5dea] by
- 120 code, 160 comments (shendaras)
- 10:58 AM Changeset [604af82] by
- see how that looks (shendaras)
- 10:31 AM Changeset [435759c] by
- indent on column, update javadoc (shendaras)
- 10:26 AM Changeset [847f094] by
- @seeRoutine → @see (shendaras)
- 10:20 AM Changeset [b939d86] by
- once more to fix newline after @param (shendaras)
- 10:17 AM Changeset [3e5f56b] by
- final? (shendaras)
- 10:08 AM Changeset [d81f42e3] by
- again? Longer wrapping (shendaras)
- 10:01 AM Changeset [4fb3d347] by
- see how that looks (shendaras)
- 9:55 AM Changeset [9a0a527] by
- try with different settings…
- 9:43 AM Changeset [ba8fb23] by
- editor testing (ignore for now)
- 9:12 AM Changeset [9979069] by
- Javadoc, imports, and (potentially) some indentation. Maybe it won't …
- 8:21 AM Changeset [e3a86bb1] by
- code.leo is an xml-format file that holds the I2P SAM server and …
- 8:18 AM Changeset [0ac1e88] by
- Description of what lives here and how to build it
- 8:16 AM Changeset [36aca1d] by
- i2psamclient.py is a Python API allowing Python apps to access I2P via …
- 8:12 AM Changeset [d0192b4] by
- Implements the I2P SAM server, in Jython (www.jython.org)
- 8:11 AM Changeset [a3a7a58] by
- Added Makefile for building i2p SAM server jarfile
- 7:00 AM Changeset [b437d85] by
- Added Jython license document, copied verbatim from website
- 6:57 AM Changeset [06f78178] by
- removed jython.jar from this dir, should have gone into lib (which …
- 6:56 AM Changeset [06412cc] by
- Ahh, this time for real Added jython.jar in lib directory, in binary mode.
- 6:52 AM Changeset [1b86b91] by
- Added in binary mode this time, so should be ok
- 6:48 AM Changeset [6e71d34] by
- Oops, forgot to add jython.jar as a binary
- 6:47 AM Changeset [0e880f2] by
- Added jython.jar, into a directory of its own, because it is likely …
- 6:47 AM Changeset [400a35d] by
- Make the variable's purpose a little more obvious (shendaras)
- 6:27 AM Changeset [c47bfce] by
- Some crappy, half-assed attempt at javadoc stuff; removed (commented …
- 5:20 AM Changeset [73db7b3] by
- added the heartbeat to the build (but not in the installer, yet)
- 4:11 AM Changeset [f8a47c3] by
- initial impl (heartbeat ping/pong works, no gui yet, but the stats …
- 4:06 AM Changeset [ee119de6] by
- javadoc fix
Apr 9, 2004:
- 1:22 AM Changeset [f37c0ed] by
- name all threads, and (nearly) always use I2PThread (in case we add …
- 12:58 AM Changeset [6b1d671] by
- Little restyle of output text (duck)
Apr 8, 2004:
- 6:24 PM Changeset [44bbcd7] by
- make build process "a bit" faster [mihi]
- 6:23 PM Changeset [e56dcba] by
- update protocol (formal things) [mihi]
- 10:40 AM Changeset [e8a2130] by
- updated for new paths / mingw setup
- 9:07 AM Changeset [be13c14] by
- javadoc cleanup to remove those damn warnings
- 5:03 AM Changeset [6f0d0be] by
- yall dont need these
- 4:54 AM Changeset [2e3fd0ab]i2p_post_great_renaming by
- great renaming (cont.)
- 4:48 AM Changeset [e40b94c] by
- great renaming (cont.)
- 4:41 AM Changeset [77bd69c]i2p_0_3_0_3 by
- beginning of branch i2p.i2p.i2p
Note: See TracTimeline
for information about the timeline view.