Next | Query returned 9 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2014-04-04 15:48:34 by PHO / phonohawk | Files touched by this commit (5)
Log message:
patches/patch-tuntap__{freebsd,netbsd,osx}.c:

tuntap_open() is calling a wrong function, leading to a
linkage failure. This bug goes unnoticed if you are using GCC
because the call of tun_close() is optimized out as the
condition "fd < 0" never holds.
   2014-03-28 20:44:08 by PHO / phonohawk | Files touched by this commit (1)
Log message:
TODO: Remove Linux from the list of untested platforms. It worked very well.

   2014-03-28 19:44:00 by PHO / phonohawk | Files touched by this commit (2)
Log message:
files/*.sh: Fix quoting bugs: parameters were incorrectly passed to daemons.

   2014-03-28 15:29:38 by PHO / phonohawk | Files touched by this commit (2)
Log message:
files/edge.conf, files/n2n_edge.sh: Add variables "interval" and \ 
"localaddr"

   2014-03-28 15:12:29 by PHO / phonohawk | Files touched by this commit (1)
Log message:
TODO: Remove Darwin from the list of untested platforms. It worked very well.

   2014-03-28 15:10:23 by PHO / phonohawk | Files touched by this commit (7)
Log message:
It turned out that meyerd/n2n was the current development branch so switched to it.

   2014-03-28 09:44:42 by PHO / phonohawk | Files touched by this commit (2)
Log message:
Add notes on FreeBSD.

   2014-03-28 09:43:24 by PHO / phonohawk | Files touched by this commit (1)
Log message:
files/n2n_edge.sh: ${name}_env is not supported by FreeBSD /etc/rc.subr
   2014-03-28 04:48:22 by PHO / phonohawk | Files touched by this commit (13)
Log message:
Import n2n-2.1.0nb20140328 as wip/n2n.

n2n is a layer-two peer-to-peer virtual private network (VPN) which
allows users to exploit features typical of P2P applications at
network instead of application level. This means that users can gain
native IP visibility (e.g. two PCs belonging to the same n2n network
can ping each other) and be reachable with the same network IP address
regardless of the network where they currently belong. In a nutshell,
as OpenVPN moved SSL from application (e.g. used to implement the
https protocol) to network protocol, n2n moves P2P from application to
network level.


Next | Query returned 9 messages, browsing 1 to 10 | previous