]> granicus.if.org Git - rtmpdump/history - librtmp/rtmp.c
Cleanup prev commit, drop gcrypt support
[rtmpdump] / librtmp / rtmp.c
2012-03-09 Howard ChuCleanup prev commit, drop gcrypt support
2012-03-09 Martin StorsjoAdd support for building with gnutls with nettle as...
2011-11-15 Martin StorsjoFix mismatched format string conversions
2011-11-15 Martin StorsjoFix missing log message parameter
2011-11-07 KSVFix bytes-received report
2011-09-30 Kirill Zorinfixed undefined behaviour due to union assignment
2011-08-02 Chris LarsenUnexpected BW Response Fix
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 Howard ChuRegenerate HTML docs, minor tweaks
2011-07-22 toine512Squashed commit of the following:
2011-04-07 hycUse symbolic constants for packet types. From Peter...
2011-04-07 hycHandle Play.PublishNotify like Play.Start
2011-03-16 hycFix rtmpt read hangs
2011-02-25 hycFix FLV timestamps during resume
2010-12-24 hycFix infinite loop on Error/Close
2010-10-26 hycTimeout fix from Antti Ajanki
2010-10-08 hycLog error message for unsupported SWF Verification...
2010-08-13 hycLess case-sensitive check for Content-length: header
2010-06-29 hycOnly send CheckBW request once
2010-06-29 hycFix prev commit
2010-06-29 hycCleanup prev commit
2010-06-29 hycFix tcUrl generation, free it on close if needed
2010-06-29 hycSkip repeated spaces between URL options
2010-06-25 hycFix bogus switch statement
2010-06-24 hycm_read.buf cannot be freed if we were still searching...
2010-06-22 hyccasting hbuf to unsigned doesn't seem to work, just...
2010-06-19 hycAdd ping/pong msg, from mybiiter@gmail.com. (Untested...
2010-06-17 hycAdd RTMP_Socket(), RTMP_Pause(). Addresses the last...
2010-06-03 hycUpdate FSF address in license notice
2010-06-02 hycKill all use of bool, just use int
2010-05-31 hycRTMP_Write buf is const
2010-05-30 hycFix RC4 teardown for GnuTLS/gcrypt
2010-05-28 hycAdd RTMP_EnableWrite() for publishing instead of reading
2010-05-27 hycFinally fix the half-assed request/result queue
2010-05-26 hycRead buffer fixes: We overallocated the buf by 4 bytes...
2010-05-24 hycJust return 1 packet's worth of data at a time from...
2010-05-24 hycCleanup declaration
2010-05-24 hycRevert unintended commit
2010-05-24 hycGive up dataType search if we run out of buffer
2010-05-24 hycUse metadata to set dataType, to help finish dataType...
2010-05-11 hycFix RTMP_Read, return 0 on EOF, not -1
2010-05-05 hycDocument what we know about Stream BufferEmpty and...
2010-05-05 hycDon't use the BufferEmpty toggle trick by default in...
2010-05-04 hycWhitespace in prev commit
2010-05-04 hycFix rtmpt clientID was not NUL-terminated
2010-05-04 hycMore XBOX cleanup, just use _WIN32 which is defined...
2010-05-02 hycLooks like rtmps doesn't tunnel by default, so add...
2010-05-01 hycXBOX compatibility patches (Mostly same as WIN32)
2010-04-30 hycClarify NO_SSL initialization
2010-04-29 hycAdd -DNO_SSL option for omitting SSL support (just...
2010-04-29 hycAdd support for polarssl, http://www.polarssl.org
2010-04-24 hycAdd support for set_playlist command
2010-04-24 hycRestructure Link booleans into bitflags
2010-04-21 hycDrop unneeded Debug
2010-04-21 hycMore trivial cleanup
2010-04-21 hycwhitespace cleanup
2010-04-21 hycFix timestamps in FLV packets
2010-04-14 hycMore cleanup
2010-04-14 hycC89 compatibility
2010-04-11 hyccleanup: dTime -> iTime
2010-04-11 hycFix pause debug msg
2010-04-10 hycRestructure logging, add log callback
2010-04-07 hycHashSWF depends on CRYPTO
2010-03-31 hycreleaseStream, FCpublish, FCunpublish get no _results
2010-03-31 hyccleanup sendplay log msg, plug m_read memleak
2010-03-28 hycCheck length for unescape
2010-03-28 hycRevert prev commit, use \xx for escaping spaces
2010-03-28 hycCan't use URL coding for embedded spaces in SetupURL...
2010-03-28 hycCleanup tabs, URLdecode options in SetupURL
2010-03-27 hycAll timestamps are 32 bit ints
2010-03-27 hycCleanup prev commit
2010-03-27 hycOption restructuring, allow most options to be passed...
2010-03-26 hycUse AVal for hostname and sockshost, don't allocate...
2010-03-25 hycFix #undef CRYPTO case
2010-03-24 hycFix buffer errors
2010-03-23 hycdelete packet->m_nInfoField1, it's just the timestamp
2010-03-22 hycAdd accessors for debuglevel, libversion, ctrlC, to...
2010-03-21 hycExport RTMP_SendClientBW()
2010-03-21 hycMore fixes due to -r369
2010-03-21 hycFix init bug from -r369
2010-03-19 hycInitialization fixes
2010-03-18 hycRename AMF_Log -> RTMP_Log, cleanup
2010-03-17 hycRemainder of gnutls support
2010-03-17 hycUse GnuTLS/gcrypt for HMAC/RC4
2010-03-17 hycAdd GnuTLS/Gcrypt support for DH key exchange
2010-03-16 hycMore cleanups for SendPacket: timestamps, header type...
2010-03-16 hycMore for RTMP_Write, cleanup on Close
2010-03-16 hycAnd more for RTMP_Write
2010-03-16 hycMore for RTMP_Write
2010-03-16 hycMore for RTMP_Write
2010-03-16 hycMore for RTMP_Write
2010-03-16 hycPartial RTMP_Write implementation
2010-03-16 hycHandle UnpublishNotify for live streams
2010-03-15 hycFix seek timestamp
2010-03-13 hycapp is a required parameter
2010-03-13 hycHide _debug output
2010-03-13 hycFix pause/seek status
2010-03-13 hycConsolidate RTMP_READ booleans
2010-03-13 hycNamespace cleanup
next