Ray Satiro
242ddfc74e
Change growable string object to null terminate
...
src/ChangeLog
src/url.c
@ src/url.c:
Any function directly writing to the members of a growable string
object must call append_null(). Functions that already do this I've
changed to call append_null(): shorten_length(), append_char(),
append_string(), append_uri_pathel().
- (append_null)
New function to null terminate a growable string object.
- (shorten_length)
New function to shorten the length of a growable string object.
2012-10-13 13:34:23 +02:00
Nikolay Merinov
13c6e7832a
Recieve ftp listing even when .listing file exist and --no-clobber option is given.
2012-10-07 15:22:34 +02:00
Giuseppe Scrivano
22bd8011e8
Fallback to PATH_MAX when pathconf is not available
2012-10-07 13:09:56 +02:00
Giuseppe Scrivano
fe401688a6
Fix a regression when -c and --content-dispositionn are used together.
2012-10-07 13:00:46 +02:00
Giuseppe Scrivano
6e4c3ab999
NEWS: cite the new change.
2012-09-30 18:21:34 +02:00
Nikolay Merinov
022dbcb343
Support new WinNT ftp listing format
2012-09-30 18:18:38 +02:00
Nikolay Merinov
7c0270cdb5
Fix autoconf warning
2012-09-30 17:48:13 +02:00
Tim Ruehsen
67e6027ea1
Add support for file names longer than MAX_FILE.
2012-09-29 13:47:53 +02:00
Steven Schubiger
e9845d2813
Combine duplicated code.
2012-09-29 11:40:01 +02:00
Giuseppe Scrivano
959e5d1e90
bootstrap: update from gnulib.
2012-09-20 21:11:26 +02:00
Ilim Ugur
c24dce1d07
Correct faulty logic in elect_resources and elect_checksums.
2012-09-18 23:39:45 +03:00
Ilim Ugur
e7e869f951
Update ChangeLogs. Add missing prototypes to metalink.c. Remove static variable temp from multi.c.(NOT WORKING)
2012-09-18 01:16:56 +03:00
Ilim Ugur
bfe30ea754
Update ChangeLogs to reflect changes before August 16.
2012-09-14 01:06:40 +03:00
Nguyễn Thái Ngọc Duy
74f6cb8884
Mark more strings for translation
2012-09-02 16:06:24 +02:00
Tim Ruehsen
e2cb2fa2e3
don't error if CA directory is empty
2012-09-02 14:17:50 +02:00
Tim Ruehsen
b718128b4f
gnutls: deinit gnutls_x509_crt_t
2012-09-02 14:16:47 +02:00
Tim Ruehsen
798f554773
remove -nv from --report-speed in doc/wget.texi
2012-09-02 14:06:01 +02:00
Giuseppe Scrivano
06fc1edb54
Remove static modifier for functions used in other modules.
2012-08-28 21:38:12 +02:00
Hrvoje Niksic
85b98d0834
Use hash_table_get instead of hash_table_get_pair.
2012-08-26 11:48:07 +02:00
Ilim Ugur
dcc6abee90
Correct allocation size in interoption availability checks for --metalink.
2012-08-22 12:26:07 +03:00
y-iida@secom.co.jp
4759cf099f
Fix a build error.
2012-08-21 20:46:27 +02:00
Ilim Ugur
4cd6292b31
Parse metalink info to an internal set of structures.
2012-08-20 16:02:27 +03:00
Ilim Ugur
6b59fab021
Correct shallow copying in ftp.c. Correct malloc statement in retr.c. Support multi-thread FTP downloads.
2012-08-18 15:54:38 +03:00
Ilim Ugur
1d18db4bac
Interpret name attribute of file tags in metalink as relative paths. Support -P with metalink downloads.
2012-08-18 02:46:53 +03:00
Ilim Ugur
ed8335aa76
Change --metalink-file to --metalink. Support --quota w/ --metalink. Correct clean_range_res_data(). Add interoption availability checks for --metalink.
2012-08-17 22:53:47 +03:00
Ilim Ugur
87a2b8dcb6
Add header comment to new files. Comment the GSoC code.
2012-08-16 19:14:31 +03:00
Ilim Ugur
a41525e5c2
Transfer handling temp files portion of the code to multi.c.
2012-08-16 16:22:53 +03:00
Ilim Ugur
76790a386a
Add a default value for opt.jobs. Remove a (now) redundant variable.
2012-08-16 15:39:24 +03:00
Ilim Ugur
c25d01feb7
Transfer struct range array to multi.c. Delete to redundant variables in retr.c.
2012-08-16 14:22:08 +03:00
Ilim Ugur
f51826d9d8
Correct a source of memory leak when --jobs is not explicitly specified.
2012-08-15 02:24:12 +03:00
Ilim Ugur
721697aef6
Correct segmentation fault when specifying a non-existing metalink file path/URL.
2012-08-15 01:48:48 +03:00
Ilim Ugur
270460da98
Update man page and --help documentation. Update default value for --retries.
2012-08-15 00:43:52 +03:00
Ilim Ugur
fa9aaf2ce6
Correct two merging mistakes in src/convert.h and src/http.c. Replace bootstrap.
2012-08-14 20:24:18 +03:00
Ilim Ugur
eb01e9d442
Resolve conflicts to complete merging with master branch.
2012-08-14 19:47:52 +03:00
Ilim Ugur
2807c5c56d
Generate random temp file names.
2012-08-13 01:56:02 +03:00
Ilim Ugur
e37ea16957
Update the logic of delete_temp_files() in multi.c.
2012-08-13 01:11:49 +03:00
Ilim Ugur
5abb1dc188
Update initial URL check and final download printing in main.c. Update the logic of merge_temp_files() in multi.c.
2012-08-12 23:57:59 +03:00
Ilim Ugur
54e5b5d373
Add option --metalink-file. Add a few interoption availability checks for --metalink-file.
2012-08-12 23:21:02 +03:00
Ilim Ugur
768202bf88
Assign values to a few uninitialized variables in retrieve_from_file()
2012-08-12 18:30:03 +03:00
Ilim Ugur
5e2c6fefe4
Delete existing temp_ files before starting to download. Retry on failed download or invalid hash using new option --retries.
2012-08-12 03:20:47 +03:00
Ilim Ugur
0ea58b0c31
Remove option --verify. Compare strongest supported hash type to verify files.
2012-08-11 04:47:31 +03:00
Ilim Ugur
3d19087207
Go back to using <hash_type>_stream functions in gnulib. (Reduces a lot of code)
2012-08-11 02:51:09 +03:00
Ilim Ugur
dc7e47d4d1
Correct faulty lengths in verification and faulty logic in case --verify=all.
2012-08-11 01:45:39 +03:00
Ilim Ugur
b1bc6efc8a
Initial working attempt at verifying hashes.
2012-08-10 23:04:58 +03:00
Ilim Ugur
d65343a57b
Correct fread error in metalink.c. - Still computes hash wrong.
2012-08-10 20:39:56 +03:00
Ilim Ugur
68dbb9ead7
Add sha256. Rewrite hash verification code. - not working
2012-08-08 14:20:08 +03:00
Giuseppe Scrivano
e1df67a4f0
Prepare the new release
2012-08-05 22:14:30 +02:00
mancha
3db55372c7
doc: add ENVIRONMENT section to manpage and minor adjustments.
...
Signed-off-by: mancha <mancha@mac.hush.com>
2012-08-04 10:43:35 +02:00
Ilim Ugur
98db799759
Initial attempt at verifying hashes. - not working
2012-08-03 20:47:31 +03:00
Ilim Ugur
8cfac52713
Remove cat and rm commands. Few corrections with ifdef macros.
2012-08-01 20:35:25 +03:00