aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added flag to API disconnect method to send pending store requests before ↵Omar Tarabai2014-07-09
| | | | | | | disconnecting. Added a test case for it.
* - include NULL guards in debugBart Polot2014-07-09
|
* - fix variable log level, add connection debug functionBart Polot2014-07-09
|
* - include order upsets kdevelopBart Polot2014-07-09
|
* fixing USE_SUSPEND error with mhd daemon and free errorMatthias Wachs2014-07-09
|
* peerstore doesn't shutdown when clients are connectedOmar Tarabai2014-07-08
|
* -tolerate it if gnunet://gns/ URI prefix is in upper caseChristian Grothoff2014-07-08
|
* sensordashboard: received data stored in peerstoreOmar Tarabai2014-07-07
|
* logging more verboseOmar Tarabai2014-07-07
|
* missing mapping for CERT Matthias Wachs2014-07-07
|
* xvine: FixesSupriti Singh2014-07-06
|
* documentation fixOmar Tarabai2014-07-06
|
* - document code, small sanity checksBart Polot2014-07-05
|
* Do not cleanup operation queues if they are not empty. Instead, mark them ↵Sree Harsha Totakura2014-07-04
| | | | | | | | | | as expired and clean them in destructor. --This line, and those below, will be ignored-- M testbed/testbed_api_operations.c
* new sensors + disabled reporting by defaultOmar Tarabai2014-07-04
|
* sensor lifetime defaults to foreverOmar Tarabai2014-07-04
|
* completed sensordashboard + fixesOmar Tarabai2014-07-04
|
* - fix #3483Bart Polot2014-07-04
|
* - verbose debugBart Polot2014-07-04
|
* - dont use pointer after freeBart Polot2014-07-04
|
* fix statistics for reuqestsMatthias Wachs2014-07-04
|
* Fix hostlist server CORS headersDavid Barksdale2014-07-03
|
* Require libmicrohttpd >= 0.9.32David Barksdale2014-07-03
| | | | | | We are using suspend/resume features for plugin_transport_http_server which were added in 0.9.32.
* Use MHD_USE_SUSPEND_RESUME, fixes #3460David Barksdale2014-07-03
|
* Don't break, this is expected from XHR clientsDavid Barksdale2014-07-03
|
* - fix connection pending counterBart Polot2014-07-03
|
* - debug info for buildbot reportsBart Polot2014-07-03
|
* moved common sensor functionality to a util libOmar Tarabai2014-07-03
|
* - Convince 'make -j 10' to work nicely.Bart Polot2014-07-03
|
* - Revert "Fix transport blacklist tests"Bart Polot2014-07-03
| | | | - This reverts commit 3f7a1601abadaa0a8036a39e5227ae4c156dd50e/r33895: we went back to standart Crockford base32.
* - fixing use after freeMatthias Wachs2014-07-03
| | | | | - renaming connections to requests
* Since we started using ECC, peer identities ARE public keys, not their ↵Bart Polot2014-07-03
| | | | hashes. This commit removes the miss-documented, redundant option and the duplicate code associated to its handling.
* Added a cleaned-up vanity key generator to gnunet-eccBart Polot2014-07-03
|
* fixing memory leak and session disconnectMatthias Wachs2014-07-03
|
* wrong typeMatthias Wachs2014-07-03
|
* additional log infoMatthias Wachs2014-07-03
|
* - introducing state for put requestsMatthias Wachs2014-07-03
| | | | | | - clean up shutdown - renaming GET/PUT connections to "requests"
* Xvine: fixesSupriti Singh2014-07-03
|
* - trigger an immediate rekey if a peer's ephemeral key changesBart Polot2014-07-02
|
* - dont destroy in-progress kxBart Polot2014-07-02
|
* - destroy kx_ctx created on receipt of an ephemeral key if key is not newBart Polot2014-07-02
|
* - refactorBart Polot2014-07-02
|
* - fix #3479Bart Polot2014-07-02
|
* - fix error conditionBart Polot2014-07-02
|
* - don't warn when connection is being establishedBart Polot2014-07-02
|
* - don't update ACK based on queued and yet undelivered messagesBart Polot2014-07-02
| | | | - send ACK upon delivery of queued messages to client
* - fix logBart Polot2014-07-02
|
* - revert to standard Crockford base32Bart Polot2014-07-02
|
* Fix transport blacklist testsDavid Barksdale2014-07-02
| | | | | Fallout from harsha's changes.
* Simplify HTTP server session cleanup even moreDavid Barksdale2014-07-02
| | | | | | | Allow HTTP clients to get disconnected without deleting their session so they can re-connect quickly. This also works for XHR clients which need to disconnect to work.