Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-19 | Update emscripten to 1.39.6 | David Barksdale | |
2020-01-06 | WIP: WebRTC transport | David Barksdale | |
2018-10-08 | Fix corrupt peer id string | David Barksdale | |
2018-10-08 | Add stop search button | David Barksdale | |
2018-10-07 | The Runtime object is deprecated | David Barksdale | |
2018-02-04 | Update gnunet to commit 3f9b17 | David Barksdale | |
2018-01-31 | Changes for emscripten update | David Barksdale | |
2016-10-31 | Fix parse-message-types to only consume one msg | David Barksdale | |
2016-08-18 | Update gnunet to rev 37733 | David Barksdale | |
2015-11-29 | Update Semantic-UI to 2.1.6 | David Barksdale | |
2015-11-29 | Switch to transit-cljs | David Barksdale | |
2015-11-26 | Fix call to GNUNET_FS_start | David Barksdale | |
I think varargs changed in emscripten. | |||
2015-08-22 | Update emscripten to 1.34.4 | David Barksdale | |
2015-07-19 | Use IndexedDB to store downloaded files | David Barksdale | |
We probably should delete them at some point 0_0 | |||
2015-07-18 | Upgrade to Hoplon 6 and Boot 2 | David Barksdale | |
2015-07-01 | Don't read published files into RAM | David Barksdale | |
The needed GNUnet API change was made but cannot be pushed upstream as it would conflict with the GNUNET_FS_FLAGS_PERSISTENCE flag. | |||
2015-03-01 | Don't let out peer map grow without bound | David Barksdale | |
2015-01-11 | Fix stale state when starting a new search | David Barksdale | |
2015-01-10 | Re-word transport states | David Barksdale | |
2015-01-06 | Avoid nil uri | David Barksdale | |
2015-01-01 | Add error message to search box when not connected | David Barksdale | |
2015-01-01 | Add connection count dropdown arrow and red color | David Barksdale | |
2014-12-23 | Putting more stuff in the menu | David Barksdale | |
2014-12-22 | Use GNUNET_STRINGS_data_to_string | David Barksdale | |
2014-12-14 | Stop using GNUNET_TRANSPORT_address_to_string | David Barksdale | |
It was returning some weird stuff and it just seems so wasteful to connect to the transport service every time you want to do this simple conversion. | |||
2014-12-13 | Make ui-progress element | David Barksdale | |
2014-12-13 | Make ui-dropdown element | David Barksdale | |
2014-12-13 | Add a file size column to search results | 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-13 | We don't need to call address_to_string_cancel | David Barksdale | |
2014-12-11 | Add anonymity dropdown | David Barksdale | |
2014-12-11 | Move semantic.js to an included js | David Barksdale | |
2014-12-08 | Floating menu instead of header and github ribbon | David Barksdale | |
2014-12-08 | Remove superflous components | David Barksdale | |
They're already included in semantic.* | |||
2014-12-08 | More descriptive title | David Barksdale | |
2014-12-08 | Upgrade to semantic-ui 1.2.0 | David Barksdale | |
2014-12-07 | Add GitHub fork ribbon and title | David Barksdale | |
2014-12-07 | Optimization fixes | David Barksdale | |
2014-12-07 | Fix SharedWorker detection | David Barksdale | |
2014-12-07 | Avoid dynamic use of Runtime.addFunction | David Barksdale | |
2014-12-05 | Handle missing SharedWorker | David Barksdale | |
2014-12-03 | Show error message for unsupported browsers | David Barksdale | |
2014-12-03 | Use GNUNET_CORE_monitor_start | David Barksdale | |
2014-12-03 | Cleanup some unused stuff | David Barksdale | |
2014-12-02 | Use GNUNET_TRANSPORT_get_hello | David Barksdale | |
2014-12-01 | Use GNUNET_TRANSPORT_monitor_peers | David Barksdale | |
2014-11-30 | Use GNUNET_TRANSPORT_offer_hello for hostlist | David Barksdale | |
2014-11-30 | Publish metadata and better keyword generation | David Barksdale | |
2014-11-30 | Unnecessary ccallFunc | David Barksdale | |
2014-11-30 | Move more logic into client-lib.c | David Barksdale | |