|
From: <ope...@li...> - 2011-08-24 12:53:51
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenVPN main development repository".
The branch, master has been updated
via 834eba7597e2582c44f69e03a762b838308c8df0 (commit)
via 98054a0744d1e228341cf2d8e1b1f9f2650c2775 (commit)
from f0257abb14423de5ee24444360fbb474555ef3cf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 834eba7597e2582c44f69e03a762b838308c8df0
Author: Heiko Hund <hei...@so...>
Date: Thu Aug 18 10:16:21 2011 +0000
remove function is_proto_tcp()
The implementation of is_proto_tcp() was invalid since the IPv6 stuff got
merged into master. There's proto_is_tcp() that does the same job right.
Remove is_proto_tcp() and make its only caller use proto_is_tcp() instead.
Signed-off-by: Heiko Hund <hei...@so...>
Acked-By: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit 98054a0744d1e228341cf2d8e1b1f9f2650c2775
Author: Heiko Hund <hei...@so...>
Date: Thu Aug 18 12:17:50 2011 +0000
add .gitignore to official repository
This .gitignore make the output of git status a lot more readable. It was
made from the dynamically generated files that showed after using both
build system.
Signed-off-by: Samuli Seppänen <sa...@op...>
Signed-off-by: Heiko Hund <hei...@so...>
Acked-By: David Sommerseth <da...@re...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 40 ++++++++++++++++++++++++++++++++++++++++
options.c | 2 +-
socket.h | 6 ------
3 files changed, 41 insertions(+), 7 deletions(-)
create mode 100644 .gitignore
hooks/post-receive
--
OpenVPN main development repository
|