]> Chaos Git - corbenik/ctrulib.git/shortlog
corbenik/ctrulib.git
2015-02-15 Dave Murphybump version for release v0.4.0
2015-02-15 Dave MurphyMerge branch 'utf'
2015-02-15 Dave Murphyflush buffers on newline & screen clear
2015-02-15 Dave Murphyswitch to hard float
2015-02-14 Dave Murphyconfig files for cppcheck from Lioncash
2015-02-12 Dave MurphyMerge branch 'master' into devop_socket
2015-02-11 Dave Murphycorrect aptEventHandler signature
2015-02-11 mtheallFix soc_read/soc_write.
2015-02-11 Dave Murphycorrect alloc_handle prototype
2015-02-11 mtheallRefactor soc to use errno.
2015-02-11 mtheallFix poll() to only update revents.
2015-02-11 mtheallFirst attempt at hooking sockets into a devoptab.
2015-02-03 Dave Murphyfix gspEventThreadMain signature
2015-02-02 Dave MurphyMerge pull request #93 from LunarCookies/patch-1
2015-02-02 LunarCookiesUpdate httpc.c
2015-02-02 Dave Murphythreads take void * not u32
2015-02-02 LunarCookiesHTTPC_AddRequestHeaderField Fix
2015-02-01 Dave MurphyMerge pull request #69 from Slashmolder/master
2015-02-01 Dave Murphyfix handle leak in sdmc_stat
2015-02-01 Dave MurphyMerge pull request #90 from lioncash/null
2015-02-01 LioncashGuard against potential null pointer dereferences
2015-01-28 mtheallFix handle leak in sdmc_stat.
2015-01-27 mtheallFix soc_read/soc_write.
2015-01-26 Dave Murphycorrect alloc_handle prototype
2015-01-24 mtheallRefactor soc to use errno.
2015-01-24 mtheallFix poll() to only update revents.
2015-01-23 mtheallMerge branch 'master' into utf
2015-01-23 mtheallFirst attempt at hooking sockets into a devoptab.
2015-01-20 fincsFix typo
2015-01-20 fincsLe chapeau de cul: fix some broken things after the...
2015-01-20 fincsSome more function renaming
2015-01-20 fincsCSND: add some capture commands
2015-01-20 fincsAdd CSND_AcquireCapUnit/CSND_ReleaseCapUnit
2015-01-20 fincsCSND: IMA-ADPCM playback support, really fix looping
2015-01-20 fincsAdd CSND_ChnSetDuty()
2015-01-20 fincsCSND: many looping-related discoveries
2015-01-20 fincsIt's always a missing 4 that makes it b0rk
2015-01-20 fincsClean the CSND code a bit more
2015-01-20 fincsPartially fix csndChnGetState() and csndChnIsPlaying()
2015-01-20 fincscsndSharedMem should be volatile, disable PA->VA conv...
2015-01-20 fincsCSND: move waiting code to csndExecChnCmds()
2015-01-20 fincsSeparate left & right volumes in CSND_ChnSetVol
2015-01-20 fincsCSND: function renaming, refactoring, etc.
2015-01-20 fincsBegin CSND refactoring
2015-01-18 fincsMerge pull request #87 from linkmauve/makepkg
2015-01-18 Emmanuel Gil... add missing include for gfxScreen_t in console.h
2015-01-18 Dave Murphyupdate with reflog for working Aemstro
2015-01-16 mtheallAdd UTF-8 <-> UTF-16 support.
2015-01-09 Dave Murphyuse console to display info, download from real url
2015-01-09 Dave Murphyremove unneeded boilerplate from examples
2015-01-07 Dave Murphyexplicitly set screen modes, get flushbuffer size from...
2015-01-06 Dave Murphyroll a new libctru release v0.3.0
2015-01-06 Dave Murphyallow for extenstion beyond 256 characters
2015-01-06 Dave Murphyfull 256 character font
2015-01-04 Dave Murphy__libc_init_array needs run after stack adjustment...
2015-01-04 smeafixed linear/vram mem align
2015-01-03 Dave Murphyand protect from double exit
2015-01-03 Dave Murphyfree screens from where they were allocated
2015-01-03 Dave Murphyone Makefile to rule them all
2015-01-03 Dave Murphymove mic example to audio subfolder
2015-01-03 Dave Murphyupdate examples to use gfxInitDefault
2015-01-03 Dave Murphyadd parameters to gfxInit, add gfxInitDefault function
2015-01-02 Dave Murphyuse struct for channel status array
2015-01-02 Dave Murphyadd macros for packing and aligning
2015-01-01 yellows8Merge pull request #75 from profi200/master
2015-01-01 profi200Fixed CFGU_GenHashConsoleUnique() header code.
2014-12-30 SlashmolderFix for issue #66
2014-12-30 Dave Murphyoops
2014-12-30 Dave Murphyallow user configurable stack
2014-12-30 Dave Murphycheck for directory in stat too and set st_mode appropr...
2014-12-30 yellows8Implemented actual code for sdmc_stat().
2014-12-30 Dave Murphyrevert stack changes, broken on hardware :(
2014-12-30 Dave Murphyadd literal pool
2014-12-30 Dave Murphyor bss might be better
2014-12-30 Dave Murphyoops, forgot these need to be in data section
2014-12-29 Dave MurphySet default stack to 32K, allow user adjustment
2014-12-29 yellows8Merge pull request #73 from profi200/master
2014-12-29 profi200Added more cfg:u cmds.
2014-12-29 yellows8Merge pull request #70 from profi200/master
2014-12-29 profi200Simplified reading the system language by adding a...
2014-12-27 profi200Merge branch 'master' of github.com:smealum/ctrulib
2014-12-26 smeaUpdate apt.c
2014-12-26 smeaUpdate fs.c
2014-12-26 smeaUpdate sdmc_dev.c
2014-12-26 smeaUpdate hid.c
2014-12-26 smeaUpdate hid.c
2014-12-26 profi200Better in hex.
2014-12-26 profi200Forgot to finish the changes on the get_system_language...
2014-12-26 profi200Replaced spaces in cfgu.c.
2014-12-26 profi200Merge branch 'master' of github.com:smealum/ctrulib
2014-12-26 profi200Added CFGU_GetConfigInfoBlk2() and an example.
2014-12-26 Dave Murphyuse stdio and malloc
2014-12-26 Dave Murphyput data in C file where it belongs
2014-12-25 Dave Murphyauto initialise commonly used services, prevent double...
2014-12-25 Dave Murphygive function the right name
2014-12-25 Dave Murphyinclude header for memcpy
2014-12-25 Dave Murphysplit up sysyem initialisation and allow overriding
2014-12-25 smeafixed hb naming
2014-12-24 Dave MurphyMerge pull request #57 from Aurelio92/example-HelloWorld
2014-12-24 Dave Murphyadd library template
next