mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-27 00:19:51 +00:00
[PR #214] [MERGED] Networking epg support #1092
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/214
Author: @rkuchumov
Created: 8/20/2015
Status: ✅ Merged
Merged: 8/22/2015
Merged by: @cfsmp3
Base:
master← Head:networking_epg_support📝 Commits (10+)
b85702awrapping bin data with headersa654b13sending epg0fc1055indentation fix8d5f0e5epg lang and category fields support6ae94fdchanged net protocol (passw check)83e1959wrapping bin data with headers784a46dsending epg74dbd4dindentation fixe5e51c4epg lang and category fields support9d2fb48changed net protocol (passw check)📊 Changes
9 files changed (+387 additions, -184 deletions)
View changed files
📝
src/ccextractor.c(+0 -6)📝
src/lib_ccx/ccx_encoders_common.c(+7 -0)📝
src/lib_ccx/file_functions.c(+2 -0)📝
src/lib_ccx/general_loop.c(+2 -1)📝
src/lib_ccx/networking.c(+303 -171)📝
src/lib_ccx/networking.h(+14 -1)📝
src/lib_ccx/output.c(+2 -1)📝
src/lib_ccx/params.c(+3 -0)📝
src/lib_ccx/ts_tables_epg.c(+54 -4)📄 Description
BIN data is now wrapped in protocol packets.
Added feature to send EPG events.
CCExtractor doesn't prompt password, users should use
-tcppasswordinstead.Connection protocol now requires keep-alive packets so that both sides can close connection when doesn't receive them
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.