* Switch to
https://movian.tv/... for upgrade checks, etc
* Never show news from the website that was created before the install … …
* nacl: Filter out unicode chars < 32 in uncode input path
* nacl: Add some notes to dbg.txt
* nacl: Add support for broadcast UDP
* nacl: Proper asyncio subsystem startup
* nacl: Fix build on linux
* osx: Add missing function webbrowser_open()
* ps3: New toolchain (again)
* ps3: Update toolchain
* Add support for listing and showing news from website
* linux: Improve web browser popup stuff
* ps3: Add web browser popup support
* Add new content type CONTENT_SHARE
This is used for network shares which are not really directories
and might require auth if stat()ed or probed. So avoid that during
directory scan (and just stat when opening it)
* skin: Fix typo in upgrade page
* time: If year < 100 add 2000 to it
* Rename android class names
* android: Build openssl and shared libav
* android: Build with openssl
* Make the application's name configurable
* Remove 'Showtime' from some user facing strings
* Rename apps -> plugins
* Remove ancient files in support/osx
* Relieve some function names of the showtime_ prefix
* Remove out-dated plugni documentation (it's on the wiki now)
* Drop non-working Wii port
* Rename showtime.h -> main.h
* Rename showtime_get_ts() -> arch_get_ts()
* Update copyright headers
* Fix rebase fallout
* If spidermonkey is not compiled in load all plugins in ecmascript mode
* nacl: Add 'fullscreen' to manifest's permissions
* nacl: Add 'dist' target to makefile
* nacl: Improve error message for DNS resolving
* nacl/asyncio: Fix bug causing crash if we had pending writes on a closing socket
* nacl: Clear audio output buffer to avoid noise during startup
* nacl: Various features …
* android: Add key mappings for media transport
* android/net: Get rid of 'net_get_interfaces not impemented'
* android: Add support for long-press and make DPAD center LP open item menu
* android: Disable video acceleration
* glw: Add support for cutting out holes in OpneGL scene for video rectangles
* android: Build better 'system_type' info string
* android: Create/Destroy GLW when app is backgrounded
* android: Make video decode/display work somewhat
* configure: Fix bad checkin libyuv_setup()
* nacl: Semi-working video acceleration
* nacl/main: Get VideoDecoder interface
* nacl: Add support for conditional rendering and idle when tab is not … …
* nacl/fs: Remove debug message
* glw: Don't render if num_vertices == 0
* nacl: Create a 'dist' target that creates a zip file (for now)
* asyncio/pepper: Remove uncondiotional debug
* nacl/main: Refactor a bit
* nacl/asyncio: Turn off some debug
* nacl: Add fullscreen support
* nacl: Init navigator on helper thread as it does File IO
* nacl: Trap if we do File IO on main thread
* asyncio_pepper: cosmetics
* nacl/audio: Fix avsync
* glw: Fix view loading when no URL is given (and only alturl should be… …
* asyncio: Clarify time domain for async_current_time()
* httpserver: Remove unused include + some cosmetics
* asyncio: Split async HTTP to a file of its own
* htsbuf: Remove an invalid const qualifier
* net/pepper: Plug a resource leak
* net: Fix net_addr <-> human conversion functions
* net/pepper: Expose net_addr conversion functions
* nacl: Grab UDPSOCKET interface
* asyncio: Rework timer code to be less platform specific
* Rework asyncio to hide the details of polling FDs, etc …
* nacl: Add video render support
* glw/video: Remove EVENT_VIDEO_VISIBILITY
* net/polarssl: Fix regression in recv path
* Get rid of astray debug output
* db: Use fileaccess for sqlite VFS layer
* nacl: Add audio support
* net/pepper: Add support for tcp_shutdown()
* net/pepper: Use nacl_errmsg() to present real error for user
* settings: Change a TRACE_ERROR to SETTINGS_TRACE()
* osx: Fix broken glw_fini / window close procedure
* nacl: Acquire lock when loading glw universe
* glw: Add support for asynchronous loading of .view files
* Initial NaCl support
* htsmsg_store: Switch to using fileaccess VFS layer
* blobcache: Switch to using fileaccess VFS layer
* showtime/core: More path related debug during startup
* Avoid file:// in hardcoded paths
* Use fa_makedir() insted of mkdir()
* Don't assume fa_protocol_fs always exist
* fa_ntfs: Change ntfs_makedirs() -> ntfs_makedir()
* fileaccess: Add FAP_EXIST error code
* posix/threads: Remove NaCl specifics
* Make polarssl build on native client
* Only compile fa_fs.c on platforms where it is supported
* duktape: Add native client
* plugin: Use fileaccess for all file IO
* Make log-over-udp support compile-time optional
* jpeg: Add missing #include
* Refactor makedir support in fileaccess
* Cleanup some superflous #include statements
* net: Use tcp_shutdown() in tcp_cancel() for better portability
* glw_open_shaders.c: Don't define projection[] if unused
* Clean up some broken includes if spidermonkey is disabled
* Remove empty file sub_scanner.c
* If HTTPSERVER is not enabled, avoid some http_path_add() calls
* Avoid ntohl() and friends in common code (non portable)
* configure.inc: Use CC nstead of TOOLCHAIN-gcc
* arch: Fix atomic.h and threads.h for nacl
* Remove android/ dir
* glw: Fix handling of Tab & Shift+Tab which has been broken for a while
* Update Danish translation
* prop: Sending event to NULL property should be a no-op instead of crashing
* Change content-type from "text/ascii" to "text/plain" where relevant