No description
Find a file
Thomas Haller 4280dfb85d build: don't export internal symbols
Hide internal symbols from the libraries.
Before, all symbols were exported, including some that were
not meant to be public. Hide them now.

This is an ABI break, but nobody was supposed to use these symbols.
Hence it seems acceptable to hide them now.

Still don't hide any symbols that are internal, but wrongly exported
in public header files (such as @ct_obj_ops).

Signed-off-by: Thomas Haller <thaller@redhat.com>
2015-02-02 17:28:06 +01:00
.travis travis-ci: run make check in travis build 2014-08-26 14:15:36 +02:00
doc libnl-3.2.25 release 2014-07-16 11:19:12 +02:00
etc pktloc: support to specify a shift operator for packet locations 2010-11-04 20:01:36 +01:00
include build: mark header linux-private/linux/veth.h as noinst_HEADERS 2014-12-09 17:57:17 +01:00
lib build: add individual linker version scripts for shared libraries 2015-02-02 17:28:06 +01:00
m4 doc: Check documentation generation requirements with autoconf 2012-05-09 10:06:24 +02:00
man genl: Update genl-ctrl-list(8) 2012-06-01 13:10:03 +02:00
python python: fix package meta data in setup.py 2015-01-12 14:17:38 +01:00
src build: add linker scripts for libnl-cli-3.so library 2015-02-02 17:28:06 +01:00
tests build: move copy of linux headers to private directory 2014-09-24 16:00:31 +02:00
.gitignore build: add individual linker version scripts for shared libraries 2015-02-02 17:28:06 +01:00
.indent.pro style: add .indent.pro file for GNU indent 2014-07-27 10:57:36 +02:00
.travis.yml build: Add continuous integration support via travis-ci 2014-08-26 12:41:38 +02:00
autogen.sh build: let autogen.sh script change into top source directory 2014-07-07 11:12:38 +02:00
ChangeLog libnl 3.2.10 2012-06-06 11:43:53 +02:00
configure.ac build: add individual linker version scripts for shared libraries 2015-02-02 17:28:06 +01:00
COPYING Update COPYING to fix FSF address 2012-01-17 12:38:37 +01:00
libnl-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-3.sym build: don't export internal symbols 2015-02-02 17:28:06 +01:00
libnl-cli-3.0.pc.in Add libnl-cli-3.0 to pkg-config tool 2011-10-10 11:39:24 +02:00
libnl-cli-3.sym build: don't export internal symbols 2015-02-02 17:28:06 +01:00
libnl-genl-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-genl-3.sym build: don't export internal symbols 2015-02-02 17:28:06 +01:00
libnl-idiag-3.0.pc.in Add support for inet diag Netlink protocol. 2013-07-19 02:06:21 -07:00
libnl-idiag-3.sym build: don't export internal symbols 2015-02-02 17:28:06 +01:00
libnl-nf-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-nf-3.sym build: don't export internal symbols 2015-02-02 17:28:06 +01:00
libnl-route-3.0.pc.in Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
libnl-route-3.sym build: don't export internal symbols 2015-02-02 17:28:06 +01:00
libnl-xfrm-3.0.pc.in xfrm: add xfrm support 2014-07-20 18:14:46 +02:00
libnl-xfrm-3.sym build: don't export internal symbols 2015-02-02 17:28:06 +01:00
Makefile.am build: add linker scripts for libnl-cli-3.so library 2015-02-02 17:28:06 +01:00