]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Improved --restrict-file-names to accept ",nocontrol".
[wget] / src / ChangeLog
index 6ec4e7c3f4894e0b83e88ad8fde126775e9bbeb6..027e1ff87c7a96b3580bbab70557d4ee68ea3724 100644 (file)
@@ -1,3 +1,30 @@
+2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (cmd_spec_restrict_file_names): Allow the OS setting to
+       be augmented by ",nocontrol" which means don't escape the control
+       characters, but otherwise keep OS settings.
+
+       * url.c (file_unsafe_char): Deleted.
+       (append_uri_pathel): Query filechr_table directly.
+       (filechr_table): Separated Unix, Windows, and control-unsafe
+       characters.
+
+2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (url_escape_1): New function.
+       (url_escape): Use it.
+       (sync_path): Handle pathological cases where u->file and u->dir
+       contain really strange characters.
+       (ENCODE): Deleted.
+       (REENCODE): Deleted.
+
+2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (url_file_name): Don't reallocate FNAME if the file
+       doesn't exist, as is usually the case.
+
+       * utils.c (unique_name): New flag allow_passthrough.
+
 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * utils.c (wtimer_sys_diff): Convert the time difference to signed