Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-08 | Fix corrupt peer id string | 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 | 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-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-10 | Re-word transport states | 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 | 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-07 | Optimization fixes | David Barksdale | |
2014-12-07 | Avoid dynamic use of Runtime.addFunction | 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 | |
2014-11-29 | Publishing working! | David Barksdale | |
We really should add original-filename and mime-type metadata since those are provided by the File object. | |||
2014-11-28 | Moved some stuff into gnunet-web.util | David Barksdale | |
2014-11-27 | Some work on publishing | David Barksdale | |
2014-10-30 | Construct file in Uint8Array and allow saving it | David Barksdale | |
2014-10-30 | Start a download and parse its progress | David Barksdale | |
2014-10-29 | Improve search UI | David Barksdale | |
* Show search state with funny rotating icon (accident) * When a new search is started the old one is stopped | |||
2014-10-25 | Icon in search bar and filename column in results | David Barksdale | |
2014-10-25 | Switch to vectors for better autoindent | David Barksdale | |
2014-10-25 | Optimize client lib | David Barksdale | |
2014-10-25 | Use client lib for searching. | David Barksdale | |
2014-10-13 | Display metadata of search results | David Barksdale | |
2014-10-12 | Use correct cipher padding mode | David Barksdale | |
2014-10-12 | Support zlib compressed metadata | David Barksdale | |
2014-10-08 | Parse metadata | David Barksdale | |
No compression support yet. | |||
2014-10-08 | Repeat parser | David Barksdale | |
2014-09-28 | Use require/refer instead of use/only | David 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-28 | Cleaner interface to the maybe monad | David Barksdale | |
2014-09-27 | Replace recursion with a loop in our parser combinators | 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-09-14 | Update gnunet to rev 34285 | David Barksdale | |
2014-08-20 | Forgot to add core.cljs | David Barksdale | |
2014-08-20 | Show core KX state along with transport state | David Barksdale | |