1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 6030af9 wget: correctly handle failure to -c (continue) by Denys Vlasenko · 12 years ago
  4. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  5. 8a90e61 Apply post-1.19.3 patches, bump version to 1.19.4 by Denys Vlasenko · 12 years ago
  6. f7ae0a2 reduce diff with official busybox, do not use %s on defined strings by Tanguy Pruvot · 13 years ago
  7. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  8. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  9. d506897 wget: add a note about bug 3625 by Denys Vlasenko · 13 years ago
  10. ca18311 libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. by Denys Vlasenko · 13 years ago
  11. 700fbc3 wget: --post-data=STR should not encode STR, should send it verbatim by Vitaly Magerya · 13 years ago
  12. e2e55b0 wget: move help text to .c file by Denys Vlasenko · 13 years ago
  13. 625f218 wget: fix fname_out usage wrt redirects by Denys Vlasenko · 13 years ago
  14. 5369563 wget: reduce bloat by Pere Orga · 13 years ago
  15. 28556b9 wget: check for final write errors for -O FILE too by Denys Vlasenko · 13 years ago
  16. 2384a35 wget: make "wget -O FILE URL1 URL2" concatenate output by Denys Vlasenko · 13 years ago
  17. 57b4909 wget: fix SEGV with multiple urls and redirection by Pere Orga · 13 years ago
  18. 9a5b7f6 wget: support multiple URLs on command line even without -O :) by Denys Vlasenko · 13 years ago
  19. a366109 wget: support multiple URLs on command line by Denys Vlasenko · 13 years ago
  20. a84eadf typo fix in comment by Denys Vlasenko · 13 years ago
  21. 88ad9da wget: display 100% at the _end_ of chunked download by Denys Vlasenko · 13 years ago
  22. c60f446 wget: chunked mode fix. Closes bug 3229 by Denys Vlasenko · 13 years ago
  23. f9af375 wget: explain clearerr more clearly by Denys Vlasenko · 13 years ago
  24. 8766a79 wget: correctly handle rare case when we get EAGAIN _on first_ read by Denys Vlasenko · 13 years ago
  25. d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 13 years ago
  26. f836f01 wget: shrink progress meter code; strink wget and add debug logging by Denys Vlasenko · 13 years ago
  27. 9213a55 wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytes by Denys Vlasenko · 13 years ago
  28. dee0fc9 save 10 bytes on strings by Denys Vlasenko · 13 years ago
  29. 0fac2f7 wget: remove functions which retry on EINTR by Denys Vlasenko · 13 years ago
  30. df4e16c wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers by Denys Vlasenko · 13 years ago
  31. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  32. ebec11d wget: flush output to network before receving reply by Nguyễn Thái Ngọc Duy · 14 years ago
  33. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  34. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  35. da0df47 wget: fix ndelay_on call; progress bar: small shrink by Denys Vlasenko · 14 years ago
  36. c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
  37. c5bbd5d wget: fix progress display by Denys Vlasenko · 14 years ago
  38. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 14 years ago
  39. 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 14 years ago
  40. 81fe2b1 wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set" by Denys Vlasenko · 14 years ago
  41. 3fdba18 wget: ignore --no-check-certificate by Bernhard Reutner-Fischer · 14 years ago
  42. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 14 years ago
  43. d2c879d wget: fix signedness in the compare (paranoia only, G.content_len is never < 0) by Denys Vlasenko · 14 years ago
  44. a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 14 years ago
  45. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  46. f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago
  47. be168b1 wget: fix for code 302; mount: support -o union by Vladimir Dronnikov · 15 years ago
  48. 0d58666 wget: strip trailing whitespace from e.g. "Content-length: 120 " by Matthijs van de Water · 15 years ago
  49. 7d5ddf1 wget: remove IPv6 scope id in Host: field (apache compat) by Denys Vlasenko · 15 years ago
  50. f1fab09 wget: fix redirection from HTTP to FTP server by Denys Vlasenko · 15 years ago
  51. ab0c8d7 wget: remove strange *&var construct. by Denys Vlasenko · 15 years ago
  52. 7f43280 wget: code shrink by splitting main() into easier-to-optimize functions by Denys Vlasenko · 15 years ago
  53. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  54. 5a2ad69 wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de) by Denis Vlasenko · 15 years ago
  55. 50af926 wget: fix --header handling by Denis Vlasenko · 15 years ago
  56. db12d1d Fix forgotten license comments by Denis Vlasenko · 15 years ago
  57. 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
  58. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  59. 540ab70 wget: "support" -t and -T by ignoring them by Denis Vlasenko · 16 years ago
  60. 50b5cac wget: accept code 204. by Denis Vlasenko · 16 years ago
  61. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
  62. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 16 years ago
  63. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 16 years ago
  64. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 16 years ago
  65. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  66. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 16 years ago
  67. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 16 years ago
  68. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 16 years ago
  69. 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 16 years ago
  70. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  71. a36535b wget: -O FILE is allowed to overwrite existing file (compat) by Denis Vlasenko · 17 years ago
  72. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  73. 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
  74. a7ce207 wget: get rid of setitimer by Denis Vlasenko · 17 years ago
  75. 47ddd01 wget: reorder functions, no code changes by Denis Vlasenko · 17 years ago
  76. 7710563 wget: code shrink, move data out of bss by Denis Vlasenko · 17 years ago
  77. 06783a5 wget: allow dots in header field names. wget: code shrink by Denis Vlasenko · 17 years ago
  78. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  79. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  80. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  81. 4661117 bb_uuencode: fix obscure case where we were using data past last byte of source by Denis Vlasenko · 17 years ago
  82. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  83. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  84. 12d2129 wget: fix bug in base64 encoding (bug 1404). +10 bytes. by Denis Vlasenko · 17 years ago
  85. e8240f1 uuencode: shrink by Denis Vlasenko · 17 years ago
  86. 7679145 ping: fix write-after-allocated-mem bug by Denis Vlasenko · 17 years ago
  87. bd7bb29 wget: use monotonic_sec instead of gettimeofday by Denis Vlasenko · 17 years ago
  88. 459be35 hwclock: size optimizations by Denis Vlasenko · 17 years ago
  89. 7b72fc1 pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  90. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  91. 7e8a53a - add libbb function str_tolower to convert a string to lowercase. by Bernhard Reutner-Fischer · 17 years ago
  92. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 17 years ago
  93. 2e75dcc - add -s|--spider which only checks if the file exists but does not download it's content. by Bernhard Reutner-Fischer · 17 years ago
  94. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 17 years ago
  95. 42823d5 add x to IPv6 functions which can die by Denis Vlasenko · 17 years ago
  96. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  97. de55b5d correct wget's comment by Denis Vlasenko · 17 years ago
  98. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 17 years ago
  99. afe488d work around gcc bug by Denis Vlasenko · 17 years ago
  100. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 17 years ago