aboutsummaryrefslogtreecommitdiff
path: root/src/zjs_callbacks.c
AgeCommit message (Expand)Author
2018-06-06[jerryscript] Rebase to latest JerryScript (#1883)Jimmy Huang
2018-04-09[zephyr] Updated Zephyr to v1.11.0 (#1862)Jimmy Huang
2018-02-01[general] Style cleanup with clang (#1794)Jimmy Huang
2018-02-01[callbacks] Eliminate compile warning (#1802)Geoff Gustafson
2018-01-26[callbacks] Fix some debug message formatting (#1798)Geoff Gustafson
2018-01-25[ws] Fix networking hiccups by increasing ring buffer sizeGeoff Gustafson
2018-01-25[build] Fix setting CB_STATS does not work (#1790)Jimmy Huang
2017-11-02[callback] Fixed crash when removing callback with id -1 (#1609)Jimmy Huang
2017-10-19[callbacks] Currently CB_FLUSH_ALL is just flushing the same id, (#1602)Brian Jones
2017-10-09[callbacks] Fix a memory leak in removed callbacks (#1571)Brian Jones
2017-10-06[timers] Make timers completely async/event driven (#1542)James Prestwood
2017-10-02[uart] Protect ring buffer access in ISRs w/ irq_lock not mutex (#1569)Geoff Gustafson
2017-09-11[callbacks] Split callback locks to protect ringbuf vs. cb_mapGeoff Gustafson
2017-09-08[callbacks] Disable callback instrumentation for nowGeoff Gustafson
2017-09-05[callbacks] Move LOCK/UNLOCK to callbacks.c and use mutex insteadGeoff Gustafson
2017-09-05[callbacks] Fix size calculation in zjs_defer_workGeoff Gustafson
2017-09-05[callbacks] Clean up output of js functions to address in hexGeoff Gustafson
2017-09-05[callbacks] Add debug output to dump deferred work bufferGeoff Gustafson
2017-08-25[callbacks] Add zjs_defer_work function and use in net moduleGeoff Gustafson
2017-08-24[callbacks] Finish removing JS callback lists feature (#1496)Geoff Gustafson
2017-08-01[callbacks] control verbosity of debug printsGeoff Gustafson
2017-08-01[events] Replace trigger event w/ threadsafe emit implementationGeoff Gustafson
2017-07-20[callbacks] Fix possible overflow of callback ID (#1379)Geoff Gustafson
2017-07-20[callbacks] Adjust cb_size in new_id() instead of every call site (#1378)Geoff Gustafson
2017-07-07[general] Clean up for formatting (#1314)Jimmy Huang
2017-06-29[uart] Fix broken UART apis (#1310)Brian Jones
2017-06-29[build] Fix linux and QEMU build on Mac (#1307)Jimmy Huang
2017-06-20[general] Use Zephyr defined typesJimmy Huang
2017-06-15[general] Fix some 80-char wrap violationsGeoff Gustafson
2017-06-15[net] Update Zephyr and rebase to fix network issuesGeoff Gustafson
2017-05-19Anonymous function naming (#1183)James Prestwood
2017-05-11[build] Update latest Zephyr to remove debug fix for AIO (#1122)Jimmy Huang
2017-05-11[general] Print function names in error messages (#1123)James Prestwood
2017-05-04[callbacks] Fixed signal callback if ID is out of bounds (#1092)James Prestwood
2017-04-27[general] Wait on semaphore in main loop (#715)James Prestwood
2017-04-27[tests] Callback testing module (#1039)James Prestwood
2017-04-27[websockets] Initial implementation (#1037)James Prestwood
2017-04-26[callbacks] Lock scheduler on zephyr during important callback operat… (#1043)James Prestwood
2017-04-10[callbacks] Fix memory leak in callbacks (debug build only) (#993)James Prestwood
2017-03-31[callbacks] Store file/func info in callbacks for debug build (#935)James Prestwood
2017-03-28[callbacks] Add check if JS function is undefined (#797) (#906)James Prestwood
2017-03-22[jerryscript] Update JerryScript to latest master (#855)Jimmy Huang
2017-03-21[build] Re-enable warnings as errors (#848)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[general] Make pointer declarations consistent across the projectGeoff Gustafson
2017-03-10[callbacks] Back off ring buf reporting over timeGeoff Gustafson
2017-03-02[promises] Simplify promise codeJames Prestwood
2017-03-02[callbacks] Add typedef for zjs_callback_tGeoff Gustafson
2017-03-02[callbacks] Retain removed callbacks until pending callbacks flushedGeoff Gustafson