Discussion:
GNUnet 0.5.5 - A framework for secure peer-to-peer networking.
(too old to reply)
g***@freshmeat.net
2003-08-22 04:41:14 UTC
Permalink
GNUnet 0.5.5
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Thursday, August 21st 2003 21:41

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release adds namespaces and directories. Directories allow users to
give structure to the shared content. Namespaces contain files that have
been authorized by the same pseudonym. Content in namespaces can be
securely updated. Namespaces can also establish reputations that help
avoiding content from malicious providers.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.5.5.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.5.5.tar.bz2
RPM package: http://freshmeat.net/redir/gnunet/19510/url_rpm/GNUnet-0.5.5-0.i386.rpm
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Got the debugger blues?

Try Etnus TotalView, the Best Linux/UNIX debugger
on the planet. With superior C++ support, the best thread debugging
available, a great GUI, and more useful features than any other debugger,
TotalView helps reveal bugs faster than any other debugger. And it
provides more insight and analysis about your code and your data. So cure
the debugger
blues. Get your free 15-day trial at

http://www.etnus.com/Download/demo-tv.html
____________________________| Advertising |____________________________
g***@freshmeat.net
2003-10-06 05:47:39 UTC
Permalink
GNUnet 0.6.0
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sunday, October 5th 2003 22:47

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release features better handling of content in namespaces, improved
resource allocation and overall performance, and the addition of various
minor features. The code was refactored, which should make it easier to
extend the program. Test cases were included for the system dependent
code to simplify porting. The new libgcrypt 1.1.43 APIs are now
supported.

Release focus: Code cleanup
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.0.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.0.tar.bz2
RPM package: http://freshmeat.net/redir/gnunet/19510/url_rpm/GNUnet-0.6.0-0.i386.rpm
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2004-08-02 14:55:45 UTC
Permalink
GNUnet 0.6.3
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Mon, Aug 2nd 2004 07:55

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
The new version features improved use of URIs (Universal Resource
Identifiers) for anonymous file sharing. In particular URIs can be used in
more places and are shorter than before. This release also fixes various
bugs, including problems with connection setup in TCP on IPv6, wrong trust
values and various build-problems. This release also extends the GNUnet
framework with a service registry. Remote procedure calls can now be
performed across GNUnet using the new RPC service.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.3.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.3.tar.bz2
RPM package: http://freshmeat.net/redir/gnunet/19510/url_rpm/~rpm
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2005-06-26 19:03:22 UTC
Permalink
GNUnet 0.7.0pre3
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Jun 26th 2005 12:03

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release adds a new tool to configure GNUnet (gnunet-setup). The GTK
user interface is now a separate project. The new version also fixes a
large number of bugs.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.0pre3.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.0pre3.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2006-05-20 20:23:38 UTC
Permalink
GNUnet 0.7.0e
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sat, May 20th 2006 13:23

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes a bug in the UDP transport that allowed a DoS attack
that caused 100% CPU load. Some deadlocks and (architecture dependent)
stack overflows were fixed in gnunet-gtk. The installed header files are
now more C++ friendly. gnunet-setup now uses libglade. gnunet-gtk shows
some additional statistics. The release also includes some other minor
cosmetic improvements.

Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.0e.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.0e.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2007-08-01 10:36:36 UTC
Permalink
GNUnet 0.7.2b
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Wed, Aug 1st 2007 03:36

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
gnunet-fuse now has support for write operations. The latency and
performance of various database operations (for both MySQL and SQLite) was
improved. Fixed bugs include broken error handling in the UDP transport,
log rotation not deleting old log files, and crashes in gnunet-update and
gnunetd.

Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.2b.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.2b.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
g***@freshmeat.net
2006-11-16 07:04:43 UTC
Permalink
GNUnet 0.7.1pre0
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Wed, Nov 15th 2006 23:04

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
The focus of this release is an internal cleanup of the code, which has
allowed a few major performance problems to be fixed, in particular with
respect to database access (IO) and CPU load. The only major new feature
is that gnunet-setup now understands interdependencies between options.

Release focus: Code cleanup
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.1pre0.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.1pre0.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com, Mac, Solairs,FreeBSD and Windows. Learn more and get a free
two
user download at


