Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-23 | Putting more stuff in the menu | David Barksdale | |
2014-12-22 | Update gnunet to rev 34767 | David Barksdale | |
2014-12-22 | [emscripten] Fix definition of NULL | David Barksdale | |
2014-12-22 | Use GNUNET_STRINGS_data_to_string | David Barksdale | |
2014-12-20 | More peerstore fixes | David Barksdale | |
2014-12-18 | Peerstore fixes | David 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-18 | Provide task context struct | David Barksdale | |
2014-12-18 | Remove POTFILES.in from patch | David Barksdale | |
2014-12-17 | [build-utils/emscripten] Fix Runtime.getFuncWrapper | David Barksdale | |
2014-12-17 | Update gnunet to rev 34682 | David Barksdale | |
FS is working again. | |||
2014-12-15 | Update README | David Barksdale | |
2014-12-15 | Update gnunet to rev 34631 | David Barksdale | |
Looks like fs broke in this rev. | |||
2014-12-14 | Update gnunet to rev 34553 | 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-13 | Update README | 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-12-01 | Fix GNUNET_CLIENT_transmit_and_get_response | 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 | Search on form submit (pressing enter) | David Barksdale | |