<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/gsathya/pyonionoo, branch master</title>
<subtitle>gsathya's onionoo in python repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/gsathya/pyonionoo.git/'/>
<entry>
<title>stricter argument parsing</title>
<updated>2012-09-28T07:21:47+00:00</updated>
<author>
<name>Sathyanarayanan Gunasekaran</name>
<email>gsathya.ceg@gmail.com</email>
</author>
<published>2012-09-28T07:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/gsathya/pyonionoo.git/commit/?id=42335d17fa2fe25f75c763659d09cabb3b46fc88'/>
<id>42335d17fa2fe25f75c763659d09cabb3b46fc88</id>
<content type='text'>
* check lengths of country, search, lookup parameters
* make error_msg more modular
* refactor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* check lengths of country, search, lookup parameters
* make error_msg more modular
* refactor
</pre>
</div>
</content>
</entry>
<entry>
<title>make fingerprint, hashed_fingerprint case sensitive</title>
<updated>2012-09-28T07:15:07+00:00</updated>
<author>
<name>Sathyanarayanan Gunasekaran</name>
<email>gsathya.ceg@gmail.com</email>
</author>
<published>2012-09-28T06:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/gsathya/pyonionoo.git/commit/?id=56847d9bfa63b8c5ccfba225f5bdbf06b864e610'/>
<id>56847d9bfa63b8c5ccfba225f5bdbf06b864e610</id>
<content type='text'>
Now that we have a lookup column which is case insensitive,
we can make fingerprint and hashed_fingerprint case sensitive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we have a lookup column which is case insensitive,
we can make fingerprint and hashed_fingerprint case sensitive.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the same LIKE-based approach for lookup parameter.</title>
<updated>2012-09-28T07:15:07+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2012-09-27T12:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/gsathya/pyonionoo.git/commit/?id=377771bb9b8302d5207b776dc2111d23f69992bc'/>
<id>377771bb9b8302d5207b776dc2111d23f69992bc</id>
<content type='text'>
There were two problems with requests containing the lookup parameter:
- We currently mix AND and OR conditions in the SELECT statement without
  correctly parethesizing them.  This could lead to surprising results
  when combining the lookup parameter with other parameters.
- Lookup requests took 1.6 seconds on my local machine compared to 20
  milliseconds for other requests.

Using the same LIKE-based approach for the lookup parameter that we also
used for the search parameter fixes both problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were two problems with requests containing the lookup parameter:
- We currently mix AND and OR conditions in the SELECT statement without
  correctly parethesizing them.  This could lead to surprising results
  when combining the lookup parameter with other parameters.
- Lookup requests took 1.6 seconds on my local machine compared to 20
  milliseconds for other requests.

Using the same LIKE-based approach for the lookup parameter that we also
used for the search parameter fixes both problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'gsathya/bug_6954'</title>
<updated>2012-09-27T14:52:13+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2012-09-27T14:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/gsathya/pyonionoo.git/commit/?id=f7421ab8d6b2a29e6e2ef90b2f7b771035db1a46'/>
<id>f7421ab8d6b2a29e6e2ef90b2f7b771035db1a46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'gsathya/bug_6953'</title>
<updated>2012-09-27T12:13:50+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2012-09-27T12:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/gsathya/pyonionoo.git/commit/?id=04ba4cc32a7d39008c56640524ecb99cfce0b477'/>
<id>04ba4cc32a7d39008c56640524ecb99cfce0b477</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug in thread invocation</title>
<updated>2012-09-27T08:17:02+00:00</updated>
<author>
<name>Sathyanarayanan Gunasekaran</name>
<email>gsathya.ceg@gmail.com</email>
</author>
<published>2012-09-27T08:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/gsathya/pyonionoo.git/commit/?id=02060e98dd1e72f3ae24ee1f2a1fb574140a0da5'/>
<id>02060e98dd1e72f3ae24ee1f2a1fb574140a0da5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add get_timestamp()</title>
<updated>2012-09-27T08:09:00+00:00</updated>
<author>
<name>Sathyanarayanan Gunasekaran</name>
<email>gsathya.ceg@gmail.com</email>
</author>
<published>2012-09-27T08:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/gsathya/pyonionoo.git/commit/?id=93b9651b16f18dc9dd8247ae741bc84c797ddeb8'/>
<id>93b9651b16f18dc9dd8247ae741bc84c797ddeb8</id>
<content type='text'>
get_timestamp() queries the database for the latest know
published relay consensus and bridge network status document
and returns a tuple containing these 2 values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
get_timestamp() queries the database for the latest know
published relay consensus and bridge network status document
and returns a tuple containing these 2 values.
</pre>
</div>
</content>
</entry>
<entry>
<title>make lookup and country parameters case insensitive</title>
<updated>2012-09-27T07:49:47+00:00</updated>
<author>
<name>Sathyanarayanan Gunasekaran</name>
<email>gsathya.ceg@gmail.com</email>
</author>
<published>2012-09-27T07:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/gsathya/pyonionoo.git/commit/?id=0c8aea6cd1d4ec89d388972fbb204732fdc31132'/>
<id>0c8aea6cd1d4ec89d388972fbb204732fdc31132</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make search column case insensitive</title>
<updated>2012-09-27T07:44:09+00:00</updated>
<author>
<name>Sathyanarayanan Gunasekaran</name>
<email>gsathya.ceg@gmail.com</email>
</author>
<published>2012-09-25T12:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/gsathya/pyonionoo.git/commit/?id=6204a9dc8f2189625288ea8516bd18f836e47e48'/>
<id>6204a9dc8f2189625288ea8516bd18f836e47e48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use "text" type in database schema</title>
<updated>2012-09-27T07:44:08+00:00</updated>
<author>
<name>Sathyanarayanan Gunasekaran</name>
<email>gsathya.ceg@gmail.com</email>
</author>
<published>2012-09-25T12:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/gsathya/pyonionoo.git/commit/?id=475753091b51a2c255dce94e16cb4f8e4d7807f2'/>
<id>475753091b51a2c255dce94e16cb4f8e4d7807f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
