Style fixes (mostly tabs to spaces).
[oweals/gnunet.git] / src / ats /
2017-03-29 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-25 Christian Grothoffrename GNUNET_GETOPT functions to achieve better consis...
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-03-17 Marcello StanisciPorting leftovers to new getopt API.
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-26 Christian Grothoffupdate ignore file
2017-02-26 Christian Grothoffget rid of --enable-wachs option, move mlp plugin to...
2017-02-20 David BarksdaleMatch function type to header declaration
2017-01-27 Christian Grothoffunset XDG environment variable during testcases, as...
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2017-01-08 Christian Grothoffexclude more tests
2016-11-19 Schanzenbach, MartinMerge branch 'master' into credentials
2016-11-18 David BarksdaleSometimes it's OK if multiplication overflows
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
2016-11-09 Bart Polot- add subdirectory gitignore files
2016-09-30 Christian Grothofffix #4663
2016-09-21 Christian Grothoffmigrating more services to new service API
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-24 Christian Grothoff-ignore
2016-07-17 Martin Schanzenbach-doxygen
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-06 Christian Grothoffmisc fixes
2016-06-23 Christian Grothoffconvert perf API to new MQ API
2016-06-20 Christian Grothoff-indentation fixes
2016-06-19 Christian Grothoffavoid deprecated API, use new connecT API
2016-06-19 Christian Grothoffredefine GNUNET_MQ_queue_for_connection_client to captu...
2016-06-18 Christian Grothoffpartial refactoring, will cause FTBFS, to be completed...
2016-05-06 Christian Grothofffixing compiler warnings
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-03-16 Christian Grothoff-normal during shutdown, reduce log level
2016-03-16 Christian Grothofflock solver during shutdown to terminate faster
2016-01-19 Christian Grothoff-fix (C) notices
2015-11-16 Christian Grothofffix crash #4053
2015-10-29 Christian Grothoff-fix ftbfs
2015-10-27 Christian Grothoff-be less verbose
2015-10-27 Christian Grothoff-simplify
2015-10-18 Christian Grothoffadd 'strength' argument to address suggestion request...
2015-10-18 Christian Grothoffrename 'struct Session' to 'struct GNUNET_ATS_Session...
2015-10-18 Christian Grothoff-doxygen
2015-10-14 Christian Grothofftrying to fix #4003
2015-10-08 Christian Grothoff-fix npe
2015-10-07 Christian Grothoffdetermine network scope for ATS even if we do not yet...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-29 Christian Grothofffix #3871
2015-05-22 Christian Grothoff-do pass local_address_info flag from/to ATS also for...
2015-05-22 Christian Grothoff-explicitly initialize
2015-05-22 Christian Grothoff-fix cmp
2015-05-22 Christian Grothoff-fix cmp
2015-05-21 Christian Grothoff-fix testcase
2015-05-18 Christian Grothoff-mystery solved, remove diagnostic
2015-05-18 Christian Grothoffalso compare peer identity
2015-05-18 Christian Grothoff-log more diagnostics
2015-03-15 Christian Grothoff-try to fix this again, other call to run_interpreter...
2015-03-15 Christian Grothofftry to fix timing issue in ATS test library
2015-03-14 Christian Grothoff-disable tests we know to fail until MW hopefully fixes...
2015-03-09 Christian Grothoff-doxygen and stylistic fixes
2015-02-28 Christian Grothoffinitialize 'client', so that disconnect can remove...
2015-02-28 Christian Grothoffdisable solver during aging, ensure there is only one...
2015-02-19 Matthias Wachsfix crash: check if problem is already created before...
2015-02-13 Christian Grothoff-fixing misc minor bugs and style issues (unchecked...
2015-02-13 Christian Grothoffsimplify logic, avoid using uninit variable
2015-02-12 Christian Grothoff-fix memory leak of address on shutdown
2015-02-11 Christian Grothoff-allow UINT64_MAX without crashing
2015-02-11 Christian Grothoff-allow UINT64_MAX without crashing
2015-02-11 Christian Grothofffinish implementing reservation test, and fix bandwidth...
2015-02-11 Christian Grothoff-remove unused exported symbol
2015-02-11 Christian Grothoffadd proper test for bandwidth reservation
2015-02-11 Christian Grothoffadd command to test reservations
2015-02-11 Christian Grothoff-testcase was long dead
2015-02-11 Christian Grothoff-testcase was long dead
2015-02-11 Christian Grothoff-testcase was long dead
2015-02-11 Christian Grothoff-fix badness
2015-02-11 Christian Grothoff-also obsolete
2015-02-11 Christian Grothoffnew testsuite, obsoleting (most of) the old one
2015-02-11 Christian Grothoff-check for in_destroy when looking up session IDs
2015-02-11 Christian Grothoffeliminate dead call from API
2015-02-11 Christian Grothoffdo not call receive before sending first message
2015-02-11 Christian Grothoffpass correct closure
2015-02-11 Christian Grothoff-fix NPE
2015-02-11 Christian Grothoff-fix crash
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-10 Christian Grothoff-fix typo
2015-02-10 Christian Grothoff-fix
2015-02-09 Christian Grothoffdo proper check for stability, in particular UINT32_MAX...
2015-02-09 Christian Grothoffperform proper locking and unlocking
2015-02-09 Christian Grothoff-better debug output, indentation
2015-02-09 Christian Grothoff-use backoff for reconnects
2015-02-09 Christian Grothoff-that the tests do not catch bugs like this is a real...
2015-02-08 Christian Grothoff-fix shutdown
2015-02-08 Christian Grothoff-fix shutdown order
2015-02-08 Christian Grothoff-fin, mention future work in TODO
2015-02-08 Christian Grothoff-updating comments
2015-02-08 Christian Grothoff-cleaning up bandwidth allocation routine
2015-02-08 Christian Grothoff-when selecting addresses, kick out peers with insuffic...
2015-02-08 Christian Grothoff-further simplify
next