]> git.proxmox.com Git - mirror_kronosnet.git/shortlog
mirror_kronosnet.git
2018-12-19 Ferenc WágnerInstall the nozzle man pages
2018-12-18 Fabio M. Di... Merge pull request #180 from kronosnet/knetd-fixes
2018-12-18 Fabio M. Di... [kronosnetd] make it build again (untested!)
2018-12-18 Fabio M. Di... [init] fix makefile to be BSD make compatible
2018-12-18 Fabio M. Di... [knet] fix build with older openssl versions
2018-12-18 Fabio M. Di... [global] update notes to package maintainers
2018-12-18 Fabio M. Di... Merge pull request #179 from kronosnet/libtap-fixes
2018-12-18 Fabio M. Di... [libnozzle] fix variable assignment order
2018-12-18 Fabio M. Di... [global] fix copyright across
2018-12-18 Fabio M. Di... [libnozzle] add nozzle_get_ips tests and kill nozzle_test
2018-12-18 Fabio M. Di... [libnozzle] add nozzle_del_ip tests
2018-12-18 Fabio M. Di... [libnozzle] fix del_ip removal of Ipv6 addresses when...
2018-12-18 Fabio M. Di... [libnozzle] add nozzle_add_ip tests
2018-12-18 Fabio M. Di... [libnozzle] add api_nozzle_run_updown tests
2018-12-18 Fabio M. Di... [libnozzle] add internal execute_bin_sh_command test
2018-12-18 Fabio M. Di... [libnozzle] cleanup tests Makefile.am
2018-12-18 Fabio M. Di... [libnozzle] add nozzle_get_fd test
2018-12-18 Fabio M. Di... [libnozzle] add nozzle_get_name_by_handle test
2018-12-18 Fabio M. Di... [libnozzle] add nozzle_get_handle_by_name tests
2018-12-18 Fabio M. Di... [libnozzle] add nozzle_get_mac / nozzle_set_mac / nozzl...
2018-12-18 Fabio M. Di... [libnozzle] add nozzle_get_mtu / nozzle_set_mtu / nozzl...
2018-12-18 Fabio M. Di... [libnozzle] move multi nozzle device test to api_nozzle...
2018-12-18 Fabio M. Di... [libnozzle] clean up code in set_up test
2018-12-18 Fabio M. Di... [libnozzle] improve set_down test
2018-12-18 Fabio M. Di... [libnozzle] add api_nozzle_set_(up|down) tests
2018-12-18 Fabio M. Di... [libnozzle] drop unnecessary indirection to call set_down
2018-12-18 Fabio M. Di... [libnozzle] drop redundant check
2018-12-18 Fabio M. Di... [libnozzle] add api_nozzle_close_test
2018-12-18 Fabio M. Di... [libnozzle] fix test suite build on BSD
2018-12-18 Fabio M. Di... [libnozzle] add api_nozzle_open test
2018-12-18 Fabio M. Di... [libnozzle] prepare Makefile.am to explode with API...
2018-12-18 Fabio M. Di... [libnozzle] fix API check paths
2018-12-18 Fabio M. Di... [libnozzle] add per-API call test coverage check
2018-12-18 Fabio M. Di... [libnozzle] re-instate error checking in nozzle_get_ips
2018-12-18 Fabio M. Di... [libnozzle] add comment about BSD ip_add status
2018-12-18 Fabio M. Di... [libnozzle] cleanup nozzle_get_ips public API
2018-12-18 Fabio M. Di... [libnozzle] fix whitespaces
2018-12-18 Fabio M. Di... [global] Update copyright across
2018-12-18 Fabio M. Di... [libnozzle] Update copyright
2018-12-18 Fabio M. Di... [libnozzle] fix build on BSD
2018-12-18 Fabio M. Di... [libnozzle] remove error_string requirement from many...
2018-12-18 Fabio M. Di... [libtap] move nozzle_run_updown to completed section
2018-12-18 Fabio M. Di... [tests] properly check symbols on PPC64
2018-12-18 Fabio M. Di... [tests] remove debugging sleep()
2018-12-18 Fabio M. Di... [libnozzle] enable libnl3 < 3.3 build workaround
2018-12-18 Fabio M. Di... [libnozzle] Use libnl3.0 for ip address management...
2018-12-18 Fabio M. Di... [libnozzle] whitespace cleanup
2018-12-18 Fabio M. Di... [nozzle] expand buffers to deal with strncpy and -Werro...
2018-12-18 Fabio M. Di... [nozzle] drop duplicated code
2018-12-18 Fabio M. Di... [nozzle] enable libnozzle build by default
2018-12-18 Fabio M. Di... [nozzle] move man pages to top level dir
2018-12-18 Fabio M. Di... [nozzle] fix man page generation
2018-12-18 Fabio M. Di... [nozzle] propagate errors all the way
2018-12-18 Fabio M. Di... [nozzle] fix build on BSD
2018-12-18 Fabio M. Di... [nozzle] nozzle_open and nozzle_close should be stable now
2018-12-18 Fabio M. Di... [nozzle] move set up and down to the stable API section
2018-12-18 Fabio M. Di... [nozzle] decouple running pre-up.d/up.d/down.d/post...
2018-12-18 Fabio M. Di... [nozzle] decouple running pre-up.d/up.d/down.d/post...
2018-12-18 Fabio M. Di... [nozzle] decouple running pre-up.d/up.d/down.d/post...
2018-12-18 Fabio M. Di... [nozzle] decouple running pre-up.d/up.d/down.d/post...
2018-12-18 Fabio M. Di... [nozzle] move find_ip to internals
2018-12-18 Fabio M. Di... [nozzle] move ipv4 broadcast to internals
2018-12-18 Fabio M. Di... [nozzle] cleanup mac address functions
2018-12-18 Fabio M. Di... [nozzle] move code around to reflect public API and...
2018-12-18 Fabio M. Di... [nozzle] move code around to reflect completion and...
2018-12-18 Fabio M. Di... [nozzle] rename _check to is_valid_nozzle, make it...
2018-12-18 Fabio M. Di... [nozzle] be more explicit on function naming (part 2)
2018-12-18 Fabio M. Di... [nozzle] be more explicit on function naming
2018-12-18 Fabio M. Di... [nozzle] start cleaning internal function names
2018-12-18 Fabio M. Di... [nozzle] split code around to separate libnozzle and...
2018-12-18 Fabio M. Di... [build] split tests, man pages and build dirs
2018-12-18 Fabio M. Di... [nozzle] rename lib_mutex to config_mutex
2018-12-18 Fabio M. Di... [build] fix build on BSD
2018-12-18 Fabio M. Di... [cleanup] document nozzle_iface struct, drop unnecessar...
2018-12-18 Fabio M. Di... [cleanup] rename ip_addr to ipaddr
2018-12-18 Fabio M. Di... [cleanup] rename sockfd to ioctlfd
2018-12-18 Fabio M. Di... [cleanup] rename struct _ip to struct nozzle_ip and...
2018-12-18 Fabio M. Di... [nozzle] rename _config to nozzle_lib_config
2018-12-18 Fabio M. Di... [cleanup] start splitting the code across multiple...
2018-12-18 Fabio M. Di... [nozzle] cleanup and document nozzle_get_fd
2018-12-18 Fabio M. Di... [nozzle] cleanup and document nozzle_get_name_by_handle
2018-12-18 Fabio M. Di... [nozzle] cleanup and document nozzle_get_handle_by_name
2018-12-18 Fabio M. Di... [nozzle] cleanup and document nozzle_(re)set_mac
2018-12-18 Fabio M. Di... [nozzle] cleanup and document nozzle_get_mac
2018-12-18 Christine CaulfieldTidy some English
2018-12-18 Fabio M. Di... [nozzle] cleanup and document nozzle_set_mtu and nozzle...
2018-12-18 Fabio M. Di... [nozzle] cleanup and document nozzle_get_mtu
2018-12-18 Fabio M. Di... [nozzle] fix test on BSD
2018-12-18 Fabio M. Di... [nozzle] cleanup and document nozzle_get_ips (part 1)
2018-12-18 Fabio M. Di... [nozzle] cleanup and document nozzle_del_ip
2018-12-18 Fabio M. Di... [nozzle] cleanup and document nozzle_add_ip
2018-12-18 Fabio M. Di... [nozzle] re-order functions in order of importance
2018-12-18 Fabio M. Di... [nozzle] cleanup and document nozzle_set_down
2018-12-18 Fabio M. Di... [nozzle] cleanup and document nozzle_set_up
2018-12-18 Fabio M. Di... [nozzle] start to cleanup nozzle_close to be more infor...
2018-12-18 Fabio M. Di... [nozzle] cleanup nozzle_open coding style and return...
2018-12-18 Fabio M. Di... [nozzle] rename last tap bits to nozzle
2018-12-18 Fabio M. Di... [nozzle] rename API from tap_ to nozzle_
2018-12-18 Fabio M. Di... [nozzle] fix pkg-config to point to nozzle
2018-12-18 Fabio M. Di... [nozzle] rename struct _iface to nozzle_iface (looks...
next