-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: gojue/ecapture
base: v1.3.1
head repository: gojue/ecapture
compare: v1.4.0
- 12 commits
- 52 files changed
- 4 contributors
Commits on Jul 6, 2025
-
feat: implement WebSocket client and server for log transmission (#806)
* feat: implement WebSocket client and server for log transmission Signed-off-by: CFC4N <cfc4n.cs@gmail.com> * fix: correct loggerTypeWebsocket value and tidy up command function Signed-off-by: CFC4N <cfc4n.cs@gmail.com> * fix: improve error handling and ensure proper resource cleanup in WebSocket connections Co-authored-by: Hugo <77865234+zenyanle@users.noreply.github.com> Signed-off-by: CFC4N <cfc4n.cs@gmail.com> * fix: update error message formatting in WebSocket connection handling Signed-off-by: CFC4N <cfc4n.cs@gmail.com> --------- Signed-off-by: CFC4N <cfc4n.cs@gmail.com> Co-authored-by: Hugo <77865234+zenyanle@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5292be2 - Browse repository at this point
Copy the full SHA 5292be2View commit details
Commits on Jul 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 260beae - Browse repository at this point
Copy the full SHA 260beaeView commit details
Commits on Jul 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 74d59c9 - Browse repository at this point
Copy the full SHA 74d59c9View commit details
Commits on Aug 1, 2025
-
feat: add WebSocket server and PacketData structure for log handling (#…
…810) 1. Added WebSocket server and client implementations to support event collection and log transmission. 2. Introduced support for eCaptureQ for logging and event handling, including enhancements to log format and heartbeat mechanisms. 3. Improved connection management, error handling, connection closure, and heartbeat functionality in both WebSocket server and client to enhance stability and cleanup. 4. Refined log buffering logic, removed debug print statements, and improved error handling in message key checks and JSON decoding. 5. Enhanced the string representation of GoTLSEvent by adding Base64 encoding of the payload for better log readability. 6. Refactored the server code to use http.ServeMux for WebSocket handling and improved test cases for better connection handling and message validation. --------- Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d6cebb5 - Browse repository at this point
Copy the full SHA d6cebb5View commit details
Commits on Aug 2, 2025
-
feat: add WebSocket API documentation for eCapture
[skip ci] Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6cc4f2a - Browse repository at this point
Copy the full SHA 6cc4f2aView commit details
Commits on Aug 6, 2025
-
feat: refactor event types to use unified Type structure across events (
#814) * Refactored event types to use a unified Type structure for improved consistency across events. * Aligned struct field formatting for better readability and consistency, especially in the event_base.go file. * Added a GitHub Actions workflow for PR debug builds and artifact uploads. --------- Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3d0f733 - Browse repository at this point
Copy the full SHA 3d0f733View commit details
Commits on Aug 7, 2025
-
feat: add GitHub Actions workflow for PR debug builds and artifact up…
…loads (#815) ## Features Added - **GitHub Actions Workflow**: Implemented a workflow for debugging PR builds and uploading artifacts. - **Artifact Matrix Strategy**: Enhanced the PR debug build workflow by introducing an artifact matrix strategy for better management. - **Naming Consistency**: Updated the naming convention for artifacts in the PR debug build workflow to ensure consistency across builds. - **Artifact Retention**: Reduced the retention period for artifacts in the PR debug build workflow to 7 days, optimizing storage usage. --- Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d88cb5e - Browse repository at this point
Copy the full SHA d88cb5eView commit details
Commits on Aug 9, 2025
-
fix: update GitHub Actions workflow for PR debug builds and artifact …
…uploads (#817) * fix: update GitHub Actions workflow for PR debug builds and artifact uploads Signed-off-by: CFC4N <cfc4n.cs@gmail.com> * fix: remove unnecessary condition for PR comment step in workflow Signed-off-by: CFC4N <cfc4n.cs@gmail.com> --------- Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e504d0 - Browse repository at this point
Copy the full SHA 8e504d0View commit details
Commits on Aug 10, 2025
-
fix: correct return statements and improve error handling in BoringSSL (
#816) - fix: correct return statements and improve error handling in BoringSSL and OpenSSL integration - fix: update pointer casting and variable initialization in OpenSSL integration - fix: update comments for clarity in BoringSSL and OpenSSL integration --------- Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7dd4e9e - Browse repository at this point
Copy the full SHA 7dd4e9eView commit details -
feat: implement OpenSSL version downgrade logic and improve logging (#…
…819) - feat: implement OpenSSL version downgrade logic and improve logging - fix: implement version comparison logic for OpenSSL downgrade --------- Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cb3c3fb - Browse repository at this point
Copy the full SHA cb3c3fbView commit details -
feat: update OpenSSL version offsets for 3.0, 3.2, 3.3, 3.4, and 3.5 (#…
…820) Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bcf9d2a - Browse repository at this point
Copy the full SHA bcf9d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c2949 - Browse repository at this point
Copy the full SHA a0c2949View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.1...v1.4.0