aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-27[snapshot] Fixed bytecode array bugJimmy Huang
2017-03-27[snapshot] Clean up snapshot toolJimmy Huang
2017-03-23[sensor] support for different controllers in constructor (#867)Jimmy Huang
2017-03-23[snapshot] Fixed broken snapshot build due to updated JerryScript (#871)Jimmy Huang
2017-03-23[general] Add some copyrights to some makefiles (#869)Geoff Gustafson
2017-03-23[trlite] Update to build ashell the new way (#878)Geoff Gustafson
2017-03-22[i2c] Disallow invalid bus #1 on Arduino 101 (#858)Brian Jones
2017-03-22[dgram] Fix error introduced by ZVAL patch, add dgram to trlite (#857)Geoff Gustafson
2017-03-22[general] Fix format warnings that appear with SDK 0.9 (#856)Geoff Gustafson
2017-03-22[events] Fix bug from recent ZVAL patch (#859)Geoff Gustafson
2017-03-22[jerryscript] Update JerryScript to latest master (#855)Jimmy Huang
2017-03-21[general] Fix build with non-const script str for LinuxGeoff Gustafson
2017-03-21[util] Run JrS garbage collection and retry upon malloc failure (#849)Geoff Gustafson
2017-03-21[build] Re-enable warnings as errors (#848)Geoff Gustafson
2017-03-21[sensor] Update sensor API for readings (#843)Jimmy Huang
2017-03-20[general] Radically change our memory situation (Facepalm!)Geoff Gustafson
2017-03-17[util] Add ZVAL macro to declare jerry_value_t w/ gcc auto cleanupGeoff Gustafson
2017-03-17[callbacks] Remove unused return value argument to post functionsGeoff Gustafson
2017-03-16[dgram] Fix bug in passing argument count (#842)Geoff Gustafson
2017-03-16[general] Make pointer declarations consistent across the projectGeoff Gustafson
2017-03-16[util] fix up add_readonly functions (#839)Jimmy Huang
2017-03-16[error] Print JS function where error was thrown (#813)James Prestwood
2017-03-15[util] Fix bug in argument validation caught by new unit testsGeoff Gustafson
2017-03-15[tests] Add C unit tests for new argument validation functionGeoff Gustafson
2017-03-15[aio] Remove unused parameters in open (#830)Jimmy Huang
2017-03-15[ocf] Added OCF client documentation (#825)James Prestwood
2017-03-15[ocf] register resource correctly (#800)James Prestwood
2017-03-15[ocf] Add platform info to client callback (#812)James Prestwood
2017-03-14[fs] Change FD's to numbers instead of objects (#804)James Prestwood
2017-03-14[ocf] Fix server return code on update (#814)James Prestwood
2017-03-14[util] Add macros/functions to standardize argument validation (#817)Geoff Gustafson
2017-03-14Make sensor demo work with negative numbers.Kenneth Rohde Christiansen
2017-03-10[callbacks] Back off ring buf reporting over timeGeoff Gustafson
2017-03-08[fs] File System module (#510)James Prestwood
2017-03-08[sensor] Fix sensor to pass unit test (#791)Jimmy Huang
2017-03-07[ocf/promises] Fixed OCF crash because of bug from promise patch (#798)James Prestwood
2017-03-03[sensor] Added default state "unconnected" (#789)Jimmy Huang
2017-03-03[util] Fixed bug where util functions don't check for valid number value (#788)Jimmy Huang
2017-03-03[ashell] Removing extra window info and various cleanup (#778)Brian Jones
2017-03-02[timers] Ensure coordinated timers execute in the order createdGeoff Gustafson
2017-03-02[timers] Make pointer decls consistent; fix order of argc/argvGeoff Gustafson
2017-03-02[jslinux] Improve output at termination (#779)Geoff Gustafson
2017-03-02[sensor] Refactor sensor callbacksJimmy Huang
2017-03-02[sensor] Fixed bug where sensor reading could be overwrittenJimmy Huang
2017-03-02[ocf] Re-enable and clean up OCF client module (#776)James Prestwood
2017-03-02[util] Fix add_readonly_string to set configurable (#777)Jimmy Huang
2017-03-02[promises] Simplify promise codeJames Prestwood
2017-03-02[promises] Added module to test promisesJames Prestwood
2017-03-02[assert] Demote AssertionError from standard to custom error (#774)Geoff Gustafson
2017-03-02[error] Make missing JS module a NotSupportedError in linux build (#773)Geoff Gustafson