<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libproxy.git/libmodman/module_manager.cpp, branch master</title>
<subtitle>libproxy.googlecode.com: Obsolete (use libproxy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libproxy.git/'/>
<entry>
<title>(hopefully) make libmodman work on windows using mingw</title>
<updated>2010-09-26T15:42:35+00:00</updated>
<author>
<name>npmccallum</name>
<email>npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56</email>
</author>
<published>2010-09-26T15:42:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libproxy.git/commit/?id=d271c3861c2e8693e9acf000355900583f16c3db'/>
<id>d271c3861c2e8693e9acf000355900583f16c3db</id>
<content type='text'>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@759 c587cffe-e639-0410-9787-d7902ae8ed56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@759 c587cffe-e639-0410-9787-d7902ae8ed56
</pre>
</div>
</content>
</entry>
<entry>
<title>Change modman module to use a structure enabling real builtin</title>
<updated>2010-08-18T20:04:19+00:00</updated>
<author>
<name>nicolas.dufresne</name>
<email>nicolas.dufresne@c587cffe-e639-0410-9787-d7902ae8ed56</email>
</author>
<published>2010-08-18T20:04:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libproxy.git/commit/?id=7defd5c1866b561d6dc9eb2d68c8f43f07d865e5'/>
<id>7defd5c1866b561d6dc9eb2d68c8f43f07d865e5</id>
<content type='text'>
This changes libmodman internal module ABI/API to use a single structure
to store module information. We now have a single structure to load from
the shared object. This same structure is being passed to load builtin
module in a way that does not rely uppon dlopen/dlsym. See issue 133.

git-svn-id: http://libproxy.googlecode.com/svn/trunk@720 c587cffe-e639-0410-9787-d7902ae8ed56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes libmodman internal module ABI/API to use a single structure
to store module information. We now have a single structure to load from
the shared object. This same structure is being passed to load builtin
module in a way that does not rely uppon dlopen/dlsym. See issue 133.

git-svn-id: http://libproxy.googlecode.com/svn/trunk@720 c587cffe-e639-0410-9787-d7902ae8ed56
</pre>
</div>
</content>
</entry>
<entry>
<title>correct some delete references; fixes issue 91; patch from Erik van Pienbroek</title>
<updated>2010-03-05T23:17:50+00:00</updated>
<author>
<name>npmccallum</name>
<email>npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56</email>
</author>
<published>2010-03-05T23:17:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libproxy.git/commit/?id=6a4af63f2157cffae6b11a380ff50ee779c38f21'/>
<id>6a4af63f2157cffae6b11a380ff50ee779c38f21</id>
<content type='text'>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@595 c587cffe-e639-0410-9787-d7902ae8ed56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@595 c587cffe-e639-0410-9787-d7902ae8ed56
</pre>
</div>
</content>
</entry>
<entry>
<title>fix all symbols with a leading '_'</title>
<updated>2010-02-24T14:22:18+00:00</updated>
<author>
<name>npmccallum</name>
<email>npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56</email>
</author>
<published>2010-02-24T14:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libproxy.git/commit/?id=e569f07cbc62b5034d9a78fd2525cb4fbdd6827e'/>
<id>e569f07cbc62b5034d9a78fd2525cb4fbdd6827e</id>
<content type='text'>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@577 c587cffe-e639-0410-9787-d7902ae8ed56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@577 c587cffe-e639-0410-9787-d7902ae8ed56
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a crasher if debug is enabled and no config_modules are found; make builtin modules work on win32</title>
<updated>2010-02-24T05:03:35+00:00</updated>
<author>
<name>npmccallum</name>
<email>npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56</email>
</author>
<published>2010-02-24T05:03:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libproxy.git/commit/?id=eaefd1840a8c47dbe7165cc572a3d403d4e5b33f'/>
<id>eaefd1840a8c47dbe7165cc572a3d403d4e5b33f</id>
<content type='text'>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@573 c587cffe-e639-0410-9787-d7902ae8ed56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@573 c587cffe-e639-0410-9787-d7902ae8ed56
</pre>
</div>
</content>
</entry>
<entry>
<title>fix the last commit</title>
<updated>2010-02-24T03:59:49+00:00</updated>
<author>
<name>npmccallum</name>
<email>npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56</email>
</author>
<published>2010-02-24T03:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libproxy.git/commit/?id=cdd8c7766872cf7b4ff0bf0171c59eefed94f06c'/>
<id>cdd8c7766872cf7b4ff0bf0171c59eefed94f06c</id>
<content type='text'>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@571 c587cffe-e639-0410-9787-d7902ae8ed56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@571 c587cffe-e639-0410-9787-d7902ae8ed56
</pre>
</div>
</content>
</entry>
<entry>
<title>move module suffixes to inside (don't expose in the api)</title>
<updated>2010-02-24T03:54:42+00:00</updated>
<author>
<name>npmccallum</name>
<email>npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56</email>
</author>
<published>2010-02-24T03:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libproxy.git/commit/?id=9afed2a73d6878f29014ad363647d64eb888d45f'/>
<id>9afed2a73d6878f29014ad363647d64eb888d45f</id>
<content type='text'>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@570 c587cffe-e639-0410-9787-d7902ae8ed56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@570 c587cffe-e639-0410-9787-d7902ae8ed56
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for builtin modules</title>
<updated>2010-02-24T03:29:43+00:00</updated>
<author>
<name>npmccallum</name>
<email>npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56</email>
</author>
<published>2010-02-24T03:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libproxy.git/commit/?id=2aa9c49ae48dbc9411b12f75daec4fd01b63002d'/>
<id>2aa9c49ae48dbc9411b12f75daec4fd01b63002d</id>
<content type='text'>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@569 c587cffe-e639-0410-9787-d7902ae8ed56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@569 c587cffe-e639-0410-9787-d7902ae8ed56
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the output processing for win32's base type id</title>
<updated>2010-02-16T15:14:15+00:00</updated>
<author>
<name>npmccallum</name>
<email>npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56</email>
</author>
<published>2010-02-16T15:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libproxy.git/commit/?id=d75dc3fc12d8f15737e0b2f5a21b5f3e16546857'/>
<id>d75dc3fc12d8f15737e0b2f5a21b5f3e16546857</id>
<content type='text'>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@555 c587cffe-e639-0410-9787-d7902ae8ed56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@555 c587cffe-e639-0410-9787-d7902ae8ed56
</pre>
</div>
</content>
</entry>
<entry>
<title>general libmodman/module.[ch]pp cleanup</title>
<updated>2010-02-16T00:20:22+00:00</updated>
<author>
<name>npmccallum</name>
<email>npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56</email>
</author>
<published>2010-02-16T00:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libproxy.git/commit/?id=90be9ece730fac084d829daf8bb635e3538b93ae'/>
<id>90be9ece730fac084d829daf8bb635e3538b93ae</id>
<content type='text'>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@554 c587cffe-e639-0410-9787-d7902ae8ed56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://libproxy.googlecode.com/svn/trunk@554 c587cffe-e639-0410-9787-d7902ae8ed56
</pre>
</div>
</content>
</entry>
</feed>
