Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3.8 aggr #4

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 16, 2017

  1. Added SSL support for gevent (from GC)

    Added SSL support for eventlet (from GC)
    Renamed to haigha2
    Ori Shoshan committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    1e642f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. Don't import eventlet when using gevent transport (moved import into …

    …function)
    Ori Shoshan committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    cfd2734 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Added missing import

    Ori Shoshan committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    6023293 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Basic port to python 3

    Eddie Linder committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    a98c817 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Basic port to python 3 #2

    Eddie Linder committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    737c1c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Adapt reader and writer

    Eddie Linder committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    735d6b7 View commit details
    Browse the repository at this point in the history
  2. Message should accept bytes

    Eddie Linder committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    8593cf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2018

  1. Now passes some UTs

    Eddie Linder committed Sep 1, 2018
    Configuration menu
    Copy the full SHA
    09acbf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. convert byte to char when using _read_field

    Eddie Linder committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    65326fa View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. aggr changes

    avi-slavkin committed May 13, 2019
    Configuration menu
    Copy the full SHA
    e28704a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. cr fixes

    avi-slavkin committed May 27, 2019
    Configuration menu
    Copy the full SHA
    17d0d89 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

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

Commits on Dec 8, 2020

  1. Merge pull request #3 from guardicore/tali/GC-33331

    GC-33331 - Debug session service stuck while going down and can't rec…
    izianv authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    b19305a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

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

Commits on Jul 28, 2024

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

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    95684d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from guardicore/AlexK/python3.8_aggr-sslerrorms…

    …g-error
    
    AlexK/GC-89692deploy fixed haigha backport
    alexk4153 authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f82389e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12f4e6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac18f2d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #10 from guardicore/revert-9-AlexK/python3.8_aggr-…

    …sslerrormsg-error
    
    Fix haigha error handling
    alexk4153 authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1a54856 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Patching for python3 compatibility, Catching exceptions correctly, so…

    … that they don't propogate to rabbit.py as seen on GC-89692
    alexk4153 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    45de619 View commit details
    Browse the repository at this point in the history