Giuseppe Scrivano
9020b71c18
Merge branch 'master' into parallel-wget
...
Conflicts:
src/main.c
2014-01-22 22:12:22 +01:00
Darshit Shah
b9e5c3e8b3
Introduce --no-config. The wgetrc files will not be read
...
In case of a conflict between --config and --no-config, the one
that appears first will be considered and the other ignored.
2014-01-22 21:59:06 +01:00
Giuseppe Scrivano
87186cbc2f
NEWS: placeholder for the new release
2014-01-22 19:45:21 +01:00
Giuseppe Scrivano
f694b2ea24
Prepare release 1.15
2014-01-12 22:01:44 +01:00
Håkon Vågsether
d260ded060
Fix checking the URL length when filename is specified
2014-01-07 15:59:29 +01:00
Darshit Shah
b31e6e4674
Add support for HTTPS Servers
2014-01-03 20:32:06 +01:00
Darshit Shah
b828a6e4a7
Sleep for n seconds before calling Wget Executable
...
This commit adds support for a new Environment Variable, SERVER_WAIT
which if set will cause the script to sleep for SERVER_WAIT seconds
before calling the wget executable. During this period, the custom
HTTP/HTTPS/FTP servers are all set up and running and can be used
for any other purposes. This feature is often used when a separate
executable must be used for testing apart from the one at src/wget
2014-01-03 20:32:06 +01:00
Darshit Shah
7effa90359
Support programatically setting Handler class variables
2014-01-03 20:32:06 +01:00
Darshit Shah
7e1f4c1abc
Correct the call to stop_HTTP_Server
2014-01-03 20:32:06 +01:00
Darshit Shah
f616192dfd
Improve error handling when wget executable isn't available
2014-01-03 20:32:06 +01:00
Darshit Shah
31868fed6c
Split large function to improve readability and extensibility
2014-01-03 20:32:06 +01:00
Giuseppe Scrivano
70f7cdf1af
Remove some useless if statements
2013-12-29 11:46:04 +01:00
Giuseppe Scrivano
351d328c07
doc: use GFDL 1.3
2013-12-29 11:41:22 +01:00
Tim Ruehsen
3b6a3e84a0
fix GnuTLS connect timeout
2013-12-29 11:35:58 +01:00
Mike Frysinger
fb23bc0611
sample.wgetrc: add links to the manual
2013-12-24 17:49:48 +01:00
Giuseppe Scrivano
cb358c0a84
gnulib: add as a git submodule
2013-12-22 14:12:05 +01:00
Darshit Shah
59a03f15dd
Add new configure option, --enable-race-checking
...
This commit adds a new configure option, --enable-race-checking
which is to be used exclusively for debugging. Also, conditionally
add tests to XFAIL_TESTS when Race Checking is enabled.
2013-12-04 20:45:44 +01:00
Darshit Shah
fa670282ee
configure: fix redundant --enable-threads and add metalink info.
...
Remove redundant --enable-threads option and add Metalink to configure
summary.
2013-12-04 20:22:25 +01:00
Giuseppe Scrivano
0d58672dc6
Always define options.jobs
2013-11-10 14:33:04 +01:00
Giuseppe Scrivano
93597efe7b
progress bar: fix a possible segfault
2013-11-10 14:24:17 +01:00
Giuseppe Scrivano
3010d9c281
Merge branch 'origin' into parallel-wget
2013-11-04 11:14:18 +01:00
Darshit Shah
12218d353b
Add tests to EXTRA_DIST variable for distribution packaging
2013-11-04 10:59:10 +01:00
Giuseppe Scrivano
ebfae2c353
progress: show the URL near the progress bar
2013-11-03 00:32:46 +01:00
Giuseppe Scrivano
15d167e264
progress: progress bar supports threads.
2013-11-03 00:32:32 +01:00
Giuseppe Scrivano
b87cee3763
progress: Split update into update and draw
2013-11-03 00:30:19 +01:00
Giuseppe Scrivano
1a48da4cdc
http: don't register multiple times the same fd
2013-11-03 00:29:59 +01:00
Giuseppe Scrivano
3832728138
NEWS: update with last changes.
2013-11-02 12:15:55 +01:00
Giuseppe Scrivano
38933de17c
http: Increase max header value length to 512
2013-11-02 11:53:18 +01:00
Pavel Mateja
aed7d4163a
http: specify Host when CONNECT is used.
2013-11-02 11:30:04 +01:00
Giuseppe Scrivano
349cbd0dd5
threads: correctly initialize number of threads.
2013-10-30 22:30:26 +01:00
Giuseppe Scrivano
42c15e47b4
Remove assert which is always true
2013-10-30 21:20:50 +01:00
Andrea Urbani
c3835a425a
"LIST" or "LIST -a" ftp command according to the remote system
2013-10-28 23:37:10 +01:00
Bykov Aleksey
8b2954e58a
Fix FTP list parsing & Fix cookies reject
2013-10-28 00:26:58 +01:00
Bykov Aleksey
bba67890f3
Fix FTP list parsing
2013-10-28 00:20:18 +01:00
Tim Ruehsen
0c9fb2b041
better backport availability for PFS feature
2013-10-17 09:56:27 +02:00
Giuseppe Scrivano
d9f1cd05c1
testenv: Remove Test--spider-r.py from XFAIL_TESTS
2013-10-14 00:23:41 +02:00
Giuseppe Scrivano
921a23d60c
recur: Refactor to use the same code when threads are disabled.
2013-10-13 23:24:32 +02:00
Giuseppe Scrivano
7d18fd1025
metalink: internationalize some messages to the user.
2013-10-13 18:35:43 +02:00
Giuseppe Scrivano
43ca403306
retr: minor aesthetic changes.
2013-10-13 18:17:17 +02:00
Giuseppe Scrivano
93ad38686a
Merge remote-tracking branch 'origin' into parallel-wget
2013-10-13 17:53:35 +02:00
Giuseppe Scrivano
fbd9b9c16b
tests: do not use -H on IDN tests
2013-10-10 23:19:48 +02:00
Giuseppe Scrivano
1fd32c995c
iri: Fix parsing of some URLs contained in HTML documents
2013-10-10 23:13:13 +02:00
Tim Ruehsen
c289349684
improved Test-idn-robots.px
2013-10-07 23:58:53 +02:00
Tim Ruehsen
1dec2028d0
add/explain quoting of wildcard patterns in wget.texi
2013-10-06 23:52:22 +02:00
Giuseppe Scrivano
89024dda4f
testenv: fix make dist
2013-10-06 19:33:19 +02:00
Giuseppe Scrivano
00c93a0625
Merge remote-tracking branch 'pytests' into parallel-wget
2013-10-06 16:26:49 +02:00
Giuseppe Scrivano
44c821227c
Merge remote-tracking branch 'origin' into parallel-wget
2013-10-06 14:58:20 +02:00
Giuseppe Scrivano
cb5c287f02
Unregister a connection while it is used
2013-10-06 14:58:17 +02:00
Darshit Shah
3dfba0bec8
use wgint instead of int
2013-09-18 10:00:03 +02:00
Darshit Shah
fd80f6e878
Change commandline option to --metalink-file
2013-09-18 09:59:07 +02:00