#
295496fa |
| 17-Oct-2010 |
Daniel Stenberg |
RELEASE-NOTES: sync with 09a2d93a0f17ca
|
#
e3df610a |
| 12-Oct-2010 |
Daniel Stenberg |
RELEASE-NOTES: start over towards 7.21.3
|
Revision tags: curl-7_21_2 |
|
#
d3714583 |
| 12-Oct-2010 |
Daniel Stenberg |
RELEASE-NOTES: synced with ecd624b8e774a85
|
#
1998de99 |
| 08-Oct-2010 |
Daniel Stenberg |
RELEASE-NOTES: synced with 61f4cdb73ae4
|
#
488f9545 |
| 30-Sep-2010 |
Daniel Stenberg |
RELEASE-NOTES: synced up to 588402585bae
|
#
7e1a45e2 |
| 28-Sep-2010 |
Dan Fandrich |
Changed the TPF make file to get source files from Makefile.inc Patch was fixed and validated by David McCreedy.
|
#
e991a353 |
| 21-Sep-2010 |
Daniel Stenberg |
RELEASE-NOTES: sync with 8665d4e5 and c-ares >= 1.6.0 note
|
#
0e36bb71 |
| 21-Sep-2010 |
Daniel Stenberg |
RELEASE-NOTES: in sync with 19f45eaa799
|
#
95e230c5 |
| 20-Sep-2010 |
Daniel Stenberg |
RELEASE-NOTES: synced with 5fcc4332d62fe Removed the duplicate entry of Kamil in the credits.
|
#
c47148f1 |
| 18-Sep-2010 |
Daniel Stenberg |
RELEASE-NOTES: sync from d2a7fd2fe65b to HEAD
|
#
8e2f16e6 |
| 12-Sep-2010 |
Dan Fandrich |
Link curl and the test apps with -lrt explicitly when necessary When curl calls a function from that library then it needs to explicitly link to the library instead of piggybacking on
Link curl and the test apps with -lrt explicitly when necessary When curl calls a function from that library then it needs to explicitly link to the library instead of piggybacking on libcurl's own dependency. Without this, GNU ld with the --no-add-needed flag fails when linking (which Fedora now does by default). Reported by: Quanah Gibson-Mount Bug: http://curl.haxx.se/mail/lib-2010-09/0085.html
show more ...
|
#
d2a7fd2f |
| 25-Aug-2010 |
Daniel Stenberg |
RELEASE-NOTES: sync from b980c9a02 to HEAD
|
#
b980c9a0 |
| 15-Aug-2010 |
Daniel Stenberg |
multi: two fixes done
|
#
59077771 |
| 12-Aug-2010 |
Kamil Dudka |
curl -T: ignore file size of special files original bug report at https://bugzilla.redhat.com/622520
|
#
4342a208 |
| 11-Aug-2010 |
Daniel Stenberg |
release cycle loop: start over toward 7.21.2
|
Revision tags: curl-7_21_1 |
|
#
8249b052 |
| 11-Aug-2010 |
Daniel Stenberg |
RELEASE-NOTES: mention the runtests fix as well
|
#
2596eb6d |
| 10-Aug-2010 |
Daniel Stenberg |
RELEASE-NOTES: synced, 3 additional bugfixes
|
#
15201da4 |
| 06-Aug-2010 |
Daniel Stenberg |
RELEASE-NOTES: synced with recent changes
|
#
52beeb2c |
| 02-Aug-2010 |
Daniel Stenberg |
RELEASE-NOTES: synced with recent changes
|
#
c8d42b2f |
| 14-Jul-2010 |
Daniel Stenberg |
--retry: access violation with URL part sets continued When getting multiple URLs, curl didn't properly reset the byte counter after a successful transfer so if the subsequent transfer f
--retry: access violation with URL part sets continued When getting multiple URLs, curl didn't properly reset the byte counter after a successful transfer so if the subsequent transfer failed it would wrongly use the previous byte counter and behave badly (segfault) because of that. The code assumes that the byte counter and the 'stream' pointer is well in synch. Reported by: Jon Sargeant Bug: http://curl.haxx.se/bug/view.cgi?id=3028241
show more ...
|
#
84332b60 |
| 13-Jul-2010 |
Daniel Stenberg |
releasnote: synch up with commit f3b77e5611d
|
#
f3b77e56 |
| 27-Jun-2010 |
Kamil Dudka |
http_ntlm: add support for NSS When configured with '--without-ssl --with-nss', NTLM authentication now uses NSS crypto library for MD5 and DES. For MD4 we have a local implementati
http_ntlm: add support for NSS When configured with '--without-ssl --with-nss', NTLM authentication now uses NSS crypto library for MD5 and DES. For MD4 we have a local implementation in that case. More details are available at https://bugzilla.redhat.com/603783 In order to get it working, curl_global_init() must be called with CURL_GLOBAL_SSL or CURL_GLOBAL_ALL. That's necessary because NSS needs to be initialized globally and we do so only when the NSS library is actually required by protocol. The mentioned call of curl_global_init() is responsible for creating of the initialization mutex. There was also slightly changed the NSS initialization scenario, in particular, loading of the NSS PEM module. It used to be loaded always right after the NSS library was initialized. Now the library is initialized as soon as any SSL or NTLM is required, while the PEM module is prevented from being loaded until the SSL is actually required.
show more ...
|
#
89924a89 |
| 28-Jun-2010 |
Daniel Stenberg |
glob: backslash escaping bug curl didn't properly handle escaping characters in a URL with the use of backslash. It did an attempt, but that failed as reported in bug 3022551. The de
glob: backslash escaping bug curl didn't properly handle escaping characters in a URL with the use of backslash. It did an attempt, but that failed as reported in bug 3022551. The described example was using the URL "http://example.com?{AB,C\,D}". I've now removed the special-handling of letters following the backslash and I also removed the bad extra check that triggered this particular bug. Bug: http://curl.haxx.se/bug/view.cgi?id=3022551 Reported by: Jon Sargeant
show more ...
|
#
bcefe839 |
| 28-Jun-2010 |
Daniel Stenberg |
release-notes: sync up with recent commits
|
#
7eecfb53 |
| 16-Jun-2010 |
Daniel Stenberg |
release: start on 7.21.1, bump contributor count
|