Searched +full:md +full:- +full:nits (Results 1 – 25 of 37) sorted by relevance
12
| /third_party/openssl/ |
| D | HACKING.md | 9 [Configurations/unix-Makefile.tmpl](Configurations/unix-Makefile.tmpl) 14 ./Configure -Werror --strict-warnings [your-options] 22 (see [CONTRIBUTING.md](CONTRIBUTING.md)), it's worth running: 24 make doc-nits
|
| D | CONTRIBUTING.md | 6 [Getting Started]: <https://www.openssl.org/community/getting-started.html> 34 git commit --amend 36 git push -f 44 Copyright 20xx-20yy The OpenSSL Project Authors. All Rights Reserved. 58 `--strict-warnings` `Configure` option. OpenSSL compiles on many varied 63 [coding style]: https://www.openssl.org/policies/technical/coding-style.html 67 [test/README.md](test/README.md) for information on the test framework. 71 examples of our style. Run "make doc-nits" to make sure that your 75 consider adding a note in [CHANGES.md](CHANGES.md). 79 Please note that this is NOT simply a copy of git-log one-liners. [all …]
|
| D | CHANGES.md | 4 This is a high-level summary of the most important changes. 11 ---------------- 13 - [OpenSSL 3.0](#openssl-30) 14 - [OpenSSL 1.1.1](#openssl-111) 15 - [OpenSSL 1.1.0](#openssl-110) 16 - [OpenSSL 1.0.2](#openssl-102) 17 - [OpenSSL 1.0.1](#openssl-101) 18 - [OpenSSL 1.0.0](#openssl-100) 19 - [OpenSSL 0.9.x](#openssl-09x) 22 ----------- [all …]
|
| /third_party/node/ |
| D | onboarding.md | 9 confirm that they are using [two-factor authentication][]. It will not be 10 possible to add them to the organization if they are not using two-factor 15 * Suggest the new Collaborator install [`node-core-utils`][] and 23 [Who to CC in the issue tracker][who-to-cc]. 28 * [local setup](#local-setup) 29 * [project goals and values](#project-goals-and-values) 30 * [managing the issue tracker](#managing-the-issue-tracker) 31 * [reviewing pull requests](#reviewing-pull-requests) 32 * [landing pull requests](#landing-pull-requests) 37 * Make sure you have whitespace=fix: `git config --global --add [all …]
|
| /third_party/rust/crates/tracing/ |
| D | CONTRIBUTING.md | 20 [`CONTRIBUTING.md` file][tokio-contrib] in the `tokio-rs/tokio` repository. 22 [dev]: https://gitter.im/tokio-rs/dev 24 [tokio-contrib]: https://github.com/tokio-rs/tokio/blob/master/CONTRIBUTING.md 31 [coc]: https://github.com/rust-lang/rust/blob/master/CODE_OF_CONDUCT.md 39 tokio-rs/tracing [issue tracker][issues] is the way to report it. 54 [issues]: https://github.com/tokio-rs/tracing/issues 67 be presented with a [basic template][issue-template] that should be filled in. If you 83 [issue-template]: .github/ISSUE_TEMPLATE/bug_report.md 135 crate should have a `dev-dependency` on `tracing` itself. This makes all 145 use the API. Documentation tests are run with `cargo test --doc`. This ensures [all …]
|
| /third_party/openssl/.github/workflows/ |
| D | ci.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 14 # BUILDOPTS: "-j4" 15 # HARNESS_JOBS: "${HARNESS_JOBS:-4}" 19 # - make="make -s" 26 runs-on: ubuntu-latest 28 - name: install unifdef 30 sudo apt-get update 31 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef 32 - uses: actions/checkout@v2 34 fetch-depth: 0 [all …]
|
| /third_party/node/doc/guides/contributing/ |
| D | pull-requests.md | 4 * [Setting up your local environment](#setting-up-your-local-environment) 5 * [Step 1: Fork](#step-1-fork) 6 * [Step 2: Branch](#step-2-branch) 7 * [The process of making changes](#the-process-of-making-changes) 8 * [Step 3: Code](#step-3-code) 9 * [Step 4: Commit](#step-4-commit) 10 * [Commit message guidelines](#commit-message-guidelines) 11 * [Step 5: Rebase](#step-5-rebase) 12 * [Step 6: Test](#step-6-test) 13 * [Step 7: Push](#step-7-push) [all …]
|
| /third_party/openssl/Configurations/ |
| D | unix-Makefile.tmpl | 4 ## {- join("\n## ", @autowarntext) -} 5 {- 9 our $makedepcmd = platform->makedepcmd(); 17 our $sover_dirname = platform->shlib_version_as_filename(); 29 $COLUMNS = int($COLUMNS) - 2; # 2 to leave space for ending ' \' 61 -} 62 PLATFORM={- $config{target} -} 63 OPTIONS={- $config{options} -} 64 CONFIGURE_ARGS=({- join(", ",quotify_l(@{$config{perlargv}})) -}) 65 SRCDIR={- $config{sourcedir} -} [all …]
|
| /third_party/node/doc/changelogs/ |
| D | CHANGELOG_V9.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 36 * [14.x](CHANGELOG_V14.md) 37 * [13.x](CHANGELOG_V13.md) 38 * [12.x](CHANGELOG_V12.md) 39 * [11.x](CHANGELOG_V11.md) 40 * [10.x](CHANGELOG_V10.md) 41 * [8.x](CHANGELOG_V8.md) 42 * [7.x](CHANGELOG_V7.md) [all …]
|
| D | CHANGELOG_V8.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 57 * [14.x](CHANGELOG_V14.md) 58 * [13.x](CHANGELOG_V13.md) 59 * [12.x](CHANGELOG_V12.md) 60 * [11.x](CHANGELOG_V11.md) 61 * [10.x](CHANGELOG_V10.md) 62 * [9.x](CHANGELOG_V9.md) 63 * [7.x](CHANGELOG_V7.md) [all …]
|
| D | CHANGELOG_V12.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 46 * [14.x](CHANGELOG_V14.md) 47 * [13.x](CHANGELOG_V13.md) 48 * [11.x](CHANGELOG_V11.md) 49 * [10.x](CHANGELOG_V10.md) 50 * [9.x](CHANGELOG_V9.md) 51 * [8.x](CHANGELOG_V8.md) 52 * [7.x](CHANGELOG_V7.md) [all …]
|
| D | CHANGELOG_V6.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 66 * [14.x](CHANGELOG_V14.md) 67 * [13.x](CHANGELOG_V13.md) 68 * [12.x](CHANGELOG_V12.md) 69 * [11.x](CHANGELOG_V11.md) 70 * [10.x](CHANGELOG_V10.md) 71 * [9.x](CHANGELOG_V9.md) 72 * [8.x](CHANGELOG_V8.md) [all …]
|
| D | CHANGELOG_V13.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 33 * [14.x](CHANGELOG_V14.md) 34 * [12.x](CHANGELOG_V12.md) 35 * [11.x](CHANGELOG_V11.md) 36 * [10.x](CHANGELOG_V10.md) 37 * [9.x](CHANGELOG_V9.md) 38 * [8.x](CHANGELOG_V8.md) 39 * [7.x](CHANGELOG_V7.md) [all …]
|
| D | CHANGELOG_V10.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 54 * [14.x](CHANGELOG_V14.md) 55 * [13.x](CHANGELOG_V13.md) 56 * [12.x](CHANGELOG_V12.md) 57 * [11.x](CHANGELOG_V11.md) 58 * [9.x](CHANGELOG_V9.md) 59 * [8.x](CHANGELOG_V8.md) 60 * [7.x](CHANGELOG_V7.md) [all …]
|
| D | CHANGELOG_V11.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 35 * [14.x](CHANGELOG_V14.md) 36 * [13.x](CHANGELOG_V13.md) 37 * [12.x](CHANGELOG_V12.md) 38 * [10.x](CHANGELOG_V10.md) 39 * [9.x](CHANGELOG_V9.md) 40 * [8.x](CHANGELOG_V8.md) 41 * [7.x](CHANGELOG_V7.md) [all …]
|
| D | CHANGELOG_V14.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 66 * [13.x](CHANGELOG_V13.md) 67 * [12.x](CHANGELOG_V12.md) 68 * [11.x](CHANGELOG_V11.md) 69 * [10.x](CHANGELOG_V10.md) 70 * [9.x](CHANGELOG_V9.md) 71 * [8.x](CHANGELOG_V8.md) 72 * [7.x](CHANGELOG_V7.md) [all …]
|
| D | CHANGELOG_IOJS.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 67 * [14.x](CHANGELOG_V14.md) 68 * [13.x](CHANGELOG_V13.md) 69 * [12.x](CHANGELOG_V12.md) 70 * [11.x](CHANGELOG_V11.md) 71 * [10.x](CHANGELOG_V10.md) 72 * [9.x](CHANGELOG_V9.md) 73 * [8.x](CHANGELOG_V8.md) [all …]
|
| /third_party/node/deps/cares/ |
| D | CHANGES | 1 Changelog for the c-ares project. Generated with git2changes.pl 6 - missed version 8 - 1.18.1 release prep 10 - ares_getaddrinfo() was returning the wrong size for ai_addrlen 19 - Windows: autotools force linking to iphlpapi 22 - [Gregor Jasny brought this change] 33 - replace Travis badge with Cirrus-CI badge 35 - c-ares 1.18.0 release prep 38 - [Jérôme Duval brought this change] 47 - valgrind: fix reported invalid read [all …]
|
| /third_party/libuv/ |
| D | ChangeLog | 7 * macos: don't use thread-unsafe strtok() (Ben Noordhuis) 60 * loop: add pending work to loop-alive check (Jameson Nash) 68 * bench: add `uv_queue_work` ping-pong measurement (Momtchil Momtchev) 72 * test: fix benchmark-ping-udp (Ryan Liptak) 86 * win: fix style nits [NFC] (Jameson Nash) 92 * doc: checkout -> check out (wyckster) 100 * test: use closefd in runner-unix.c (Guilherme Íscaro) 135 * test: fix typo in test-tty-escape-sequence-processing.c (Ikko Ashimine) 151 * test: remove `dns-server.c` as it is not used anywhere (Darshan Sen) 153 * build: fix non-cmake android builds (YAKSH BARIYA) [all …]
|
| /third_party/node/deps/npm/node_modules/yargs/ |
| D | CHANGELOG.md | 3 …will be documented in this file. See [standard-version](https://github.com/conventional-changelog/… 11 ### [14.2.1](https://github.com/yargs/yargs/compare/v14.2.0...v14.2.1) (2019-10-30) 16 * stop-parse was not being respected by commands ([#1459](https://github.com/yargs/yargs/issues/145… 18 ## [14.2.0](https://github.com/yargs/yargs/compare/v14.1.0...v14.2.0) (2019-10-07) 32 * **deps:** introduce yargs-parser with support for unknown-options-as-args ([#1440](https://github… 34 ## [14.1.0](https://github.com/yargs/yargs/compare/v14.0.0...v14.1.0) (2019-09-06) 51 ## [14.0.0](https://github.com/yargs/yargs/compare/v13.3.0...v14.0.0) (2019-07-30) 65 * **examples:** fix usage-options.js to reflect current API ([#1375](https://github.com/yargs/yargs… 76 ## [13.3.0](https://www.github.com/yargs/yargs/compare/v13.2.4...v13.3.0) (2019-06-10) 81 * **deps:** yargs-parser update addressing several parsing bugs ([#1357](https://www.github.com/yar… [all …]
|
| /third_party/node/doc/api/ |
| D | dgram.json | 3 "source": "doc/api/dgram.md", 11 … an implementation of UDP datagram sockets.</p>\n<pre><code class=\"language-js\">const dgram = re… 94 …-US/docs/Web/JavaScript/Reference/Global_Objects/Object\" class=\"type\"><Object></a> Remote… 124 …\n<code>EADDRINUSE</code> error will occur:</p>\n<pre><code class=\"language-js\">const cluster = … 158 …"desc": "<p>Tells the kernel to join a source-specific multicast channel at the given\n<code>sourc… 220 …le of a UDP server listening on port 41234:</p>\n<pre><code class=\"language-js\">const dgram = re… 271 …tening on an exclusive port is shown below.</p>\n<pre><code class=\"language-js\">socket.bind({\n … 346 …us function that disassociates a connected <code>dgram.Socket</code> from\nits remote address. Try… 408 …"desc": "<p>Instructs the kernel to leave a source-specific multicast channel at the given\n<code>… 511 "pr-url": "https://github.com/nodejs/node/pull/22413", [all …]
|
| D | esm.json | 3 "source": "doc/api/esm.md", 14 "pr-url": "https://github.com/nodejs/node/pull/35781", 21 "pr-url": "https://github.com/nodejs/node/pull/35249", 26 "pr-url": "https://github.com/nodejs/node/pull/34558", 27 "description": "Unflag Top-Level Await." 34 "pr-url": "https://github.com/nodejs/node/pull/31974", 42 "pr-url": "https://github.com/nodejs/node/pull/29866", 43 "description": "Loading ECMAScript modules no longer requires a command-line flag." 47 "pr-url": "https://github.com/nodejs/node/pull/26745", 65 …ful patterns such as relative file loading:</p>\n<pre><code class=\"language-js\">import { readFil… [all …]
|
| D | events.json | 3 "source": "doc/api/events.md", 12 …-driven architecture in which certain kinds of objects (called \"emitters\")\nemit named events th… 17 …-js\">const myEmitter = new MyEmitter();\nmyEmitter.on('event', function(a, b) {\n console.log(a,… 24 …or <code>process.nextTick()</code> methods:</p>\n<pre><code class=\"language-js\">const myEmitter … 31 …-js\">const myEmitter = new MyEmitter();\nlet m = 0;\nmyEmitter.on('event', () => {\n console.log… 38 …-js\">const myEmitter = new MyEmitter();\nmyEmitter.emit('error', new Error('whoops!'));\n// Throw… 47 …-js\">const ee = new EventEmitter();\nee.on('something', async (value) => {\n throw new Error('ka… 62 …-specific implementation\nof the <a href=\"https://dom.spec.whatwg.org/#eventtarget\"><code>EventT… 81 …s may mutate the <code>event</code> object.</p>\n<pre><code class=\"language-js\">function handler… 410 … and once with <code>capture = true</code>.</p>\n<pre><code class=\"language-js\">function handler… [all …]
|
| /third_party/node/deps/npm/changelogs/ |
| D | CHANGELOG-2.md | 1 ### v2.15.12 (2017-03-24): 3 This version brings the latest `node-gyp` to a soon to be released Node.js 4 4.x. The `node-gyp` update is particularly important to Windows folks due to 8 `node-gyp@3.6.0`: 9 Improvements to how Python is located. New `--devdir` flag. 12 Remove path-array dependency, reducing size significantly. 18 ### v2.15.11 (2016-09-08): 25 that, considering how small and resource-constrained our team is, support for 48 `$NPM_CONFIG_USERCONFIG` environment variable, or `--userconfig` command line 67 `graceful-fs@4.1.6` [all …]
|
| /third_party/skia/third_party/externals/libwebp/ |
| D | ChangeLog | 3 731246ba update ChangeLog (tag: v1.2.1-rc2) 10 ece18e55 dsp.h: respect --disable-sse2/sse4.1/neon 56 98bbe35b Fix multi-threading with palettes. 58 88c90c45 add CONTRIBUTING.md 63 8fdaecb0 Disable cross-color when palette is used. 77 fee64287 Merge "wicdec,icc: treat unsupported op as non-fatal" 79 b27ea852 wicdec,icc: treat unsupported op as non-fatal 82 a8853394 SSE4.1 versions of BGRA to RGB/BGR color-space conversions 88 373eb170 gif2webp: don't store loop-count if there's only 1 frame 95 fedac6cc update ChangeLog (tag: v1.2.0-rc3, tag: v1.2.0) [all …]
|
12