Don't unnecessarily link against -lresolv and -ldl.
[sliver-openvswitch.git] / controller /
2008-07-21 Ben PfaffDon't unnecessarily link against -lresolv and -ldl.
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-21 Ben PfaffDrop use of libtool for libraries.
2008-07-21 Ben PfaffDon't explicitly link against libdl.
2008-07-21 Ben PfaffOnly link programs that need it against OpenSSL.
2008-07-18 Ben PfaffMake facility and level optional in -v, --verbose options.
2008-06-26 Ben PfaffAdd --max-idle option to secchan and controller.
2008-06-13 Ben PfaffBring manpages and usage messages up-to-date.
2008-06-13 Ben PfaffAdd --detach and --pidfile options to daemons.
2008-06-09 Ben PfaffMove manpages from man directory to next to their programs.
2008-06-09 Ben PfaffFactor learning switch out of controller into library.
2008-06-09 Ben PfaffOnly log unprocessed packets in the controller if debug...
2008-05-28 Ben PfaffBreak MAC learning out of controller into library.
2008-05-03 Justin PettitSend the features request before the set config to...
2008-04-25 Ben PfaffDrop stray debug messages.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-04 Ben PfaffFactor out parsing vconn-ssl options.
2008-04-04 Ben PfaffFactor out printing the list of available vconns.
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-04-01 Ben PfaffGet rid of mac.h, migrating its users to packets.h.
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 casado- Turn off ssl support by default
2008-03-28 Ben PfaffAdd abstraction of packet queue, and use it in the...
2008-03-28 Ben PfaffAdd the ability to connect to a vconn asynchronously.
2008-03-19 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
2008-03-19 Ben PfaffFix arguments to printf in usage message.
2008-03-19 Ben PfaffAdd missing #include.
2008-03-13 Ben PfaffSupport SSL in secchan and controller.
2008-03-04 Martin CasadoInitial import