http://sel.as-us.falkag.net/sel?cmd=lnk&kid=133888&bid=282689&dat=121642&opt=0&rdm=[timestamp]
____________________________| Advertising |____________________________
g***@freshmeat.net
2007-09-30 07:11:49 UTC
Permalink
GNUnet 0.7.2c
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Sep 30th 2007 00:11

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release features an improved GTK user interface for gnunet-setup,
better performance for the MySQL-based datastore and better adjustments to
high CPU load. The HTTP-based transport using libmicrohttpd and libcurl is
finally ready for general use. The release also fixes various minor bugs,
including gnunetd crashes and memory leaks in gnunet-gtk.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.2c.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.2c.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
g***@freshmeat.net
2003-10-09 21:19:39 UTC
Permalink
GNUnet 0.6.0a
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Thursday, October 9th 2003 14:19

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes problems with the TCP transport that would occasionally
hang or abort the GNUnet daemon. It also resolves database corruption
problems with the gnunet-convert and gnunet-check tools. Finally, a
long-standing performance problem with the BSD and Solaris ports was
resolved.

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.0a.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.0a.tar.bz2
RPM package: http://freshmeat.net/redir/gnunet/19510/url_rpm/GNUnet-0.6.0a-0.i386.rpm
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2004-08-03 17:10:31 UTC
Permalink
GNUnet 0.6.3a
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Tue, Aug 3rd 2004 10:10

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes various minor bugs in the version update mechanism and
the anonymous file sharing code. It also fixes a packaging error that
resulted in build failures for some configurations.

Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.3a.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.3a.tar.bz2
RPM package: http://freshmeat.net/redir/gnunet/19510/url_rpm/~rpm
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
Demo site: http://freshmeat.net/redir/gnunet/19510/url_demo/search
g***@freshmeat.net
2005-07-02 19:37:34 UTC
Permalink
GNUnet 0.7.0pre4
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sat, Jul 2nd 2005 12:37

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes various critical bugs found in 0.7.0pre4, including
segmentation faults, memory leaks, low connectivity, and an incomplete
glade file. Additional statistics were added. KBlocks are now cached,
which can sometimes give significant performance improvements for content
insertion. IPv6 support is now enabled by default.

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.0pre4.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.0pre4.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2003-12-24 03:59:11 UTC
Permalink
GNUnet 0.6.1
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Tuesday, December 23rd 2003 19:59

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This update features a new transport for peers behind firewalls (and NAT
boxes) that do not allow connections to be initiated from the outside.
The CPU consumption is reduced by falling back to a cheaper message
assembly heuristic under load. Faulty (local) clients can no longer
deadlock the GNUnet deamon. Several other bugs were resolved.

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.1.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.1.tar.bz2
RPM package: http://freshmeat.net/redir/gnunet/19510/url_rpm/GNUnet-0.6.1-0.i386.rpm
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Speed Start Your Linux Apps Now.


Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!

http://ads.osdn.com/?ad_id=1709&alloc_id=4213&op=click
____________________________| Advertising |____________________________
g***@freshmeat.net
2004-08-29 10:31:24 UTC
Permalink
GNUnet 0.6.4
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Aug 29th 2004 03:31

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This version improves support for namespaces, adding the ability to
advertise namespaces and to associate namespaces with nicknames,
descriptions, and other meta- information. This release features a major
change in the dependencies. It adds support for GTK 2.0 (and drops
support for GTK 1.2). libgmp is now required in addition to either
libgcrypt or OpenSSL. It also supports internationalization with GNU
gettext, and contains various minor bugfixes and cosmetic changes.

Release focus: N/A
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.4.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.4.tar.bz2
RPM package: http://freshmeat.net/redir/gnunet/19510/url_rpm/~rpm
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
Demo site: http://freshmeat.net/redir/gnunet/19510/url_demo/search
g***@freshmeat.net
2005-07-18 02:11:00 UTC
Permalink
GNUnet 0.7.0pre5
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Jul 17th 2005 19:10

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes various critical bugs. In particular, it fixes a bug in
the bandwidth management that results in gnunetd using more bandwidth than
the specified limit. It also fixes i18n problems in gnunet-gtk. The
frequency of session key exchanges was reduced to a sane level. It fixes
various segmentation violations, a possible stack overflow, some memory
leaks, and various other bugs.

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.0pre5.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.0pre5.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Reap the benefits of migrating from Solaris to Linux on IBM's POWER Architecture.


