<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/puppet/modules, branch citest</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>Fix for deprecated variable access (#8370)</title>
<updated>2016-08-25T19:55:28+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-08-25T19:55:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=9330632082aac83b3e4f53ed71050386207c15c7'/>
<id>9330632082aac83b3e4f53ed71050386207c15c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>syslog: remove duplicate messages (#8405).</title>
<updated>2016-08-25T19:54:01+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-08-23T13:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=a0113e33c9dfbb52c1865aa0001236822aa21a13'/>
<id>a0113e33c9dfbb52c1865aa0001236822aa21a13</id>
<content type='text'>
Change-Id: I90f8d160d2293288066847bcc199f480d06d877d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I90f8d160d2293288066847bcc199f480d06d877d
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rsyslog auth.log entries (#8381).</title>
<updated>2016-08-25T19:53:37+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-08-19T12:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=8ab8176dc076db4a0fb1fc1bf45f02efb0165c28'/>
<id>8ab8176dc076db4a0fb1fc1bf45f02efb0165c28</id>
<content type='text'>
The auth.log rsyslog entry was accidentally removed in #7863.

Change-Id: I4ebffeafedbca5df902041ddd2bcb80d3f68b230
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The auth.log rsyslog entry was accidentally removed in #7863.

Change-Id: I4ebffeafedbca5df902041ddd2bcb80d3f68b230
</pre>
</div>
</content>
</entry>
<entry>
<title>Disallow intra-client connectivity (#8272).</title>
<updated>2016-08-25T19:50:39+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-08-04T18:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=abd56fccf75cd4132b62cb53d90b07529b4f4290'/>
<id>abd56fccf75cd4132b62cb53d90b07529b4f4290</id>
<content type='text'>
If you connect to the VPN with a client, you can make direct network
connections to the other connected clients.

This allows communication to the eip gateways, but disallows any other
connections.

Change-Id: I73e5bb5715e4d91256cbf95eda8c0ec70aa75f93
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you connect to the VPN with a client, you can make direct network
connections to the other connected clients.

This allows communication to the eip gateways, but disallows any other
connections.

Change-Id: I73e5bb5715e4d91256cbf95eda8c0ec70aa75f93
</pre>
</div>
</content>
</entry>
<entry>
<title>Disallow intra-client connectivity (#8272).</title>
<updated>2016-08-25T19:50:02+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-08-04T18:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=6e7c970afb44aab6c8a293e088bac5d205660e74'/>
<id>6e7c970afb44aab6c8a293e088bac5d205660e74</id>
<content type='text'>
If you connect to the VPN with a client, you can make direct network
connections to the other connected clients.

This allows communication to the eip gateways, but disallows any other
connections.

Change-Id: I73e5bb5715e4d91256cbf95eda8c0ec70aa75f93
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you connect to the VPN with a client, you can make direct network
connections to the other connected clients.

This allows communication to the eip gateways, but disallows any other
connections.

Change-Id: I73e5bb5715e4d91256cbf95eda8c0ec70aa75f93
</pre>
</div>
</content>
</entry>
<entry>
<title>Set TCP_NODELAY option for couchdb (#8264)</title>
<updated>2016-08-25T19:49:12+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-08-02T18:50:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=dbeaa91f10441bb44d328f5abe255f5b93c6ef63'/>
<id>dbeaa91f10441bb44d328f5abe255f5b93c6ef63</id>
<content type='text'>
Mochiweb in couchdb by default sets the TCP socket option SO_NODELAY to
false. This means that small data sent to the TCP socket, like the reply
to a document write request (or reading a very small document), will not
be sent immediately to the network - TCP will buffer it for a while
hoping that it will be asked to send more data through the same socket
and then send all the data at once for increased performance.

Setting this increases the couchdb speed significantly.

Change-Id: Ib493ef061ff62c9bdee501e44ce2b55990fe14b7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mochiweb in couchdb by default sets the TCP socket option SO_NODELAY to
false. This means that small data sent to the TCP socket, like the reply
to a document write request (or reading a very small document), will not
be sent immediately to the network - TCP will buffer it for a while
hoping that it will be asked to send more data through the same socket
and then send all the data at once for increased performance.

Setting this increases the couchdb speed significantly.

Change-Id: Ib493ef061ff62c9bdee501e44ce2b55990fe14b7
</pre>
</div>
</content>
</entry>
<entry>
<title>fix site_static's call to passenger</title>
<updated>2016-08-25T19:46:52+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-07-22T04:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=e2fd4bba275e4d66a908b8917610e60dbab79d20'/>
<id>e2fd4bba275e4d66a908b8917610e60dbab79d20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix couchdb's backupninja</title>
<updated>2016-08-25T19:45:56+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-07-22T04:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=2ee75066a1cfcb0bc179dec4dca4039c9aedd1b3'/>
<id>2ee75066a1cfcb0bc179dec4dca4039c9aedd1b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate syslog entry (#8021).</title>
<updated>2016-08-25T19:37:57+00:00</updated>
<author>
<name>Micah</name>
<email>micah@leap.se</email>
</author>
<published>2016-07-05T17:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=373cd5ca52abb3170b278201291f421a8f6baec7'/>
<id>373cd5ca52abb3170b278201291f421a8f6baec7</id>
<content type='text'>
In an attempt to resolve #8021, a template error was made, causing
duplicated entries to appear in the rsyslog template.

Change-Id: Ic41d6ef9aec9865cf64312c1eb96e408b39d441c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In an attempt to resolve #8021, a template error was made, causing
duplicated entries to appear in the rsyslog template.

Change-Id: Ic41d6ef9aec9865cf64312c1eb96e408b39d441c
</pre>
</div>
</content>
</entry>
<entry>
<title>fix static site apache config</title>
<updated>2016-08-25T19:34:59+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-06-30T19:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d54da335c73cc778aa3469c40bdd47413ad9534f'/>
<id>d54da335c73cc778aa3469c40bdd47413ad9534f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
