aboutsummaryrefslogtreecommitdiff
path: root/src/cljs/gnunet_web
AgeCommit message (Collapse)Author
2018-10-08Fix corrupt peer id stringDavid 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-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-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-10Re-word transport statesDavid 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-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-07Optimization fixesDavid Barksdale
2014-12-07Avoid dynamic use of Runtime.addFunctionDavid 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
2014-11-29Publishing working!David Barksdale
We really should add original-filename and mime-type metadata since those are provided by the File object.
2014-11-28Moved some stuff into gnunet-web.utilDavid Barksdale
2014-11-27Some work on publishingDavid Barksdale
2014-10-30Construct file in Uint8Array and allow saving itDavid Barksdale
2014-10-30Start a download and parse its progressDavid Barksdale
2014-10-29Improve search UIDavid Barksdale
* Show search state with funny rotating icon (accident) * When a new search is started the old one is stopped
2014-10-25Icon in search bar and filename column in resultsDavid Barksdale
2014-10-25Switch to vectors for better autoindentDavid Barksdale
2014-10-25Optimize client libDavid Barksdale
2014-10-25Use client lib for searching.David Barksdale
2014-10-13Display metadata of search resultsDavid Barksdale
2014-10-12Use correct cipher padding modeDavid Barksdale
2014-10-12Support zlib compressed metadataDavid Barksdale
2014-10-08Parse metadataDavid Barksdale
No compression support yet.
2014-10-08Repeat parserDavid Barksdale
2014-09-28Use require/refer instead of use/onlyDavid Barksdale
I was hoping to get rid of cljs compiler warnings but this didn't do the trick. Seems like the compiler doesn't try to resolve things in dependency order and just dumbly processes files in alphabetical order.
2014-09-28Cleaner interface to the maybe monadDavid Barksdale
2014-09-27Replace recursion with a loop in our parser combinatorsDavid 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-09-14Update gnunet to rev 34285David Barksdale
2014-08-20Forgot to add core.cljsDavid Barksdale
2014-08-20Show core KX state along with transport stateDavid Barksdale