<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/mongo.git/src/mongo/util/net/socket_utils.cpp, branch master</title>
<subtitle>github.com: mongodb/mongo.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/mongo.git/'/>
<entry>
<title>SERVER-69063 fix the setting of TCP keepalive parameters</title>
<updated>2023-03-21T00:35:06+00:00</updated>
<author>
<name>Billy Donahue</name>
<email>billy.donahue@mongodb.com</email>
</author>
<published>2023-03-20T23:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/mongo.git/commit/?id=80f4b5acfbcfea25d24ae6d78988da7b90f1d46b'/>
<id>80f4b5acfbcfea25d24ae6d78988da7b90f1d46b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-72935 switch c stdlib headers to cpp compat stdlib headers</title>
<updated>2023-01-20T23:56:24+00:00</updated>
<author>
<name>Daniel Moody</name>
<email>daniel.moody@mongodb.com</email>
</author>
<published>2023-01-17T16:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/mongo.git/commit/?id=f295f411cfa181bef2792909e32fe857d7f1c2ce'/>
<id>f295f411cfa181bef2792909e32fe857d7f1c2ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-9434 Audit and Normalize Process Exit Codes</title>
<updated>2022-07-07T18:26:31+00:00</updated>
<author>
<name>Matt Kneiser</name>
<email>matt.kneiser@mongodb.com</email>
</author>
<published>2022-07-05T17:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/mongo.git/commit/?id=c44db4ac9d0c4c368835dac9f2fbd5869d885f17'/>
<id>c44db4ac9d0c4c368835dac9f2fbd5869d885f17</id>
<content type='text'>
- Put all references to ExitCode enumerators under an enum class to namespace
  all the enumerators and avoid polluting the mongo namespace with possible
  naming collisions.
- Added magic-number exit codes to exit_code.h like 50 &amp; 51
  (LauncherMiddleError &amp; LauncherError respectively).
- Reserved a range of exit codes to account for FreeBSD's usage of 64-78.
- Renamed all enums with removal of EXIT_ which could conflict or get confused
  with built-in macros.
- camelCased all ExitCode enum values.
- Added the generic - ExitCode::fail - for returning 1 as failure.
- Added explicit dependency on the exit_code.h header for all files using
  ExitCode's.
- Removed all references to implementation-defined exit codes like EXIT_FAILURE
  and EXIT_SUCCESS.
- Narrowed return values of the shell's undocumented quit() argument to portable
  values within 0-255, 0/ExitCode::clean otherwise.
- Deprecated 8 unused ExitCode's
  - java
  - oomMalloc
  - oomRealloc
  - fs
  - clockSkew
  - windowsServiceStop
  - possibleCorruption
  - test
- Wrapped the 2 Windows-only ExitCode's in #ifdef's
  - ntServiceError
  - windowsServiceStop
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Put all references to ExitCode enumerators under an enum class to namespace
  all the enumerators and avoid polluting the mongo namespace with possible
  naming collisions.
- Added magic-number exit codes to exit_code.h like 50 &amp; 51
  (LauncherMiddleError &amp; LauncherError respectively).
- Reserved a range of exit codes to account for FreeBSD's usage of 64-78.
- Renamed all enums with removal of EXIT_ which could conflict or get confused
  with built-in macros.
- camelCased all ExitCode enum values.
- Added the generic - ExitCode::fail - for returning 1 as failure.
- Added explicit dependency on the exit_code.h header for all files using
  ExitCode's.
- Removed all references to implementation-defined exit codes like EXIT_FAILURE
  and EXIT_SUCCESS.
- Narrowed return values of the shell's undocumented quit() argument to portable
  values within 0-255, 0/ExitCode::clean otherwise.
- Deprecated 8 unused ExitCode's
  - java
  - oomMalloc
  - oomRealloc
  - fs
  - clockSkew
  - windowsServiceStop
  - possibleCorruption
  - test
- Wrapped the 2 Windows-only ExitCode's in #ifdef's
  - ntServiceError
  - windowsServiceStop
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes</title>
<updated>2022-05-06T00:08:12+00:00</updated>
<author>
<name>Billy Donahue</name>
<email>billy.donahue@mongodb.com</email>
</author>
<published>2022-05-05T21:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/mongo.git/commit/?id=330458e81f9baa3f936d639dc3edbe1a8c4c5a32'/>
<id>330458e81f9baa3f936d639dc3edbe1a8c4c5a32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-41353 replace errnoWithDescription with an API based on std::error_code</title>
<updated>2022-04-28T08:28:54+00:00</updated>
<author>
<name>Billy Donahue</name>
<email>billy.donahue@mongodb.com</email>
</author>
<published>2022-04-28T07:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/mongo.git/commit/?id=5b17ba836945f2b7cbcc77a643311f41fe7b7b6e'/>
<id>5b17ba836945f2b7cbcc77a643311f41fe7b7b6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-57466 Swallow connection reset-related errors received during ASIO session establishment</title>
<updated>2021-10-14T21:35:30+00:00</updated>
<author>
<name>Blake Oler</name>
<email>blake.oler@mongodb.com</email>
</author>
<published>2021-10-14T20:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/mongo.git/commit/?id=ffededcdc670d83f4fdf5819f5ab1d9c5750c67c'/>
<id>ffededcdc670d83f4fdf5819f5ab1d9c5750c67c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-55787 Better expose getaddrinfo errors in SockAddr</title>
<updated>2021-04-23T16:17:00+00:00</updated>
<author>
<name>Ben Caimano</name>
<email>ben.caimano@10gen.com</email>
</author>
<published>2021-04-23T15:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/mongo.git/commit/?id=83f45db3ee406ae9218764170e90ac8714e05e97'/>
<id>83f45db3ee406ae9218764170e90ac8714e05e97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-47735 change mongo source over to logv2</title>
<updated>2020-04-26T23:06:52+00:00</updated>
<author>
<name>Billy Donahue</name>
<email>billy.donahue@mongodb.com</email>
</author>
<published>2020-04-25T16:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/mongo.git/commit/?id=eae31861e0f813f0099e1d490c4a622d75cd5a08'/>
<id>eae31861e0f813f0099e1d490c4a622d75cd5a08</id>
<content type='text'>
  - Remove several legacy logger/ files
  - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version.
  - Globally replace logger::{LogSeverity,LogComponent} =&gt; logv2::
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Remove several legacy logger/ files
  - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version.
  - Globally replace logger::{LogSeverity,LogComponent} =&gt; logv2::
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-46950 Add message-strings for TLS</title>
<updated>2020-04-01T19:30:01+00:00</updated>
<author>
<name>Shreyas Kalyan</name>
<email>shreyas.kalyan@10gen.com</email>
</author>
<published>2020-03-19T05:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/mongo.git/commit/?id=af7f1e3a778a201a4bd6a372eb441b0f73b9c2ba'/>
<id>af7f1e3a778a201a4bd6a372eb441b0f73b9c2ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "SERVER-46950 Add message-strings for TLS"</title>
<updated>2020-03-27T14:17:48+00:00</updated>
<author>
<name>Spencer Jackson</name>
<email>spencer.jackson@mongodb.com</email>
</author>
<published>2020-03-27T13:46:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/mongo.git/commit/?id=ac70762faba7453831782a7681618e3560659eac'/>
<id>ac70762faba7453831782a7681618e3560659eac</id>
<content type='text'>
This reverts commit 81885344c49450f1618d056543ff35a05440324e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 81885344c49450f1618d056543ff35a05440324e.
</pre>
</div>
</content>
</entry>
</feed>