Get free Resources: Porting guides, Roadmaps, workshops, white papers,
forums, access to hardware and technical support.
Get started today!

http://ads.osdn.com/?ad_id=7443&alloc_id=16416&op=click
____________________________| Advertising |____________________________
g***@freshmeat.net
2006-12-05 08:06:46 UTC
Permalink
GNUnet 0.7.1pre1
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Tue, Dec 5th 2006 00:06

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes various bugs. Specifically, aborting, stopping, and
clearing downloads should no longer crash gnunet-gtk. gnunet-gtk was also
polished with some new features. The most visible change is that aborted
downloads should no longer leave incomplete files behind.

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.1pre1.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.1pre1.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2007-12-23 08:14:00 UTC
Permalink
GNUnet 0.7.3
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Dec 23rd 2007 00:14

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This version adds an SMTP transport based on libesmtp. A MySQL version of
the dstore (used for key-value pairs by the DHT) was also added. This
release also is the first to support Microsoft Vista. Various minor
features, such as a new "AUTO" mode for detecting NAT and improved
integration of gnunet-setup with gnunet-gtk (using gdsu), were also added.
The performance of the SQLite and MySQL datastores was improved. Various
minor bugs and other features were added.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.3.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.3.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
g***@freshmeat.net
2006-12-12 08:17:53 UTC
Permalink
GNUnet 0.7.1pre2
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Tue, Dec 12th 2006 00:17

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes various minor and major bugs, including a minor memory
leak, deadlocks in gnunet-gtk, and bugs in the load computation code,
which caused inefficient resource allocation. A new ncurses/dialog-based
setup wizard has been added.

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.1pre2.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.1pre2.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Open source and Linux from HP


From eight consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmpl
____________________________| Advertising |____________________________
g***@freshmeat.net
2004-01-01 03:38:10 UTC
Permalink
GNUnet 0.6.1a
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Wednesday, December 31st 2003 19:38

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
The release fixes various bugs and performance problems.

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.1a.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.1a.tar.bz2
RPM package: http://freshmeat.net/redir/gnunet/19510/url_rpm/GNUnet-0.6.1a-0.i386.rpm
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
This email is sponsored by OSDN's Audience Survey.

Help shape OSDN's sites and tell us what you think.
Take this five minute survey and you could
win a $250 Gift Certificate.


http://www.wrgsurveys.com/2003/osdntech03.php?site=2
____________________________| Advertising |____________________________
g***@freshmeat.net
2004-09-26 11:06:32 UTC
Permalink
GNUnet 0.6.4a
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Sep 26th 2004 04:06

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes various minor bugs.

Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.4a.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.4a.tar.bz2
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
Demo site: http://freshmeat.net/redir/gnunet/19510/url_demo/search


____________________________| Advertising |____________________________
Rackspace-Managed Hosting backed by Fanatical Support

Rackspace offers your choice of Microsoft or Linux managed servers and is
perfect for businesses running medium to large web hosting environments
that demand a Zero-Downtime Network and our unparalleled Fanatical
Support.


http://www.rackspace.com/index.php?CMP=NLC-T6Z082643295
____________________________| Advertising |____________________________
g***@freshmeat.net
2005-08-21 07:41:04 UTC
Permalink
GNUnet 0.7.0pre6
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Aug 21st 2005 00:41

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes various critical bugs found in the pre5 release. In
particular, it fixes a bug that caused gnunetd to drop far too many
messages. Also, problems with the transactional semantics of the MySQL
database code and message corruption by the fragmentation code were
resolved. This version also fixes various segmentation violations, a
possible division by zero, some memory leaks, and various other bugs.
Support for automatically naming downloaded files in gnunet-gtk was
improved.

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.0pre6.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.0pre6.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Etnus TotalView, the world's most advanced debugger

