0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Centralize error handling on HTTP load failure More... over 15 years ago
Keep original URL if redirected load fails More... over 15 years ago
Free new_url if URL merging failed More... over 15 years ago
Don't check for redirects if HTTP load fails More... over 15 years ago
Don't exclude failed loads from history More... over 15 years ago
Keep original URL if parsing as HTTP URL fails More... over 15 years ago
Don't crash when parsing of initial URL fails More... over 15 years ago
Check for local anchor vs. new document based on merged URL More... over 15 years ago
Handle URL merging before checking for local anchor vs. new document More... over 15 years ago
Free new_url after use More... over 15 years ago
Free old page earlier in load_new() More... over 15 years ago
Refactor: Move initial URL merging and form extraction up from init_load() to load_new() More... over 15 years ago
Move struct Extracted_form from forms.h to load.h More... over 15 years ago
Don't skip open() if the extension search didn't yield anything More... over 15 years ago
Fix condition checking for no local file case More... over 15 years ago
Drop useless *const from function arguments More... over 15 years ago
Change handling of path/real_path to avoid main_url misuse More... over 15 years ago
Use actually valid URL for link to nonexistent file... More... over 15 years ago
More const in file extension array More... over 15 years ago
Different method of traversing file extension array, and indicating failure More... over 15 years ago
Use full_url from the first parsed URL instead of original main_url when retrying parse as HTTP More... over 15 years ago
Fix type of base_url argument, and drop unnecessary temporary variables More... over 15 years ago
Drop some pointless free_form() invocations More... over 15 years ago
Restructure URL handling in redirect for simplicity More... over 15 years ago
Replace history URL if a page reloaded from history results in a new redirect More... over 15 years ago
Fix freeing of temporary URLs in redirect More... over 15 years ago
URL is never freed with resource, so no need to prevent it... More... over 15 years ago
Refactor: Always do form extraction before merging URLs More... over 15 years ago
Refactor: Introduce extract_form() More... over 15 years ago
Fix <textarea>: Initial value passed as content, not attribute More... over 15 years ago