<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sebastian/obfsproxy, branch bug5097</title>
<subtitle>Sebastian's obfsproxy repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/obfsproxy.git/'/>
<entry>
<title>Don't require that ST_ENV_FAIL_EXTENDED_PORT is set</title>
<updated>2012-02-12T08:48:02+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2012-02-12T08:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/obfsproxy.git/commit/?id=e4371155abe397033c666f802a77a911e837762c'/>
<id>e4371155abe397033c666f802a77a911e837762c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actual solution to bug5072</title>
<updated>2012-02-11T16:24:03+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-02-11T16:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/obfsproxy.git/commit/?id=c52bf0c5c047bdfddf01c1d3e2772c5b0687f69a'/>
<id>c52bf0c5c047bdfddf01c1d3e2772c5b0687f69a</id>
<content type='text'>
When we were setting the flush callback on bev_flush, we were passing
the wrong conn_t as the argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we were setting the flush callback on bev_flush, we were passing
the wrong conn_t as the argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix first log line.</title>
<updated>2012-02-11T15:16:23+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2012-02-11T10:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/obfsproxy.git/commit/?id=fe50f9c7557719e4a7f31514e9f4e26bf84c13aa'/>
<id>fe50f9c7557719e4a7f31514e9f4e26bf84c13aa</id>
<content type='text'>
The idea was to add a newline before the log line to separate runs.  But
that doesn't work so well with timestamps and log severity written before
the actual log message.  Taking out the newline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The idea was to add a newline before the log line to separate runs.  But
that doesn't work so well with timestamps and log severity written before
the actual log message.  Taking out the newline.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add timestamps to log messages.</title>
<updated>2012-02-11T06:34:30+00:00</updated>
<author>
<name>Karsten Loesing</name>
<email>karsten.loesing@gmx.net</email>
</author>
<published>2012-02-10T09:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/obfsproxy.git/commit/?id=c2ef1e7028a4b5c6cf33373d41ae8a93e24ef425'/>
<id>c2ef1e7028a4b5c6cf33373d41ae8a93e24ef425</id>
<content type='text'>
Fixes #5069.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #5069.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from "wwaites" to build on freebsd</title>
<updated>2012-02-11T01:51:02+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-02-11T01:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/obfsproxy.git/commit/?id=04805f75263fad4a841276b8a4114db3d99f36f8'/>
<id>04805f75263fad4a841276b8a4114db3d99f36f8</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 'bug5078'</title>
<updated>2012-02-10T19:49:01+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-02-10T19:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/obfsproxy.git/commit/?id=0ba2d3bbb829cc71e38ecae6d5d9134af9045a22'/>
<id>0ba2d3bbb829cc71e38ecae6d5d9134af9045a22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make SIZEOF_SIZE_T get defined</title>
<updated>2012-02-10T19:31:37+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-02-10T19:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/obfsproxy.git/commit/?id=5f4b127a97d38556f7b60bdffc490872f054d8dc'/>
<id>5f4b127a97d38556f7b60bdffc490872f054d8dc</id>
<content type='text'>
Part of this was adding AC_CHECK_SIZEOF(size_t).

The other part was removing the code to suppress
AC_INCLUDE_DEFAULTS.  That was a neat idea for making the configure
script run faster, but apparently it makes lots of normal autoconf
snippets stop working.  I'd rather be slower than error-prone, so
out _that_ goes.  [And we're not so slow, really. The configure
script still finishes in less than 4 seconds on my desktop.]

This fixes bug 5074, which happened because SIZEOF_SIZE_T was not
getting set, so smartlists could never get expanded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of this was adding AC_CHECK_SIZEOF(size_t).

The other part was removing the code to suppress
AC_INCLUDE_DEFAULTS.  That was a neat idea for making the configure
script run faster, but apparently it makes lots of normal autoconf
snippets stop working.  I'd rather be slower than error-prone, so
out _that_ goes.  [And we're not so slow, really. The configure
script still finishes in less than 4 seconds on my desktop.]

This fixes bug 5074, which happened because SIZEOF_SIZE_T was not
getting set, so smartlists could never get expanded.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use va_copy; do not use the same va_list  twice. fix bug 5078</title>
<updated>2012-02-10T17:36:58+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-02-10T17:36:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/obfsproxy.git/commit/?id=a195187bfaea90324179a18aa87df2628d6b4ec3'/>
<id>a195187bfaea90324179a18aa87df2628d6b4ec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Abort, not exit, on obfs_assert failure</title>
<updated>2012-02-10T16:47:13+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-02-10T16:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/obfsproxy.git/commit/?id=e493fffaacda5e1f6e02aa21ff850361c2789332'/>
<id>e493fffaacda5e1f6e02aa21ff850361c2789332</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bugs in logging functions.</title>
<updated>2012-02-03T15:23:21+00:00</updated>
<author>
<name>George Kadianakis</name>
<email>desnacked@riseup.net</email>
</author>
<published>2012-02-03T15:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/obfsproxy.git/commit/?id=93c9626b9a70614409ee7132a7a98052c19a6fb0'/>
<id>93c9626b9a70614409ee7132a7a98052c19a6fb0</id>
<content type='text'>
* Don't use obfs_assert() in logv().
* Don't set the logging method before opening the log file, in
  log_set_method().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't use obfs_assert() in logv().
* Don't set the logging method before opening the log file, in
  log_set_method().
</pre>
</div>
</content>
</entry>
</feed>
