Commit History

Author SHA1 Message Date
  Denis Vlasenko dfc0740b04 ll_types.c: optimize link type table, make it conditional 17 years ago
  Denis Vlasenko 605b20e277 replace printf with fputs where appropriate 17 years ago
  Denis Vlasenko 6ca409e0e4 trylink: produce even more info about final link stage 17 years ago
  Denis Vlasenko 990d0f63ee Replace index_in_[sub]str_array with index_in_[sub]strings, 17 years ago
  Denis Vlasenko b71c668c57 style fix (stray space before ';') 17 years ago
  Denis Vlasenko fb79a2e2cf xioctl and friends by Tito <farmatito@tiscali.it> 17 years ago
  Bernhard Reutner-Fischer cd0e80ce90 - move iprule and ipaddress from matches() to index_in_str_array 17 years ago
  Denis Vlasenko 9a7d38fe24 delete tons of extra #includes 17 years ago
  Bernhard Reutner-Fischer b290889f02 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. 17 years ago
  Denis Vlasenko 540a2a1f3b libiproute: audit callgraph, shortcut error paths into die() functions. 17 years ago
  Denis Vlasenko 98ee06d3d4 stop using __u32 etc. uint32_t is there for a reason 18 years ago
  Denis Vlasenko bf66fbc8e2 introduce LONE_CHAR (optimized strcmp with one-char string) 18 years ago
  Denis Vlasenko 9f739445cd inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] 18 years ago
  Denis Vlasenko 229b3d2072 do not overflow ifr_name. maybe it was safe in some places, 18 years ago
  Bernhard Reutner-Fischer 921f5df25f - add 'ip rule' support. First take.. 18 years ago
  Denis Vlasenko 5af906e7c8 rename: compare_string_array -> index_in_str_array 18 years ago
  Denis Vlasenko 940b2e4b73 ip: "ip addr del" and "ip addr delete" both should work 18 years ago
  Denis Vlasenko c6f188def8 silly size savings and capitalization fixes 18 years ago
  "Robert P. J. Day" 63fc1a9e08 Standardize on the vi editing directives being on the first line. 18 years ago
  Bernhard Reutner-Fischer 19008b8373 - reuse strings and messages. Saves about 600B 18 years ago
  Rob Landley ecae66ac16 Header cleanup: don't #include headers that libbb.h already includes. 18 years ago
  Rob Landley 7723019c6b Patch from Bernhard Fischer to remove some useless bits. 18 years ago
  Rob Landley dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function 19 years ago
  Rob Landley 0a7c8ef6e2 Patch from Denis Vlasenko to constify things and fix a few typos. 19 years ago
  Eric Andersen d78aea8b8e sort out yet more type issues 19 years ago
  Bernhard Reutner-Fischer 20f4000086 - add some ATTRIBUTE_UNUSED. 19 years ago
  Tim Riker c1ef7bdd8d just whitespace 19 years ago
  "Vladimir N. Oleynik" 2f0a5f947a restore compare_string_array new interface (make broken by landley) 19 years ago
  Bernhard Reutner-Fischer 1d62d3b7b9 - make libiproute compile.. 19 years ago
  Eric Andersen 14f5c8d764 Patch from Bernhard Fischer to make a bunch of symbols static 19 years ago