summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
| | | | | | | | | | | | - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
* tests: add HTTP/3 test case, custom location for proper nghttpxStefan Eissing2022-11-301-0/+2
| | | | | | | | | | | | | | | | | | | | | - adding support for HTTP/3 test cases via a nghttpx server that is build with ngtcp2 and nghttp3. - test2500 is the first test case, performing a simple GET. - nghttpx is checked for support and the 'feature' nghttpx-h3 is set accordingly. test2500 will only run, when supported. - a specific nghttpx location can be given in the environment variable NGHTTPX or via the configure option --with-test-nghttpx=<path> Extend NGHTTPX config to H2 tests as well * use $ENV{NGHTTPX} and the configured default also in http2 server starts * always provide the empty test/nghttpx.conf to nghttpx. as it defaults to reading /etc/nghttpx/nghttpx.conf otherwise. Added nghttpx to CI ngtcp2 jobs to run h3 tests. Closes #9031
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+4
| | | | | | | | | | | Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
* tests: refactor server/socksd.c to support --unix-socketBalakrishnan Balasubramanian2022-04-171-0/+1
| | | | Closes #8687
* msh3: add support for QUIC and HTTP/3 using msh3Nick Banks2022-04-101-0/+1
| | | | | | Considered experimental, as the other HTTP/3 backends. Closes #8517
* .gitignore: add directory containing the stats repoMarc Hoersken2020-06-051-1/+1
| | | | | | Since the new curl/stats repository is designed to be checked out into the curl repository working tree as stats/ it should be on the ignore list to aid in commit staging.
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-1/+1
| | | | | | | | | | | - Stick to a single unified way to use structs - Make checksrc complain on 'typedef struct {' - Allow them in tests, public headers and examples - Let MD4_CTX, MD5_CTX, and SHA256_CTX typedefs remain as they actually typedef different types/structs depending on build conditions. Closes #5338
* scripts/completion.pl: also generate fish completion fileSimon Legner2019-03-021-0/+1
| | | | | | This is the renamed script formerly known as zsh.pl Closes #3545
* checksrc: add COPYRIGHTYEAR checkDaniel Gustafsson2018-12-031-0/+1
| | | | | | | | | | | | | | | | | | | | Forgetting to bump the year in the copyright clause when hacking has been quite common among curl developers, but a traditional checksrc check isn't a good fit as it would penalize anyone hacking on January 1st (among other things). This adds a more selective COPYRIGHTYEAR check which intends to only cover the currently hacked on changeset. The check for updated copyright year is currently not enforced on all files but only on files edited and/or committed locally. This is due to the amount of files which aren't updated with their correct copyright year at the time of their respective commit. To further avoid running this expensive check for every developer, it adds a new local override mode for checksrc where a .checksrc file can be used to turn on extended warnings locally. Closes #3303 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
* ossfuzz: Move to C++ for curl_fuzzer.Max Dymond2017-09-021-0/+1
| | | | | | | | Automake gets confused if you want to use C++ static libraries with C code - basically we need to involve the clang++ linker. The easiest way of achieving this is to rename the C code as C++ code. This gets us a bit further along the path and ought to be compatible with Google's version of clang.
* ossfuzz: additional seed corporaMax Dymond2017-09-011-0/+2
| | | | | | | | | | | | | | Create simple seed corpora for: - FTP - telnet - dict - tftp - imap - pop3 based off the tests of the same number. Closes #1842
* gitignore: ignore .xz now instead of .lzmaDaniel Stenberg2017-08-131-1/+1
|
* gitignore: ignore top-level .vs folderMarcel Raad2017-08-101-0/+1
| | | | | | | This folder is generated when using the CMake build system from within Visual Studio. Closes https://github.com/curl/curl/pull/1746
* test: add impacket for SMB testingMax Dymond2017-07-041-0/+2
| | | | | | | Import impacket 0.9.15 for use in SMB testing. This was generated by doing "pip2.7 install -t . impacket" Unnecessary files for current testing were deleted.
* gitignore: ignore all vim swap filesPaul Harris2017-06-091-1/+1
| | | | Closes #1561
* build: Install zsh completionDaniel Shahaf2015-11-241-0/+1
| | | | | Fixes #534 Closes #537
* gitignore: Sort for readabilityJay Satiro2015-08-181-29/+29
| | | | find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
* gitignore: Ignore Windows build output directoriesJay Satiro2015-04-161-0/+2
|
* gitignore: ignore test-driver fileMatthew Hall2015-04-131-0/+1
|
* Revert "repository: ignore patch files generated by git"Kamil Dudka2014-11-241-1/+0
| | | | | | This reverts commit 217024a687ce86eb6d2317822ed81c7e5abc4b61. Bug: https://github.com/bagder/curl/commit/217024a6#commitcomment-8693738
* gitignore: ignore .dirstamp filesDaniel Stenberg2013-12-181-0/+1
|
* repository: ignore patch files generated by gitAlexander Klauer2013-02-221-0/+1
| | | | Ignores the patch files generated by the 'git format-patch' command.
* Moved some patterns to subfolder's .gitignore.Guenter Knauf2012-07-031-5/+0
|
* Added files generated by mingw32, eclipse and VC.Guenter Knauf2012-07-031-0/+8
| | | | Posted by Marc Hoersken.
* gitignore: config.cacheDaniel Stenberg2011-06-301-0/+1
|
* ignore: CHANGES.dist gets generated by maketgzDaniel Stenberg2010-06-211-0/+1
|
* ignore files generated by 'maketgz'Daniel Stenberg2010-04-141-0/+4
|
* more files to ignoreDaniel Stenberg2010-03-211-1/+1
|
* provide an initial set of .gitignore filesDaniel Stenberg2010-03-201-0/+38