Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-29 | Update Semantic-UI to 2.1.6 | David Barksdale | |
2015-07-18 | Upgrade to Hoplon 6 and Boot 2 | David Barksdale | |
2014-12-13 | Use fence instead of ext.js files | David 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-11 | Add anonymity dropdown | David Barksdale | |
2014-12-11 | Move semantic.js to an included js | David Barksdale | |
2014-12-07 | Optimization fixes | David Barksdale | |
2014-10-25 | Use client lib for searching. | David Barksdale | |
2014-10-12 | Use correct cipher padding mode | David Barksdale | |
2014-10-12 | Support zlib compressed metadata | David Barksdale | |
2014-09-14 | Try a filesharing search for "test" | David Barksdale | |
This uses hard-coded values derived from the keyword "test" as a demonstration. | |||
2014-08-04 | Fix boot production optimizations | David Barksdale | |
2014-08-04 | Move gnunet js code so it doesn't confuse boot | David Barksdale | |
Builder can also be updated to a newer version that considers these files dependencies for correct incremental builds. | |||
2014-07-30 | Start monitoring transport peers | David Barksdale | |
2014-07-27 | Finish peerstore. | David Barksdale | |
2014-07-14 | Write GNUNET_SERVER_client_{get,set}_user_context | David Barksdale | |
2014-07-14 | Fix race condition in processing of messages | David Barksdale | |
2014-07-08 | Add stub /dev/random | David Barksdale | |
2014-07-08 | Use crypto.getRandomValues for /dev/urandom | David Barksdale | |
2014-07-08 | Differentiate stdout and stderr | David Barksdale | |
2014-07-08 | Block execution of main until after window connect | David Barksdale | |
2014-07-04 | Huge performance improvement in chrome | David Barksdale | |
See http://code.google.com/p/chromium/issues/detail?id=169705 | |||
2014-07-04 | Tweaking syncfs task | David Barksdale | |
2014-07-03 | Setup presistent storage for peerinfo, fs, and nse. | David Barksdale | |
2014-07-02 | Build and run peerinfo service | David Barksdale | |
Instead of the cljs version just run the peerinfo service and use IDBFS mounted on /hosts for persistence. | |||
2014-07-02 | We are always in a web worker | David Barksdale | |
2014-06-25 | Build and run file-sharing service | David Barksdale | |
2014-06-25 | Improve entropy gathering | David Barksdale | |
We still need to send good entropy to web workers, which do not have access to window.crypto.getRandomValues(). | |||
2014-06-23 | Load plugins with FS.createPreloadedFile | David Barksdale | |
This should be replaced with FS.createLazyFile when https://github.com/kripken/emscripten/issues/2445 is fixed. | |||
2014-06-22 | Build and run gnunet-service-datastore, heap only | David Barksdale | |
2014-06-21 | Build gnunet-service-cadet and run it | David Barksdale | |
2014-06-21 | A bit of work on server.js and pre.js | David 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-21 | Add 8MB heap datacache to DHT | David Barksdale | |
2014-06-13 | Disable NSE for now | David Barksdale | |
It just burns CPU. | |||
2014-06-12 | Fix file iteration in '_PLUGIN_load_all | David Barksdale | |
2014-06-11 | Configure DHT and NSE | David Barksdale | |
2014-06-11 | Write GNUNET_CONFIGURATION_get_value_size | David Barksdale | |
2014-06-11 | Write GNUNET_SCHEDULER_add_with_priority | David Barksdale | |
2014-06-11 | Standardize ccall and allocStack usage | David Barksdale | |
2014-06-11 | Write GNUNET_PLUGIN_load_all | David Barksdale | |
2014-06-01 | Add GNUNET_CONFIGURATION_get_value_float | David Barksdale | |
2014-05-31 | Fix race condition with init message | David Barksdale | |
2014-05-20 | Configure ATS quotas. | David Barksdale | |
2014-05-16 | More work on the XHR transport | David Barksdale | |
2014-05-16 | Write GNUNET_SCHEDULER_cancel() | David Barksdale | |
2014-03-31 | Fixing many and varied symbol errors | David Barksdale | |
2014-03-30 | Initial XHR transport plugin in C with inline JS | David Barksdale | |
Still a work in progress. | |||
2014-03-15 | http_client address_to_string | David Barksdale | |
2014-03-14 | Less logging | David Barksdale | |
2014-03-02 | Don't return from GNUNET_{SERVICE,PROGRAM}_run | David Barksdale | |
2014-03-02 | Fix post-init Module.printErr | David Barksdale | |