aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-23Putting more stuff in the menuDavid Barksdale
2014-12-22Update gnunet to rev 34767David Barksdale
2014-12-22[emscripten] Fix definition of NULLDavid Barksdale
2014-12-22Use GNUNET_STRINGS_data_to_stringDavid Barksdale
2014-12-20More peerstore fixesDavid Barksdale
2014-12-18Peerstore fixesDavid Barksdale
This is a bitch to test because peers hardly ever earn respect and need to stay connected for more than 5 minutes. I verified that respect is being stored but not that it's correctly retrieved.
2014-12-18Provide task context structDavid Barksdale
2014-12-18Remove POTFILES.in from patchDavid Barksdale
2014-12-17[build-utils/emscripten] Fix Runtime.getFuncWrapperDavid Barksdale
2014-12-17Update gnunet to rev 34682David Barksdale
FS is working again.
2014-12-15Update READMEDavid Barksdale
2014-12-15Update gnunet to rev 34631David Barksdale
Looks like fs broke in this rev.
2014-12-14Update gnunet to rev 34553David 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-13Update READMEDavid 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-12-01Fix GNUNET_CLIENT_transmit_and_get_responseDavid 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-25Search on form submit (pressing enter)David Barksdale