Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.
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: googollee/go-socket.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: googollee/go-socket.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 139 files changed
  • 1 contributor

Commits on May 18, 2021

  1. Design v3 engineio API (#460)

    * Add std context
    
    * Add comments
    
    * Remove io.ReadAll()
    
    * Update options pattern.
    
    * add debug logging
    
    * Add client design.
    
    * add jsonp option
    
    * add session to client
    
    * Use OnPacket() to get notification packets.
    
    * Change client.Dial() to client.Open(), to meet the name of packet type.
    
    * Add middleware
    
    * Design v3
    
    * Add comments
    
    * main.go is an old file which is moved to server/main.go
    googollee authored May 18, 2021
    Configuration menu
    Copy the full SHA
    2356af8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Transport design v3. (#471)

    * Add transport design
    
    * Add FrameWriter.
    googollee authored May 21, 2021
    Configuration menu
    Copy the full SHA
    a893bdb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Remove old codes. (#479)

    * Remove old codes
    
    * Rollback renaming engine
    
    * Remove const error
    googollee authored May 24, 2021
    Configuration menu
    Copy the full SHA
    211acfb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Split definition in different files. Rename to engineio. (#482)

    * Split definition in different files. Rename to engineio.
    
    * Remove files in golangci.
    
    * Compatible with go 1.13
    
    * Fix lint
    
    * go mod tidy
    
    * Rename types in packet, make a type for transport names, make Context.Packet
    
    * Remove unfinshed polling
    
    * Add comments
    
    * Update signatures of With() and OnMessage()
    
    * Packet with reader interface.
    
    * Add Error type.
    
    * Add frame type with reader/writer.
    
    * fix typo
    
    * OnFrame returns an error to control a transport.
    googollee authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    fb2df57 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. An analyzer to check JS engine.io protocol. (#484)

    * Add a JS protocol analyzer.
    
    * Add socket.io js analyzer.
    googollee authored Jun 5, 2021
    Configuration menu
    Copy the full SHA
    f84b0c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Buffer reader/writer for polling (#485)

    * Add buf reader/writer
    
    * Add errors.
    
    * fix lint
    googollee authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    c3309f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. The encoder and decoder for engineio v4 polling. (#494)

    * Add encoder/decoder.
    
    * Add packet define.
    
    * Fix reviews
    googollee authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    2b7497b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Add decoder (#505)

    googollee authored May 26, 2022
    Configuration menu
    Copy the full SHA
    e8a453f View commit details
    Browse the repository at this point in the history
Loading