0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
As in the case of a missing hash, give a failure for duplicate hash. More... about 15 years ago
o) Temporarily make XCodecDecocer::decode return a boolean, false if there's a fatal error. (Namely, that a hash could not be resolved, in which case we reset the connection.) o) Reset the connection if decode fails, per above. More... about 15 years ago
Change priority of some INFO messages to DEBUG. More... about 15 years ago
Do as the XXX suggests and avoid starting the local peer until the remote peer is connected. Otherwise we would blow up when close_peer() is called while we are still connecting to the remote peer. Now, maybe the right thing to do is to fix that case to work properly so we can buffer lots of data from a client that is starting out with a lot of data, but really that's an uncommon case so for now do the easy thing. More... about 15 years ago
Update TODO to reflect things that came up working on the SOCKS4 mode. More... about 15 years ago
o) Add a parameter to Channel::read to take an amount to read, defaulting to 0, which retains the old behavior of reading whatever amount is available. o) Implement new Channel::read semantics in FileDescriptor::read. Add buffering to FileDescriptor. Note that this tries to only read the amount specified by the caller, which may not be most efficient, but may provide the right behavior in terms of not acknowledging data? o) Add ugly hackish redundant APIs to support numeric IP addresses in addition to strings. o) Use said ugly hackish API to implement a simple SOCKS4 proxy. It's a very conservative proxy that tries to be discreet (in that it doesn't send errors to clients sending random requests.) XXX SOCKS5 would be nice. o) Modify the default config to show chaining through to the SOCKS4 proxy. More... about 15 years ago
Comment BufferSegment functions and add a missing check in BufferSegment::prefix(). More... about 15 years ago
Nuke the history file. This may not be a great idea, but I think that now that Subversion is available publically it's pretty redundant. More... about 15 years ago
Initial import of public WANProxy codebase. More... about 15 years ago