0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modifications pertaining to namespace change: Fushare.Common->Fushare; Updates according to changeset 53. More... over 16 years ago
Added UML_LOOK, which is nicer for API doc. More... over 16 years ago
Added the doxygen config file. Derived from the one in brunet and set JAVADOC_AUTOBRIEF=yes, USE_PDFLATEX=yes, etc. More... over 16 years ago
Conversion from byte[] to string raises exception under mono-1.2.6. Found a way to avoid this conversion. (Using File.ReadAllByte[] to read a file was simplybecause there was no File.ReadAllText method in previous mono releases.) More... over 16 years ago
Some renaming. namespace: FuseSolution->Fushare; directories: Tracker->BitTorrent;FuseDht->Filesystem. This is part of the rearchitecting that aims to a more generic tool More... over 16 years ago
Added tag fusesolution-0.1 for changeset dc49355ab99e More... over 16 years ago
MonoTorrent.dll is added to repository because it is in active development and the changes may have impact on our code. So we only use the dll that is compatible and only update it when neccessary. More... over 16 years ago
Updated the code to retrieve ipop information according to changes of Ipop and XmlRpcManager interface. More... over 16 years ago
Upated the XML-RPC library that we use with bug fixes. See [changeset 1...@dennisxu/jx_repo] More... over 16 years ago
Fix: A BlockingQueue mode read left in code froze the console when trying to read files just got from DHT More... over 16 years ago
Added startup switch -xp to specify the port used by XmlRpcManager which should be contacted to get ipop namespace. More... over 16 years ago
Modifications on logging code of FuseDht plus minor fixes on Logger More... over 16 years ago
Fix of FuseDht. The reason that it didn't work when read a file retrived from DHT is that the later added feature which writes the datetime that the values are supposed to expire to a file was only implemented in BQGetProc method, which has been ditched. More... over 16 years ago
Fail to load Soap/Remoting related types when using ISoapDhtClient, switching to XmlRpc works OK except fot some broken functionalities. Added "-auto_renew" startup switch so that I don't have to let it run all the time while debugging. More... over 16 years ago
Fix 41: FuseDht access Dht services via Soap specific APIs, so shouldn't change it to use Ipop.XmlRpcClient.dll More... over 16 years ago
Fixed FuseDht which cannot be built after changes in LocalHT.cs and Ipop SimpleNode. (You need to specify the dht port number to access start/access the Soap/XmlRpc services) More... over 16 years ago
Fixed 38: Some Debug.WriteLineIf code missed last time; Also Logger is modified to throw an exception when there is no object passed to log. More... over 16 years ago
SampleBTClient now doesn't need input port number anymore, it randomly generates the number. More... over 16 years ago
*Updated all logging code to use the new generic interface in Logger; *Fixed Logger to accept the same format of logging input for log4net and System.Diagnostics; More... over 16 years ago
Refactoring of Logger. Made it a single entry point of logging. If the module needs to be deployed w/o log4net, no modification needed for logging code; If the way that logging behaves needs to be changed, Logger is the single place to look at. More... over 16 years ago
Added the capability of Logger to support log4net More... over 16 years ago
Carelessness caused merge with myself More... over 16 years ago
Let SampleBTClient accept listening port as an argument; No cap of the upload speed More... over 16 years ago
Imported MonoTorrent's SampleClient at rev. 90367 w/o modification except the filename main.cs -> SampleBTClient.cs More... over 16 years ago
Enabled flexibility to specify a specific port for dht service on localhost More... over 16 years ago
Made program more flexible, accepts input parameter as tracker/dht/timer options More... over 16 years ago
Added the capability to listen to all addresses on a host instead of only loopback More... over 16 years ago
Bug fixes and Log improvement More... over 16 years ago
sample-config of Tracker Logging. More... over 16 years ago
Added logs using Diagnostics and TraceSwitch. Tracker works now. More... over 16 years ago