<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ooni/oonib, branch v1.1.2</title>
<subtitle>open observatory of network interference - backend system</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/ooni/oonib.git/'/>
<entry>
<title>bump to 1.1.2</title>
<updated>2014-09-03T14:10:16+00:00</updated>
<author>
<name>Arturo Filastò</name>
<email>art@fuffa.org</email>
</author>
<published>2014-09-03T14:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/ooni/oonib.git/commit/?id=c96b3f05a944c2f6f3184093faa499c3fbcdd2c8'/>
<id>c96b3f05a944c2f6f3184093faa499c3fbcdd2c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation problem with http_return_request helper.</title>
<updated>2014-09-03T14:08:30+00:00</updated>
<author>
<name>Arturo Filastò</name>
<email>art@fuffa.org</email>
</author>
<published>2014-09-03T14:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/ooni/oonib.git/commit/?id=0127f112e7f54fa3fdc39eff979d4f66d71c5398'/>
<id>0127f112e7f54fa3fdc39eff979d4f66d71c5398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update oonibackend to 1.1.1</title>
<updated>2014-09-03T14:00:04+00:00</updated>
<author>
<name>Arturo Filastò</name>
<email>art@fuffa.org</email>
</author>
<published>2014-09-03T14:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/ooni/oonib.git/commit/?id=f0cd5b430519158a257768b695856ae51617475c'/>
<id>f0cd5b430519158a257768b695856ae51617475c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix/application_api_rebase'</title>
<updated>2014-09-03T13:54:47+00:00</updated>
<author>
<name>Arturo Filastò</name>
<email>art@fuffa.org</email>
</author>
<published>2014-09-03T13:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/ooni/oonib.git/commit/?id=3e3d4be07f92ec28b82ab34fd7a40b1b3aa7ffd5'/>
<id>3e3d4be07f92ec28b82ab34fd7a40b1b3aa7ffd5</id>
<content type='text'>
* fix/application_api_rebase:
  Print the configured hidden service details to stdout
  Remove runner.py
  Apply Arturo's fix for 12747
  Refactor oonib's usage of twisted application API
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix/application_api_rebase:
  Print the configured hidden service details to stdout
  Remove runner.py
  Apply Arturo's fix for 12747
  Refactor oonib's usage of twisted application API
</pre>
</div>
</content>
</entry>
<entry>
<title>Use shutil.move instead of os.rename.</title>
<updated>2014-09-03T13:38:54+00:00</updated>
<author>
<name>Arturo Filastò</name>
<email>art@fuffa.org</email>
</author>
<published>2014-09-03T13:38:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/ooni/oonib.git/commit/?id=d507cec9856a46ab1a18586d5559861662a77491'/>
<id>d507cec9856a46ab1a18586d5559861662a77491</id>
<content type='text'>
This is needed because otherwise it will not be possible to have the reports
dir on a different device other than the archive dir.
When using os.rename if the dst is not on the same device as src a
"OSError: [Errno 18] Invalid cross-device link" is thrown.
shutil.move will by default try to use os.rename, but if it fails it will copy
src to dst and then remove src.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed because otherwise it will not be possible to have the reports
dir on a different device other than the archive dir.
When using os.rename if the dst is not on the same device as src a
"OSError: [Errno 18] Invalid cross-device link" is thrown.
shutil.move will by default try to use os.rename, but if it fails it will copy
src to dst and then remove src.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in README and in setup.py</title>
<updated>2014-09-02T14:50:50+00:00</updated>
<author>
<name>Arturo Filastò</name>
<email>art@fuffa.org</email>
</author>
<published>2014-09-02T14:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/ooni/oonib.git/commit/?id=188f2eb2aa19fbed9624851d75aea333072e672c'/>
<id>188f2eb2aa19fbed9624851d75aea333072e672c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print the configured hidden service details to stdout</title>
<updated>2014-09-02T14:32:57+00:00</updated>
<author>
<name>aagbsn</name>
<email>aagbsn@extc.org</email>
</author>
<published>2014-08-29T14:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/ooni/oonib.git/commit/?id=0b37b3db782cb83f6a60211184b281f292dd4aca'/>
<id>0b37b3db782cb83f6a60211184b281f292dd4aca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove runner.py</title>
<updated>2014-09-02T14:32:57+00:00</updated>
<author>
<name>aagbsn</name>
<email>aagbsn@extc.org</email>
</author>
<published>2014-08-29T14:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/ooni/oonib.git/commit/?id=08c48f179a886bb1ca8fcc063612461b46f20400'/>
<id>08c48f179a886bb1ca8fcc063612461b46f20400</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply Arturo's fix for 12747</title>
<updated>2014-09-02T14:32:57+00:00</updated>
<author>
<name>aagbsn</name>
<email>aagbsn@extc.org</email>
</author>
<published>2014-08-27T23:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/ooni/oonib.git/commit/?id=2972cb2234fba8d24c009e113541716326793629'/>
<id>2972cb2234fba8d24c009e113541716326793629</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor oonib's usage of twisted application API</title>
<updated>2014-09-02T14:32:57+00:00</updated>
<author>
<name>aagbsn</name>
<email>aagbsn@extc.org</email>
</author>
<published>2014-08-27T14:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/ooni/oonib.git/commit/?id=4d76c781a67b77d0c4115b011ee6257cf933c4ce'/>
<id>4d76c781a67b77d0c4115b011ee6257cf933c4ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
