summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2007-10-31 17:19:35 +0000
committernpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2007-10-31 17:19:35 +0000
commit177054592558b3b8bffa21dc3df0b10900d015f9 (patch)
treead6b78e46ae382e9157db4e3687a06907f65d82d
parentfe4777b75a4462af52ee60665c85b1dabe24c9d6 (diff)
downloadlibproxy-177054592558b3b8bffa21dc3df0b10900d015f9.tar.gz
released 0.1, minor changes
git-svn-id: http://libproxy.googlecode.com/svn/trunk@24 c587cffe-e639-0410-9787-d7902ae8ed56
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog5
-rw-r--r--README4
-rw-r--r--src/lib/proxy.h1
4 files changed, 12 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e69de29..726ffb9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+Nathaniel McCallum <nathaniel@natemccallum.com>
+Alex Panait <kippled@gmail.com>
diff --git a/ChangeLog b/ChangeLog
index e69de29..6d18234 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+Wed Oct 31 13:09:10 2007 Nathaniel McCallum <nathaniel@natemccallum.com>
+ * === Released 0.1 ===
+ * AUTHORS: Added authors
+ * README: basic readme info
+ * src/lib/proxy.h: add missing doc line
diff --git a/README b/README
index e69de29..85d2d6e 100644
--- a/README
+++ b/README
@@ -0,0 +1,4 @@
+Thanks for trying libproxy!
+
+To use libproxy in your application, check out the external API in the
+proxy.h.
diff --git a/src/lib/proxy.h b/src/lib/proxy.h
index f22ec7e..08cbec1 100644
--- a/src/lib/proxy.h
+++ b/src/lib/proxy.h
@@ -36,6 +36,7 @@ pxProxyFactory *px_proxy_factory_new ();
*
* A NULL-terminated array of proxy strings is returned.
* If the first proxy fails, the second should be tried, etc...
+ * Don't forget to free the strings/array when you are done.
*
* The format of the returned proxy strings are as follows:
* - http://proxy:port