Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-02 | ossfuzz: Move to C++ for curl_fuzzer. | Max Dymond | |
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. | |||
2017-09-01 | ossfuzz: additional seed corpora | Max Dymond | |
Create simple seed corpora for: - FTP - telnet - dict - tftp - imap - pop3 based off the tests of the same number. Closes #1842 | |||
2017-08-13 | gitignore: ignore .xz now instead of .lzma | Daniel Stenberg | |
2017-08-10 | gitignore: ignore top-level .vs folder | Marcel Raad | |
This folder is generated when using the CMake build system from within Visual Studio. Closes https://github.com/curl/curl/pull/1746 | |||
2017-07-04 | test: add impacket for SMB testing | Max Dymond | |
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. | |||
2017-06-09 | gitignore: ignore all vim swap files | Paul Harris | |
Closes #1561 | |||
2015-11-24 | build: Install zsh completion | Daniel Shahaf | |
Fixes #534 Closes #537 | |||
2015-08-18 | gitignore: Sort for readability | Jay Satiro | |
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}' | |||
2015-04-16 | gitignore: Ignore Windows build output directories | Jay Satiro | |
2015-04-13 | gitignore: ignore test-driver file | Matthew Hall | |
2014-11-24 | Revert "repository: ignore patch files generated by git" | Kamil Dudka | |
This reverts commit 217024a687ce86eb6d2317822ed81c7e5abc4b61. Bug: https://github.com/bagder/curl/commit/217024a6#commitcomment-8693738 | |||
2013-12-18 | gitignore: ignore .dirstamp files | Daniel Stenberg | |
2013-02-22 | repository: ignore patch files generated by git | Alexander Klauer | |
Ignores the patch files generated by the 'git format-patch' command. | |||
2012-07-03 | Moved some patterns to subfolder's .gitignore. | Guenter Knauf | |
2012-07-03 | Added files generated by mingw32, eclipse and VC. | Guenter Knauf | |
Posted by Marc Hoersken. | |||
2011-06-30 | gitignore: config.cache | Daniel Stenberg | |
2010-06-21 | ignore: CHANGES.dist gets generated by maketgz | Daniel Stenberg | |
2010-04-14 | ignore files generated by 'maketgz' | Daniel Stenberg | |
2010-03-21 | more files to ignore | Daniel Stenberg | |
2010-03-20 | provide an initial set of .gitignore files | Daniel Stenberg | |