]> sjero.net Git - wget/history - src/url.c
Fix compiler warnings
[wget] / src / url.c
2005-05-07 hniksic[svn] Minor doc fix.
2005-05-07 hniksic[svn] Made strpbrk_or_eos inline. Use strchr(s, '...
2005-05-07 hniksic[svn] Renamed "decide_copy_method" to "char_needs_escap...
2005-05-07 hniksic[svn] Don't needlessly decode % escapes in URLs.
2005-05-05 hniksic[svn] Don't unescape %00.
2005-05-03 hniksic[svn] Fix K&R incompatibilities reported by `gcc -Wtrad...
2005-04-09 hniksic[svn] Don't mark ~ as unsafe, it confuses too many...
2005-04-01 hniksic[svn] Made rewrite_shorthand_url recognize HOST:PORT...
2005-03-20 hniksic[svn] Improve built-in memory debugger.
2005-03-19 hniksic[svn] Concatenate strings using concat_strings.
2005-03-06 hniksic[svn] Reject port numbers greater than 65535.
2005-03-05 hniksic[svn] Docfix.
2005-03-05 hniksic[svn] Fix bogus ".." hosts injecting such components...
2005-03-04 hniksic[svn] Improve handling of numeric hosts when ENABLE_IPV6.
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2004-03-19 hniksic[svn] Decode %HH sequences in host name.
2003-12-15 hniksic[svn] Fixed return value; 'url' if no credentials.
2003-12-14 hniksic[svn] Return a pointer from url_skip_credentials.
2003-12-14 hniksic[svn] Declare the pointers to literal strings as `const'.
2003-12-06 hniksic[svn] New option --protocol-directories.
2003-11-14 hniksic[svn] Preserve consecutive slashes in URLs. Make sure...
2003-11-07 hniksic[svn] Improve documentation of "reserved" and "unsafe...
2003-11-07 hniksic[svn] Allow empty port spec in URL.
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
2003-10-31 hniksic[svn] Use new macros xnew, xnew0, xnew_array, and xnew0...
2003-10-30 hniksic[svn] Don't unescape URL escapes twice.
2003-10-25 hniksic[svn] Better document the workings of construct_relative().
2003-10-23 hniksic[svn] Don't use trailing commas in enums.
2003-10-14 hniksic[svn] Updated comment.
2003-10-07 hniksic[svn] Doc typo fix.
2003-10-01 hniksic[svn] Fix memory leak in a rare case in url.c.
2003-09-25 hniksic[svn] Fix oversight in escape handling.
2003-09-22 hniksic[svn] Another doc update.
2003-09-22 hniksic[svn] path_simplify doc update.
2003-09-22 hniksic[svn] Modified path_simplify not to rely on extensive...
2003-09-21 hniksic[svn] Removed spurious includes.
2003-09-21 hniksic[svn] Split off non-URL related stuff from url.c to...
2003-09-21 hniksic[svn] path_simplify would read two bytes past the end...
2003-09-20 hniksic[svn] Minor fixes and cosmetic changes.
2003-09-19 hniksic[svn] Default dir_prefix to NULL rather than ".".
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
2003-09-17 hniksic[svn] Undef U, W, C after use.
2003-09-17 hniksic[svn] Improved --restrict-file-names to accept ",nocont...
2003-09-17 hniksic[svn] Made sync_path more resilient to pathological...
2003-09-16 hniksic[svn] Allow unique_name to return the FILE argument...
2003-09-15 hniksic[svn] Made strpbrk_or_eos a macro under Gcc.
2003-09-14 hniksic[svn] New mechanism for quoting file names.
2003-09-09 hniksic[svn] IPv6 configure auto-detection.
2003-09-09 hniksic[svn] Return an error from url_parse if the IP address...
2003-09-05 hniksic[svn] Add proper detection of numeric IPv6 addresses.
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-05-16 abbotti[svn] New function schemes_are_similar_p to test enumer...
2002-04-13 hniksic[svn] Support FWTK-style proxies.
2002-04-11 hniksic[svn] Make sure directory and file names are encoded...
2002-02-19 hniksic[svn] Don't treat '?' as a query string separator when...
2002-01-26 hniksic[svn] Allow all hex digits in IPv6 IP addresses.
2002-01-26 hniksic[svn] Allow IPv6 numeric addresses in URLs.
2002-01-14 hniksic[svn] URL-decode user and password in URL.
2002-01-14 hniksic[svn] Handle links to relative "net locations," e.g...
2001-12-14 hniksic[svn] Move path_simplify to url.c.
2001-12-12 hniksic[svn] Cosmetic changes to get_urls_html.
2001-12-10 hniksic[svn] Rename long_to_string to number_to_string, and...
2001-12-09 hniksic[svn] Minor fixes prompted by `lint'.
2001-12-06 hniksic[svn] Fix OpenSSL PRNG seeding.
2001-12-04 hniksic[svn] Fix downloading of duplicate URLs.
2001-12-04 hniksic[svn] Quote '?' as '%3F' in local files when `--html...
2001-12-01 hniksic[svn] Make --base -i work.
2001-12-01 hniksic[svn] Use the full path when building the authorization...
2001-12-01 hniksic[svn] Correctly convert links in <meta http-equiv=Refre...
2001-11-27 hniksic[svn] Don't translate %d-%d.
2001-11-25 hniksic[svn] Handle <base href=...> when converting links.
2001-11-25 hniksic[svn] Attempt to quote '?' as "%3F" when linking to...
2001-11-25 hniksic[svn] Implemented breadth-first retrieval.
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-11-20 hniksic[svn] Don't use the now-obsolete TYPE variable.
2001-11-19 hniksic[svn] Handle shorthands in proxy URLs.
2001-11-19 hniksic[svn] Rewrite shorthand URLs in a step separate from...
2001-11-19 hniksic[svn] Clean up handling of schemes.
2001-11-18 hniksic[svn] Don't list all the "known" (but unsupported)...
2001-11-16 hniksic[svn] Applied Edward Sabol's patch from
2001-06-18 hniksic[svn] Make sure that slashes don't sneak in as part...
2001-05-27 hniksic[svn] Update copyright notices.
2001-04-26 hniksic[svn] Treat empty proxy environment vars as unset.
2001-04-25 hniksic[svn] Reimplemented UNSAFE_CHAR and RESERVED_CHAR.
2001-04-14 hniksic[svn] Improve performance of grow_hash_table.
2001-04-14 hniksic[svn] Various url.c-related changes.
2001-04-13 hniksic[svn] Minor -Wall-induced fixes. Also, skip_url is...
2001-04-11 hniksic[svn] Fix retrieval of directories when initial CWD...
2001-04-04 hniksic[svn] parse_uname() Would run past the end of the strin...
2001-03-30 hniksic[svn] Applied Philipp Thomas's safe-ctype patch. Publi...
2001-03-08 janp[svn] Skip `:port' in the host header if it is the...
2001-02-11 hniksic[svn] Applied Jan's patch to allow non-quoted @ charact...
2001-02-11 hniksic[svn] Applied Hack Kampbjorn's patch to print FTP type...
2001-01-11 dan[svn] url.c (str_url): Clarified this function's commen...
2001-01-10 dan[svn] Just clarified a comment in the fix I just committed.
2001-01-10 dan[svn] url.c (str_url): Henrik van Ginhoven pointed...
2001-01-10 dan[svn] Hrvoje's response to my "wondering" comment in...
2001-01-04 hniksic[svn] Include fragment identifiers in converted URLs...
2000-12-17 hniksic[svn] Apply lint-expired fixes from <sxsn1du7ufa.fsf...
2000-12-05 hniksic[svn] Committed C. Frankel's SSL patch.
next