1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Commit Graph

  • bc7060a81d [svn] More old fixes. hniksic 2000-03-31 06:14:58 -0800
  • aeabb42714 [svn] Commit another old fix. hniksic 2000-03-31 06:08:57 -0800
  • 858adf01cd [svn] Fix store_hostaddress() on big-endian 64-bit machines. hniksic 2000-03-31 06:07:07 -0800
  • dee64b0b16 [svn] Fix indentation. hniksic 2000-03-31 06:05:53 -0800
  • 0d42b49e30 [svn] Commit really old change. hniksic 2000-03-31 06:04:54 -0800
  • 6b0aaebf33 [svn] Committed patch from <dp8zyzz1se.fsf@mraz.iskon.hr>. hniksic 2000-03-31 05:51:53 -0800
  • c71f174ed6 [svn] Changes from <9t9pusol5a1.fsf@mraz.iskon.hr>. hniksic 2000-03-21 07:47:45 -0800
  • 4454f6ce0a [svn] * TODO: Removed done item: we now have an option (-G) that makes it easy to download a single HTML document and all its constituents. dan 2000-03-10 22:48:06 -0800
  • 66ced51104 [svn] Dan Berger responded to my email. Added his explanation of what his patch was coded for (downloading StarOffice from Sun's website). He says he doesn't use wget any more, so he won't be writing a patch that allows downloading that without breaking anything (such a patch would apparently involve stopping certain characters in the URL from being escaped). dan 2000-03-02 15:49:37 -0800
  • 3a8c75cac4 [svn] Dan Berger's query string patch is totally bogus. If you have two different URLs, gen_page.cgi?page1 and get_page.cgi?page2, they'll both be saved as get_page.cgi and the second will overwrite the first. Also, parameters to implicit CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to be printed with trailing garbage characters, and could seg fault. I'm not sure what Dan had in mind with this patch (no explanatory comments), but I'm removing it for now. If he can rewrite it so it doesn't break stuff, okay. dan 2000-03-02 14:48:07 -0800
  • 03e5e4fe4d [svn] recur.c (parse_robots): Applied Edward J. Sabol's patch for Guan Yang's reported problem with "User-agent:<space>*<space>" lines. dan 2000-03-02 13:28:59 -0800
  • d2e1d7fe9d [svn] Hrvoje didn't regenerate the .info files after changing wget.texi. dan 2000-03-02 13:17:47 -0800
  • a04bf0f734 [svn] *** empty log message *** hniksic 2000-03-02 06:56:48 -0800
  • 5d8cfbd904 [svn] Applied contributed patches (see ChangeLog for details.) hniksic 2000-03-02 06:45:37 -0800
  • 1dc66a6cf6 [svn] *** empty log message *** hniksic 2000-03-02 06:23:22 -0800
  • 33dbab7add [svn] Added contributed patch. hniksic 2000-03-02 06:18:53 -0800
  • 2b2fd2924a [svn] Added user-contributed patches. hniksic 2000-03-02 06:16:12 -0800
  • 18959ba4ab [svn] Spelling fixes. hniksic 2000-03-02 05:44:56 -0800
  • a8622f4462 [svn] Update. hniksic 2000-03-02 05:36:47 -0800
  • cf35e2009d [svn] Applied contributed patch. hniksic 2000-03-02 05:34:05 -0800
  • f4f8e83327 [svn] Applied Edward Sabol's patch. hniksic 2000-03-02 05:28:31 -0800
  • 3f97db2c27 [svn] Did a make update-po in here after finding out that I needed the GNU gettext package to regenerate these files (after changing a couple of messages). dan 2000-03-02 01:17:57 -0800
  • fce9edf954 [svn] Added a note about my newly-implemented interaction between -K and -N. dan 2000-03-01 23:06:10 -0800
  • 4331c39c9a [svn] Implemented the item I formerly had in the TODO: When -K and -N are used together, we compare local file X.orig (if extant) against server file X. Previously -k and -N were worthless in combination because the local converted files always differed from the server versions. dan 2000-03-01 22:33:48 -0800
  • c33c857eb2 [svn] Upped version number from 1.5.3. to 1.5.3+dev. Because the development source is available via anonymous CVS and desirable features are being added, it's quite possible for end-users to be getting their hands on development versions. They may report bugs, so if we don't change the version number, we'll have to continually followup the statement "I'm using version 1.5.3" with the question "The FTP archive or the CVS source?" Better to just make this development version have a unique number. Once we're ready to actually release the next version, we can up the version from 1.5.3+dev to 1.5.4, or 1.6, or whatever it turns out to be (depending on how much development gets done). dan 2000-02-29 17:03:39 -0800
  • e0a58713f7 [svn] Upped version number from 1.5.3. to 1.5.3+dev. Because the development source is available via anonymous CVS and desirable features are being added, it's quite possible for end-users to be getting their hands on development versions. They may report bugs, so if we don't change the version number, we'll have to continually followup the statement "I'm using version 1.5.3" with the question "The FTP archive or the CVS source?" Better to just make this development version have a unique number. Once we're ready to actually release the next version, we can up the version from 1.5.3+dev to 1.5.4, or 1.6, or whatever it turns out to be (depending on how much development gets done). dan 2000-02-29 16:50:52 -0800
  • e5408e7db8 [svn] Implemented new -K / --backup-converted / backup_converted = on option. dan 2000-02-29 16:17:23 -0800
  • 4c00181dd5 [svn] Really just a test to see if my write access works. Changed "through SSLeay" to "through SSLeay or OpenSSL" (I believe someone's actually already gotten the latter working, and hopefully they'll delete this item when they commit their changes). dan 2000-02-29 11:24:17 -0800
  • 31d6616c48 [svn] Initial revision kwget 1999-12-01 23:42:23 -0800
  • c5f1f6a779 [svn] New repository initialized by cvs2svn. None 1999-12-01 23:42:23 -0800