aboutsummaryrefslogtreecommitdiff
path: root/src/arm
Commit message (Collapse)AuthorAge
* Cleanup Python code: remove `import __future__`.Hartmut Goebel2019-03-10
| | | | | All of these only made Python 2 accept some Python 3 language idioms, and the code is Python-3-only.
* resolve www.gnu.org instead of hostname to avoid complications of hostname ↵Christian Grothoff2019-02-24
| | | | as per #5578
* fully de-monkeyChristian Grothoff2019-02-20
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* cache NICK results in namestore to avoid unnecessary load on the DB; improve ↵Christian Grothoff2018-12-11
| | | | sqlite DB style, use WAL for sqlite DB
* accidental removalChristian Grothoff2018-12-11
|
* make sure peer launches if default config not found and -c not givenChristian Grothoff2018-12-11
|
* finish (?) libgnunetatstransport for nowChristian Grothoff2018-11-29
|
* use unique 32-bit IDs for DNS requests to avoid random confusions, handle ↵Christian Grothoff2018-10-18
| | | | additional and authoritative records as well
* refix codesonar finding 2366.9987xrs2018-07-04
|
* fix codesonar finding 2366.9987xrs2018-07-03
|
* tests: use port numbers that are unlikely to collide with user ports (just ↵psyc://loupsycedyglgamf.onion/~lynX1984-04-04
| | | | happened)
* rename FORCESTART into IMMEDIATE_START (#4547b)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* rename USER_SERVICE into RUN_PER_USER. thx, tg (#4548a)psyc://loupsycedyglgamf.onion/~lynX2018-06-23
|
* rename USER/SYSTEM_ONLY into START_USER/SYSTEM_SERVICES (#4548)psyc://loupsycedyglgamf.onion/~lynX2018-06-23
|
* require gnunet.conf to specify which services to runpsyc://loupsycedyglgamf.onion/~lynX2018-06-23
|
* eh, logic exactly wrong way round...Christian Grothoff2018-06-16
|
* clean up arm, do not warn on missing port if autostart setChristian Grothoff2018-06-16
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* More flakesNils Gillmann2018-05-22
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* follow-up, fix conf locationsNils Gillmann2018-05-19
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* beautify loopChristian Grothoff2017-12-27
|
* Use Suffix Extensions in Makefiles (doc, ↵ng02017-10-17
| | | | src/{arm,dht,integration,statistics}) for improved portability.
* implement exponential back-off cool down for ARM process restartsChristian Grothoff2017-09-05
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* Porting 'arm'.Marcello Stanisci2017-03-15
|
* fix memory leakChristian Grothoff2017-03-11
|
* remove dead enum valuesChristian Grothoff2017-03-08
|
* fix more of #4890Christian Grothoff2017-03-08
|
* fix sun_len issue (#4816) by adding test and fixing typoChristian Grothoff2017-02-21
|
* fix #4890Christian Grothoff2017-02-15
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* implement -T option for gnunet-arm (#4854)Christian Grothoff2017-01-13
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* exclude more testsChristian Grothoff2017-01-08
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* eliminate last residue of old service api in ARMChristian Grothoff2016-10-21
|
* convert mockup service to new service APIChristian Grothoff2016-09-26
|
* want himBHexpansion, but not path-prefixingChristian Grothoff2016-09-25
|
* fix NPEChristian Grothoff2016-09-24
|
* -must not expand BINARY as filenameChristian Grothoff2016-09-24
|
* migrate ARM to new service APIChristian Grothoff2016-09-24
|
* fix #4672Christian Grothoff2016-09-24
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -doxygenMartin Schanzenbach2016-07-17
|