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: MPCodeWriter21/pythonping
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alessandromaggio/pythonping
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.
  • 17 commits
  • 16 files changed
  • 10 contributors

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    a82029b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Add Github Actions Python Test

    invalid network dns changed to RFC suggested invalid to avoid resolution of localhost domain
    Active ping tests avoided on Github Actions since it does not support ICMP
    stephengroat committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    9e39f46 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. added a variable to hold the number of lost packets

    this commits adds a "packets_lost_number" variable to a ResponseList object.
    this variable holds an integer number of the lost packets.
    ilyapashuk committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    db17684 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    9156dc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Merge pull request alessandromaggio#84 from alessandromaggio/master

    Align dev branch to master
    alessandromaggio authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    a42fdf1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request alessandromaggio#76 from stephengroat/github-actio…

    …ns-test
    
    Add Github Actions Python Test
    alessandromaggio authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    d998ba8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b993177 View commit details
    Browse the repository at this point in the history
  4. Merge pull request alessandromaggio#63 from aryzach/master

    added -I flag functionality (specify source IP)
    alessandromaggio authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    9dceffc View commit details
    Browse the repository at this point in the history
  5. fix: Restore interval as optional parameter

    Alessandro Maggio committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    5959052 View commit details
    Browse the repository at this point in the history
  6. refactor: increase version number

    Alessandro Maggio committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    03ad4ae View commit details
    Browse the repository at this point in the history
  7. Merge pull request alessandromaggio#85 from alessandromaggio/dev

    Support for source interface, proper local domain resolution
    alessandromaggio authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    877ccc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    abc4fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f29e3a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Merge pull request alessandromaggio#83 from ilyapashuk/master

    added a variable to hold the number of lost packets
    alessandromaggio authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    2112eb5 View commit details
    Browse the repository at this point in the history
  2. feat: Add stats properties

    Alessandro Maggio committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    44e76d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c5a69f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. feat: Release 1.1.4 (alessandromaggio#96)

    * fix(icmp.py): ICMP header format string
    
    All values in the struct should be unsigned.
    
    * pylint issues resolved
    
    Fixed a bunch of pylint issues
    
    * First Readme push headers updated.
    
    * Update README.md
    
    * Update README.md
    
    * UMLs created.
    
    * UMLs created.
    
    * Folder Structure Created.
    
    * backticks added.
    
    * Supporting words added.
    
    * Grammer fix
    
    * Code Styles section finished.
    
    * Fix made
    
    * Fix made
    
    * Readme fixed.
    
    * Readme fixed.
    
    * Ready for pull request.
    
    * Finally ready for pull request.
    
    * Testcase added,
    
    * feat: integrate alessandromaggio#89, alessandromaggio#92, and alessandromaggio#93
    
    Allow count greater than 16-bit, fix pylint issues, update and expand readme
    
    Co-authored-by: David A. Bell <8835326+dabell-cc@users.noreply.github.com>
    Co-authored-by: Mark Mayo <mark@there.co.nz>
    Co-authored-by: Aleksa Zatezalo <aleksa@kali.azatezalo>
    Co-authored-by: Aleksa Zatezalo <59803757+AleksaZatezalo@users.noreply.github.com>
    5 people authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    afa1e95 View commit details
    Browse the repository at this point in the history
Loading