<feed xmlns='http://www.w3.org/2005/Atom'>
<title>obfsvpn.git/client, branch main</title>
<subtitle>[obfsvpn] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/'/>
<entry>
<title>Allow to set proxy address without creating a new client. Useful for port binding error handling</title>
<updated>2022-07-12T13:46:27+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2022-07-12T13:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=626db4e2de1df338049a10f31ad6116409d63c6b'/>
<id>626db4e2de1df338049a10f31ad6116409d63c6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use log.Printf only when a format is provided</title>
<updated>2022-07-04T09:47:21+00:00</updated>
<author>
<name>Anjan Nath</name>
<email>kaludios@gmail.com</email>
</author>
<published>2022-07-04T09:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=fbe1c1ec72293edcf61d7293f330e3d0ef6f2130'/>
<id>fbe1c1ec72293edcf61d7293f330e3d0ef6f2130</id>
<content type='text'>
This adds a check to c.log to see if the format string is empty
if its empty use log.Print and if a format is provided then use
log.Printf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a check to c.log to see if the format string is empty
if its empty use log.Print and if a format is provided then use
log.Printf
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error reported by go test</title>
<updated>2022-07-04T09:47:21+00:00</updated>
<author>
<name>Anjan Nath</name>
<email>kaludios@gmail.com</email>
</author>
<published>2022-07-04T09:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=1de62aea0a77a79a4205950e9d590753cba09019'/>
<id>1de62aea0a77a79a4205950e9d590753cba09019</id>
<content type='text'>
This fixes the following error from go test
```
client/client.go:45:8: (*0xacab.org/leap/obfsvpn/client.Client).log call has arguments but no formatting directives
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the following error from go test
```
client/client.go:45:8: (*0xacab.org/leap/obfsvpn/client.Client).log call has arguments but no formatting directives
```
</pre>
</div>
</content>
</entry>
<entry>
<title>fix anonymous function call</title>
<updated>2022-06-26T14:39:47+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2022-06-26T14:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=feff527c00e56b2da3584360f81495e003034f1f'/>
<id>feff527c00e56b2da3584360f81495e003034f1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix started state tracking</title>
<updated>2022-06-22T22:41:32+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2022-06-22T22:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=295f071ce87dacd59f1b57fc90ea9803aadaa9cf'/>
<id>295f071ce87dacd59f1b57fc90ea9803aadaa9cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement simple event logging interface</title>
<updated>2022-06-22T22:40:11+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2022-06-22T22:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=f4113a5dfa178f1fe86c04b2f196842c83e2bffe'/>
<id>f4113a5dfa178f1fe86c04b2f196842c83e2bffe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove mutex, handle thread safety outside</title>
<updated>2022-06-22T22:31:49+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2022-06-22T22:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=d9aabb980b83e5f3622a3fd9ab19cc4b51104899'/>
<id>d9aabb980b83e5f3622a3fd9ab19cc4b51104899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor conditional for readability</title>
<updated>2022-06-06T13:04:45+00:00</updated>
<author>
<name>atanarjuat</name>
<email>atanarjuat@example.com</email>
</author>
<published>2022-06-06T13:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=d50d19ca2ed3d78909316a711060ed0be98555e0'/>
<id>d50d19ca2ed3d78909316a711060ed0be98555e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>status</title>
<updated>2022-06-06T12:41:20+00:00</updated>
<author>
<name>atanarjuat</name>
<email>atanarjuat@example.com</email>
</author>
<published>2022-06-06T12:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=091c162ffd0cad17033b1ef6b3698f168193eeb4'/>
<id>091c162ffd0cad17033b1ef6b3698f168193eeb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>draft stop method</title>
<updated>2022-06-06T12:05:52+00:00</updated>
<author>
<name>cyBerta</name>
<email>cyberta@riseup.net</email>
</author>
<published>2022-05-30T13:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/obfsvpn.git/commit/?id=823cb0ae2393db4186905226145e9791b202f0eb'/>
<id>823cb0ae2393db4186905226145e9791b202f0eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
