aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-01-19Update emscripten to 1.39.6David Barksdale
2020-01-06WIP: WebRTC transportDavid Barksdale
2018-10-08Fix corrupt peer id stringDavid Barksdale
2018-10-08Add stop search buttonDavid Barksdale
2018-10-07The Runtime object is deprecatedDavid Barksdale
2018-02-04Update gnunet to commit 3f9b17David Barksdale
2018-01-31Changes for emscripten updateDavid Barksdale
2016-10-31Fix parse-message-types to only consume one msgDavid Barksdale
2016-08-18Update gnunet to rev 37733David Barksdale
2015-11-29Update Semantic-UI to 2.1.6David Barksdale
2015-11-29Switch to transit-cljsDavid Barksdale
2015-11-26Fix call to GNUNET_FS_startDavid Barksdale
I think varargs changed in emscripten.
2015-08-22Update emscripten to 1.34.4David Barksdale
2015-07-19Use IndexedDB to store downloaded filesDavid Barksdale
We probably should delete them at some point 0_0
2015-07-18Upgrade to Hoplon 6 and Boot 2David Barksdale
2015-07-01Don't read published files into RAMDavid 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-01Don't let out peer map grow without boundDavid Barksdale
2015-01-11Fix stale state when starting a new searchDavid Barksdale
2015-01-10Re-word transport statesDavid Barksdale
2015-01-06Avoid nil uriDavid Barksdale
2015-01-01Add error message to search box when not connectedDavid Barksdale
2015-01-01Add connection count dropdown arrow and red colorDavid Barksdale
2014-12-23Putting more stuff in the menuDavid Barksdale
2014-12-22Use GNUNET_STRINGS_data_to_stringDavid Barksdale
2014-12-14Stop using GNUNET_TRANSPORT_address_to_stringDavid 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-13Make ui-progress elementDavid Barksdale
2014-12-13Make ui-dropdown elementDavid Barksdale
2014-12-13Add a file size column to search resultsDavid 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-13We don't need to call address_to_string_cancelDavid Barksdale
2014-12-11Add anonymity dropdownDavid Barksdale
2014-12-11Move semantic.js to an included jsDavid Barksdale
2014-12-08Floating menu instead of header and github ribbonDavid Barksdale
2014-12-08Remove superflous componentsDavid Barksdale
They're already included in semantic.*
2014-12-08More descriptive titleDavid Barksdale
2014-12-08Upgrade to semantic-ui 1.2.0David Barksdale
2014-12-07Add GitHub fork ribbon and titleDavid Barksdale
2014-12-07Optimization fixesDavid Barksdale
2014-12-07Fix SharedWorker detectionDavid Barksdale
2014-12-07Avoid dynamic use of Runtime.addFunctionDavid Barksdale
2014-12-05Handle missing SharedWorkerDavid Barksdale
2014-12-03Show error message for unsupported browsersDavid Barksdale
2014-12-03Use GNUNET_CORE_monitor_startDavid Barksdale
2014-12-03Cleanup some unused stuffDavid Barksdale
2014-12-02Use GNUNET_TRANSPORT_get_helloDavid Barksdale
2014-12-01Use GNUNET_TRANSPORT_monitor_peersDavid Barksdale
2014-11-30Use GNUNET_TRANSPORT_offer_hello for hostlistDavid Barksdale
2014-11-30Publish metadata and better keyword generationDavid Barksdale
2014-11-30Unnecessary ccallFuncDavid Barksdale
2014-11-30Move more logic into client-lib.cDavid Barksdale