0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 12 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #12 from cesarramirez/keep-alive_fix More... over 12 years ago
Added a small documentation about implementation More... over 12 years ago
Added simple instructions to the Readme More... over 12 years ago
Keep-alive->Close fix applied More... over 12 years ago
Included the Caching branch More... over 12 years ago
Merge pull request #11 from cesarramirez/cache-ttl More... over 12 years ago
Added locking mechanisms to the cache More... over 12 years ago
Changed format of comment. More... over 12 years ago
Bug fixes in the algorithm More... over 12 years ago
Added documentation and Entry class More... over 12 years ago
Ignoring cache/ directory. Changed digest() to hexdigest(). More... over 12 years ago
Improved use of select, still not working More... over 12 years ago
LRU working, files are not being locked More... over 12 years ago
WIP More... over 12 years ago
Added debug breakpoint More... over 12 years ago
LRU Cache still WIP More... over 12 years ago
Merge pull request #8 from cesarramirez/refactoring More... over 12 years ago
HTTP Request moved to a separate object More... over 12 years ago
WIP More... over 12 years ago
Fixed bug with thread hanging and not exiting More... over 12 years ago
Added option to strip User-Agent header (for more anonymity). More... over 12 years ago
Better log output. More... over 12 years ago
Basic caching implementing (no TTL functionality, no bound on cache size). More... over 12 years ago
Logging implemented. More... over 12 years ago
Changed indent level to 4 (using spaces). Added sigint handler, so logging file can be properly closed. Add try/except for server socket. More... over 12 years ago
Fixed slow loading times by changing 'keep-alive' requests to 'close' requests (not the best solution, but it's a temporary fix). More... over 12 years ago
Removing old client. More... over 12 years ago
Added option to strip cache-related headers from HTTP requests. More... over 12 years ago
Removed old commented-out code. More... over 12 years ago
Proxy works, but takes forever for HTTP requests that return responses with more than a trivial amount of data. More... over 12 years ago