good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 29, 2018
  2. Aug 27, 2018
  3. Aug 13, 2018
  4. Aug 07, 2018
  5. Jul 16, 2018
  6. Jun 26, 2018
  7. Jun 14, 2018
  8. Jun 12, 2018
  9. May 29, 2018
  10. May 09, 2018
  11. May 04, 2018
  12. May 02, 2018
  13. Apr 19, 2018
  14. Apr 17, 2018
  15. Mar 27, 2018
    • Guillaume Ballet's avatar
      whisper: fix issue in topic list copy (#16381) · 80449719
      Guillaume Ballet authored
      - Fixes #16271. What was appeneded was a pointer to
      an object that changes during the iteration.
      - The topic is allocated as a 4-byte array, fill partial topics
      with 0s. Partial topics are currently disabled, but would
      crash as they rely on the presence of byte number 3.
      80449719
  16. Mar 26, 2018
  17. Mar 22, 2018
  18. Mar 06, 2018
  19. Mar 02, 2018
  20. Mar 01, 2018
  21. Feb 28, 2018
  22. Feb 27, 2018
  23. Feb 23, 2018
  24. Feb 22, 2018
  25. Feb 21, 2018
  26. Feb 15, 2018
  27. Feb 10, 2018
    • Guillaume Ballet's avatar
      whisper: get wnode to work with v6 (#16051) · 5cf75a30
      Guillaume Ballet authored
      The bulk of the issue was to adapt to the new requirement
      that a v6 filter has to either contain a symmertric key or
      an asymmetric one.
      
      This commits revert one of the fixes that I made to remove
      a linter warning: unexporting NewSentMessage. This is not
      really a problem as I have a cleanup in the pipe that will
      solve this issue.
      5cf75a30
  28. Feb 09, 2018
  29. Feb 05, 2018
  30. Jan 30, 2018
  31. Jan 26, 2018
    • Guillaume Ballet's avatar
      whisper: remove linter warnings (#15972) · 367c329b
      Guillaume Ballet authored
      * whisper: fixes warnings from the code linter
      
      * whisper: more non-API-breaking changes
      
      The remaining lint errors are because of auto-generated
      files and one is because an exported function has a non-
      exported return type. Changing this would break the API,
      and will be part of another commit for easier reversal.
      
      * whisper: un-export NewSentMessage to please the linter
      
      This is an API change, which is why it's in its own commit.
      This change was initiated after the linter complained that
      the returned type wasn't exported. I chose to un-export
      the function instead of exporting the type, because that
      type is an implementation detail that I would like to
      change in the near future to make the code more
      readable and with an increased coverage.
      
      * whisper: update gencodec output after upgrading it to new lint standards
      367c329b
Loading