2010-06-30 |
hyc | zlib dependency is only when CRYPTO is enabled |
commit | commitdiff | tree | snapshot |
2010-06-30 |
hyc | Default to SYS=posix, parent Makefile may not have run |
commit | commitdiff | tree | snapshot |
2010-06-30 |
hyc | Also delete shared libs on clean |
commit | commitdiff | tree | snapshot |
2010-06-30 |
hyc | 2.3 notes about shared library |
commit | commitdiff | tree | snapshot |
2010-06-30 |
hyc | Add mingw DLL install support |
commit | commitdiff | tree | snapshot |
2010-06-30 |
hyc | Add -lz and MinGW support |
commit | commitdiff | tree | snapshot |
2010-06-30 |
hyc | Bumping version to 2.3 to highlight shared lib support |
commit | commitdiff | tree | snapshot |
2010-06-29 |
hyc | Only send CheckBW request once |
commit | commitdiff | tree | snapshot |
2010-06-29 |
hyc | Fix prev commit |
commit | commitdiff | tree | snapshot |
2010-06-29 |
hyc | Cleanup prev commit |
commit | commitdiff | tree | snapshot |
2010-06-29 |
hyc | Fix tcUrl generation, free it on close if needed |
commit | commitdiff | tree | snapshot |
2010-06-29 |
hyc | Skip repeated spaces between URL options |
commit | commitdiff | tree | snapshot |
2010-06-27 |
hyc | Check for duplicate invocations |
commit | commitdiff | tree | snapshot |
2010-06-26 |
hyc | Notes for 2.2f |
commit | commitdiff | tree | snapshot |
2010-06-25 |
hyc | Fix bogus switch statement |
commit | commitdiff | tree | snapshot |
2010-06-24 |
hyc | Fix skipping extension |
commit | commitdiff | tree | snapshot |
2010-06-24 |
hyc | m_read.buf cannot be freed if we were still searching... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
hyc | casting hbuf to unsigned doesn't seem to work, just... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
hyc | Add ping/pong msg, from mybiiter@gmail.com. (Untested... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
hyc | Simple rules for shared lib, v2.2f |
commit | commitdiff | tree | snapshot |
2010-06-17 |
hyc | bump libversion to 2.2f |
commit | commitdiff | tree | snapshot |
2010-06-17 |
hyc | Add RTMP_Socket(), RTMP_Pause(). Addresses the last... |
commit | commitdiff | tree | snapshot |
2010-06-06 |
hyc | Always use .flv extension for output |
commit | commitdiff | tree | snapshot |
2010-06-03 |
hyc | Regenerate |
commit | commitdiff | tree | snapshot |
2010-06-03 |
hyc | formatting/typos |
commit | commitdiff | tree | snapshot |
2010-06-03 |
hyc | Note librtmp is LGPL |
commit | commitdiff | tree | snapshot |
2010-06-03 |
hyc | Update FSF address in license notice |
commit | commitdiff | tree | snapshot |
2010-06-02 |
hyc | move TRUE/FALSE defs to public header, just in case |
commit | commitdiff | tree | snapshot |
2010-06-02 |
hyc | Kill all use of bool, just use int |
commit | commitdiff | tree | snapshot |
2010-06-02 |
hyc | add XLIBS macro |
commit | commitdiff | tree | snapshot |
2010-06-01 |
hyc | drop unused MF variable |
commit | commitdiff | tree | snapshot |
2010-06-01 |
hyc | drop $(MAKEFLAGS), unnecessary |
commit | commitdiff | tree | snapshot |
2010-05-31 |
hyc | RTMP_Write buf is const |
commit | commitdiff | tree | snapshot |
2010-05-30 |
hyc | Fix RC4 teardown for GnuTLS/gcrypt |
commit | commitdiff | tree | snapshot |
2010-05-29 |
hyc | Note RTMP_EnableWrite |
commit | commitdiff | tree | snapshot |
2010-05-29 |
hyc | Tweak install vars |
commit | commitdiff | tree | snapshot |
2010-05-29 |
hyc | Add install targets for tools and docs |
commit | commitdiff | tree | snapshot |
2010-05-29 |
hyc | Makefile tweaks, use SYS= macro instead of platform... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
hyc | 2.2e notes |
commit | commitdiff | tree | snapshot |
2010-05-29 |
hyc | Bump to version 2.2e |
commit | commitdiff | tree | snapshot |
2010-05-28 |
hyc | Add RTMP_EnableWrite() for publishing instead of reading |
commit | commitdiff | tree | snapshot |
2010-05-27 |
hyc | Finally fix the half-assed request/result queue |
commit | commitdiff | tree | snapshot |
2010-05-26 |
hyc | Read buffer fixes: We overallocated the buf by 4 bytes... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
hyc | Just return 1 packet's worth of data at a time from... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
hyc | Cleanup declaration |
commit | commitdiff | tree | snapshot |
2010-05-24 |
hyc | Revert unintended commit |
commit | commitdiff | tree | snapshot |
2010-05-24 |
hyc | Give up dataType search if we run out of buffer |
commit | commitdiff | tree | snapshot |
2010-05-24 |
hyc | Use metadata to set dataType, to help finish dataType... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
hyc | Fix RTMP_Read, return 0 on EOF, not -1 |
commit | commitdiff | tree | snapshot |
2010-05-05 |
hyc | Fix swfinfo path on Xbox |
commit | commitdiff | tree | snapshot |
2010-05-05 |
hyc | Document what we know about Stream BufferEmpty and... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
hyc | Very rudimentary library overview, read rtmp.h for... |
commit | commitdiff | tree | snapshot |
2010-05-05 |
hyc | Don't use the BufferEmpty toggle trick by default in... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
hyc | Whitespace in prev commit |
commit | commitdiff | tree | snapshot |
2010-05-04 |
hyc | Fix rtmpt clientID was not NUL-terminated |
commit | commitdiff | tree | snapshot |
2010-05-04 |
hyc | More XBOX cleanup, just use _WIN32 which is defined... |
commit | commitdiff | tree | snapshot |
2010-05-02 |
hyc | Update docs for rtmpts |
commit | commitdiff | tree | snapshot |
2010-05-02 |
hyc | Looks like rtmps doesn't tunnel by default, so add... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
hyc | XBOX compatibility patches (Mostly same as WIN32) |
commit | commitdiff | tree | snapshot |
2010-04-30 |
hyc | Add --playlist option |
commit | commitdiff | tree | snapshot |
2010-04-30 |
hyc | Updates for 2.2d |
commit | commitdiff | tree | snapshot |
2010-04-30 |
hyc | Clarify NO_SSL initialization |
commit | commitdiff | tree | snapshot |
2010-04-29 |
hyc | Add -DNO_SSL option for omitting SSL support (just... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
hyc | Don't strip suffix if prefix was already present |
commit | commitdiff | tree | snapshot |
2010-04-29 |
hyc | Add support for polarssl, http://www.polarssl.org |
commit | commitdiff | tree | snapshot |
2010-04-24 |
hyc | More explicit OpenSSL check |
commit | commitdiff | tree | snapshot |
2010-04-24 |
hyc | Check OpenSSL version |
commit | commitdiff | tree | snapshot |
2010-04-24 |
hyc | Add support for set_playlist command |
commit | commitdiff | tree | snapshot |
2010-04-24 |
hyc | Restructure Link booleans into bitflags |
commit | commitdiff | tree | snapshot |
2010-04-24 |
hyc | Tweak client version based on encryption status |
commit | commitdiff | tree | snapshot |
2010-04-24 |
hyc | Fix whitespace |
commit | commitdiff | tree | snapshot |
2010-04-24 |
hyc | Fix: if playpath begins with '?' just use the remainder |
commit | commitdiff | tree | snapshot |
2010-04-21 |
hyc | Drop unneeded Debug |
commit | commitdiff | tree | snapshot |
2010-04-21 |
hyc | More trivial cleanup |
commit | commitdiff | tree | snapshot |
2010-04-21 |
hyc | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2010-04-21 |
hyc | Fix timestamps in FLV packets |
commit | commitdiff | tree | snapshot |
2010-04-20 |
hyc | Fix digest offset computation, handshake versions |
commit | commitdiff | tree | snapshot |
2010-04-18 |
hyc | Tweak pkgconfig libs |
commit | commitdiff | tree | snapshot |
2010-04-18 |
hyc | Windows - use ws2tcpip.h, drop our bogus socklen_t... |
commit | commitdiff | tree | snapshot |
2010-04-18 |
hyc | Windows GNUTLS needs explicit -lgcrypt |
commit | commitdiff | tree | snapshot |
2010-04-18 |
hyc | Use winsock2.h, not winsock.h |
commit | commitdiff | tree | snapshot |
2010-04-18 |
hyc | Set CROSS_COMPILE for ar |
commit | commitdiff | tree | snapshot |
2010-04-14 |
hyc | v2.2c stuff. not much user-visible |
commit | commitdiff | tree | snapshot |
2010-04-14 |
hyc | More cleanup |
commit | commitdiff | tree | snapshot |
2010-04-14 |
hyc | C89 compatibility |
commit | commitdiff | tree | snapshot |
2010-04-14 |
hyc | Leave CRYPTO defined by default, use "make CRYPTO=... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
hyc | cleanup: dTime -> iTime |
commit | commitdiff | tree | snapshot |
2010-04-11 |
hyc | Fix pause debug msg |
commit | commitdiff | tree | snapshot |
2010-04-10 |
hyc | Rename default log handler |
commit | commitdiff | tree | snapshot |
2010-04-10 |
hyc | Add missing LogSetCallback |
commit | commitdiff | tree | snapshot |
2010-04-10 |
hyc | Restructure logging, add log callback |
commit | commitdiff | tree | snapshot |
2010-04-07 |
hyc | Fix prev commit - hashswf must always be present |
commit | commitdiff | tree | snapshot |
2010-04-07 |
hyc | Drop #ifdef CRYPTO from rtmp.h; apps have no way to... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
hyc | Move -DCRYPTO to Makefile from rtmp.h |
commit | commitdiff | tree | snapshot |
2010-04-07 |
hyc | HashSWF depends on CRYPTO |
commit | commitdiff | tree | snapshot |
2010-04-07 |
hyc | include <stddef.h> |
commit | commitdiff | tree | snapshot |
2010-03-31 |
hyc | releaseStream, FCpublish, FCunpublish get no _results |
commit | commitdiff | tree | snapshot |
2010-03-31 |
hyc | cleanup sendplay log msg, plug m_read memleak |
commit | commitdiff | tree | snapshot |
2010-03-31 |
hyc | Make sure install directories exist |
commit | commitdiff | tree | snapshot |
2010-03-29 |
hyc | <stdbool.h> isn't as standard as some people claim... |
commit | commitdiff | tree | snapshot |
next |