Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-08 | refactor networking code to start supporting multiple backends | Alon Zakai | |
2013-01-07 | wget2 docs | Alon Zakai | |
2013-01-07 | Merge remote-tracking branch 'wolfviking/incoming' into incoming | Alon Zakai | |
Conflicts: AUTHORS src/library_browser.js system/include/emscripten/emscripten.h | |||
2013-01-06 | sysexits.h | Alon Zakai | |
2013-01-01 | deprecate EMSCRIPTEN_KEEPALIVE - add your functions to EXPORTED_FUNCTIONS ↵ | Alon Zakai | |
instead | |||
2012-12-30 | emscripten_async_wget_data | Alon Zakai | |
2012-12-28 | Add comment,test,authors. Change indentation and comma space | Anthony Liot | |
Modify the indentation Add Author Add comment Add test inside runner.py | |||
2012-12-21 | fix missing returns in embind code | Alon Zakai | |
2012-12-21 | update libcxxabi | Alon Zakai | |
2012-12-13 | Add emscripten_async_wget2 with progress callback | Anthony Liot | |
Send request Post & Get with progress callback Add sample HTTP using emscripten_async_wget2 | |||
2012-11-30 | Fixed embind for non-void non-const class methods (with test). | Dominic Wong | |
2012-11-23 | fix socket.h | Alon Zakai | |
2012-11-21 | emscripten_run_script_string | Alon Zakai | |
2012-11-20 | gc additions | Alon Zakai | |
2012-11-20 | define GC_finalization_proc | Alon Zakai | |
2012-11-20 | networking and sockets header additions | Alon Zakai | |
2012-11-19 | socket.h additions and fixes | Alon Zakai | |
2012-11-19 | socket.h additions | Alon Zakai | |
2012-11-19 | socket.h additions | Alon Zakai | |
2012-11-19 | un.h fixes | Alon Zakai | |
2012-11-19 | un.h | Alon Zakai | |
2012-11-19 | sa_sigaction | Alon Zakai | |
2012-11-19 | netdb.h additions | Alon Zakai | |
2012-11-19 | header fixes | Alon Zakai | |
2012-11-19 | header fixes | Alon Zakai | |
2012-11-19 | socket.h additions | Alon Zakai | |
2012-11-19 | ioctl.h additions | Alon Zakai | |
2012-11-19 | resource.h additions | Alon Zakai | |
2012-11-19 | statvfs.h additions | Alon Zakai | |
2012-11-19 | fcntl additions | Alon Zakai | |
2012-11-19 | limits.h additions | Alon Zakai | |
2012-11-19 | add dlfcn constant | Alon Zakai | |
2012-11-12 | zoomSurface support; fixes #673 | Alon Zakai | |
2012-11-08 | headers fix | Alon Zakai | |
2012-11-01 | restore lost emscripten_resume_main_loop | Alon Zakai | |
2012-10-31 | sleep in native emscripten_set_main_loop | Alon Zakai | |
2012-10-31 | fix uio.h | Alon Zakai | |
2012-10-31 | include uio.h in socket.h so iovec is defined | Alon Zakai | |
2012-10-31 | emscripten_cancel_main_loop in native | Alon Zakai | |
2012-10-31 | rename worker_t to worker_handle | Alon Zakai | |
2012-10-28 | Merge pull request #651 from larsxschneider/json_parser | Alon Zakai | |
Fix -O1 warning and use proper pointers for Jansson library. | |||
2012-10-26 | emscripten_get_worker_queue_size | Alon Zakai | |
2012-10-25 | Fix -O1 warning and use proper pointers for Jansson library. | Lars Schneider | |
See details: https://github.com/kripken/emscripten/pull/636#issuecomment-9456782 | |||
2012-10-22 | comment on separate compilation of workers | Alon Zakai | |
2012-10-22 | initial work on worker api | Alon Zakai | |
2012-10-19 | add argument to emscripten_async_prepare_data | Alon Zakai | |
2012-10-19 | emscripten_async_prepare_data | Alon Zakai | |
2012-10-17 | Add `library_jansson` for JSON parsing. | Lars Schneider | |
Jansson is a C library for encoding, decoding and manipulating JSON data [1]. `library_jansson` mimics this interface (currently only for decoding) to perform JSON parsing in Javascript. [1] https://github.com/akheron/jansson | |||
2012-10-13 | add parameter to emscripten_set_main_loop to optionally simulate an infinite ↵ | Alon Zakai | |
loop by throwing an exception (like glutMainLoop) | |||
2012-10-12 | embind header fixes | Alon Zakai | |