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)
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
[3] = https://curl.haxx.se/bug/?i=624
have a go at a solution. You can optionally also post your bug/problem 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!
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
local repository:
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
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.
If you write the code, chances are bigger that it will get into curl faster.
We still get help from companies. Haxx provides web site, bandwidth, mailing
lists etc, sourceforge.net hosts project services we take advantage from,
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
do so in the future.
may have been fixed since this was written!
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
code reveals that pingpong.c contains some truncation code, at line 408,
CURLINFO_STARTTRANSFER_TIME is wrong. While using POST
CURLINFO_STARTTRANSFER_TIME minus CURLINFO_PRETRANSFER_TIME is near to zero
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
84. CURLINFO_SSL_VERIFYRESULT is only implemented for the OpenSSL and NSS
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
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
perhaps URL encoded byte values over 128 etc (basically do what the redirect
following code already does).
- https://github.com/bagder/curl/issues/514
+ https://github.com/curl/curl/issues/514
2. libcurl - multi interface
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
and/or possibly a bit that refuses redirect to change protocol completely.
{partURL1:name1,partURL2:name2,partURL3:name3} where the name following the
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
If you pull the scrollbar when transferring with curl in a Windows console
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
#endif
/* 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)
#define FOPEN_READTEXT "rt"
882
938
# 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
# 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
.nf
$ mkdir daily-curl
$ cd daily-curl
- $ git clone git://github.com/bagder/curl.git
+ $ git clone git://github.com/curl/curl.git
.fi
With the curl sources checked out, or downloaded, you can start testing right