Don't consider restart when the test action already finished
[oweals/gnunet.git] / src /
2017-09-04 lurchiDon't consider restart when the test action already...
2017-08-25 lurchiclarify documentation about adding / deleting tasks
2017-08-25 lurchiSimplify driver callback del; fix shutdown logic
2017-08-24 lurchifix behaviour of GNUNET_SCHEDULER_add_select on empty...
2017-08-24 lurchiNULL-initialize array pointers
2017-08-23 lurchicleanup
2017-08-23 lurchiGNUNET_SCHEDULER_check_lifeness not needed anymore
2017-08-23 lurchitasks in the pending queue must be be checked for reach...
2017-08-20 lurchiimprove documentation about the GNUNET_array_append...
2017-08-20 lurchionly allocate network / file handles and store them...
2017-08-18 lurchiimplement bookkeeping about which FDs related to a...
2017-08-17 lurchiincreasing length variable is already done by GNUNET_xg...
2017-08-16 lurchiadd buggy state of refactored GNUNET_SCHEDULER_add_select
2017-08-13 lurchireimplement init_fd_info as preparation for refactoring...
2017-08-12 lurchifix off-by-one error that prevented reading from stdin
2017-08-12 lurchiinit_fd_info now completely initializes fd information...
2017-08-11 lurchiset fds_len in all cases; call set_wakeup only in two...
2017-08-11 lurchiRevert "set fds_len in all cases; call set_wakeup only...
2017-08-11 lurchiset fds_len in all cases; call set_wakeup only in two...
2017-08-10 lurchiremove unnecessary set_wakup call
2017-08-10 lurchifix compilation of debug code enabled by DEBUG_FDS...
2017-08-09 lurchicosmetic fixes
2017-08-09 lurchitest_scheduler passing; new API function GNUNET_SCHEDUL...
2017-08-09 lurchilifeness checks; shutdown now working; checkSignal...
2017-08-09 lurchifix initFdInfo; rename to init_fd_info
2017-08-09 lurchifix indentation; remove unneeded set_wakeup call
2017-08-08 lurchiMerge branch 'refactoring-scheduler' of ssh://gnunet...
2017-08-08 lurchiseparate the select driver's fd sets from the driver...
2017-08-08 t3sseraktSmaller changes. Changed order when set_wakeup is calle...
2017-08-05 lurchifix segfault and pending_timeout logic
2017-08-05 lurchiadd missing DLL insert
2017-08-05 lurchifix warnings
2017-08-05 lurchimake input of getters const (needed for new scheduler...
2017-08-04 t3sseraktGNUNET_SCHEDULER_run is calling GNUNET_SCHEDULER_run_wi...
2017-08-03 t3sseraktCall to set_wakeup added after tasks added/removed...
2017-08-02 t3sseraktNearly finished. Call to set_wakeup missing in case...
2017-07-20 lurchiadapt add_without_sets to scheduler driver API; reimple...
2017-07-20 lurchismall fixes
2017-07-20 t3sseraktstarted further refactoring of scheduler. ATTENTION...
2017-07-08 psyc://loupsycedyg... -very unimportant typo fixed
2017-07-08 lurchiimplement GNUNET_h2s2 for printing two hashes in one...
2017-07-03 xrsfix hostlist server option
2017-07-03 xrsmulticast: remove unnecessary header file in Makefile.am
2017-07-03 xrsdeactivate hostlist server option
2017-07-03 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-07-03 xrsdeaktivate hostlist server and use topology option
2017-07-03 Christian Grothoffdo not invoke callback after set operation destruction...
2017-06-29 Christian Grothoffrevert change, tests must not rely on Internet
2017-06-29 xrsmake test work on gnunet with public hostlist server
2017-06-29 Christian Grothofffix FTBFS issues if --enable-logging=no is set
2017-06-26 Christian Grothofffix nat service port collision during test
2017-06-26 Christian Grothofffix configs, inlines are now relative to source dir...
2017-06-26 Christian Grothofffix test failure introduced by latest configuration...
2017-06-25 David Barksdale[transport] Fix EBADF in select()
2017-06-25 Christian Grothofffix configuration parsing issue with inlines from confi...
2017-06-25 Christian Grothoffallow NULL fields for varsize
2017-06-25 Christian Grothoffstart to fix some test issues with postgres psycstore
2017-06-25 jahFix debug message.
2017-06-25 jahFix quota compliance tests.
2017-06-25 jahEnsure peer started callback recvs PeerContext
2017-06-24 Christian Grothoffbitch more if NULL rows cause PQ result extraction...
2017-06-24 Christian Grothofffix crash if block plugin not found
2017-06-24 Daniel Golledht: install cli clients
2017-06-24 David Barksdale[topology] Fix blacklist condition
2017-06-23 Christian Grothoffif (1) holds here, remove redundant if
2017-06-23 Christian Grothoffstart VPN helper also if only services are running
2017-06-23 Christian Grothofffix indexing issue found by jah and reported on gnunet...
2017-06-23 Christian Grothofffix misc namestore crashes from pq migration
2017-06-23 Daniel Gollenamestore: postgres: fix iterating over zone
2017-06-23 Christian Grothoffkill short zone remenants
2017-06-22 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-06-22 xrsUpdate multicast test
2017-06-22 David BarksdaleRemove valgrind from test config
2017-06-22 Christian Grothofffix indentation
2017-06-20 Florian Doldset: disconnect, don't destroy yet
2017-06-20 Florian Doldset: remove workaround to test if a set bug and not...
2017-06-18 Florian Doldset: adjust log type
2017-06-18 Florian Doldconsensus: logging text
2017-06-18 Florian Doldconsensus/set: saner log levels
2017-06-18 Florian DoldCONSENSUS/SET: even uglier CADET workarounds
2017-06-17 Florian DoldSET: add another CADET bug workaround
2017-06-16 David Barksdale[transport] copy-paste error, nothing to see here
2017-06-15 David Barksdale[transport] Don't exit with suspended connections
2017-06-13 David Barksdale[transport] suspend connection to avoid busy-wait
2017-06-11 psyc://loupsycedyg... gnunet-social: removed duplicate getopt
2017-06-11 Florian Doldset: add 'over' message, since cadet does not reliably...
2017-06-11 Christian Grothoffclarify enum values
2017-06-10 Christian Grothoffrename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatus
2017-06-10 Christian Grothoffhandle UNIQUE violation nicely
2017-06-08 David Barksdale[transport] http(s) are stable
2017-06-08 David BarksdaleDon't valgrind
2017-06-06 Christian Grothoffmark dv/http/https/wlan/bt as experimental
2017-06-06 Christian Grothoffremoving dead libgnunetpostgres
2017-06-05 Jeffrey BurdgesFixes.
2017-06-05 David Barksdale[datastore] Remove unused indicies from sqlite
2017-06-05 Jeffrey BurdgesFinal changes to switch to PQ form.
2017-06-04 Jeffrey BurdgesMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-06-04 Jeffrey BurdgesSwitch fragment_row to PQ callback form
2017-06-04 Christian Grothofffix leak
2017-06-04 Christian Grothoffadd -x option to gnunet-ecc for #4629
next