Giuseppe Scrivano
3010d9c281
Merge branch 'origin' into parallel-wget
2013-11-04 11:14:18 +01:00
Giuseppe Scrivano
ebfae2c353
progress: show the URL near the progress bar
2013-11-03 00:32:46 +01:00
Giuseppe Scrivano
1a48da4cdc
http: don't register multiple times the same fd
2013-11-03 00:29:59 +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
42c15e47b4
Remove assert which is always true
2013-10-30 21:20:50 +01:00
Giuseppe Scrivano
cb5c287f02
Unregister a connection while it is used
2013-10-06 14:58:17 +02:00
Giuseppe Scrivano
4445d48471
Merge remote-tracking branch 'origin' into parallel-wget
2013-07-30 01:02:28 +02:00
Darshit Shah
92035dbabd
Fix erroneous error codes when HTTP Digest Authentication fails.
2013-07-22 19:31:07 +02:00
Giuseppe Scrivano
a300f1e47d
Fix some memory leaks a problem introduced with the last commit
2013-07-13 16:25:43 +02:00
Giuseppe Scrivano
c52bbad9e4
Make --backups work as documented
2013-07-13 13:36:55 +02:00
Giuseppe Scrivano
e9cc8b2f7c
Fix HTTP Digest authentication when the algorithm is not specified
2013-07-12 19:07:22 +02:00
Giuseppe Scrivano
a528894d13
Merge remote-tracking branch 'origin/master' into parallel-wget
2013-07-12 00:16:23 +02:00
Tomas Hozza
8760123cee
Set sock variable to -1 if no persistent conn exists
...
Wget should set sock variable to -1 if no persistent
connection exists. Function persistent_available_p()
tests persistent connection but if test_socket_open()
fails it closes the socket but will not set sock variable
to -1. After returning from persistent_available_p()
it is possible that sock has still value of already
closed connection.
Signed-off-by: Tomas Hozza <thozza@redhat.com>
2013-07-11 20:50:42 +02:00
Giuseppe Scrivano
29cf6bb9d1
Merge remote-tracking branch 'origin/master' into parallel-wget
2013-07-02 11:14:29 +02:00
Darshit Shah
9e0d87a248
Download response body data for all requests
2013-06-27 20:07:47 +02:00
Giuseppe Scrivano
2d1196b116
Define PCONN_LOCK when threads are not used.
2013-06-23 21:46:25 +02:00
Giuseppe Scrivano
74d5c8bfb7
Fix possible race condition
2013-06-23 21:16:13 +02:00
Giuseppe Scrivano
fec5bb9e93
Merge remote-tracking branch 'origin/master' into parallel-wget
2013-06-23 18:33:06 +02:00
Darshit Shah
90896e3314
Follow RFC 2616 and httpbis specifications when handling redirects
2013-06-16 22:31:16 +02:00
Ray Satiro
8e5038747b
MinGW compatibility fixes
2013-05-22 00:16:58 +02:00
Giuseppe Scrivano
ced4c1de82
Merge remote-tracking branch 'origin/master' into parallel-wget
2013-05-19 16:50:07 +02:00
Dmitry Bogatov
027d9f385d
Non-functionality improvement in src/http.c.
...
Pulled `request_set_method` functionality into `request_new`
to ensure these functions always called in right order.
2013-05-12 19:28:22 +02:00
Giuseppe Scrivano
550457bcad
Fix crash when receiving a HTTP redirect upon a POST request
...
The crash was introduced by a recent commit.
2013-05-02 21:57:20 +02:00
Darshit Shah
54fd8de415
Improve output in case of --post-{file,body} commands.
2013-04-24 21:08:33 +02:00
Gijs van Tulder
81409cb9c8
Remove old reference to opt.post_data.
2013-04-23 22:02:29 +02:00
Giuseppe Scrivano
04fcd759fd
Ensure that each thread uses a different socket
2013-04-21 23:12:56 +02:00
Giuseppe Scrivano
e9058befae
Merge branch 'master' into parallel-wget
...
Conflicts:
src/init.c
src/main.c
2013-04-21 21:11:53 +02:00
Darshit Shah
6c30653a1a
Add a generic --method command to set a method in HTTP Requests.
...
Add supplementary --body-data and --body-file commands to send BODY Data.
Signed-off-by: Darshit Shah <darnir@gmail.com>
2013-04-14 12:57:58 +02:00
Darshit Shah
50238e49b9
Make wget abort if --post-file does not exist
...
Signed-off-by: Darshit Shah <darnir@gmail.com>
2013-03-14 21:19:13 +01:00
Giuseppe Scrivano
617bb37d6e
Fix segfault
2012-12-02 00:52:42 +01:00
Giuseppe Scrivano
e6d8e165c5
Fix a deadlock
2012-11-29 23:40:33 +01:00
Tim Ruehsen
b60ff61b75
Added support for MD5-sess authentication
2012-11-25 18:16:20 +01:00
Giuseppe Scrivano
fe401688a6
Fix a regression when -c and --content-dispositionn are used together.
2012-10-07 13:00:46 +02:00
y-iida@secom.co.jp
4759cf099f
Fix a build error.
2012-08-21 20:46:27 +02: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
8cfac52713
Remove cat and rm commands. Few corrections with ifdef macros.
2012-08-01 20:35:25 +03:00
Ilim Ugur
11d09dd001
Add FTP support to metalink code. (for single-threaded downloads only)
2012-08-01 00:37:40 +03:00
Ilim Ugur
159c371492
Update fallbacking for metalink: next source goes on from where the previous one failed.
2012-07-31 17:25:21 +03:00
Ilim Ugur
38b1df95f9
Make thread support optional. - No check for semaphore in configure.ac.
2012-07-29 23:43:03 +03:00
Ilim Ugur
47bd180ab0
Transfer struct range to wget.h. Make metalink code optional.
2012-07-27 17:08:26 +03:00
Ilim Ugur
9fd1e97e40
Correct minor mistakes in syntax. Prevent a leak in http_loop.
2012-07-24 23:59:47 +03:00
Ilim Ugur
1e1054db8a
Initial attempt at incorporating sems logically.
2012-07-11 01:07:44 +03:00
Ilim Ugur
5c608df4e1
Update if statement involving hs->restval http.c:2859
2012-07-10 21:51:41 +03:00
Ilim Ugur
7ccf4210f6
Corrected faulty logic on thread creation. Segments recorded separately then merged.
2012-07-10 11:32:57 +03:00
Ilim Ugur
8c66c94989
Initial attempt at achieving segmented downloading from multiple resources.
2012-07-09 23:46:11 +03:00
Tim Ruehsen
4fe805a7ec
Add support for RFC 2617 Digest Access Authentication
2012-07-07 10:58:30 +02:00
Giuseppe Scrivano
172a117647
Fix some log messages.
2012-07-07 10:27:09 +02:00
Micah Cowan
15bfd733f9
Fix some very broken pconn-freeing logic (suspect more like this...).
2012-07-05 18:22:28 -07:00