Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-05 | Fixed bug #5822 by adding a monotonic time to the connection create message ↵ | t3sserakt | |
of a peer that want to start a KX, and the corresponding test #5823. Credits to dvn, lurchi and xrs for helpful discussions and coding. | |||
2020-06-01 | tng: do not handle message send more than once | Martin Schanzenbach | |
2020-06-01 | tng: fix for macos unix socket handling | Martin Schanzenbach | |
2020-06-01 | tng: MTU fix for other UNIXes, log message | Martin Schanzenbach | |
2020-06-01 | tng: UNIX communicator fixes. Test fixes | Martin Schanzenbach | |
2020-06-01 | tng: more UDP communicator backchannels | Martin Schanzenbach | |
Added a new message for queue updates to indicate queue length. Queues now may also have a priority parameter. | |||
2020-05-30 | towards UDP backchannels | Martin Schanzenbach | |
2020-05-29 | rsa crypto compare functions take const parameters | Jonathan Buchanan | |
2020-05-27 | Make REQUEST_AGPL messages configurable and add handler by default | Alessio Vanni | |
This makes two changes: * Add a field to `struct GNUNET_OS_ProjectData' containing a URL (as a string) pointing to the source code of the application. * If the field is not NULL, add a handler for the REQUEST_AGPL messages sending the specified URL to the client. The handler is added both in client-service communications (i.e. local services that don't make requests to other peers in the network) and in peer-peer communications (CADET.) This way, any client (local or remote with CADET) can request the source code location using a standardized mechanism instead of writing ad-hoc solutions (unless the service/peer explicitly specifies a NULL pointer.) Signed-off-by: Christian Grothoff <christian@grothoff.org> | |||
2020-05-27 | - do not include commits with - prefixed to message in changelog delta | Martin Schanzenbach | |
2020-05-27 | add lastlog script | Martin Schanzenbach | |
2020-05-27 | changelog from git log | Martin Schanzenbach | |
2020-05-27 | update changelog, new format | Martin Schanzenbach | |
2020-05-26 | remove argon2 dependency. Use limited libsodium argon2id function for GNS ↵ | Martin Schanzenbach | |
and NSE | |||
2020-05-26 | test vectors in binary | Martin Schanzenbach | |
2020-05-26 | Merge branch 'spaeth/import_identity' | jospaeth | |
2020-05-26 | fix bit counting mess | Martin Schanzenbach | |
2020-05-26 | remove some debug | Martin Schanzenbach | |
2020-05-26 | Merge branch 'master' of ssh://gnunet.org/gnunet | Martin Schanzenbach | |
2020-05-26 | use argon2id | Martin Schanzenbach | |
2020-05-26 | replace Christian's FIXME with an explanation | Florian Dold | |
2020-05-26 | add additional test condition for GNS crypto | Florian Dold | |
2020-05-25 | actually add ttl | Martin Schanzenbach | |
2020-05-25 | add option to create identity from private keyspaeth/import_identity | jospaeth | |
2020-05-25 | fix bit check in hash | Martin Schanzenbach | |
2020-05-25 | add some more debug output | Martin Schanzenbach | |
2020-05-25 | fix sizes, should not affect actual operation | Martin Schanzenbach | |
2020-05-22 | add option to show private key | Martin Schanzenbach | |
2020-05-22 | fix #6242 | Christian Grothoff | |
2020-05-20 | style specing | Christian Grothoff | |
2020-05-19 | missing termination | Christian Grothoff | |
2020-05-19 | Improved BIO API | Alessio Vanni | |
BIO now supports reading from and writing to in-memory buffers. For reading, an allocated buffer (array) and a size is passed as arguments to the function opening the handle. For writing, a GNUNET_Buffer is created and used internally. The buffer contents can be extracted using the relevant function. There is a new API in addition to the existing read/write: this new API is more "declarative" in nature and is meant to mimic APIs like GNUNET_SQ. The read/write operations are defined in an array of specs which are then "commited" in a single (non-atomic) operation, rather than explicitly executing multiple function calls and checking their return value. Also there are small changes to GNUNET_Buffer to account for BIO's new features. Signed-off-by: Christian Grothoff <christian@grothoff.org> | |||
2020-05-19 | fix ftbfs | Christian Grothoff | |
2020-05-18 | pow values should be nbo | Martin Schanzenbach | |
2020-05-18 | add smi pow values | Martin Schanzenbach | |
2020-05-18 | fix api for lazy pubkey loading | Martin Schanzenbach | |
2020-05-17 | deps are now required, no need for defines | Martin Schanzenbach | |
2020-05-17 | make mhd and jansson mandatory dependencies | Martin Schanzenbach | |
2020-05-17 | allow compile against curl-openssl | Martin Schanzenbach | |
2020-05-14 | add build tasks | Martin Schanzenbach | |
2020-05-14 | rename deploy script | Martin Schanzenbach | |
2020-05-14 | add buildbot deployment file | Martin Schanzenbach | |
2020-05-13 | uncrustify | Martin Schanzenbach | |
2020-05-13 | Merge branch 'master' of ssh://gnunet.org/gnunet | Martin Schanzenbach | |
2020-05-13 | uncrustify | Martin Schanzenbach | |
2020-05-10 | fix wrong return value | Martin Schanzenbach | |
2020-05-10 | fix single label get | Martin Schanzenbach | |
2020-05-10 | add revocation tvg | Martin Schanzenbach | |
2020-05-10 | add zone keys to tv | Martin Schanzenbach | |
2020-05-10 | add gnsrecord tvg | Martin Schanzenbach | |