summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-04-27reverting renamingsMarcello Stanisci
2017-04-27still renaming scriptsMarcello Stanisci
2017-04-27renaming mitm scriptMarcello Stanisci
2017-04-27mitm proxies request using the same method used byMarcello Stanisci
the client.
2017-04-26add wire_method to proposal termsFlorian Dold
2017-04-25specify exchange with '-e' at payments generatorMarcello Stanisci
2017-04-25Implement #4995Marcello Stanisci
2017-04-24add cherry-pick like query used in /history. This APIMarcello Stanisci
is used when the backoffice user enters the exact order id into the form.
2017-04-22fix segfaults caused by the way the payment generatorMarcello Stanisci
killed merchants and exchanges.
2017-04-21fix compilation due to code moveMarcello Stanisci
2017-04-21launch run() with GNUNET_PROGRAM_runMarcello Stanisci
2017-04-21indentMarcello Stanisci
2017-04-20debug printsMarcello Stanisci
2017-04-18fix db testcase due to queries in the futureMarcello Stanisci
2017-04-18adding db method to query proposal data "in the future"Marcello Stanisci
2017-04-18adding option to lookup history entries in the future.Marcello Stanisci
2017-04-18fix config file for /lib testcaseMarcello Stanisci
2017-03-29Still on #4877Marcello Stanisci
2017-03-29Still on renaming (#4877)Marcello Stanisci
2017-03-29fix segfaults due to use of remote exchange in paymentMarcello Stanisci
generator.
2017-03-29stubs for #4781Marcello Stanisci
2017-03-29renaming variablesMarcello Stanisci
2017-03-27adding option to use a remote exchange in the paymentsMarcello Stanisci
generator.
2017-03-27READMEMarcello Stanisci
2017-03-27indentMarcello Stanisci
2017-03-25renaming GNUNET_GETOPT-symbols to match latest changes in GNUnetChristian Grothoff
2017-03-24fix stale index used by /historyMarcello Stanisci
2017-03-24logging, db minor fixMarcello Stanisci
2017-03-23Fix #4970.Marcello Stanisci
2017-03-23Fix signature of db callback.Marcello Stanisci
2017-03-23Fix #4968.Marcello Stanisci
2017-03-22date parameter = now when /history doesn't get one.Marcello Stanisci
2017-03-22README on payments generator.Marcello Stanisci
2017-03-22Produce random order_id.Marcello Stanisci
2017-03-22Iterating interpreter commands, according to -n optionMarcello Stanisci
passed in CLI.
2017-03-22Fixing remaining problems due to the passing of values fromMarcello Stanisci
config file, in the payments generator. Namely, the command list was statically created, so it was necessary to make it dynamic.
2017-03-21Adding function that concatenates amount strings.Marcello Stanisci
Needed as payment generator now reads currency dynamically.
2017-03-21Fix getopt memory issue, actually use values from config file.Marcello Stanisci
2017-03-21Passing values to payments generator via config file.Marcello Stanisci
2017-03-21Removing unneeded configs and dirs.Marcello Stanisci
2017-03-20'start' and 'nrows' not hardcoded anymore in testcase.Marcello Stanisci
2017-03-20Fix lib testcase.Marcello Stanisci
2017-03-20Fix db testcase against newest plugin.Marcello Stanisci
2017-03-20fix limit bindingChristian Grothoff
2017-03-19Fix indentation.Marcello Stanisci
2017-03-17FETCH FIRST arg ROW ONLY -> LIMIT arg, in prepared statement,Marcello Stanisci
as postgresql doesn't like FETCH FIRST arg when arg is a $-parameter. DB testcase does not pass yet, logic is likely to be wrong.
2017-03-17Fix compiler warnings.Marcello Stanisci
2017-03-17helper db methods for /history. Prepared statements haveMarcello Stanisci
still problems with 'FETCH FIRST'.. To be fixed.
2017-03-17Porting to new getopt API.Marcello Stanisci
2017-03-14\#4593.Marcello Stanisci