1. 1d8df52 inetd: improve --helpt text and config help text. by Denys Vlasenko · 7 years ago
  2. 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
  3. c810978 udhcpc: downgrade "MAC X:X:X:X:X:X" message to log2 level by Denys Vlasenko · 7 years ago
  4. b72f1ef udhcpc[6]: downgrade "adapter index N" messages to log2 level by Denys Vlasenko · 7 years ago
  5. de6cb41 udhcpc[6]: fix messages referring to select() while we use poll() by Denys Vlasenko · 7 years ago
  6. e4f6bfd zcip: fix slow environment leak by Denys Vlasenko · 7 years ago
  7. 67d42df ping: fix help text to show what parameter -p takes by Denys Vlasenko · 7 years ago
  8. 168f0ef udhcpc[6]: on log level 1, three messages about raw socket is overkill by Denys Vlasenko · 7 years ago
  9. a680f40 ping: better config help text for FEATURE_FANCY_PING by Denys Vlasenko · 7 years ago
  10. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  11. 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
  12. ae178ce Update remaining menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  13. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  14. 2c1258c Move get_unaligned_le32() macros to platform.h by Denys Vlasenko · 7 years ago
  15. 3d7ec48 tls: remove last int16 local variables in pstm code by Denys Vlasenko · 7 years ago
  16. 79376ec tls: fix pstm asm constraint problem by Denys Vlasenko · 7 years ago
  17. 9887f93 tls: fix build problem on non-static i386 by Denys Vlasenko · 7 years ago
  18. ce55284 inetd,mount: do not die if uclibc without RPC is detected by Denys Vlasenko · 7 years ago
  19. 558aae1 tls: use capped SNI len everywhere by Denys Vlasenko · 7 years ago
  20. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  21. 4ee824f randomconfig fixes by Denys Vlasenko · 7 years ago
  22. ba4fbca udhcpc6: make -O OPT work by Denys Vlasenko · 7 years ago
  23. 470bebe udhcpc6: add comments about option 39, no code changes by Denys Vlasenko · 7 years ago
  24. 234b82c udhcpc6: add support for timezones by Denys Vlasenko · 7 years ago
  25. 2f24d30 iproute: support for filtering by and printing of scope by André Draszik · 8 years ago
  26. 192dce4 ip rule: add suppress_{prefixlength,ifgroup} options by Stefan Tomanek · 8 years ago
  27. ed820cc udhcpc: do not accept --background on NOMMU (same as -b) by Denys Vlasenko · 8 years ago
  28. 741bfa9 udhcpc: fix "udhcpc -x hostname:<name> not working on nommu" by Denys Vlasenko · 8 years ago
  29. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  30. 7121bb8 ipaddress: tweak help text more: mention "brd +" syntax by Denys Vlasenko · 8 years ago
  31. 4eaa0f7 ipaddress: tweak help text by Denys Vlasenko · 8 years ago
  32. eb76abb iproute: add "a" command as a synonym to "add" by Denys Vlasenko · 8 years ago
  33. 826bdcd libiproute: FACT_FUNCization by Denys Vlasenko · 8 years ago
  34. d5342a1 iproute: support advmss option by Denys Vlasenko · 8 years ago
  35. 1140bf3 iproute: update help text, add commented-out code for unsupported options by Denys Vlasenko · 8 years ago
  36. 2d4823b iplink: implement "set promisc on|off". Closes 4682 by Denys Vlasenko · 8 years ago
  37. a7386bb ip link: tidying up by Denys Vlasenko · 8 years ago
  38. 5d561ef tls: do not compile in TLS_RSA_WITH_NULL_SHA256 code if unreachable by Denys Vlasenko · 8 years ago
  39. 229d3c4 tls: avoid using int16 in pstm code by Denys Vlasenko · 8 years ago
  40. 636c3b6 tls: merge sha1 and sha256 hmac functions by Denys Vlasenko · 8 years ago
  41. 6e99f1c tls: replace aes encryption/decryption by much smaller one by Denys Vlasenko · 8 years ago
  42. ab03061 udhcp6: move misplaced comment by Denys Vlasenko · 8 years ago
  43. ed898ed udhcp6: fix releasing by Denys Vlasenko · 8 years ago
  44. 64d58aa udhcp6: fix problems found running against dnsmasq by Denys Vlasenko · 8 years ago
  45. e09f5e3 udhcp6: read_interface should save link-local ipv6 address by Denys Vlasenko · 8 years ago
  46. 876c121 whitespace fix by Denys Vlasenko · 8 years ago
  47. 7c67f1e udhcpc: make sure we do not overflow poll timeout by Denys Vlasenko · 8 years ago
  48. 94dcfd8 nc_bloaty: use poll() instead of select() by Denys Vlasenko · 8 years ago
  49. 52a515d udhcp: use poll() instead of select() by Denys Vlasenko · 8 years ago
  50. dc207f6 udhcp: do not clobber errno by signal handler by Denys Vlasenko · 8 years ago
  51. 5b3b468 nc: use poll() instead of select() by Denys Vlasenko · 8 years ago
  52. 0ec4d08 tls: covert i/o loop from using select() to poll() by Denys Vlasenko · 8 years ago
  53. 8cc1ab3 httpd: use "Content-Length", not "-length" by Denys Vlasenko · 8 years ago
  54. c31b54f tls: fold AES CBC en/decryption into single functions by Denys Vlasenko · 8 years ago
  55. 5b05d9d wget/tls: session_id of zero length is ok (arxiv.org responds with such) by Denys Vlasenko · 8 years ago
  56. 67f6db6 wget: add a big explanation what TLS code implements and what does not by Denys Vlasenko · 8 years ago
  57. b181ca7 typo in comment by Denys Vlasenko · 8 years ago
  58. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  59. b4b12bf httpd: defend against attempts to OOM us. Closes 9611 by Denys Vlasenko · 8 years ago
  60. b13b618 ftpd/ls: show directories first by Denys Vlasenko · 8 years ago
  61. 2181fb4 ftpd: new option -a ANON_USER to allow anonymous logins by Andrey Mozzhuhin · 8 years ago
  62. dff9fef wget: add support for -S --server-response by Denys Vlasenko · 8 years ago
  63. 89193f9 tls: can download kernels now :) by Denys Vlasenko · 8 years ago
  64. 1500b3a tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATE by Denys Vlasenko · 8 years ago
  65. 49ecee0 tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work by Denys Vlasenko · 8 years ago
  66. 7a18b95 tls: reorder tls_handshake_data fields for smaller size, tweak comments by Denys Vlasenko · 8 years ago
  67. b5bf191 tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client hello by Denys Vlasenko · 8 years ago
  68. 9492da7 tls: set TLS_DEBUG to 0; placate a gcc indentation warning by Denys Vlasenko · 8 years ago
  69. 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
  70. 1238988 ip: better --help by Denys Vlasenko · 8 years ago
  71. 8908c1d more ip --help fixes by Denys Vlasenko · 8 years ago
  72. f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago
  73. bbc7bee make --help texts more uniform by Denys Vlasenko · 8 years ago
  74. f6e2072 tls: reorder tls_state fields for smaller offsets by Denys Vlasenko · 8 years ago
  75. dd2577f tls: send SNI in the client hello by Denys Vlasenko · 8 years ago
  76. 0af5265 tls: check size on "MAC-only, no crypt" code path too by Denys Vlasenko · 8 years ago
  77. 54b927d tls: AES decrypt does one unnecessary memmove by Denys Vlasenko · 8 years ago
  78. 3916139 tls: make input buffer grow as needed by Denys Vlasenko · 8 years ago
  79. 38972a8 tls: improve i/o loop by Denys Vlasenko · 8 years ago
  80. e7863f3 tls: was psAesDecrypt'ing one block too many, trashing buffered data by Denys Vlasenko · 8 years ago
  81. 179e88b rdate: make it do something remotely sane, facing 32-bit time overflow by Denys Vlasenko · 8 years ago
  82. 19e695e tls: do not use common_bufsiz by Denys Vlasenko · 8 years ago
  83. a0aae9f tls: decode alerts and in particular, EOF alert. by Denys Vlasenko · 8 years ago
  84. abbf17a tls: add the i/o loop - largish rework of i/o buffering by Denys Vlasenko · 8 years ago
  85. f7806f9 tls: fix ROL/ROR x86 optimization by Denys Vlasenko · 8 years ago
  86. 432f1ae tls: tested PSTM_X86_64, not enabling it - too large by Denys Vlasenko · 8 years ago
  87. 6b1b004 tls: commented out psPool_t use by Denys Vlasenko · 8 years ago
  88. 1bfc4b8 ntpd: print result of hostname resolution by Denys Vlasenko · 8 years ago
  89. cccf8e7 tls: teach it to decrypt AES256-encrypted data by Denys Vlasenko · 8 years ago
  90. a9e1866 tls: trim comments by Denys Vlasenko · 8 years ago
  91. b5dfc3d tls: teach it to send AES256-encrypted data by Denys Vlasenko · 8 years ago
  92. b7e9ae6 tls: added AES code and made it compile. not used yet by Denys Vlasenko · 8 years ago
  93. c8ba23b tls: massage writing for encryption support; finer-grained debug by Denys Vlasenko · 8 years ago
  94. 5d1662e tls: address one easy FIXME, tidy up comments by Denys Vlasenko · 8 years ago
  95. e69d78c tls: process CHANGE_CIPHER_SPEC and FINISHED from server by Denys Vlasenko · 8 years ago
  96. fe0588d tls: rearrange function order, improve comments by Denys Vlasenko · 8 years ago
  97. e2cb3b9 tls: make our send_client_finished() pass server check by Denys Vlasenko · 8 years ago
  98. 9a6897a tls: format FINISHED message properly for unencrypted, but sha256 signed mode by Denys Vlasenko · 8 years ago
  99. 4e08a12 Assorted warning fixes and added a comment, no code changes by Denys Vlasenko · 8 years ago
  100. 936e83e tls: add sha256 hmac and prf code by Denys Vlasenko · 8 years ago