1. 11 Oct, 2016 1 commit
  2. 20 Sep, 2016 1 commit
  3. 18 Sep, 2016 1 commit
    • Fabian Olesen's avatar
      oopps · 0e655b17
      Fabian Olesen authored
      Former-commit-id: 88e56abad7e5780aafecb4b05fbb5b38732f010f
      0e655b17
  4. 15 Sep, 2016 2 commits
  5. 09 Sep, 2016 2 commits
  6. 25 Aug, 2016 1 commit
  7. 08 Jun, 2016 4 commits
  8. 04 Nov, 2015 1 commit
  9. 11 Oct, 2015 1 commit
  10. 22 Jul, 2015 3 commits
  11. 18 Feb, 2015 1 commit
  12. 13 Feb, 2015 1 commit
    • Gregory Maxwell's avatar
      Sanitize command strings before logging them. · 07a8820a
      Gregory Maxwell authored
      Normally bitcoin core does not display any network originated strings without
       sanitizing or hex encoding.  This wasn't done for strcommand in many places.
      
      This could be used to play havoc with a terminal displaying the logs,
       especially with printtoconsole in use.
      
      Thanks to Evil-Knievel for reporting this issue.
      
      Conflicts:
      	src/main.cpp
      	src/net.cpp
      	src/rpcserver.cpp
      
      Rebased-From: 28d4cff0
      Github-Pull: #5770
      07a8820a
  13. 06 Feb, 2015 2 commits
  14. 08 Oct, 2014 1 commit
  15. 11 Sep, 2014 3 commits
  16. 10 Sep, 2014 2 commits
  17. 09 Sep, 2014 1 commit
  18. 28 Aug, 2014 1 commit
  19. 25 Aug, 2014 1 commit
  20. 18 Aug, 2014 2 commits
    • Peter Todd's avatar
      Increase IsStandard() scriptSig length · bea305b6
      Peter Todd authored
      Removes the limits on number of pubkeys for P2SH CHECKMULTISIG outputs.
      Previously with the 500 byte scriptSig limit there were odd restrictions
      where even a 1-of-12 P2SH could be spent in a standard transaction(1),
      yet multisig scriptPubKey's requiring more signatures quickly ran out of
      scriptSig space.
      
      From a "stuff-data-in-the-blockchain" point of view not much has changed
      as with the prior commit now only allowing the dummy value to be null
      the newly allowed scriptSig space can only be used for signatures. In
      any case, just using more outputs is trivial and doesn't cost much.
      
      1) See 779b519480d8c5346de6e635119c7ee772e97ec872240c45e558f582a37b4b73
         Mined by BTC Guild.
      bea305b6
    • Pieter Wuille's avatar
      Add a way to limit deserialized string lengths · 7450e8ff
      Pieter Wuille authored
      and use it for most strings being serialized.
      
      Rebased-From: 216e9a44
      7450e8ff
  21. 20 Jul, 2014 1 commit
  22. 04 Jul, 2014 1 commit
    • Wladimir J. van der Laan's avatar
      Remove NumBlocksOfPeers · d7df72c3
      Wladimir J. van der Laan authored
      Generally useless information. Only updates on connect time, not after
      that. Peers can easily lie and the median filter is not effective in
      preventing that.
      
      In the past it was used for progress display in the GUI but
      `CheckPoints::guessVerificationProgress` provides a better way that is now used.
      It was too easy to mislead it. Peers do lie about it in practice, see issue #4065.
      
      From the RPC, `getpeerinfo` gives the peer raw values, which are more
      useful.
      d7df72c3
  23. 21 May, 2014 1 commit
  24. 12 May, 2014 1 commit
  25. 07 May, 2014 1 commit
  26. 30 Apr, 2014 2 commits
  27. 24 Apr, 2014 1 commit