Commit History

Author SHA1 Message Date
  Denis Vlasenko a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
  Denis Vlasenko 540ab7097c wget: "support" -t and -T by ignoring them 16 years ago
  Denis Vlasenko 50b5cac59f wget: accept code 204. 16 years ago
  Denis Vlasenko d50dda8c35 *: use llist_pop for traverse-and-free list operation 16 years ago
  Denis Vlasenko 5599502a55 more -Wall warning fixes. -Wall is enabled now. 16 years ago
  Denis Vlasenko c93b162248 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) 17 years ago
  Denis Vlasenko 85c247161b *: fix fallout from -Wunused-parameter 17 years ago
  Denis Vlasenko 68404f13d4 *: add -Wunused-parameter; fix resulting breakage 17 years ago
  Denis Vlasenko 8e2cfec1cd libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set 17 years ago
  Bernhard Reutner-Fischer a985d306a1 - spelling fixes 17 years ago
  Bernhard Reutner-Fischer 8c69afd992 - be C99 friendly. Anonymous unions are a GNU extension. This change is 17 years ago
  Denis Vlasenko 6b404431aa ps: fix build breakage from vda's recent commit 17 years ago
  Denis Vlasenko 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 years ago
  Denis Vlasenko a36535b067 wget: -O FILE is allowed to overwrite existing file (compat) 17 years ago
  Denis Vlasenko 4daad9004d introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). 17 years ago
  Denis Vlasenko 818322b9b1 *: kill bb_get_last_path_component, replace with two functions 17 years ago
  Denis Vlasenko a7ce207bd8 wget: get rid of setitimer 17 years ago
  Denis Vlasenko 47ddd01b3c wget: reorder functions, no code changes 17 years ago
  Denis Vlasenko 7710563858 wget: code shrink, move data out of bss 17 years ago
  Denis Vlasenko 06783a5140 wget: allow dots in header field names. 17 years ago
  Denis Vlasenko fe7cd642b0 don't pass argc in getopt32, it's superfluous 17 years ago
  Denis Vlasenko a27a11bb2c introduce and use xdup2(int, int) 17 years ago
  Denis Vlasenko 6ca409e0e4 trylink: produce even more info about final link stage 17 years ago
  Denis Vlasenko 4661117911 bb_uuencode: fix obscure case where we were using data past last byte of source 17 years ago
  Denis Vlasenko 990d0f63ee Replace index_in_[sub]str_array with index_in_[sub]strings, 17 years ago
  Denis Vlasenko bdc88fdc68 rework long option handling. saves ~1.2k 17 years ago
  Denis Vlasenko 12d2129d50 wget: fix bug in base64 encoding (bug 1404). +10 bytes. 17 years ago
  Denis Vlasenko e8240f19bd uuencode: shrink 17 years ago
  Denis Vlasenko 7679145cfa ping: fix write-after-allocated-mem bug 17 years ago
  Denis Vlasenko bd7bb299c0 wget: use monotonic_sec instead of gettimeofday 17 years ago