]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Fix fake_fork under Borland C.
[wget] / src / ChangeLog
index 72ae60ec07012ba9fb19ec909240bef98f1c4b71..b260efa42c124933dc1145f6334f82e1a7613ae8 100644 (file)
@@ -1,3 +1,29 @@
+2004-05-09  David Fritz  <zeroxdf@att.net>
+
+       * mswindows.c (fake_fork): Pass entire command line to the child
+       process.
+
+2004-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (gethttp): Fix typo: SCHEME_SSL -> SCHEME_HTTPS.
+
+2004-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (gethttp): Send the Proxy-Authorization header over
+       non-SSL connections too.
+
+2004-03-25  David Fritz  <zeroxdf@att.net>
+
+       * mswindows.c (fake_fork_child): Ignore error code when
+       OpenFileMapping() fails; assume it failed because the object does
+       not exist.
+
+2004-03-24  David Fritz  <zeroxdf@att.net>
+
+       * mswindows.c (fake_fork): New function.
+
+       * mswindows.c (fork_to_background): Use it.
+
 2004-03-19  David Fritz  <zeroxdf@att.net>
 
        * mswindows.c (ws_hangup): Incorporate old fork_to_background()