on Linux and UNIX has built-in memory leak detection, unrivaled threads
debugging, great C++ capabilities and is loaded with useful features.
TotalView is the debugger you need. And its now available on Apple Mac OS
X! Try it free today.

http://www.etnus.com
____________________________| Advertising |____________________________
g***@freshmeat.net
2006-12-23 03:22:01 UTC
Permalink
GNUnet 0.7.1
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Fri, Dec 22nd 2006 19:22

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
Most of the changes focus on improving internal APIs. Users should expect
to see noticeable improvements in stability and performance as well as
minor visual and functional improvements. In particular, files from
stopped downloads are deleted, error messages can now be communicated from
gnunetd to clients and the new guile-based gnunet-setup allows scripting of
interdependencies between options. The performance of various operations
was improved. GNUnet should work better on OS X, BSD and Solaris. The
release also fixes a huge number of minor bugs.

Release focus: Code cleanup
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.1.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.1.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Open source and Linux from HP


From eight consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmpl
____________________________| Advertising |____________________________
g***@freshmeat.net
2004-01-31 10:16:37 UTC
Permalink
GNUnet 0.6.1b
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Saturday, January 31st 2004 02:16

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes various bugs, most of which are performance related. It
should be more consistent in bandwidth consumption, and use fewer database
accesses (but slightly more memory). It also improves space and bandwidth
utilization.

Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.1b.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.1b.tar.bz2
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Get the Latest Version of Lotus Notes/Domino 6.5 Now

Download the most recent version of this powerful, enterprise-class
messaging tool.
Click to get started


http://ads.osdn.com/?ad_id=1305&alloc_id=3419&op=click
____________________________| Advertising |____________________________
g***@freshmeat.net
2004-11-15 02:07:21 UTC
Permalink
GNUnet 0.6.5
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Nov 14th 2004 18:07

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release adds support for collections. sqlite can now be used as a data
store. Various bugs have been fixed.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.5.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.5.tar.bz2
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
Demo site: http://freshmeat.net/redir/gnunet/19510/url_demo/search


____________________________| Advertising |____________________________
Make Smarter Purchasing Decisions Now with the IT Product Guide


Get the inside scoop on the latest IT products. The IT Product Guide
Combines test results from InfoWorld with feedback from real users.
You'll see what's to your enterprise now


http://productguide.itmanagersjournal.com/
____________________________| Advertising |____________________________
g***@freshmeat.net
2004-11-15 02:42:10 UTC
Permalink
GNUnet 0.6.5
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Nov 14th 2004 18:42

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release adds support for collections. sqlite can now be used as a data
store. Various bugs have been fixed.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.5.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.5.tar.bz2
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
Demo site: http://freshmeat.net/redir/gnunet/19510/url_demo/search


____________________________| Advertising |____________________________
Make Smarter Purchasing Decisions Now with the IT Product Guide


Get the inside scoop on the latest IT products. The IT Product Guide
Combines test results from InfoWorld with feedback from real users.
You'll see what's to your enterprise now


http://productguide.itmanagersjournal.com/
____________________________| Advertising |____________________________
g***@freshmeat.net
2005-08-28 23:16:53 UTC
Permalink
GNUnet 0.7.0
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Aug 28th 2005 16:16

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release supports the new protocol, new ciphers, and new content
encoding, breaking compatibility with previous versions. It features a new
tool for configuration, an improved user interface, better modularity,
larger blocks, better performance, more meta data annotations including
thumbnails, and many other enhancements. This version represents over 8
months of development and testing.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.0.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.0.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2007-01-01 12:25:38 UTC
Permalink
GNUnet 0.7.1a
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Mon, Jan 1st 2007 04:25

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes various minor bugs and adds some minor features to
GNUnet 0.7.1. GNUnet 0.7.1a now supports NAT traversal using UPnP. Various
details in the text-mode user interfaces have been improved. Important bugs
that were fixed include the TCP transport not working behind NAT under
certain circumstances, a rare assertion failure in the networking code,
and minor build problems on various systems.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.1a.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.1a.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2008-07-20 23:45:51 UTC
Permalink
GNUnet 0.8.0a
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Jul 20th 2008 23:45

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top of
the framework is anonymous file sharing.

