]> granicus.if.org Git - rtmpdump/shortlog
rtmpdump
2019-03-30 Howard ChuReject Content-Length over 2^31 master
2019-03-30 Howard ChuCheck for valid Content-Length, datestamp overflow
2015-12-23 Howard ChuFix issue 6-7/7 from LMX of Qihoo 360 Codesafe Team
2015-12-23 Howard ChuFix issue 5/7 from LMX of Qihoo 360 Codesafe Team
2015-12-23 Howard ChuFix issue 4/7 from LMX of Qihoo 360 Codesafe Team
2015-12-23 Howard ChuFix issue 2/7 from LMX of Qihoo 360 Codesafe Team
2015-12-23 Howard ChuFix issue 1/7 from LMX of Qihoo 360 Codesafe Team
2015-12-15 compnupdate copyright year
2015-12-15 compntest x2
2015-12-15 compntest commit hook
2015-12-14 Howard ChuMore for input buffer checks
2015-12-14 Howard ChuIgnore requests without playpath
2015-12-14 Howard ChuFix AMF3_Decode
2015-12-14 Howard ChuFix AMF3ReadString
2015-12-14 Howard ChuPut loglevel check in RTMP_Log
2015-01-15 Cheolho ParkAdd extended timestamp for Type 3 chunks if necessary
2014-07-07 Martin StorsjoReplace RTMP_PUB_ALLOC with RTMP_LF_FTCU and RTMP_LF_FAPU
2014-07-07 Martin StorsjoSimplify the logic for freeing reused strings in RTMP_Close
2014-07-07 Martin StorsjoSet RTMP_PUB_ALLOC if tcUrl is allocated in PublisherAuth
2014-07-07 Martin StorsjoReconnect directly when authenticating, don't wait...
2014-03-02 Martin PanterExtended timestamp field may be present in type 3 chunk...
2013-12-05 Martin StorsjoFix leaks in AMF objects that contain arrays
2013-12-05 Martin StorsjoFree the extra read buffer if the initial FLV buffer...
2013-12-05 Martin StorsjoCorrect the count of bytes written to the initial FLV...
2013-10-07 Martin StorsjoBump the SO_VERSION to 1
2013-09-23 Martin StorsjoInclude -lgmp in the pkg-config file when building...
2013-09-23 Martin StorsjoInclude the nettle/hogweed crypto libraries in the...
2013-08-15 Martin StorsjoFix limelight authentication with abbreviated app names
2013-08-15 Martin StorsjoDon't do strchr on a string that isn't necessarily...
2013-07-19 Martin StorsjoDon't use non-public gnutls functions
2012-12-30 Martin StorsjoRemove a useless leftover comment
2012-12-30 Martin StorsjoOnly use one challenge value in adobe auth
2012-12-30 Björn AxelssonCorrect the length of base64 digests
2012-12-09 Howard ChuFix b77a7dc719f8b04274db91f6344f4358a78d9c5f
2012-11-09 Howard ChuPolarSSL 1.2.x compat
2012-11-02 Howard ChuFix gnutls build
2012-10-30 Howard ChuPolarSSL version fixes
2012-10-30 Björn AxelssonLook for a fourth slash when splitting the url into...
2012-10-30 Martin StorsjoSimplify initializing the TLS server context
2012-10-30 Howard ChuMore authentication cleanup
2012-10-30 Howard ChuCleanup authentication code
2012-10-30 LRNFix dll name to have SO_VERSION
2012-10-30 Björn AxelssonAdd support for limelight authentication
2012-10-30 Martin StorsjoAdd adobe authentication support
2012-10-30 Martin StorsjoAllocate the channel arrays dynamically
2012-10-30 Martin StorsjoFree skipped packets in RTMP_GetNextMediaPacket
2012-10-30 Martin StorsjoUse CRLF newlines consistently for all HTTP POST headers
2012-10-30 Martin StorsjoRefill if HTTP_read indicated it needs more data
2012-10-30 Martin StorsjoDon't require 144 bytes to be buffered before proceedin...
2012-10-30 Martin StorsjoBuffer more data before returning successfully from...
2012-10-30 Martin StorsjoAdd null termination to buffers before using strstr
2012-10-30 Martin StorsjoSupport rtmps in rtmpsrv
2012-10-30 Martin StorsjoAdd functions for doing server side TLS initialization
2012-10-30 Martin StorsjoReplace hardcoded constants and comments with proper...
2012-10-30 Martin StorsjoAllocate the RTMP struct dynamically
2012-10-30 Howard ChuCleanup prev commit
2012-10-30 goggle1Handle AMF_ECMA_ARRAY and AMF_STRICT_ARRAY objects
2012-10-30 Matthew GarrettFix socks support for SetupURL
2012-10-30 Howard ChuFix compat with PolarSSL >= 1.1.0
2012-10-30 Howard ChuFix rare infinite loop on EOF
2012-10-30 Howard ChuFix bogus optarg refs in prev commit
2012-10-30 Bastien NoceraMake rtmpgw handle full RTMP URLs with "-i"
2012-10-30 Bastien NoceraMake rtmpdump handle full RTMP URLs with "-i"
2012-07-26 Ulrik DickowAdd option --realtime (-R) to rtmpdump to disable the...
2012-07-26 Ulrik DickowAdd .gitignore to ignore generated files
2012-03-09 Howard ChuCleanup prev commit, drop gcrypt support
2012-03-09 Martin StorsjoAdd support for building with gnutls with nettle as...
2012-02-24 Josh AllmannFix upper bound check in AMF_GetProp
2012-02-24 Joshua AllmannRemove extra object end tag in Connect reply
2011-12-23 Antti AjankiSupport decoding AMF_XML_DOC
2011-11-15 Howard ChuFix log messages
2011-11-15 Martin StorsjoFix mismatched format string conversions
2011-11-15 Martin StorsjoTell gcc about log format strings
2011-11-15 Martin StorsjoFix missing log message parameter
2011-11-08 Howard ChuCheck for malloc failure in prev commit
2011-11-08 Howard ChuCalculate tcUrl length
2011-11-08 Howard ChuSpell Referer according to RFC1945
2011-11-08 Howard ChuIncrease tcUrl buffer size
2011-11-07 Jeff JohnsonFix getting swf hash with https URLs
2011-11-07 KSVFix bytes-received report
2011-09-30 Kirill Zorinfixed undefined behaviour due to union assignment
2011-09-25 Howard ChuPolarSSL support now requires version 1.0.0.
2011-08-12 Howard ChuAdd RD_NO_CONNECT return code for Connect failures
2011-08-09 Howard ChuFix AVreplace for usherToken
2011-08-03 Howard ChuFix <arpa/inet.h> include order
2011-08-02 Chris LarsenUnexpected BW Response Fix
2011-07-31 Howard ChuCleanup previous commit
2011-07-31 KSVJustin.TV usherToken detection
2011-07-29 Scott D. DavillaDarwin dylib updates
2011-07-23 Howard ChuPlug potential memleak
2011-07-23 Howard ChuFix MDH_free() for PolarSSL
2011-07-23 Martin StorsjoDon't try to close an already closed socket
2011-07-23 Martin StorsjoCheck the return value from RTMP_SendBytesReceived()
2011-07-22 Martin StorsjoGenerate and install an import lib for the built DLL
2011-07-22 Martin StorsjoCreate the SODIR, too
2011-07-22 Martin StorsjoRemove the generated pkg-config file on make clean
2011-07-22 Howard ChuRegenerate HTML docs, minor tweaks
2011-07-22 toine512Squashed commit of the following:
2011-07-12 Howard Chuv2.4 changes v2.4
2011-07-12 Howard ChuVersion bump
next