URLs: follow GitHub project rename (also Travis CI)

Closes #632
This commit is contained in:
Viktor Szakats 2016-02-03 18:34:16 +01:00 committed by Daniel Stenberg
parent 0515e49b6b
commit 20dcd19501
10 changed files with 17 additions and 17 deletions

2
README
View File

@ -38,7 +38,7 @@ GIT
To download the very latest source off the GIT server do this: To download the very latest source off the GIT server do this:
git clone https://github.com/bagder/curl.git git clone https://github.com/curl/curl.git
(you'll get a directory named curl created, filled with the source code) (you'll get a directory named curl created, filled with the source code)

View File

@ -30,6 +30,6 @@ advice from friends like these:
References to bug reports and discussions on issues: References to bug reports and discussions on issues:
[1] = https://github.com/bagder/curl/pull/616 [1] = https://github.com/curl/curl/pull/616
[2] = https://curl.haxx.se/bug/?i=617 [2] = https://curl.haxx.se/bug/?i=617
[3] = https://curl.haxx.se/bug/?i=624 [3] = https://curl.haxx.se/bug/?i=624

View File

@ -35,7 +35,7 @@ BUGS
have a go at a solution. You can optionally also post your bug/problem at have a go at a solution. You can optionally also post your bug/problem at
curl's bug tracking system over at curl's bug tracking system over at
https://github.com/bagder/curl/issues https://github.com/curl/curl/issues
Please read the rest of this document below first before doing that! Please read the rest of this document below first before doing that!

View File

@ -203,7 +203,7 @@
You need to first checkout the repository: You need to first checkout the repository:
git clone https://github.com/bagder/curl.git git clone https://github.com/curl/curl.git
You then proceed and edit all the files you like and you commit them to your You then proceed and edit all the files you like and you commit them to your
local repository: local repository:

View File

@ -226,7 +226,7 @@ FAQ
considerable time already on maintaining and developing curl. In order to considerable time already on maintaining and developing curl. In order to
get more out of us, you should consider trading in some of your time and get more out of us, you should consider trading in some of your time and
efforts in return. Simply go to the GitHub repo which resides at efforts in return. Simply go to the GitHub repo which resides at
https://github.com/bagder/curl, fork the project, and create pull requests https://github.com/curl/curl, fork the project, and create pull requests
with your proposed changes. with your proposed changes.
If you write the code, chances are bigger that it will get into curl faster. If you write the code, chances are bigger that it will get into curl faster.
@ -254,7 +254,7 @@ FAQ
We still get help from companies. Haxx provides web site, bandwidth, mailing We still get help from companies. Haxx provides web site, bandwidth, mailing
lists etc, sourceforge.net hosts project services we take advantage from, lists etc, sourceforge.net hosts project services we take advantage from,
like the bug tracker, and GitHub hosts the primary git repository at like the bug tracker, and GitHub hosts the primary git repository at
https://github.com/bagder/curl. Also again, some companies have sponsored https://github.com/curl/curl. Also again, some companies have sponsored
certain parts of the development in the past and I hope some will continue to certain parts of the development in the past and I hope some will continue to
do so in the future. do so in the future.

View File

@ -4,7 +4,7 @@ changelog of the current development status, as one or more of these problems
may have been fixed since this was written! may have been fixed since this was written!
91. "curl_easy_perform hangs with imap and PolarSSL" 91. "curl_easy_perform hangs with imap and PolarSSL"
https://github.com/bagder/curl/issues/334 https://github.com/curl/curl/issues/334
90. IMAP "SEARCH ALL" truncates output on large boxes. "A quick search of the 90. IMAP "SEARCH ALL" truncates output on large boxes. "A quick search of the
code reveals that pingpong.c contains some truncation code, at line 408, code reveals that pingpong.c contains some truncation code, at line 408,
@ -35,7 +35,7 @@ may have been fixed since this was written!
CURLINFO_STARTTRANSFER_TIME is wrong. While using POST CURLINFO_STARTTRANSFER_TIME is wrong. While using POST
CURLINFO_STARTTRANSFER_TIME minus CURLINFO_PRETRANSFER_TIME is near to zero CURLINFO_STARTTRANSFER_TIME minus CURLINFO_PRETRANSFER_TIME is near to zero
every time. every time.
https://github.com/bagder/curl/issues/218 https://github.com/curl/curl/issues/218
https://curl.haxx.se/bug/view.cgi?id=1213 https://curl.haxx.se/bug/view.cgi?id=1213
84. CURLINFO_SSL_VERIFYRESULT is only implemented for the OpenSSL and NSS 84. CURLINFO_SSL_VERIFYRESULT is only implemented for the OpenSSL and NSS

