aboutsummaryrefslogtreecommitdiff
path: root/src/js
AgeCommit message (Collapse)Author
2015-11-29Update Semantic-UI to 2.1.6David Barksdale
2015-07-18Upgrade to Hoplon 6 and Boot 2David Barksdale
2014-12-13Use fence instead of ext.js filesDavid Barksdale
window.crypto.ext.js stays because of the call in client-pre.js. We could do the same trick there but I'd like to keep the code readable.
2014-12-11Add anonymity dropdownDavid Barksdale
2014-12-11Move semantic.js to an included jsDavid Barksdale
2014-12-07Optimization fixesDavid Barksdale
2014-10-25Use client lib for searching.David Barksdale
2014-10-12Use correct cipher padding modeDavid Barksdale
2014-10-12Support zlib compressed metadataDavid Barksdale
2014-09-14Try a filesharing search for "test"David Barksdale
This uses hard-coded values derived from the keyword "test" as a demonstration.
2014-08-04Fix boot production optimizationsDavid Barksdale
2014-08-04Move gnunet js code so it doesn't confuse bootDavid Barksdale
Builder can also be updated to a newer version that considers these files dependencies for correct incremental builds.
2014-07-30Start monitoring transport peersDavid Barksdale
2014-07-27Finish peerstore.David Barksdale
2014-07-14Write GNUNET_SERVER_client_{get,set}_user_contextDavid Barksdale
2014-07-14Fix race condition in processing of messagesDavid Barksdale
2014-07-08Add stub /dev/randomDavid Barksdale
2014-07-08Use crypto.getRandomValues for /dev/urandomDavid Barksdale
2014-07-08Differentiate stdout and stderrDavid Barksdale
2014-07-08Block execution of main until after window connectDavid Barksdale
2014-07-04Huge performance improvement in chromeDavid Barksdale
See http://code.google.com/p/chromium/issues/detail?id=169705
2014-07-04Tweaking syncfs taskDavid Barksdale
2014-07-03Setup presistent storage for peerinfo, fs, and nse.David Barksdale
2014-07-02Build and run peerinfo serviceDavid Barksdale
Instead of the cljs version just run the peerinfo service and use IDBFS mounted on /hosts for persistence.
2014-07-02We are always in a web workerDavid Barksdale
2014-06-25Build and run file-sharing serviceDavid Barksdale
2014-06-25Improve entropy gatheringDavid Barksdale
We still need to send good entropy to web workers, which do not have access to window.crypto.getRandomValues().
2014-06-23Load plugins with FS.createPreloadedFileDavid Barksdale
This should be replaced with FS.createLazyFile when https://github.com/kripken/emscripten/issues/2445 is fixed.
2014-06-22Build and run gnunet-service-datastore, heap onlyDavid Barksdale
2014-06-21Build gnunet-service-cadet and run itDavid Barksdale
2014-06-21A bit of work on server.js and pre.jsDavid Barksdale
Implemented: * GNUNET_SERVER_receive_done * GNUNET_SERVER_client_keep * GNUNET_SERVER_client_drop * GNUNET_SERVER_connect_notify * GNUNET_SERVER_disconnect_notify Moved some code from pre.js into server.js closer to related code.
2014-06-21Add 8MB heap datacache to DHTDavid Barksdale
2014-06-13Disable NSE for nowDavid Barksdale
It just burns CPU.
2014-06-12Fix file iteration in '_PLUGIN_load_allDavid Barksdale
2014-06-11Configure DHT and NSEDavid Barksdale
2014-06-11Write GNUNET_CONFIGURATION_get_value_sizeDavid Barksdale
2014-06-11Write GNUNET_SCHEDULER_add_with_priorityDavid Barksdale
2014-06-11Standardize ccall and allocStack usageDavid Barksdale
2014-06-11Write GNUNET_PLUGIN_load_allDavid Barksdale
2014-06-01Add GNUNET_CONFIGURATION_get_value_floatDavid Barksdale
2014-05-31Fix race condition with init messageDavid Barksdale
2014-05-20Configure ATS quotas.David Barksdale
2014-05-16More work on the XHR transportDavid Barksdale
2014-05-16Write GNUNET_SCHEDULER_cancel()David Barksdale
2014-03-31Fixing many and varied symbol errorsDavid Barksdale
2014-03-30Initial XHR transport plugin in C with inline JSDavid Barksdale
Still a work in progress.
2014-03-15http_client address_to_stringDavid Barksdale
2014-03-14Less loggingDavid Barksdale
2014-03-02Don't return from GNUNET_{SERVICE,PROGRAM}_runDavid Barksdale
2014-03-02Fix post-init Module.printErrDavid Barksdale