]> granicus.if.org Git - libnl/shortlog
libnl
2012-08-31 Thomas GrafMerge branch 'asprintf' of https://github.com/socketpai...
2012-08-31 Thomas GrafMerge branch 'doxyfile' of https://github.com/socketpai...
2012-08-31 Thomas Grafdoc: Update Doxyfile.in to latest syntax
2012-08-30 Коренберг Маркgenl_ctrl_probe_by_name: fix checking of genlmsg_put...
2012-08-30 Коренберг МаркRemove auto-generated Doxyfile from git
2012-08-30 Коренберг Маркasprintf related fixed in yy parser
2012-08-30 Коренберг МаркAddress comparison bug fixed
2012-08-30 Коренберг МаркMore clean NL_AUTO_PORT and NL_AUTO_SEQ usage in nl_com...
2012-08-30 Thomas Graf3.2.12 release libnl3_2_12
2012-08-30 Thomas Grafconfigure: Check for pygmentize when building docs
2012-08-30 Thomas Grafdoc: Update Doxyfile config to latest release
2012-08-30 Thomas Grafroute: Document ROUTE_CACHE_CONTENT flag
2012-08-30 Thomas Grafconfigure: Check for graphviz and source-highlight...
2012-08-29 Коренберг Марк... Prevent potential socket file descriptor leak
2012-08-29 Коренберг Марк... Fix warning "not checking return value of fscanf" in...
2012-08-29 Коренберг Марк... Fix typo in textual description in ct_dump_stats()
2012-08-29 Коренберг Марк... "%llu" replaced with "%" PRIu64
2012-08-29 Коренберг Марк... Run-time version information is now available
2012-08-29 Коренберг Марк... Added lex.yy.c to .gitignore
2012-08-29 Justin Mayfieldsingle nexthop flags bug
2012-08-29 Justin Mayfieldnl_addr_parse handling of 'default', 'any', and 'all'
2012-08-29 Loïc Touraineroute_clone : fix segmentation fault using nl_cache_sub...
2012-08-29 Thomas GrafFix build warning after const char ** convert
2012-08-29 Michele BaldessariFix the always false if (a->rt_nr_nh != a->rt_nr_nh...
2012-08-28 Коренберг Маркlib/utils.c: One kilobit now is a 1000bits (instead...
2012-08-28 Коренберг Марк... ct_dump_stats: detect when stats are not available
2012-08-28 Коренберг Марк... nl_cli_route_parse_table fixed typo in code
2012-08-09 Stephane Fillodtbf: fix false missing attr
2012-06-13 Thomas Graflibnl 3.2.11 libnl3_2_11
2012-06-13 Коренберг МаркFix types-related warnings based on clang diagnostics
2012-06-13 Thomas Graflink: rtnl_link_get_kernel() should only wait for ACK...
2012-06-13 Thomas Grafgenl: cleanup genl_ctrl_resolve()
2012-06-13 Thomas Grafgenl: Wait for ACK after successful ctrl reply
2012-06-11 Andrew CollinsCorrect missing fwmark mask proto.
2012-06-11 Andrew CollinsAdd 'ingress' to the list of recognized TC handles.
2012-06-08 Коренберг МаркFixed memory leak in Cache destructor
2012-06-08 Коренберг Марк... rtnl_link_(get|set)_weight is deprecated in libnl.
2012-06-08 Коренберг Маркnetlink.nlattr re-implemented in more pythonic way
2012-06-08 Коренберг Маркnl_pickup removed from python binding
2012-06-08 Коренберг Марк... Remove unnecessary comments
2012-06-08 Коренберг Марк... Refine some places
2012-06-08 Коренберг Марк... pylint's first review and trivial fixes
2012-06-08 Коренберг Марк... Using only single quotes now and multi-line lists
2012-06-08 Коренберг Марк... Fix indentation (spaces vs tabs)
2012-06-08 Коренберг Марк... Code cleanups
2012-06-08 Коренберг Марк... Flags properties description and implementation fixed
2012-06-08 Коренберг Марк... Fixed various str-related logick
2012-06-08 Коренберг Марк... Fix whitespaces at EOL
2012-06-08 Коренберг Марк... Introduce Python's absolute_imports
2012-06-08 Коренберг Марк... Fix typo in still unused function that generate colored...
2012-06-08 Коренберг Марк... Make syntax highlighters happy
2012-06-08 Коренберг МаркRemoved generated .pyc files from repository
2012-06-08 Коренберг Марк... Fixed address deletion
2012-06-08 Thomas Grafnetem: Use ARRAY_SIZE()
2012-06-07 Коренберг Марк... rtnl_netem_set_delay_distribution: fix possible segfault
2012-06-07 Коренберг Марк... Fix compilation with clang
2012-06-06 Thomas Graflibnl 3.2.10 libnl3_2_10
2012-06-03 Neil Hormangenl: modify genl_ctrl_resolve and friends to allow...
2012-06-01 Thomas Grafgenl: Update genl-ctrl-list(8)
2012-06-01 Thomas Grafgenl: Export genl_ops_resolve() and genl_mngt_resolve...
2012-06-01 Thomas Grafgenl: Support registration of families without dependin...
2012-05-31 Thomas Grafgenl: Add genlmsg_user_hdr(), genlmsg_user_data(),...
2012-05-31 Thomas Grafgenl: Add genlmsg_hdr()
2012-05-31 Thomas Grafgenl: updates to API reference documentation
2012-05-29 Jiri Pirkouse MSG_TRUNC flag to get recv message size at once
2012-05-29 Andrew Collinscorrect HTB rtable/HZ calculations
2012-05-29 A Cadd fwmark mask support
2012-05-18 Bushman, JeffFix for dumping objects to a buffer instead of file...
2012-05-16 Adrian Banu32: fix various u32 hashing related warnings
2012-05-16 Thomas Graftc: fix included headers
2012-05-13 IsaacFTBFS with musl libc: Missing includes
2012-05-10 Thomas Grafdoc: documentation restructuring
2012-05-10 Justin Mayfield__str2flags fix
2012-05-09 Thomas Grafroute: Add FIXME to rtnl_route_nh_set_gateway() to...
2012-05-09 Thomas Grafdoc: add section about addressing
2012-05-09 Thomas Grafdoc: Check documentation generation requirements with...
2012-05-08 Adrian Banu32: example/test code for u32 hashing with HTB
2012-05-08 Adrian Banu32: add support for hashing
2012-05-08 Thomas Graf3.2.9 release libnl3_2_9
2012-05-08 Thomas Grafnl: Fix return value of nl_recvmsgs()
2012-05-07 Jeroen RooversFix two bugs in 3.2.8/doc/
2012-04-26 Thomas Graf3.2.8 release libnl3_2_8
2012-04-24 Thomas Grafobject: Add functions to access the object type, cache...
2012-04-22 Thomas Grafcache: Add co_include_event allowing caches to provide...
2012-04-22 Thomas Grafcache: improve documentation of co_event_filter
2012-04-22 Thomas Grafgenl: Make genl_unregister() a NOP if NULL pointer...
2012-04-21 Thomas Grafcache_mngr: Make providing the result pointer to nl_cac...
2012-04-21 Thomas Graftest-cache-mngr: Allow for management of arbitary cache...
2012-04-21 Thomas Grafcache_mngr: Provide nl_cache_mngr_info() to pring cache...
2012-04-21 Thomas Grafcache_mngr: API doc updates
2012-04-21 Thomas Grafcache_mngr: Let nl_cache_mngr_data_ready() read multipl...
2012-04-21 Thomas Grafnl: Make nl_recvmsgs() return the number of netlink...
2012-04-21 Thomas Grafcache_mngr: Fix memory corruption after resizing
2012-04-21 Thomas Graftest-cache-mngr: Let the cache manager allocate the...
2012-04-21 Thomas Grafcache_mngr: Automatically allocate socket if needed
2012-04-21 Thomas Grafcache_manager: Move documentation to doc/core.txt
2012-04-21 Thomas Grafcache_mngr: Don't modify callback setup of socket
2012-04-21 Thomas Graftests: fix test programs to compile again
2012-04-21 Thomas Graftests: Convert tests/Makefile to use automake
2012-04-21 Thomas Grafcache_mngr: document uncommon error codes
next