View File

@ -239,7 +239,7 @@
would be the ones that link to 3rd party libs. That would allow us to avoid would be the ones that link to 3rd party libs. That would allow us to avoid
having to load ALL dependencies since only the necessary ones for this having to load ALL dependencies since only the necessary ones for this
app/invoke/used protocols would be necessary to load. See app/invoke/used protocols would be necessary to load. See
https://github.com/bagder/curl/issues/349 https://github.com/curl/curl/issues/349
1.12 have form functions use CURL handle argument 1.12 have form functions use CURL handle argument
@ -292,7 +292,7 @@
perhaps URL encoded byte values over 128 etc (basically do what the redirect perhaps URL encoded byte values over 128 etc (basically do what the redirect
following code already does). following code already does).
https://github.com/bagder/curl/issues/514 https://github.com/curl/curl/issues/514
2. libcurl - multi interface 2. libcurl - multi interface
@ -434,7 +434,7 @@ This is not detailed in any FTP specification.
5.6 Refuse "downgrade" redirects 5.6 Refuse "downgrade" redirects
See https://github.com/bagder/curl/issues/226 See https://github.com/curl/curl/issues/226
Consider a way to tell curl to refuse to "downgrade" protocol with a redirect Consider a way to tell curl to refuse to "downgrade" protocol with a redirect
and/or possibly a bit that refuses redirect to change protocol completely. and/or possibly a bit that refuses redirect to change protocol completely.
@ -729,13 +729,13 @@ that doesn't exist on the server, just like --ftp-create-dirs.
{partURL1:name1,partURL2:name2,partURL3:name3} where the name following the {partURL1:name1,partURL2:name2,partURL3:name3} where the name following the
colon is the output name. colon is the output name.
See https://github.com/bagder/curl/issues/221 See https://github.com/curl/curl/issues/221
17.10 improve how curl works in a windows console window 17.10 improve how curl works in a windows console window
If you pull the scrollbar when transferring with curl in a Windows console If you pull the scrollbar when transferring with curl in a Windows console
window, the transfer is interrupted and can get disconnected. This can window, the transfer is interrupted and can get disconnected. This can
probably be improved. See https://github.com/bagder/curl/issues/322 probably be improved. See https://github.com/curl/curl/issues/322
18. Build 18. Build

View File

@ -707,7 +707,7 @@ int netware_init(void);
#endif #endif
/* In Windows the default file mode is text but an application can override it. /* In Windows the default file mode is text but an application can override it.
Therefore we specify it explicitly. https://github.com/bagder/curl/pull/258 Therefore we specify it explicitly. https://github.com/curl/curl/pull/258
*/ */
#if defined(WIN32) || defined(MSDOS) #if defined(WIN32) || defined(MSDOS)
#define FOPEN_READTEXT "rt" #define FOPEN_READTEXT "rt"

View File

@ -11,8 +11,8 @@
882 882
938 938
# test 1801 causes problems on Mac OS X and github # test 1801 causes problems on Mac OS X and github
# https://github.com/bagder/curl/issues/380 # https://github.com/curl/curl/issues/380
1801 1801
# test 1510 casues problems on the CI on github # test 1510 casues problems on the CI on github
# example: https://travis-ci.org/bagder/curl/builds/81633600 # example: https://travis-ci.org/curl/curl/builds/81633600
1510 1510

View File

@ -84,7 +84,7 @@ https://curl.haxx.se/auto/autocurl.txt):
.nf .nf
$ mkdir daily-curl $ mkdir daily-curl
$ cd daily-curl $ cd daily-curl
$ git clone git://github.com/bagder/curl.git $ git clone git://github.com/curl/curl.git
.fi .fi
With the curl sources checked out, or downloaded, you can start testing right With the curl sources checked out, or downloaded, you can start testing right