Changes:
This release fixes a bug in processing namespace advertisements preventing
namespaces from being discovered. It also fixes a bus error on Sparc64
systems, ensures content expiration happens on time, and addresses problems
with parsing the hostlist URI as well as problems with resizing of the data
store. It includes various cosmetic improvements.

Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.8.0a.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.8.0a.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at

http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
g***@freshmeat.net
2004-02-28 10:44:35 UTC
Permalink
GNUnet 0.6.1c
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Saturday, February 28th 2004 02:44

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes an integer underflow that could stall downloads. It also
adds the ability to expell peers that do not obey bandwidth limitations,
and addresses various minor problems.

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.1c.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.1c.tar.bz2
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Game Developers Conference 2004, March 22-26, 2004, San Jose, CA

Keynotes include: John Carmack and the Visual Effects Supervisor of The
Matrix films
Use Priority Code: SLASH4 when registering for $25 off GDC passes.

http://www.gdconf.com
____________________________| Advertising |____________________________
g***@freshmeat.net
2005-01-24 08:49:04 UTC
Permalink
GNUnet 0.6.6
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Mon, Jan 24th 2005 00:49

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This version is the first one that has been released to also work on Win32
systems. In terms of new features, the release adds a download manager to
the GTK interface. Various other minor features were added and many,
mostly non-critical, bugs were fixed, in particular with respect to
big-endian and/or OS X platforms.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.6.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.6.tar.bz2
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
Demo site: http://freshmeat.net/redir/gnunet/19510/url_demo/search


____________________________| Advertising |____________________________
Are you about to purchase an IT Product that's all hype?

Find out at the IT Product Guide. Read real reviews from actual users
and learn which products are mission-critical to your enterprise now.
Start reading reviews at

http://productguide.itmanagersjournal.com/
____________________________| Advertising |____________________________
g***@freshmeat.net
2005-11-20 05:27:45 UTC
Permalink
GNUnet 0.7.0a
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sat, Nov 19th 2005 21:27

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This is the a bugfix release for 0.7.0. Among other things, 0.7.0a fixes
various crashes as well as connectivity, efficiency, and routing issues.
This release adds support for MySQL 5.0 (in addition to MySQL 4.1 and
SQlite).

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.0a.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.0a.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
USENIX and SAGE present the 19th Large Installation System

