13
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ban_delay(): allow call on any address.
ram
as Raphael Manfredi
More... about 5 years ago
ban_force(): read incoming data before shutdown().
ram
as Raphael Manfredi
More... about 5 years ago
Detect abuse from HTTP clients not reading payloads.
ram
as Raphael Manfredi
More... about 5 years ago
Add routine name to ban debug messages.
ram
as Raphael Manfredi
More... about 5 years ago
Track total amount of bytes uploaded over a connection.
ram
as Raphael Manfredi
More... about 5 years ago
ban_allow(): was never returning BAN_FORCE.
ram
as Raphael Manfredi
More... about 5 years ago
ban_vendor(): GTKG earlier than version 1.1 deemed too old.
ram
as Raphael Manfredi
More... about 5 years ago
Show percentage of complete file we have when uploading partial.
ram
as Raphael Manfredi
More... about 5 years ago
Separate Gnutella and HTTP banning categories.
ram
as Raphael Manfredi
More... about 5 years ago
Add ripening_update() to update only if present.
ram
as Raphael Manfredi
More... about 5 years ago
ripening_insert(): return whether key already existed.
ram
as Raphael Manfredi
More... about 5 years ago
Add ripening_contains().
ram
as Raphael Manfredi
More... about 5 years ago
Regenerate all Makefile.SH with latest jmake.
ram
as Raphael Manfredi
More... over 5 years ago
UHC: when hardwired list is exhausted, reload it.
ram
as Raphael Manfredi
More... over 5 years ago
bsearch_prefix(): avoid needless goto.
ram
as Raphael Manfredi
More... over 5 years ago
Drop MaxMind GeoIP, switching to IP2Location.
ram
as Raphael Manfredi
More... over 5 years ago
Make Content-Range and Content-Length prioritary headers.
ram
as Raphael Manfredi
More... over 5 years ago
Avoid banning hosts issuing legitimate upload requests.
ram
as Raphael Manfredi
More... over 5 years ago
download_reply(): Content-Length not necessary if Content-Range.
ram
as Raphael Manfredi
More... over 5 years ago
http_send_status(): reworked to avoid undue header truncation.
ram
as Raphael Manfredi
More... over 5 years ago
On HTTP 416, emit a Last-Modified header.
ram
as Raphael Manfredi
More... over 5 years ago
Emit a Retry-After header on 416 replies.
ram
as Raphael Manfredi
More... over 5 years ago
upload_416_extra(): was generating non-compliant headers.
ram
as Raphael Manfredi
More... over 5 years ago
http_send_status(): ensure generated header has trailing CRLF.
ram
as Raphael Manfredi
More... over 5 years ago
send_pproxy_error_v(): remove dead code.
ram
as Raphael Manfredi
More... over 5 years ago
extract_retry_after(): ensure amount in seconds is the only value.
ram
as Raphael Manfredi
More... over 5 years ago
Sprinkle a few more "const".
ram
as Raphael Manfredi
More... over 5 years ago
Forcefully reduce request chunk if b/w is limited.
ram
as Raphael Manfredi
More... over 5 years ago
Added upload bandwidth capping.
ram
as Raphael Manfredi
More... over 5 years ago
Use gradual bandwidth penalty when uploads are stalling.
ram
as Raphael Manfredi
More... over 5 years ago