Age | Commit message (Expand) | Author |
2007-04-12 | - shrink iproute a bit (-200 bytes). Untested | Bernhard Reutner-Fischer |
2007-04-12 | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | Bernhard Reutner-Fischer |
2007-04-11 | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko |
2007-04-11 | - set the scope properly. Thanks to Jean Wolter, who wrote: | Bernhard Reutner-Fischer |
2007-04-10 | - rewrite the ip applet to be less bloaty | Bernhard Reutner-Fischer |
2007-04-07 | libiproute: audit callgraph, shortcut error paths into die() functions. | Denis Vlasenko |
2007-01-30 | preparatory patch for -Wwrite-strings #8 (missed part) | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #6 | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #5 | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko |
2007-01-28 | - reinstate static for the command string arrray to be gentle to gcc-3.x | Bernhard Reutner-Fischer |
2007-01-28 | - use uint32_t as suggested by vda. | Bernhard Reutner-Fischer |
2007-01-27 | fix numbering in switch(): we don't have "del" anymore, | Denis Vlasenko |
2007-01-24 | accumulated post-1.4.0 fixes | Denis Vlasenko |
2007-01-23 | - rtnl_rttable_a2n wants an unsigned int32 | Bernhard Reutner-Fischer |
2007-01-22 | - forgot to include ip_common.h | Bernhard Reutner-Fischer |
2007-01-12 | random small size optimizations | Denis Vlasenko |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko |
2007-01-02 | Remove networking/libiproute/linux/pkt_sched.h | Denis Vlasenko |
2007-01-01 | msh: double "static char line[LINELIM]" etc deleted. | Denis Vlasenko |
2006-12-31 | rt_names: stop allocating 5k in rwdata | Denis Vlasenko |
2006-12-31 | iproute: remove double get_hz optimization | Denis Vlasenko |
2006-12-31 | remove commented out #includes etc | Denis Vlasenko |
2006-12-31 | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-12-23 | use xbind, xconnect where appropriate. | Denis Vlasenko |
2006-12-21 | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko |
2006-12-18 | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-12-15 | re-applying first post-1.3.x change | Denis Vlasenko |
2006-12-15 | back out last change - need to make busybox-1_3-stable branch first | Denis Vlasenko |
2006-12-14 | - table support for ip route | Bernhard Reutner-Fischer |
2006-12-07 | - Improve wording in error message. | Bernhard Reutner-Fischer |
2006-12-04 | - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers. | Bernhard Reutner-Fischer |
2006-11-27 | do not overflow ifr_name. maybe it was safe in some places, | Denis Vlasenko |
2006-11-21 | bb_INET_default[] is really just a const "default", | Denis Vlasenko |
2006-11-21 | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer |
2006-11-17 | add -Wundef, fix uncovered bugs | Denis Vlasenko |
2006-11-05 | rename: compare_string_array -> index_in_str_array | Denis Vlasenko |
2006-11-01 | mostly style fixes | Denis Vlasenko |
2006-10-27 | last nail into error_msg() (de)capitalization | Denis Vlasenko |
2006-10-26 | ip: "ip addr del" and "ip addr delete" both should work | Denis Vlasenko |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-10-03 | lots of silly indent fixes | Denis Vlasenko |
2006-09-30 | libiproute/ll_map.c: fix bug 279 | Denis Vlasenko |
2006-09-28 | rt_names.c: move few strings into rodata | Denis Vlasenko |