Administration Conference (LISA '05) in San Diego, CA, Nov. 4-9, 2005.
System administrators of all specialties and levels of expertise meet at
LISA. Topics include security, Linux, configuration management, open
source tools,
and more. Register today.

http://www.usenix.org/lisa05/ostg
____________________________| Advertising |____________________________
g***@freshmeat.net
2007-02-12 22:55:53 UTC
Permalink
GNUnet 0.7.1b
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Mon, Feb 12th 2007 14:55

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes a couple of minor bugs discovered in the previous
release and adds a few minor features. In particular, exceeding FAT32
limitations on Windows should no longer crash the daemon. In gnunet-gtk,
URIs can now be copied to the clipboard, search results can be saved to
disk, and gnunet-directory files can be displayed. The release also fixes
various minor issues with the build process. For the first time in the
0.7.1 series, Win32 binaries are available.

Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.1b.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.1b.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux, Mac, Solairs,FreeBSD and Windows. Learn more and get a free two
user download at


http://sel.as-us.falkag.net/sel?cmd=lnk&kid=133888&bid=282689&dat=121642&opt=0&rdm=[timestamp]
____________________________| Advertising |____________________________
g***@freshmeat.net
2004-05-01 07:07:58 UTC
Permalink
GNUnet 0.6.2
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Saturday, May 1st 2004 00:07

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release features the ability to check external network connectivity,
support for recursive and parallel directory downloading, reduced memory
consumption while inserting and downloading files, initial support for a
new application protocol for managing a peer-to-peer testbed, and various
bugfixes and cosmetic improvements.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.2.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.2.tar.bz2
RPM package: http://freshmeat.net/redir/gnunet/19510/url_rpm/~rpm
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2005-02-09 22:38:36 UTC
Permalink
GNUnet 0.6.6a
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Wed, Feb 9th 2005 14:38

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.


Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.6a.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.6a.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
FOSDEM 2005 will be held on February 26-27, 2005

in Brussels, Belgium. FOSDEM is the Free and Open Source Developers'
European Meeting, and is
a conference organized by developers for developers where more than 20
maintainers from various important Open Source project are doing technical
presentations.


More info on http://www.fosdem.org
____________________________| Advertising |____________________________
g***@freshmeat.net
2005-12-24 07:31:40 UTC
Permalink
GNUnet 0.7.0b
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Fri, Dec 23rd 2005 23:31

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
UDP transports now work even if the sender and receiver use different MTUs.
An integer overflow that limited the local datastore to 4 GB modulo 4 GB
was fixed. Most importantly, this version should use significantly less
processor time and the memory use should stabilize at a much lower level.
Depending on the configuration, it can be as much as 10 times more
efficient in terms of memory footprint and processor time compared to the
previous version.

Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.0b.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.0b.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Avoid the headaches and delays associated with debugging complex code!

TotalView, THE debugger for complex code, helps you find elusive bugs and
memory leaks
fast -- even in data-intensive, multi-threaded, parallel or
multi-processor environments.
Download your free evaluation copy.


http://www.etnus.com/Try/index.html?source=Enews_FreshMeat
____________________________| Advertising |____________________________
g***@freshmeat.net
2007-03-26 21:46:47 UTC
Permalink
GNUnet 0.7.1c
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Mon, Mar 26th 2007 12:57

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
For the first time, this release of GNUnet includes the new QT-based
frontend, gnunet-qt. The only other significant change is that expired
content will no longer be propagated or shown to end-users. As a result,
expect to see significantly fewer search results, but also significantly
higher download success rates. This release fixes a couple of other bugs
discovered in 0.7.1b and adds a few minor features, such as IO load
detection.

Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.1b.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.1b.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2005-02-28 07:24:24 UTC
Permalink
GNUnet 0.6.6b
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Feb 27th 2005 23:24

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This is a bugfix release. It fixes problems with gnunet-insert and
libextractor (-x option), with uploading directories in gnunet-gtk and
various crashes of gnunetd (in particular when using libgcrypt). The
release also fixes various minor problems in the Win32 code, including
memory leaks.

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.6b.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.6b.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2006-03-17 21:29:15 UTC
Permalink
GNUnet 0.7.0c
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Fri, Mar 17th 2006 13:29

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release fixes various major bugs. This includes a deadlock in the http
transport and non-deterministic aborts of large recursive downloads.
Bugfixes related to missed opportunities for content migration and routing
should improve content availability and download performance. Minor
improvements were made in terms of CPU and memory consumption. The new
version includes a translation to Swedish and some other cosmetic
improvements.

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.0c.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.0c.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Caché DBMS: Free to download. Frees you from mapping.


Breakthrough technology combines robust objects and SQL, eliminating
object-relational mapping. RAD environment brings your innovations to
market faster. Download Caché now.


http://www.InterSystems.com/fmdownload
____________________________| Advertising |____________________________
g***@freshmeat.net
2007-06-17 12:10:04 UTC
Permalink
GNUnet 0.7.2
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sun, Jun 17th 2007 05:10

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release adds support for non-anonymous downloads using direct
connections and a distributed hash table (DHT). Anonymous file-sharing is
still the default. Other noteworthy improvements include support for
namespaces to gnunet-gtk and visualization of previous interactions with
particular files (for example, showing whether a download aborted or
succeeded previously). The release also fixes various bugs, including
connectivity issues.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.2.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.2.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2004-05-06 01:41:48 UTC
Permalink
GNUnet 0.6.2a
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Wednesday, May 5th 2004 18:41

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This release adds the proper synchronization required to work with
libgcrypt 1.2 and fixes various other minor bugs.

Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.2a.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.2a.tar.bz2
RPM package: http://freshmeat.net/redir/gnunet/19510/url_rpm/~rpm
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Get Broadband for Power Users-Only $99 a Month

OSDN Broadband offers you the fastest 6.0/768 connection plus 8 email
addresses and static IPs, shell access, free Web hosting & free
SourceForge.net subscription . Click to learn more.


http://ads.osdn.com/?ad_id=2567&alloc_id=6189&op=click
____________________________| Advertising |____________________________
g***@freshmeat.net
2005-04-01 07:26:41 UTC
Permalink
GNUnet 0.7.0pre1
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Thu, Mar 31st 2005 23:26

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This pre-release is the first release after the major code rewrite that is
expected to address all of the legacy problems that could not be solved
without changing the protocols and data formats used by GNUnet.
Consequently, the code breaks compatibility with all previous versions.
The pre-release also lacks a graphical user interface. The pre-release is
made in order to bootstrap the network with the new protocols.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.0pre1.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.0pre1.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
Are you about to purchase an IT Product that's all hype?

Find out at the IT Product Guide. Read real reviews from actual users
and learn which products are mission-critical to your enterprise now.
Start reading reviews at

http://productguide.itmanagersjournal.com/
____________________________| Advertising |____________________________
g***@freshmeat.net
2006-05-06 08:08:55 UTC
Permalink
GNUnet 0.7.0d
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sat, May 6th 2006 01:08

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
Areas of improvement in this release included content migration, routing,
content priorities, connection management, internationalization, and
thread signaling. Memory utilization and other cosmetic improvements were
also made. gnunet-gtk now supports sorting.

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.0d.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.0d.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
OS X package: http://freshmeat.net/redir/gnunet/19510/url_osx/GNUnet.html
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2007-07-07 18:10:13 UTC
Permalink
GNUnet 0.7.2a
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Sat, Jul 7th 2007 11:10

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.

Changes:
This is a bugfix release. It improves CPU consumption and latency of
various operations, uses clearer error messages, and fixes various bugs
(including a deadlock in the daemon and a crash in the MySQL module).

Release focus: Major bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/gnunet.org
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.7.2a.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.7.2a.tar.bz2
Changelog: http://freshmeat.net/redir/gnunet/19510/url_changelog/ChangeLog
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
CVS tree (cvsweb): http://freshmeat.net/redir/gnunet/19510/url_cvs/svn
Bug tracker: http://freshmeat.net/redir/gnunet/19510/url_bugtracker/mantis
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet
g***@freshmeat.net
2004-06-25 17:32:24 UTC
Permalink
GNUnet 0.6.2b
by Christian Grothoff (http://freshmeat.net/~grothoff/)
Fri, Jun 25th 2004 10:32

About:
GNUnet is a peer-to-peer framework with focus on providing security. All
peer-to-peer messages in the network are confidential and authenticated.
The framework provides a transport abstraction layer and can currently
encapsulate the network traffic in UDP (IPv4 and IPv6), TCP (IPv4 and
IPv6), HTTP, or SMTP messages. GNUnet supports accounting to provide
contributing nodes with better service. The primary service build on top
of the framework is anonymous file sharing.


Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/gnunet/

Homepage: http://freshmeat.net/redir/gnunet/19510/url_homepage/GNUnet
Tar/GZ: http://freshmeat.net/redir/gnunet/19510/url_tgz/GNUnet-0.6.2b.tar.gz
Tar/BZ2: http://freshmeat.net/redir/gnunet/19510/url_bz2/GNUnet-0.6.2b.tar.bz2
RPM package: http://freshmeat.net/redir/gnunet/19510/url_rpm/~rpm
Debian package: http://freshmeat.net/redir/gnunet/19510/url_deb/gnunet
BSD Ports URL: http://freshmeat.net/redir/gnunet/19510/url_bsdport/gnunet
Mailing list archive: http://freshmeat.net/redir/gnunet/19510/url_list/gnunet-developers
Mirror site: http://freshmeat.net/redir/gnunet/19510/url_mirror/gnunet


____________________________| Advertising |____________________________
ETNUS TOTALVIEW NOW HAS BUILT-IN MEMORY DEBUGGING

Etnus TotalView, the world's most advanced debugger on Linux and UNIX, has
advanced features absent in other debuggers. Example:
TotalView tracks heap activity and stops execution when allocation errors
occur. Get insight into memory usage without leaving your debug session.
Try it free today.

http://www.etnus.com
____________________________| Advertising |____________________________
Loading...