Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jorgectf/volley
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: google/volley
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 12 files changed
  • 6 contributors

Commits on Jun 26, 2023

  1. Only log debug messages when DEBUG is True (google#453)

    According to the internal comments and other usage, this message should only be logged when DEBUG is True. The log entry can potentially contain sensitive data in the case where authentication tokens are part of a GET request and so it should be possible for the user of Volley to disable logging by setting DEBUG to False even in the case where the network request is "slow."
    
    Fixes google#452
    vorlon77 authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    aa7ad9b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Add CodeQL workflow (google#454)

    Co-authored-by: Jeff Davidson <jpd@google.com>
    jorgectf and jpd236 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a4b92e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Bump some build dependencies to enable building with a newer JDK. (go…

    …ogle#459)
    
    This is enough to get Google's JDK11 to build Volley. While newer versions of some dependencies are available, taking these would bring other complexity to the build.
    jpd236 authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cda470c View commit details
    Browse the repository at this point in the history
  2. Set network tag in CronetHttpStack

    This requires updating the cronet version
    lucaseckels authored and jpd236 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a5ef749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67f7639 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Add bug report template

    jpd236 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    345ab67 View commit details
    Browse the repository at this point in the history
Loading